AlarmKit Apps: iOS 26 Alarms That Break Through Silent Mode
iOS 26's AlarmKit finally lets third-party apps ring through Silent mode and Focus. Here's which apps actually use it, and what to check first.
July 26, 2026 · 5 min read
Four apps are worth knowing about right now: RealAlarm, ToDo Alarm, AutoSleep, and AlarmK. They've adopted AlarmKit, the iOS 26 framework that lets third-party alarms ring through Silent mode and Focus with the same priority as Apple's Clock. Most of the big legacy names haven't. Test any newcomer silenced before trusting it with meds.
For fifteen years, the deal on iPhone was simple: only Apple's Clock app got real alarms. Every third-party alarm, task, or medication app was faking it with notifications, and notifications lose to Silent mode, lose to Focus, and get silently throttled in ways developers can't control. If you have ADHD and ever missed a med reminder because your phone was on silent, that wasn't the app being bad. It structurally could not do better.
iOS 26 changed that. It matters more for ADHD users than for almost anyone else, and almost nobody has written a practical guide to which apps use the framework. This one is compiled from App Store listings, release notes, and developer documentation.
What AlarmKit is
AlarmKit, introduced with iOS 26, gives third-party developers system-level alarm access, the same machinery Apple's Clock uses. In practice a third-party alarm can now:
- Fire through Silent mode and any Focus mode, every time, with the same priority as Apple's Clock.
- Take over the Lock Screen with a full-screen alert and real snooze/stop buttons instead of a dismissable notification banner.
- Show up in the Dynamic Island and on Apple Watch.
- Run as a countdown timer or a scheduled alarm, both with guaranteed delivery.
Before iOS 26, developers leaned on time-sensitive and critical alerts, which did not guarantee the alarm would sound and were routinely muted by Silent and Focus. AlarmKit is opt-in per app: the first alarm triggers a system permission prompt, and you can revoke access anytime under Settings → Notifications → [App] → Alarms.
Why this is an ADHD story specifically: the entire failure mode of phone reminders, the one we documented in unignorable iPhone alarms, was that anything short of the Clock app could be accidentally silenced. Every med reminder, task deadline, and "leave now" alert was a second-class citizen. AlarmKit makes them first-class.
Apps that have shipped AlarmKit support
The list is shorter than you'd expect, which is exactly why it's worth writing down. As of mid-2026:
RealAlarm is an alarm clock built exclusively on AlarmKit; its whole pitch is system-level reliability. Alarms ring on the Lock Screen, in StandBy, and in the Dynamic Island even with the phone silenced. A straightforward Clock-app replacement if you want more alarm slots and better labels.
ToDo Alarm is a task manager where every task fires as a real AlarmKit alarm by default, full-screen, with a photo-proof "Prove It" completion option. Treating tasks as alarms is the correct model for ADHD, where a banner is functionally invisible.
AutoSleep, the long-running sleep tracker, added an AlarmKit smart-wake alarm that fires at your lightest sleep stage and now bypasses Sleep Focus, per ToDo Alarm's roundup.
AlarmK is an Alarmy-style "mission alarm" (scan a QR code, solve math, or take a photo to dismiss) built on AlarmKit's permission model, so the mission alarm can no longer be defeated by the mute switch.
Beyond dedicated alarm apps, several recipe, HIIT, and pomodoro apps have shipped or announced AlarmKit timers: cooking timers and focus-session timers that ring like real timers instead of hoping a notification lands.
Notably absent, as of this writing: the biggest legacy names. Alarmy, the "gold standard" mission alarm with years of workaround engineering, hasn't clearly shipped AlarmKit support, and neither have most big sleep apps. The incumbents built elaborate hacks around the old limitations and have been slow to adopt the framework that makes those hacks unnecessary. Expect this list to grow; check an app's recent release notes for the word "AlarmKit."
What to check before trusting one
An alarm app is only useful if it fires the morning it matters, so verify before you rely on one:
| Check | How |
|---|---|
| Does it actually use AlarmKit? | Listing or release notes say "AlarmKit" or "rings through Silent mode." "Loud alarm" alone means nothing; that's the old hack. |
| Did you grant the permission? | Settings → Notifications → [App] → Alarms. First alarm should trigger a system prompt; if it never did, it's not using AlarmKit. |
| iOS 26+ on your device? | AlarmKit does not exist on iOS 18. Apps must fall back to ordinary notifications on older versions, so know which experience you're getting. |
| Test it silenced | Set an alarm two minutes out, flip Silent mode on, enable a Focus, lock the phone. If it doesn't ring full-screen, don't trust it with meds. |
| Alarm count limits | The system caps how many alarms each app can schedule; heavy schedulers should confirm the app handles the limit gracefully. |
The two-minute silenced test is the only one that matters. Run it once per app, and re-run it after major iOS updates.
Where this is heading
AlarmKit quietly ends the era where "just use the built-in Clock app" was the only responsible advice for anything mission-critical. Med reminders can ring like alarms now. Task managers can interrupt like alarms. Wake-ups tied to sleep data can't be muted by a forgotten Focus mode. The plumbing finally exists, and the apps are arriving one by one. (Full disclosure: the TilTaken app is being built on AlarmKit for exactly this reason. Join the waitlist if you want it when it ships.)
Until your favorite app adopts it, the fallback playbook in unignorable iPhone alarms still applies. But for the first time, the fallback has an expiration date.