What Are Time-Sensitive Notifications and How Do They Work?
If you've ever noticed that certain alerts still appear on your iPhone's lock screen even when Do Not Disturb is active — or that some notifications get grouped differently from others — you've already seen time-sensitive notifications in action. But understanding exactly what they are, how apps use them, and what that means for your experience takes a bit of unpacking.
The Core Concept: Not All Notifications Are Equal
Apple introduced a formal notification priority system with iOS 15, and time-sensitive notifications sit near the top of that hierarchy. The idea is straightforward: some alerts genuinely can't wait, and others absolutely can.
Apple defines four notification interruption levels:
| Level | Name | Behavior |
|---|---|---|
| 0 | Passive | Silent, no lock screen banner, delivered quietly |
| 1 | Active (default) | Standard sound, banner, and lock screen appearance |
| 2 | Time Sensitive | Breaks through Focus modes; stays on screen longer |
| 3 | Critical | Overrides silent mode; reserved for system/medical apps |
Time-sensitive is level 2. It's designed for alerts that need your attention right now — within the next hour or so — but aren't system-level emergencies. Think: a package arriving at your door, a ride share driver waiting outside, a two-factor authentication code expiring, or a flight boarding alert.
How Time-Sensitive Notifications Break Through Focus Modes 🔔
The key power of time-sensitive notifications is their ability to cut through Focus modes like Do Not Disturb, Sleep, or custom personal/work Focus settings.
Under normal circumstances, Focus modes suppress most notifications. But iOS gives users — and app developers — tools to work around that suppression selectively:
- Apps can flag specific notifications as time-sensitive, meaning the OS treats them as high-priority delivery items.
- Users see a "TIME SENSITIVE" label stamped on the notification banner and in the notification center.
- These alerts appear on the lock screen even when other notifications are hidden.
- They linger on screen longer than standard notifications before dismissing automatically.
This is different from Critical notifications, which require explicit Apple entitlement approval and can override even the mute switch — something reserved for things like severe weather alerts or medical device warnings.
Who Controls Time-Sensitive Notifications?
There are two layers of control here, and understanding both matters.
App Developers Set the Flag
Developers must deliberately code their app to mark certain push notifications as time-sensitive. They do this through Apple's UserNotifications framework by setting the interruptionLevel property to .timeSensitive. This requires Apple's permission in the form of a specific entitlement — apps can't just label everything time-sensitive without Apple's review process allowing it.
In practice, this means not every app supports this feature. Apps in categories like delivery tracking, authentication, rideshare, security cameras, and health monitoring are common users of time-sensitive flagging.
Users Have Override Control
Even if an app sends a time-sensitive notification, iOS puts users firmly in control. You can:
- Per-app toggle time-sensitive notifications on or off in Settings → Notifications → [App Name]
- Allow or block time-sensitive delivery during Focus modes from the Focus settings themselves
- Review which apps have time-sensitive permissions at any point
This means if a particular app is abusing the time-sensitive label — flagging promotional content or low-priority updates as urgent — you can disable that privilege for that app specifically, without affecting the rest of your notification setup.
Android Has a Parallel System
Android handles priority notifications differently, but the underlying concept is similar. Android's notification system uses notification channels with importance levels ranging from silent to urgent. Certain apps — particularly those integrated with Google Assistant routines or Android's Bubbles — can also bypass Do Not Disturb modes for specific alert types.
Android doesn't use the exact "time-sensitive" label Apple does, but OS-level features like priority senders in Do Not Disturb settings achieve a comparable outcome: letting certain alerts through while suppressing others.
Where Time-Sensitive Notifications Actually Show Up
On iOS, time-sensitive notifications appear in a few distinct places:
- Lock screen — even during active Focus modes
- Notification Center — grouped separately with the TIME SENSITIVE label
- Notification Summary — they are excluded from scheduled summaries, meaning they arrive immediately rather than being batched for delivery at your chosen summary time
That last point matters. If you use Apple's Scheduled Notification Summary feature to reduce interruptions throughout the day, time-sensitive notifications deliberately bypass that queue entirely.
The Variables That Shape Your Experience 📱
How useful or disruptive time-sensitive notifications feel depends on several factors specific to your situation:
- Which apps you've installed and whether their developers have implemented time-sensitive flagging
- How aggressively apps use the designation — some are conservative (only truly urgent alerts), others are liberal
- Which Focus modes you rely on and how strictly you run them
- Your iOS version — the feature launched with iOS 15, so older software versions don't have the same controls
- Whether you use Notification Summary — users who batch their alerts will notice the time-sensitive bypass more acutely than those who don't
Someone who runs Do Not Disturb most of the day and relies on Notification Summary will have a very different relationship with time-sensitive notifications than someone who keeps their phone on standard settings with no Focus modes active.
The Spectrum of Use Cases
At one end, a security-focused user running strict Focus modes might find time-sensitive notifications genuinely essential — they ensure a home camera motion alert or a login verification code still reaches them without disabling Focus entirely.
At the other end, a user who leaves all notifications on and rarely uses Focus modes may barely notice the designation exists, since those alerts would have come through anyway.
The system was designed to serve both audiences, but how much it changes your day depends entirely on how you've structured your notification and Focus setup.