Countdown Timer
Free online countdown timer — set hours, minutes, and seconds with an alarm when time is up. For cooking, workouts, study, and talks.
Free online countdown timer — set hours, minutes, and seconds with an alarm when time is up. For cooking, workouts, study, and talks.
Quick presets
Custom timer
Set it and walk away — the alert remembers the pasta even when you don't.
Meditation, stretching, or a deliberate 10-minute rest — end on the bell, not on a guess.
Keep talks and agenda items on schedule with a visible countdown.
An audible timer makes "20 more minutes" a fact rather than a negotiation.
Tea, bread dough, film development and two-part epoxy all have windows where a few minutes either way changes the result noticeably and irreversibly.
Fixed intervals of work with deliberate breaks underpin several focus techniques. The timer is what makes them function — the theory alone reliably fails.
Common uses include workout intervals (rest periods, HIIT rounds), cooking and baking, study sessions (e.g. the Pomodoro technique — 25 minutes work, 5 minutes break), meditation sessions, presentations and speeches, and any task where you need an audible reminder when a set amount of time has elapsed.
The countdown recalculates remaining time from the original end timestamp rather than simply ticking down a counter, so brief interruptions (switching tabs, backgrounding the browser) will not cause drift. However, on mobile, some browsers may pause JavaScript timers entirely when the screen is locked or the tab is fully backgrounded for a long time — for critical alarms, your phone's native clock/alarm app is more reliable.
Most browsers require a user interaction (like a click) on the page before they will allow audio playback, as an anti-autoplay-spam protection. As long as you started the timer by clicking a button on the page, the alert should play normally. If your device is on silent/mute, the alert will still be visually shown ("Time's up!") even if no sound plays.
Yes — use the custom timer fields to enter any combination of hours, minutes, and seconds (e.g. 1 hour 30 minutes), or use the "1 hour" preset as a starting point and adjust from there.
Browsers deliberately slow down timers in tabs that are not visible, to save battery, so a timer that counts by repeatedly adding one second falls behind whenever the tab is in the background. Well-built timers avoid this by recording the target time when they start and comparing against the clock on each tick, so they show the correct remaining time the moment you return regardless of what the browser did meanwhile. Drift of more than a second or two in a foreground tab is unusual.
Once the page has loaded, yes — the countdown runs entirely in your browser and needs no further contact with a server, so a dropped connection mid-timer does not stop it. What will stop it is closing the tab or the browser, since nothing is stored on a server to resume from. Reloading the page also restarts it. For anything you cannot afford to lose, a device alarm is more robust than a browser tab.