Skip to content
SimpleConvertSimpleConvert

Online Alarm Clock

Set an alarm that rings in your browser, with a label, a nine-minute snooze, a desktop notification and a fullscreen clock face.

How to use it

  • Pick a time, give the alarm a label, and press Set alarm.
  • Allow notifications when asked so the alert still reaches you in another tab.
  • The tab must stay open — a web page cannot wake your device once it is closed.

This sets an alarm that rings from inside the browser tab itself — pick a time, add a label so you know at a glance what it is for, and it fires a sound and an on-screen alert when the clock reaches it. A nine-minute snooze matches the interval most physical alarm clocks and phones use, so the habit carries over.

What keeps it ringing, and what stops it

A browser tab can only run code while it exists, so the alarm fires as long as the tab stays open — in the background, in another window, even minimised — but stops being possible the moment the tab is closed or the browser quits. That is a real limitation worth knowing before relying on it for anything that matters: a laptop that goes to sleep, or a tab closed by mistake, silently cancels the alarm with no warning.

Browsers also block audio from playing until you have interacted with the page at least once, which is why arming the alarm plays a short test beep immediately — that click is what unlocks audio for the actual alert later.

Desktop notifications as a backup

Allowing notifications when prompted means the alert can still reach you if you have switched to another tab or application, since a desktop notification appears outside the browser window itself. It does not help if the tab or browser has actually been closed — for anything you genuinely cannot miss, a phone alarm remains the more reliable choice.

Questions people ask

Will the alarm work if I close the tab?

No. A browser page stops running when it is closed, so nothing can fire. Keep the tab open, and use your phone for anything you genuinely must not miss.

Why is there no sound?

Browsers block audio until you have interacted with the page. Pressing Set alarm counts as that interaction, which is why a short test beep plays when you arm it.

Is anything uploaded or stored on a server?

No. Everything runs in your browser. Anything that persists is kept in this browser's local storage on your own device.

Runs entirely in your browser. Nothing you type is uploaded, logged or shared.

Last updated 22 August 2026