NFC Tag Types Explained

Type 1 through Type 5 classifications

| 3 min read

NFC Tag Types Explained

The NFC Forum defines five standardized nfc-tag types, each based on a different underlying RF protocol. Understanding these types is essential for selecting hardware that matches your application's memory, speed, and security requirements.

Why Tag Types Exist

NFC emerged from the convergence of multiple RFID standards. Rather than mandate a single physical layer, the NFC Forum created an abstraction: a common NDEF data model that sits on top of each protocol. Tag types differ in their underlying RF standard, memory capacity, and access control features, but all support NDEF storage when formatted correctly.

Tag Type Comparison

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 iso-15693
Air interface nfc-a nfc-a NFC-F NFC-A / nfc-b nfc-v
Memory (typical) 96 B 64–888 B 2 KB 2–64 KB 8–64 KB
Data rate 106 kbit/s 106 kbit/s 212/424 kbit/s 106 kbit/s 26.5 kbit/s
Example chips Topaz 512 NTAG213/215/216 Sony FeliCa MIFARE DESFire ICODE SLI
Typical use Simple URLs General-purpose Transit, loyalty Secure access Item-level RFID

Type 2 Tags: The Consumer Default

Type 2 tags — particularly the NTAG2xx family — dominate consumer NFC deployments. They are cheap ($0.05–$0.20), widely supported, and offer enough memory (144–888 bytes of user-memory) for URLs, vCards, and Wi-Fi credentials. The uid is 7 bytes, guaranteed unique from the factory.

Type 4 Tags: Security-First

Type 4 tags implement the full ISO 14443-4 command set, enabling T=CL transport. They support password-protection and optionally aes-encryption, making them suitable for access control and authentication applications where Type 2's simple lock bits are insufficient.

Type 5 Tags: Long Range

Type 5 (nfc-v) operates under ISO 15693, which supports read ranges up to 1 m with suitable readers — far beyond the 4 cm limit of Types 1–4. This makes Type 5 useful for supply chain item tracking where the tag is embedded in packaging and readers must work without precise alignment.

Choosing a Tag Type

  1. Consumer interaction (tap-to-open URL, social): Type 2 (NTAG213)
  2. High-memory payloads (vCard, config data): Type 2 (NTAG216) or Type 4
  3. Secure authentication / access control: Type 4 (DESFire EV3)
  4. Transit / loyalty with fast read: Type 3 (FeliCa)
  5. Supply chain, item-level, long range: Type 5 (ICODE SLIX2)

Use the NFC Chip Selector to filter by tag type, memory, and security features. The NFC Memory Calculator helps size your NDEF payload against available user-memory.

See also: NFC Chip Comparison Guide for a deeper look at specific silicon families.

Terms in This Guide