Disclosure: As an Amazon Associate, CardWise earns from qualifying purchases at no additional cost to you. This does not affect our recommendations.
How to Clone an RFID Card (2026)
Cloning an RFID card means copying its data to a blank writable tag. This is useful for creating backup copies of your apartment key fob, office access card, or gym membership card. This guide covers both 125 kHz (older RFID) and 13.56 MHz (NFC/Mifare) card cloning.
Understanding RFID Card Types
Before cloning, you need to know what type of card you have:
| Frequency | Chip Type | Common Uses | Cloneable? |
|---|---|---|---|
| 125 kHz | EM4100 / EM4200 | Older access cards, gym, apartment doors | Yes (UID only) |
| 125 kHz | HID Prox | Corporate access, parking | Yes (UID only) |
| 125 kHz | T5577 (writable) | Blank target for cloning | This is the target, not source |
| 13.56 MHz | Mifare Classic 1K/4K | Building access, transit cards | Yes (with keys) |
| 13.56 MHz | NTAG213/215/216 | NFC tags, smart home, business cards | Yes (copy NDEF data) |
| 13.56 MHz | Mifare DESFire EV2/EV3 | Modern access, transit, payment | No (cryptographic) |
| 13.56 MHz | Mifare Plus | Upgraded building access | No (AES encrypted) |
Hardware You Need
For 125 kHz Cloning
You have two options — a handheld copier (no computer needed) or a USB reader:
Option A: Handheld RFID Copier (Simplest)
A standalone device that copies 125 kHz EM4100/HID cards to T5577 blanks without a computer. Place original on reader, press "Read", place blank, press "Write". ~$15-25 on Amazon.
Check Price on Amazon
Option B: ACR1252U Reader (Developer Approach)
USB reader that supports both 125 kHz and 13.56 MHz. More flexible — can read, write, and analyze card data via PC/SC or Python. Better for understanding what's on your card.
Check Price on AmazonFor 13.56 MHz (NFC/Mifare) Cloning

ACR122U or ACR1252U Reader
The ACR122U is the classic NFC reader for card analysis and cloning. The ACR1252U is the newer version with faster throughput. Both support Mifare Classic, NTAG, and other 13.56 MHz cards. See our Best Smart Card Readers guide for details.
Check Price on AmazonBlank Target Cards

T5577 Blank Cards/Rings (for 125 kHz)
T5577 is the universal writable 125 kHz chip. Available as cards, key fobs, and even rings. Write your cloned UID to the T5577, and it acts as a clone of the original.
Check Price on AmazonCUID / FUID Blank Cards (for Mifare Classic 13.56 MHz)
For cloning Mifare Classic cards, you need CUID (Changeable UID) blanks. These allow you to set a custom UID — standard NTAG cards have a locked UID that cannot be changed.
Check Price on AmazonMethod 1: Clone a 125 kHz Card (EM4100 → T5577)
This is the simplest cloning scenario — older apartment and gym access cards that use 125 kHz EM4100 technology.
Using a Handheld Copier
- Place your original card on the reader surface
- Press the Read button — the LED should turn green or beep
- Remove the original and place a blank T5577 card/fob on the reader
- Press the Write button — the LED confirms success
- Test the cloned card on your door/gym reader
That's it. The handheld copier reads the 10-digit hex UID from the EM4100 card and writes it to the T5577. The entire process takes about 5 seconds.
Using ACR1252U + Python
For developers who want to see the raw data:
Method 2: Clone a Mifare Classic Card (13.56 MHz)
Mifare Classic 1K/4K is the most common 13.56 MHz access card. It uses proprietary Crypto-1 encryption, but the keys can be extracted using known weaknesses (MFOC/Mfuk attacks).
Step 1: Read the Card
Step 2: Write to a CUID Blank
Step 3: Verify
Read the cloned card and compare the dump with the original. The UID, all sector data, and keys should match. Test on the access reader.
Method 3: Copy NFC Tag Data (NTAG → NTAG)
For NFC tags (NTAG213/215/216), "cloning" means copying the NDEF data — the URL, vCard, or text record stored on the tag. This is simpler than UID cloning:
Using Your Phone
- Open NFC Tools app on your phone
- Go to Read tab and scan the original tag
- Note the NDEF records (URL, text, etc.)
- Go to Write tab and recreate the same records
- Hold a blank NTAG tag against your phone to write
The copy will have the same NDEF content but a different UID — you cannot change the UID of NTAG tags (it's burned in at the factory). For most use cases (smart home, business cards), the NDEF content is what matters, so this is fine.
Using Smart Rings as Cloned Cards
One popular use case is cloning an access card to an NFC smart ring — tap your ring to the door instead of carrying a card. You need a T5577 ring for 125 kHz systems or a CUID ring for 13.56 MHz systems:

HECERE T5577/UID RFID Smart Ring
Clone your 125 kHz access card to a ring. The most popular NFC/RFID ring on Amazon (400+ reviews). Available in T5577 (125 kHz) or UID (13.56 MHz) versions.
Check Price on Amazon
Dual-Frequency RFID Ring (125 kHz + 13.56 MHz)
Both chips in one ring — clone a 125 kHz card AND a 13.56 MHz card. Best option if you have multiple access systems.
Check Price on AmazonWhat CANNOT Be Cloned
| Card Type | Why Not | Alternative |
|---|---|---|
| Mifare DESFire EV2/EV3 | AES-128 encryption, challenge-response | Get a legitimate duplicate from issuer |
| Mifare Plus (SL3) | AES-128 encrypted communication | Get a legitimate duplicate from issuer |
| EMV payment cards | Dynamic cryptograms per transaction | Use mobile wallet (Apple/Google Pay) |
| FIDO2 security keys | Public-key cryptography, per-site keys | Register multiple keys to account |
| Government ID cards | PKI + biometric binding | Illegal to clone in most countries |
| Hotel cards | Varies — some use Mifare Classic (clonable), some use DESFire (not) | Request additional key from hotel |
Security Implications
Quick Reference: Which Method to Use
| Your Card | Frequency | Method | Hardware |
|---|---|---|---|
| Apartment/gym fob | 125 kHz | Handheld copier or ACR1252U | T5577 blank or ring |
| Office access (Mifare Classic) | 13.56 MHz | mfoc + nfc-mfclassic | CUID blank card |
| NFC tag (NTAG) | 13.56 MHz | NFC Tools app (phone) | Blank NTAG tag |
| Modern access (DESFire) | 13.56 MHz | Cannot clone | Request duplicate |
Related
Best Smart Card Readers — ACR122U, ACR1252U, and more | Best NFC Smart Rings — T5577 and NTAG216 rings | Best RFID Blocking Wallets — Prevent unauthorized scanning | Mifare Comparison — Classic vs DESFire vs Plus | PC/SC Programming Guide — Smart card programming | NFC Tag Detector — Check your card type | NDEF Parser — Decode NFC tag data