Reading NFC cards

Flipper Zero allows you to read, save, and emulate NFC cards. An NFC card is a transponder that operates at 13.56 MHz and has a unique number (UID) as well as a part of rewritable memory for storing data. Depending on the card type, memory can be segmented into sectors, pages, applications, and more. When near a reader, NFC cards transmit the requested data.
On this page, you will learn how to read and emulate NFC cards and the list of supported NFC cards.
Reading procedure
The reading process is automatic and doesn't require any manual configuration by the user. To read and save the NFC card's data, do the following:
- Go to Main Menu -> NFC.
- Press Read, then hold the card near your Flipper Zero's back.

3. When reading is finished, go to More -> Save. 4. Name the read card, then press Save.
If reading failed
- The card might be using 125 kHz RFID technology. -> Read the card with the 125 kHz RFID application.
- The card might combine two different types of NFC cards in one card. -> Preselect the card type you want to read.
NFC cards type A
MIFARE Classic®
Flipper Zero can read MIFARE Classic 1K, MIFARE Classic 4K, and MIFARE Classic Mini cards and save data. To read data stored in sectors, Flipper Zero has to find all 32 keys for 16 sectors (MIFARE Classic 1K), 80 keys for 40 sectors (MIFARE Classic 4K), and 10 keys for 5 sectors (MIFARE Classic Mini). For that, Flipper Zero uses keys from the System dictionary.
You can add your keys to the User dictionary by going to Main Menu -> NFC -> Extra Actions -> MIFARE Classic Keys.

After Flipper Zero reads a MIFARE Classic card, the original data is stored in memory. When you implement changes to the data via Flipper Mobile App or through emulation via your Flipper Zero, the device generates a new shadow file representing the new data state. This leads to desynchronization between the actual state on your Flipper Zero and the physical card. To synchronize the physical card with the data state on your Flipper Zero, use the Write To Initial Card function.
Similarly, physical card data can be changed after interaction with a reader leading to desynchronization of data states. To synchronize states, use the Update From Initial Card function.
You can discard changes on your Flipper Zero by using the Restore to original function. In this case, Flipper Zero deletes the shadow file.

MIFARE Ultralight® & NTAG®
For MIFARE Ultralight and NTAG cards, Flipper Zero can read and save data in open pages.

MIFARE® DESFire®
Flipper Zero can read MIFARE DESFire cards and save data. In this card type, memory is organized in applications with multiple files. Flipper Zero reads and saves unprotected applications and files with data.

Unknown cards
When reading an unknown NFC card, Flipper Zero reads and saves only a UID, SAK, and ATQA.

NFC cards types B, F, and V
For NFC cards types B, F, and V, Flipper Zero can only read and display a UID without saving it.

Reading a specific card type
Hybrid cards combine two types of NFC cards in one card. For example, an EMV card can be combined with a MIFARE Classic card. In this case, you will need to specify what type of card you want to read by doing the following:
- Go to Main Menu -> NFC -> Extra Actions -> Read Specific Card Type.
- Select the card type you want to read, and then press %ok%OK.
- Hold the card near your Flipper Zero's back to read the card's data.
Emulating NFC cards
Flipper Zero can emulate an entire NFC card or just a UID depending on the NFC card type and saved data. To emulate the saved NFC card, do the following:
- Go to Main Menu -> NFC -> Saved.
- Select the card, then press Emulate.

3. Hold your Flipper Zero near the reader to transfer data.

MIFARE, MIFARE Ultralight, MIFARE Classic, NTAG, and DESFire are registered trademarks of NXP B.V.