iPhone NFC Tag Automation: Trigger Shortcuts With a Tap

Set up iPhone NFC tag automation with Shortcuts. Tap cheap NFC stickers to trigger smart home scenes, morning routines, work modes, and multi-step workflows instantly.

iPhone NFC tag automation lets you trigger any Shortcuts workflow by physically tapping your iPhone against a cheap NFC sticker, as documented on Apple Support. Tap a tag on your nightstand to activate your bedtime routine (lights off, alarm set, Do Not Disturb on). Tap one by the front door to log your departure time and turn off all smart home devices. Tap one on your desk to start a focus timer and silence notifications. Each tag costs less than $0.30 and turns a passive sticker into a programmable button for your entire digital life.

Apple added NFC tag reading to the Shortcuts app in iOS 13, and the feature has matured significantly through iOS 18 and iOS 26. Every iPhone from iPhone XS onward reads NFC tags natively without any third-party app. The NFC reader lives in the top edge of the iPhone near the front camera, and scanning requires only a light tap, not a held contact. Combined with the Shortcuts app’s ability to control HomeKit devices, toggle system settings, send messages, open apps, and call APIs, NFC tags become the most versatile physical automation trigger available for iPhone users.

What You Need to Get Started

NFC tags: Buy NTAG215 or NTAG216 NFC stickers from Amazon. A pack of 30 costs $8 to $12. NTAG215 holds 504 bytes of data (more than enough for automation triggers). Avoid the cheapest unbranded tags, which sometimes have inconsistent read ranges. Brands like Timeskey, GoToTags, and NTAG offer reliable quality. The tags come as adhesive-backed stickers, keychains, cards, or wristbands.

iPhone XS or newer: Any iPhone from 2018 onward has background NFC reading capability. Older models (iPhone 7, 8, X) can read NFC but require the NFC reader to be manually activated, which defeats the convenience of tap-to-trigger automation.

Shortcuts app: Pre-installed on every iPhone running iOS 13 or later. This is where you build the automations that NFC tags trigger. No third-party apps needed. The Shortcuts app accesses HomeKit devices, system settings, app actions, HTTP requests, and hundreds of other capabilities.

You do not need to write any data to the NFC tags. The Shortcuts app identifies each tag by its unique hardware ID (UID), which is permanently burned into the chip during manufacturing. Two tags from the same pack have different UIDs, so the iPhone distinguishes between them automatically. You simply scan a blank tag once to register it with a specific automation, then tap it anytime to trigger that automation.

Creating Your First NFC Automation

Open the Shortcuts app on your iPhone. Tap the Automation tab at the bottom. Tap the plus icon to create a new automation. Scroll down and select “NFC” as the trigger.

The app prompts you to scan an NFC tag. Hold the top edge of your iPhone against the NFC sticker. The iPhone reads the tag’s UID and displays a confirmation. Name this tag something descriptive like “Nightstand,” “Front Door,” or “Desk.” This name helps you identify which tag triggers which automation when you have multiple tags set up.

After scanning, the Shortcuts editor opens for you to define what happens when this tag is scanned. Add actions from the action library: “Set Focus” to enable Do Not Disturb, “Control Home” to turn off lights, “Set Timer” to start a countdown, “Open App” to launch a specific app, or any combination. You can chain unlimited actions in sequence.

Toggle “Run Immediately” to execute the automation without a confirmation prompt. By default, Shortcuts shows a notification asking you to confirm the automation. Disabling this confirmation makes the tap-to-trigger experience instant and seamless. For automations that involve financial transactions or destructive actions, keep the confirmation enabled as a safety measure.

Best NFC Tag Placement Ideas

Nightstand: Stick a tag on the side of your nightstand or under a small decorative object. Automation: turn off all lights, set alarm for tomorrow, enable Do Not Disturb, start a sleep sounds playlist on Spotify, and log bedtime in the Health app via a Shortcuts action.

Front door (interior side): Stick a tag at eye level near the door handle. Automation: leaving the house triggers “Away Mode” (turn off all lights, set thermostat to eco, lock smart locks, arm security system). Coming home triggers “Home Mode” (disarm security, set thermostat to comfort, turn on entry lights).

Car dashboard: Attach a tag to the dashboard or phone mount. Automation: launch Apple Maps or Waze with your commute route, enable car Bluetooth, start a podcast app, and text your partner “On my way” with your current ETA.

Desk or workspace: Tag under the desk mat or on the monitor stand. Automation: enable Work Focus mode, open Slack and your email app, start a Pomodoro timer shortcut, and disable social media notifications.

Gym bag or water bottle: Tag on a keychain attached to your gym equipment. Automation: start a workout in the Fitness app, play your gym playlist, enable gym-specific Focus mode that only allows calls from favorites.

Kitchen: Tag on the fridge or near the coffee maker. Automation: add items to a shared grocery list in Reminders, start a cooking timer, or trigger a Home Assistant automation that sets kitchen lighting to bright mode and starts a recipe playlist.

