ISO 14443
The international standard for proximity contactless smart cards operating at 13.56 MHz. It defines the physical characteristics, RF interface, initialization, and transmission protocol used by NFC Type A and Type B communications.
ISO 14443
ISO/IEC 14443 is the international standard for proximity contactless smart cards and identification cards operating at 13.56 MHz. It is the foundational standard for NFC Forum Type 2 and Type 4 tags, EMV contactless payments, electronic passports (ePassports), and the vast majority of deployed NFC systems worldwide. The standard defines everything from the physical RF interface to the transport protocol layer.
Standard Structure
ISO 14443 is organized into four parts:
- Part 1 -- Physical characteristics: Defines the card's physical dimensions (ID-1 credit card size), environmental durability requirements, and the operating frequency of 13.56 MHz.
- Part 2 -- RF power and signal interface: Specifies the RF field characteristics, modulation schemes, and bit encoding for both Type A and Type B. NFC-A uses 100% ASK with Modified Miller coding; NFC-B uses 10% ASK with NRZ-L coding.
- Part 3 -- Initialization and anti-collision: Defines how the reader discovers and selects individual cards when multiple cards are present in the field. Type A uses a bit-level anti-collision algorithm based on the UID; Type B uses a slotted ALOHA probabilistic algorithm.
- Part 4 -- Transmission protocol: Establishes the half-duplex block-transfer protocol (T=CL) for reliable data exchange after card selection. This layer supports data rates of 106, 212, 424, and 848 kbps.
Type A vs Type B
The two signaling variants offer different engineering trade-offs:
| Parameter | Type A (NFC-A) | Type B (NFC-B) |
|---|---|---|
| Modulation (reader-to-card) | 100% ASK | 10% ASK |
| Bit encoding | Modified Miller | NRZ-L |
| Anti-collision | Bit-level (deterministic) | Slotted ALOHA (probabilistic) |
| Dominant usage | NTAG, MIFARE, consumer NFC | Government ID, passports |
Type A is overwhelmingly dominant in consumer NFC applications. Chips like the NTAG 213, NTAG 216, and MIFARE DESFire EV3 all use Type A signaling.
Relationship to NFC
ISO 14443 is one of the base standards that NFC builds upon. The NFC Forum maps Type 2 tags (NTAG family) and Type 4 tags (DESFire family) directly to ISO 14443A. The NFCIP-1 peer-to-peer protocol also uses the ISO 14443A physical layer. Virtually every NFC-enabled device includes an ISO 14443 compliant reader as its foundational communication capability.
Related Terms
Related Content
NFC Tag Types Explained
Getting Started…Feature Type 1 Type 2 Type 3 Type 4 Type 5 RF Standard ISO 14443-3A iso-14443 Type A nfc-f (JIS X6319-4) ISO 14443-4 A/B…
NFC Chips Compared
Getting Started…only. MIFARE DESFire EV3 (NXP) — The security standard. ISO 14443-4 compliant (NFC Forum Type 4), AES-128/192/256 and…
NFC vs RFID: Detailed Comparison
Getting Started…├── High Frequency (HF) — 13.56 MHz │ ├── NFC (ISO 14443, ISO 15693, NFC-F) ← NFC lives here │ ├── MIFARE Classic…
Android NFC Programming Guide
Programming…operations on a Tag (read, write, makeReadOnly) IsoDep ISO 14443-4 transport (needed for DESFire / nfcip-1 ) Declare…
iOS Core NFC Programming Guide
Programming…NFCTagReaderSession Low-level access to specific tag tech (ISO 14443, 15693, FeliCa) 13+ NFCNDEFTag protocol Read and write…
NFC with Arduino and Raspberry Pi
Programming…I²C, SPI, UART $5–$12 Types 1–4, MIFARE RC522 NXP MFRC522 ISO 14443-A only SPI $2–$5 Type 2 (NTAG/MIFARE) ST25R3911B STMicro…
Flutter NFC Development Guide
Programming…4); } // Android: IsoDep for ISO 14443-4 APDU commands final isoDep = IsoDep.from(tag); if…
React Native NFC Guide
Programming…against the NDEF Decoder for any edge-case payloads. ISO 14443-4 APDU (DESFire / Payment) For authentication or reading…
Frequently Asked Questions
The NFC glossary is a comprehensive reference of technical terms, acronyms, and concepts used in Near Field Communication technology. It is designed for developers, product managers, and engineers who work with NFC and need clear definitions of terms like NDEF, APDU, anti-collision, and ISO 14443.
Each glossary term is cross-referenced with related NFC chips, standards, and other terms. For example, the term 'AES-128' links to chips that support AES encryption (NTAG 424 DNA, DESFire EV2/EV3), and the term 'ISO 14443' links to all chips compliant with that standard.
Yes. NFCFYI provides glossary definitions in 15 languages including English, Korean, Japanese, Chinese, Spanish, Portuguese, Hindi, Arabic, French, Russian, German, Turkish, Vietnamese, Indonesian, and Thai. Use the language selector in the header to switch languages.