Yes, the WakeKids wake screen plays even when a phone is set to silent. The short version: it uses the device’s alarm audio path instead of the ringer, and phones treat those two paths differently on purpose.
How it actually works
On iOS, the wake screen uses the playback audio session, which ignores the mute switch by design — the same reason a music app or a clock alarm keeps playing when the switch is flipped to silent. On Android, it uses the dedicated alarm stream (STREAM_ALARM), which silent mode does not affect — the same stream Android’s own clock app relies on. Neither is a workaround; both platforms built these paths specifically so alarms can be trusted to sound.
What can still stop it
Silent mode is one setting among several. These can still prevent an alarm from arriving or being heard, and are worth testing on the actual device before relying on the routine:
- Focus or Do Not Disturb modes, which operate independently of the ringer switch.
- Battery optimization or background restrictions that limit when an app can act.
- Revoked notification permissions.
- Manufacturer-specific power management (common on some Android brands).
- No network connection at the moment the alarm is triggered.
The honest caveat
WakeKids is a convenience tool for family routines, not a life-safety device. Test the full setup on your own devices — including with silent mode on — and keep a backup plan for anything time-sensitive. See WakeKids alarm not ringing? What to check for the full list of delivery factors and how to rule each one out.