Advanced NFC Automations With Shortcuts

Beyond simple toggle actions, NFC tags can trigger complex multi-step workflows using the Shortcuts app’s full programming capabilities: variables, conditionals, loops, HTTP requests, and input prompts.

Time-aware automations: Add an “If” action that checks the current time. A single nightstand tag behaves differently based on when you scan it: before 7 AM, it triggers your morning routine (turn on lights gradually, read weather forecast aloud, show calendar events). After 9 PM, it triggers your bedtime routine. Between those times, it toggles your reading lamp.

Location-aware automations: The “Get Current Location” action lets your automation behave differently based on where you scan the tag. A tag in your car triggers navigation to work on weekday mornings and navigation to the gym on weekday evenings, based on the current time and day of week.

Smart home integration: Shortcuts can control HomeKit devices directly and call Home Assistant webhooks via the “Get Contents of URL” action. A single NFC tag scan can simultaneously adjust your thermostat (HomeKit), trigger a complex Home Assistant automation (via webhook), and update a personal log (via a web request to a Notion or Google Sheets API).

Menu-based automations: The “Choose from Menu” action presents a list of options after scanning the tag. Scan your desk tag and choose between “Start Work,” “Start Meeting,” and “End Day,” each running a different sequence of actions. This multiplies the utility of a single physical tag.

Sharing NFC Automations With Family

NFC tag automations are tied to individual iPhones because the Shortcuts app registers the tag’s UID on a per-device basis. For household use where multiple family members should trigger the same automation from the same tag, each person needs to set up their own automation for that tag on their iPhone.

Simplify this by creating a shared shortcut that contains the automation logic, then sharing it with family members via iCloud link. Each person imports the shortcut and creates an NFC automation that calls the shared shortcut. When you update the shortcut’s logic, every family member gets the updated version.

For smart home automations that need to work for everyone regardless of whether they have an iPhone, consider using the NFC tag to trigger a Home Assistant webhook instead. Write a short URL to the NFC tag (using an NFC writing app) that opens a Home Assistant webhook URL. Any phone (iPhone or Android) that scans the tag opens the URL, which triggers the Home Assistant automation. This approach does not require the Shortcuts app and works on any NFC-capable smartphone.

Troubleshooting NFC Tag Issues

If your iPhone does not read an NFC tag, the most common causes are: scanning with the wrong part of the phone (the NFC reader is at the top edge, not the center or bottom), metal surfaces interfering with the signal (avoid placing tags directly on metal), or the tag being damaged or defective (test with a different tag from the same pack).

iPhone NFC reading requires the screen to be on but unlocked. If your phone is locked, scanning an NFC tag will show a notification but will not execute the automation until you authenticate with Face ID, Touch ID, or your passcode. For truly hands-free operation, scan the tag immediately after unlocking your phone.

If automations stop triggering after an iOS update, open the Shortcuts app, go to Automation, and verify your NFC automations are still listed and enabled. Major iOS updates occasionally require re-scanning the NFC tag to refresh its UID registration. Delete the old automation and create a new one scanning the same physical tag.

Do NFC tags work with all iPhones?

Background NFC reading (tap without opening an app) works on iPhone XS and newer. Older models (iPhone 7 through iPhone X) can read NFC tags only through the NFC reader in Control Center, which requires manual activation each time. For automated tap-to-trigger workflows, iPhone XS or newer is required.

How far away can iPhone read an NFC tag?

iPhone reads NFC tags from a distance of 1 to 4 centimeters (roughly half an inch to 1.5 inches). The read range depends on the tag size, antenna design, and whether metal or liquid is nearby. For reliable scanning, hold the top edge of your iPhone within 2 centimeters of the tag for about one second.

Can NFC tags run automations when iPhone is locked?

NFC tags trigger a notification on the lock screen, but the automation requires authentication (Face ID, Touch ID, or passcode) before executing. This is a security measure preventing unauthorized automation triggers. For the fastest experience, unlock your iPhone immediately before tapping the tag.

How long do NFC tags last?

NFC tags have no battery and no moving parts. The chip is powered by the electromagnetic field from your iPhone during scanning. NTAG215 chips are rated for 100,000 write cycles and unlimited read cycles. With normal use, NFC tags last 10+ years. They are waterproof, heat-resistant up to 70 degrees Celsius, and work through thin non-metallic materials.

Can one NFC tag trigger different actions at different times?

Yes. Use the Shortcuts “If” action to check the current time, day of week, or location when the NFC tag is scanned. A single tag on your nightstand can trigger a morning routine before 8 AM, a reading lamp toggle during the day, and a bedtime routine after 9 PM based on time conditions in the automation.

Avatar photo
Chris Rossiter

Darrell is a blogger who likes to keep up with the latest from the tech and finance world. He is a headphone and mobile reviewer and one of the original baker's dozen editorial staff that founded the site. He is into photography, VR, AR, crypto, video games, science and other neat things.

Articles: 3023

Leave a Reply

Your email address will not be published. Required fields are marked *