Disclosure: As an Amazon Associate, CardWise earns from qualifying purchases at no additional cost to you. This does not affect our recommendations.
ISO 14443 vs ISO 15693 — Proximity vs Vicinity RFID
Both operate at 13.56 MHz. Both are ISO standards for high-frequency RFID. But ISO 14443 (proximity) and ISO 15693 (vicinity) were designed for fundamentally different use cases. ISO 14443 powers your contactless payment card, your office badge, and your passport — it requires close proximity and supports strong encryption. ISO 15693 powers library books, warehouse pallets, and livestock tags — it reads from a distance and prioritizes inventory speed over security.
Technical Specification Comparison
| Specification | ISO 14443 (Proximity) | ISO 15693 (Vicinity) |
|---|---|---|
| Frequency | 13.56 MHz | 13.56 MHz |
| Read Range | Up to 10 cm (typically 2–4 cm) | Up to 100 cm (typically 50–70 cm) |
| Sub-types | Type A (MIFARE) / Type B (Calypso) | Single type (VICC) |
| Data Rate | 106–848 kbps | 26.48 kbps |
| Anti-Collision | Yes (Type A/B specific) | Yes (ISO 15693 standard) |
| Built-in Security | Supports encryption (AES, DES, proprietary) | Minimal (basic lock blocks, no crypto) |
| Typical Memory | 1 KB–144 KB (with crypto) | 256 bytes–8 KB (plain data) |
| Typical Use | Payment, access control, identity | Asset tracking, library, supply chain |
| NFC Forum Tag Type | Type 2 (MIFARE Ultralight), Type 4 (DESFire/JCOP) | Type 5 (V-Card/VIC) |
Protocol Architecture
ISO 14443: Layered Security Protocol
ISO 14443 defines a complex communication stack optimized for secure, short-range transactions:
- Physical layer: 13.56 MHz carrier, Type A uses 100% ASK (Miller coding, 106 kbps), Type B uses 10% ASK (NRZ-L coding, 106 kbps).
- Data link layer: Anti-collision and activation protocol. Multiple cards in the field are enumerated and one is selected for communication.
- Transport layer: ISO 7816-4 APDUs (for Type 4 cards) or proprietary block protocol (for Type A MIFARE cards).
- Application layer: EMV, MIFARE, FIDO2, or custom application protocols.
ISO 15693: Simplicity for Inventory
ISO 15693 is deliberately simpler:
- Physical layer: 13.56 MHz, uses 1-out-of-4 or 1-out-of-256 pulse position modulation for the tag-to-reader link.
- Anti-collision: Time-slot based. The reader sends an inventory request; tags respond in random time slots. Up to ~50 tags per second can be inventoried.
- Commands: Read block, write block, lock block, write AFI, write DSFID. Simple and fast.
- No encryption: The standard does not define encryption. Data is transmitted in the clear. Some vendors add proprietary security layers, but the base standard is plaintext.
Anti-Collision: How They Handle Multiple Tags
| Property | ISO 14443 | ISO 15693 |
|---|---|---|
| Multiple tags in field | Enumerates and selects one at a time | Inventories all simultaneously |
| Inventory speed | ~1–5 cards/second (secure auth required) | ~50 tags/second (read only) |
| Selection model | Active selection (reader picks one card) | Passive (reader collects all UIDs) |
| Typical scenario | One card at a payment terminal | Box of 50 tagged items on a conveyor belt |
Security Comparison
| Security Feature | ISO 14443 | ISO 15693 |
|---|---|---|
| Encryption | AES-128, 3DES, proprietary (MIFARE, DESFire) | None in base standard |
| Mutual Authentication | Yes (card and reader authenticate each other) | No |
| Key Diversification | Per-card key derivation (UID-based) | N/A |
| Secure Messaging | Yes (ISO 7816-4 SM, GP SCP03) | No |
| Data Lock | Yes (permanent write protection after auth) | Yes (basic lock bits, no auth required) |
| Privacy (Random UID) | Yes (MIFARE Plus, DESFire) | No (fixed UID always readable) |
NFC Forum Tag Type Mapping
The NFC Forum defines five tag types. Here is how they map to the ISO standards:
| NFC Tag Type | Underlying Standard | Typical Use |
|---|---|---|
| Type 1 | ISO 14443A (Innovision Topaz) | Simple NFC tags, business cards |
| Type 2 | ISO 14443A (MIFARE Ultralight) | Smart posters, NFC tags |
| Type 3 | ISO 18092 (Sony FeliCa) | Transit (Suica, Pasmo) |
| Type 4 | ISO 14443A/B (DESFire, JCOP) | Payment, access control, identity |
| Type 5 | ISO 15693 (V-Card) | Asset tracking, library, long-range |
Application Guide
✔ Choose ISO 14443 when…
- You are building a payment system. EMV contactless is built on ISO 14443. No exceptions.
- You need access control with encryption. MIFARE DESFire, MIFARE Plus, and HID iCLASS all use ISO 14443.
- You are deploying identity documents. ePassports and national eID cards use ISO 14443 with BAC/PACE and EAC.
- Security and privacy are requirements. Encryption, mutual authentication, and random UID are only available on ISO 14443.
ACR122U NFC Reader — Supports ISO 14443 Type A and Type B cards. The standard tool for testing payment and access control cards.
— Check Price on Amazon
✔ Choose ISO 15693 when…
- You are tracking assets or inventory. Long read range (up to 1 m) and fast multi-tag inventory make ISO 15693 ideal for warehouses and supply chains.
- You are tagging library collections. Libraries worldwide use ISO 15693 for book tagging because a librarian can scan a stack of books without opening each one.
- You need long-range identification. Livestock tagging, event ticketing at gates, and pallet tracking all benefit from the 1-meter read range.
- Security is not a concern. If the tag data is non-sensitive (e.g., a serial number), ISO 15693's simplicity and speed are advantages.
Related Comparisons
- NFC vs RFID — broader comparison including LF and UHF RFID
- MIFARE Plus vs DESFire — two ISO 14443 card families compared
- NTAG Comparison — NXP's ISO 14443 NFC tag family
- HID iCLASS vs MIFARE DESFire — access control card ecosystems
Summary
Want to decode an NFC tag's data? Try our NFC Tag Detector or the NDEF Parser.