Skip to content
← Back to Blog
🔕

Does an iPhone Alarm Ring in Silent Mode? What Breaks Through and What Doesn't

September 18, 2026 · 8 min read

Short answer: yes, a real alarm rings in silent mode. Flip the switch, press the Action button, turn on Do Not Disturb, go to bed. The Clock app's alarm will still go off at full volume in the morning, and so will any alarm set through Apple's AlarmKit framework on iOS 26 or later. That's the whole point of an alarm: it's the one sound your phone is allowed to make when you've told it to be quiet.

The longer answer is where people get burned. Not everything that calls itself an alarm is one. Reminders, calendar alerts, and most third-party "alarm apps" are notifications underneath, and notifications obey the silent switch. This article sorts out which is which, why the difference exists, and how to make sure the thing you set tonight actually wakes you tomorrow. If you're here because you want an alarm that rings with your own voice, our guide to waking up to your own recording covers the why; this one covers the plumbing. More in our wake-up alarm guides.

What Rings on Silent and What Doesn't (Table)

Here is the behavior you can rely on, as of iOS 26. Where something depends on a setting, the table says so.

What you setSilent switch / Action button onDo Not Disturb or a FocusNotes
Clock app alarmRingsRingsVolume follows the ringer slider, not media volume
AlarmKit alarm (iOS 26+ apps such as Affilist)RingsRingsSame system alarm type as Clock; full-screen alert
Clock app timerRingsRingsAlso a system alert
Reminders / Calendar alertSilentSilent (unless the app is allowed in that Focus)Vibration only, or nothing
Third-party "alarm" via notificationSilentSilent (unless allowed)Most pre-iOS-26 alarm apps; sound is a notification sound
Notification marked Time SensitiveSilentCan break through a Focus if you allow itStill muted by the physical switch
Bedtime / Sleep schedule wake-up alarm (Health)RingsRingsIt's a Clock alarm under the hood

Notice the pattern. The rows that ring are all things iOS itself considers alarms. The rows that go quiet are all notifications, however alarm-like they look on screen.

Why Alarms Are Different From Notifications

iOS treats sound in two separate channels, and the silent switch only controls one of them.

The first channel is everything the phone does to you unasked: message pings, app badges, calendar reminders, the "your ride is here" banner. These are notifications. The silent switch exists precisely to mute this channel, so that a meeting, a cinema, or a sleeping partner isn't interrupted. When you flip the switch, iOS mutes notification sounds wholesale. It doesn't ask which ones are important.

The second channel is things you explicitly scheduled to make noise: alarms and timers. iOS assumes that if you set an alarm for 6:15, you meant it, and that a silent switch flipped at 11 p.m. so your phone wouldn't buzz during the night is not a request to sleep through the morning. So alarms live outside the mute. They also get a special presentation: the full-screen takeover with a Stop button, rather than a banner that slides in and out.

The silent switch answers "should this phone interrupt me?" An alarm answers "I already decided to be interrupted." iOS lets the second answer win.

This is also why alarms are allowed to keep ringing. A notification plays its sound once and stops; an alarm repeats until you deal with it. That persistence is the other half of what makes something a real alarm.

Silent Mode vs Focus vs Do Not Disturb

People use these words interchangeably, and they behave differently for notifications, but the same for alarms:

The one nuance worth knowing: a Focus can be configured to let certain apps through, and an app can mark a notification as Time Sensitive to request that. That helps a notification-based alarm app survive a Focus, but it does nothing about the physical silent switch. If the switch is on, the notification is muted regardless. Real alarms don't need any of this; they aren't in the notification system in the first place.

The Volume Trap: When a Real Alarm Is Still Too Quiet

There's an edge case that catches even people who did everything right. Alarm volume on iPhone follows the ringer volume, not the media volume you adjust while watching a video. If you turned the ringer all the way down at some point (or if "Change with Buttons" is on and you've been lowering it with the side buttons), your alarm will technically ring, but at a whisper.

