What Is NFC? A Complete Introduction
Introduction to near field communication
A comprehensive guide to NFC technology explaining how it works, the key standards, and why it matters for modern wireless communication.
What Is NFC?
Near-field communication (NFC) is a short-range wireless technology that enables two devices to exchange data when held within approximately 4 cm of each other. Built on decades of RFID research, NFC operates at 13.56 MHz and is the technology behind contactless payments, smart tags, and device pairing.
How NFC Works
NFC uses inductive coupling between two loop antennas. An active deviceactive deviceHardwarePowered NFC device that generates its own RF fieldClick to view → — called an nfc-reader or initiator — generates a 13.56 MHz rf-field. When a passive nfc-tag enters this field, it harvests enough energy from the electromagnetic flux to power its chip and respond.
Data is exchanged at rates of 106, 212, or 424 kbit/s using ASK modulationASK modulationCommunicationSignal amplitude variation encodingencodingManufacturingData writing to NFC tags during manufacturing productionClick to view → data on 13.56 MHz carrierClick to view → and either Manchester or Modified Miller codingModified Miller codingCommunicationBit encoding for NFC-A reader-to-tag communicationClick to view →. The entire transaction — from field detection to data exchange — completes in under 100 ms, which is why tapping feels instant.
NFC Operating Modes
The NFC Forum defines three operating modes that govern how NFC devices interact:
| Mode | Initiator | Target | Typical Use |
|---|---|---|---|
| Reader/Writer | Active | Passive tagPassive tagHardwareBatteryless tag powered by reader's electromagnetic fieldClick to view → | Reading product tags, writing URLs |
| Card Emulation | Reader | Phone/SE | Contactless payments, transit cards |
| Peer-to-Peer | Active | Active | Android Beam (legacy), pairing |
Reader/Writer modeReader/Writer modeCommunicationPrimary NFC mode: active device reads from or writes to passive tagClick to view → is the most common for IoT and product-labeling applications. Card emulation — backed by a secure-element or HCE — powers payment systems like Google Pay and Apple Pay.
NFC vs Other Wireless Technologies
| Feature | NFC | Bluetooth LE | Wi-Fi | QR Code |
|---|---|---|---|---|
| Range | ≤ 4 cm | ≤ 100 m | ≤ 100 m | Line-of-sight |
| Setup time | < 0.1 s | 2–6 s | 3–10 s | 1–3 s |
| Power (tag) | Passive | Active required | Active required | None |
| Data rate | 424 kbit/s | 2 Mbit/s | 600+ Mbit/s | N/A |
| Cost per unit | $0.05–$1 | $2–$10 | $3–$20 | ~$0 |
NFC's sub-4 cm range is a feature, not a limitation — it prevents accidental reads and ensures user intent. No pairing, no app install, no power source needed on the tag side.
The NFC Ecosystem
The NFC ForumNFC ForumFundamentalsIndustry body developing NFC standards, specifications, and certifications since 2004Click to view →, founded in 2004, defines the interoperabilityinteroperabilityTesting & ComplianceCross-manufacturer device/tag compatibility guaranteeClick to view → standards that ensure a tag programmed on one device reads correctly on another. All certified devices must pass the nfc-forum-certification test suite. The operating-frequency of 13.56 MHz is globally license-free under ISM band regulations.
Use the NFC Chip Selector to find the right chip for your project, and the NFC Compatibility Checker to verify that your chosen tag will work with your target devices.
For a deeper dive into tag variants, see NFC Tag Types Explained.
अक्सर पूछे जाने वाले प्रश्न
NFC stands for Near Field Communication, a short-range wireless technology operating at 13.56 MHz that lets two devices exchange data within roughly 4 cm (1.5 inches) of each other. An NFC reader generates an electromagnetic field that inductively powers passive NFC tags, so the tag transmits its stored data without requiring a battery of its own.
NFC operates at 13.56 MHz with a range of up to 4 cm and requires no pairing — contact is intentional and instant. Bluetooth operates in the 2.4 GHz band with ranges up to 100 m and requires a pairing handshake. RFID is the broader technology family that NFC belongs to; NFC adds standardized data formats (NDEF) and peer-to-peer communication modes on top of the underlying RFID physical layer.
NFC devices can operate in three modes: Reader/Writer mode, where an active device reads or writes data to a passive NFC tag; Peer-to-Peer mode, where two active devices exchange data (used in Android Beam and Handover); and Card Emulation mode, where a smartphone or wearable behaves like an NFC card for payments or access control. Most consumer NFC use cases rely on Reader/Writer mode.
Virtually all modern Android smartphones (since Android 4.0 / 2011) include NFC. Apple added NFC to the iPhone 6 in 2014 for Apple Pay, and opened background NFC tag reading to third-party apps starting with iPhone XS and iOS 12 in 2018. NFC is also built into many smartwatches, payment terminals, access-control readers, and industrial handheld scanners.
Our guides cover a range of experience levels. Getting Started guides are written for beginners with no prior NFC knowledge. Programming guides target developers integrating NFC into mobile apps or embedded systems. Security guides are for engineers designing secure NFC deployments for payments, access control, or authentication.
Most guides require only an NFC-enabled smartphone (iPhone 7+ or any modern Android device) and a few NFC tags (NTAG213 or NTAG215 recommended for beginners, available for under $1 each). Advanced guides may reference USB NFC readers like the ACR122U or Proxmark3 for development and testing.
Yes. Programming guides include code examples for Android (Kotlin/Java with the Android NFC API), iOS (Swift with Core NFC), and web-based tools (Web NFC API for Chrome on Android). All code samples are tested and include inline comments explaining each step.