Tuxedo Time Guy Precision, formally dressed

Online Timer

Set a duration, press start, walk away. It will get your attention when time is up.

Ready

00:00

Press Esc to exit

This timer needs JavaScript enabled.

Common timer lengths

How this timer works

Enter a duration and the timer counts down to zero, then sounds an alarm and announces the timer by name. You can run as many timers at once as you like — each keeps its own name, duration and progress — which is what makes this useful for cooking, where three things finish at three different times, or for a workout circuit with different intervals per station.

It does not drift in a background tab

Most browser timers lose time when you switch tabs, because browsers throttle background JavaScript to save battery. A timer that counts down by subtracting a fixed amount on every frame will quietly fall behind, sometimes by minutes over a long duration. This one records the moment it should finish and compares against the real clock on every tick, so switching tabs, locking your phone, or leaving it running for an hour does not change when the alarm fires.

Looping and repeat counts

Set a loop count and the timer restarts itself when it reaches zero. Three loops of five minutes gives you fifteen minutes broken into thirds with an audible marker at each boundary. Set it to endless for something like a stretching routine, where you want a nudge every few minutes until you decide to stop.

Keeping the screen awake

On phones and tablets the screen will normally sleep partway through a long timer. Where the browser supports it, this page asks the system to keep the display on while a timer is running, and releases that request the moment the last timer stops.

Common questions

Will the timer still go off if I switch to another tab?
Yes. The countdown is calculated from a fixed end time rather than counted down frame by frame, so background throttling does not affect it. The alarm may be delayed a second or two while the tab wakes, but it will not lose minutes.
Can I run more than one timer at the same time?
Yes, as many as you want. Each timer keeps its own name, duration and progress, and they run independently.
Why is there no sound?
Browsers block audio until you have interacted with the page. Pressing Start counts as an interaction, so the alarm will play. If your device is on silent, use the vocal announcement or watch for the visual alert instead.
Do my timers survive a page refresh?
Yes. Running timers are saved in your browser and resume with the correct remaining time. Nothing is sent to a server.