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

SpecificationISO 14443 (Proximity)ISO 15693 (Vicinity)
Frequency13.56 MHz13.56 MHz
Read RangeUp to 10 cm (typically 2–4 cm)Up to 100 cm (typically 50–70 cm)
Sub-typesType A (MIFARE) / Type B (Calypso)Single type (VICC)
Data Rate106–848 kbps26.48 kbps
Anti-CollisionYes (Type A/B specific)Yes (ISO 15693 standard)
Built-in SecuritySupports encryption (AES, DES, proprietary)Minimal (basic lock blocks, no crypto)
Typical Memory1 KB–144 KB (with crypto)256 bytes–8 KB (plain data)
Typical UsePayment, access control, identityAsset tracking, library, supply chain
NFC Forum Tag TypeType 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:

ISO 15693: Simplicity for Inventory

ISO 15693 is deliberately simpler:

Anti-Collision: How They Handle Multiple Tags

PropertyISO 14443ISO 15693
Multiple tags in fieldEnumerates and selects one at a timeInventories all simultaneously
Inventory speed~1–5 cards/second (secure auth required)~50 tags/second (read only)
Selection modelActive selection (reader picks one card)Passive (reader collects all UIDs)
Typical scenarioOne card at a payment terminalBox of 50 tagged items on a conveyor belt
Why ISO 15693 is faster at inventory: It does not need to authenticate each tag. It just reads the UID and any requested data blocks in a single pass. ISO 14443 must establish a secure session with each card before reading data, which is slower but far more secure.

Security Comparison

Security FeatureISO 14443ISO 15693
EncryptionAES-128, 3DES, proprietary (MIFARE, DESFire)None in base standard
Mutual AuthenticationYes (card and reader authenticate each other)No
Key DiversificationPer-card key derivation (UID-based)N/A
Secure MessagingYes (ISO 7816-4 SM, GP SCP03)No
Data LockYes (permanent write protection after auth)Yes (basic lock bits, no auth required)
Privacy (Random UID)Yes (MIFARE Plus, DESFire)No (fixed UID always readable)
Security implication: ISO 15693 tags can be read by anyone with a compatible reader within range (up to 1 meter). There is no authentication, no encryption, and no privacy protection. If your tag contains sensitive data (e.g., a serial number that reveals inventory levels), anyone can read it covertly. ISO 14443 tags require close proximity and mutual authentication before any data is exposed.

NFC Forum Tag Type Mapping

The NFC Forum defines five tag types. Here is how they map to the ISO standards:

NFC Tag TypeUnderlying StandardTypical Use
Type 1ISO 14443A (Innovision Topaz)Simple NFC tags, business cards
Type 2ISO 14443A (MIFARE Ultralight)Smart posters, NFC tags
Type 3ISO 18092 (Sony FeliCa)Transit (Suica, Pasmo)
Type 4ISO 14443A/B (DESFire, JCOP)Payment, access control, identity
Type 5ISO 15693 (V-Card)Asset tracking, library, long-range

Application Guide

✔ Choose ISO 14443 when…

ACR122U NFC Reader 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…

Related Comparisons

Summary

ISO 14443 is for secure close-range interactions; ISO 15693 is for fast long-range inventory. If you need encryption, authentication, and privacy, ISO 14443 is the only choice. If you need to scan 50 items on a shelf from a meter away without caring about encryption, ISO 15693 is the right tool. They are complementary, not competing — the right standard depends on the distance and security your application demands.

Want to decode an NFC tag's data? Try our NFC Tag Detector or the NDEF Parser.