Check it once: open Settings → Sounds & Haptics and look at the ringer and alerts slider. Many people prefer to turn off "Change with Buttons" so that the side buttons only touch media volume and the ringer level stays put. The exact wording of that option has shifted across iOS versions; the slider itself is what matters.

Two other quiet killers: the phone being fully powered off (a shut-down iPhone rings nothing; Low Power Mode is fine), and headphones. As of recent iOS versions, alarms play through the speaker as well as connected headphones, but if you're unsure, test tomorrow's setup with a one-minute alarm tonight.

Why Most Alarm Apps Fail Here, and What AlarmKit Changed

Until iOS 26, third-party apps had no way to schedule a real alarm. The only tools were notifications and background audio tricks. So an "alarm app" from the App Store would set a local notification for 6:15 with an alarm-like sound attached. On a phone with the switch off and no Focus running, it looked and sounded convincing. On a phone set to silent, it was a vibration, if that. On a phone in Do Not Disturb, it was nothing. Reviews of alarm apps are full of "didn't go off" one-stars for exactly this reason, and the apps weren't lying; they were doing the only thing iOS allowed.

Some apps worked around it by asking you to leave the app open all night, playing silent audio to stay alive. That drains the battery and breaks the moment you switch apps.

In iOS 26, Apple added AlarmKit: a framework that lets an app hand a real alarm to the system. The alarm is scheduled by iOS itself, fires even if the app was closed, presents the same full-screen alert as the Clock app, and rings through silent mode and Focus modes. The app asks for a one-time permission ("allow alarms"), and from then on its alarms are first-class citizens.

This is what lets an app like Affilist ring with your own voice. The app records your affirmations or your Manifesto, builds a short ringtone from them, and schedules an AlarmKit alarm that uses that file as its sound. When it fires, you get a Stop button and a Listen button; Listen opens the app and plays the full recording. There's a per-alarm "Wake up to my voice" toggle for shared bedrooms, and if you switch it off, the alarm uses a standard sound instead. There's no snooze, because the alert has two buttons and the second one is spent on Listen, so the app suggests a second alarm as a backup. The step-by-step setup, and the alternatives for phones that can't run iOS 26, are in how to set a custom voice alarm on iPhone.

The practical test for any alarm app is simple: does it ask for an alarm permission (AlarmKit), or a notification permission? The first will ring on silent. The second won't.

Checklist: Make Sure It Rings Tomorrow

Run this once tonight; after that it's just habit.

And once the mechanics are sorted, spend a minute on what the alarm says. A real alarm that breaks through silent mode is only half the morning; the first sentence you hear is the other half. If your mornings start with a low hum of dread rather than a lack of volume, the affirmations for overthinking page has lines written for exactly that first minute, and new moms and nurses have their own pages for mornings that start at hours nobody chose.

Sources

We keep claims modest and link to where they come from. These are the references behind this article:

Frequently Asked Questions

Will my iPhone alarm go off if the phone is on silent?

Yes. Alarms set in the Clock app, and alarms set through AlarmKit by apps on iOS 26 or later, ring even with the silent switch on and even in Do Not Disturb or another Focus. Only notifications are muted by the switch.

Why did my alarm app not ring when my phone was on silent?

Almost certainly because it was a notification dressed as an alarm. Before iOS 26, apps couldn't create real alarms, only notifications, and notifications obey the silent switch and Focus modes. Use the Clock app, or an app that uses AlarmKit and asks for alarm permission.

Does Do Not Disturb stop alarms?

No. Do Not Disturb, Sleep Focus, and custom Focus modes suppress notifications, not alarms. Your Clock alarm and any AlarmKit alarm will ring through them.

My alarm rang but was very quiet. Why?

Alarm volume follows the ringer volume, not media volume. Check the ringer slider in Settings → Sounds & Haptics. If you often lower volume with the side buttons, consider turning off the option that lets those buttons change the ringer, so the alarm level stays fixed.

An Alarm That Breaks Through Silent Mode, in Your Voice

Affilist uses AlarmKit on iOS 26 to ring a real system alarm with your own recording. Record one honest sentence tonight; hear it tomorrow, switch on silent or not. Free to start.

Download Affilist Free