iPhone Automations: The Triggers Worth Setting Up First
August 13, 2026

An iPhone automation is a shortcut that runs itself. Instead of tapping to start it, you attach it to an event — a time, a place, an app opening, a Focus mode turning on — and it fires when that happens.
The three things worth knowing before you build one:
- Automations live in the Automation tab of the Shortcuts app, not the Shortcuts tab. A lot of people never find them.
- Some triggers can run without asking, and some can't. This is the single biggest factor in whether an automation is useful or annoying, and it's decided by trigger type.
- The automations people keep are boring. Silence notifications at the gym. Turn on Low Power Mode at 20%. The elaborate ones get deleted within a week.
Below: every trigger category, which ones run silently, and the ideas that survive past the novelty phase.
Personal automation vs shortcut — the actual difference
A shortcut is a sequence of actions you run manually. A personal automation is the same sequence attached to a trigger, so an event runs it instead of you.
The distinction matters because it changes what you should build. A shortcut can be long and complex — you chose to run it, so you're paying attention. An automation should be short and near-invisible, because it fires while you're doing something else. Automations that demand attention mid-task get turned off.
Apple also has home automations, which live in the Home app and trigger on household events for everyone in the home. Different system, different tab. This article is about personal automations, which run on your device for you.
The trigger types, and which run silently
Apple splits triggers into a few categories. What actually determines usefulness is the "Run Immediately" option — whether the automation fires on its own or first sends you a notification asking permission.
| Trigger category | Examples | Typically runs without asking |
|---|---|---|
| Time & routine | Time of Day, Sunrise, Sunset, Wake Up, Bedtime | Yes |
| Location | Arrive, Leave | Yes |
| Location | Before I Commute | No — always asks |
| Device settings | Focus on/off, Low Power Mode, Battery Level, Airplane Mode | Yes |
| Connectivity | Wi-Fi network, Bluetooth device connects | Yes |
| App | App opened, App closed | Yes |
| Physical | NFC tag scanned, Charger connected | Yes |
| Messaging | Email received, Message received | Yes |
Before I Commute is the one exception in the whole set. Apple's list of automations that can run automatically includes Arrive and Leave but leaves it out, so it always asks — there's no toggle to turn that off.
Apple's own reference pages cover the full list in detail — setting triggers walks through the setting-based ones, and event triggers covers time and routine events.
Check the Run Immediately toggle when you create the automation. If it's unavailable for the trigger you picked, that automation will always tap you on the shoulder first, and you should decide whether it's worth building at all. An automation that needs a tap is just a shortcut with extra steps.
The iPhone automations people keep
Grouped by what they're actually for.
Context switching — the highest-value category. These change your phone's behavior when your situation changes, which is the thing you'd otherwise forget to do.
- Arrive at the gym → turn on a Fitness Focus, start a playlist
- Open a reading or work app → turn on Do Not Disturb, close it → turn off
- Connect to car Bluetooth → start navigation home, resume a podcast
- Arrive at work → silence personal notifications, switch to Work Focus
Battery and device hygiene. Small, silent, quietly useful.
- Battery drops below 25% → enable Low Power Mode
- Charger connects after 10pm → turn on Do Not Disturb, set an alarm
- Battery rises above 80% → turn Low Power Mode back off
Time-based routines.
- Sunset → warm up screen settings, dim the display
- Bedtime → enable Sleep Focus, turn off Wi-Fi-connected lights
- Weekday morning → show today's calendar and weather in one notification
NFC tags — the underrated one. A pack of blank NFC stickers is cheap, and scanning one is faster than any menu. Stick one on your desk for a work Focus, one by the door for a leaving-the-house routine, one on a water bottle to log intake.
Logging. Automations that write to a note or a spreadsheet each time something happens — arriving somewhere, finishing a workout, opening an app — build a record you didn't have to remember to keep.
Why most people's automations don't survive
Three failure patterns, all avoidable:
Too clever. A twelve-step automation with branching logic will break, and when it breaks you won't know which step failed. Shortcuts gives you very little debugging surface. Build small; chain small ones if you need more.
Triggers that fire more than you expected. "When I open Safari" sounds occasional. It is not occasional. Anything that runs dozens of times a day should do something genuinely invisible, or not exist.
Location triggers with fuzzy geofences. Arrive and Leave use a radius, and a large one fires when you pass nearby rather than when you arrive. If an automation triggers at the wrong moment, the geofence is usually why.
One more practical note: automations run on the device, so anything requiring a network call fails silently in airplane mode or dead zones. Keep the ones you rely on local.
Where phone automation stops
iPhone automations are excellent at device automation — settings, Focus modes, apps, small local tasks. They hit a wall at work automation.
Shortcuts can't read a folder of PDFs and pull out the numbers you need. It can't run a research process across a dozen sources and write up what it found. It can't take an AI workflow somebody published and run it on your files. For cross-app business automation you'd reach for a connector platform like Zapier instead; for anything involving AI doing the actual work, you need a real machine and a real workspace. Both are covered in automation software and AI workflow tools.
If that's the kind of work you're trying to automate, Taku is an AI-native desktop workspace where you can mirror an AI app or workflow someone already got working, run it on your own files, and keep it instead of rebuilding it each time. It's in Beta, and the Mac app is available now — a desktop companion to the phone automations above, not a replacement for them. The free app library is the fastest way to see what that looks like.
FAQ
How do I create an automation on my iPhone?
Open Shortcuts, tap the Automation tab at the bottom, tap + (or "New Automation"), choose a trigger, then build the actions. The Automation tab is separate from the Shortcuts tab — automations created in the wrong place won't have a trigger attached.
Why does my iPhone automation ask before it runs?
Because "Run Immediately" is turned off for that trigger. Apple's list of automations that can run automatically covers nearly all of them — time, alarm, sleep, arrive, leave, CarPlay, email, message, Wi-Fi, Bluetooth, NFC, app, battery and charger among them. Before I Commute is the one that can't, so it always asks. Check the toggle when you create the automation.
What are the best iPhone automations to start with?
Low Power Mode at a battery threshold, a Focus mode tied to arriving at a location, and something on your car's Bluetooth connection. All three are one or two actions, run silently, and do something you'd otherwise forget.
Can iPhone automations run without opening the Shortcuts app?
Yes — that's the entire point of the trigger. Once created and enabled, the automation runs in the background when its event fires. You only open Shortcuts to create or edit them.
Do automations drain the battery?
Very little on their own. Location triggers use geofencing that's already running for other system features. What costs battery is what the automation does — network requests, media playback, keeping the screen on.
What's the difference between iOS automation and Home automation?
Personal automations run on your device and trigger on your context — your location, your Focus, your apps. Home automations live in the Home app, trigger on household events, and can run for everyone in the home. Different tabs, different purposes.