Countdown Timer
Set a countdown and get alerted when time is up. Works even when the tab is in the background.
Set a duration, start the timer, and receive an alert when it reaches zero. Everything runs in your browser.
Enter the hours, minutes, and seconds for the duration you want to time, or tap a quick preset such as 5 min or 25 min.
Press Start to begin the countdown. The display updates every frame using requestAnimationFrame.
Press Pause to stop the countdown at any time; press Start again to resume from where you paused.
Optionally enable the Sound toggle — once you have clicked it once, the app will play an 880 Hz beep when the timer reaches zero.
Press Reset to clear the timer back to your original inputs and start over.
- Does the countdown keep running if I switch to another browser tab?
- Yes. The timer calculates remaining time from a target timestamp using Date.now() on every frame, so it stays accurate even when the browser throttles background tabs.
- Do I need to be online for the countdown to work?
- Only to load the page. Once MakeMyTimer has loaded in your browser, the countdown timer runs fully client-side and does not contact any server.
- Why do I need to click the sound toggle before I can hear the alert?
- Web browsers block audio until the page receives a user gesture. Clicking the sound toggle creates the AudioContext inside a click handler, which is why the first click is required before sound works.
- What is the longest countdown I can set?
- You can enter up to 99 hours, 59 minutes, and 59 seconds in a single countdown — roughly four days.
More time tools
Precise stopwatch with lap tracking and millisecond accuracy.
ClockConvert times between any IANA timezones with DST awareness.
TimezoneWork in focused intervals with automatic break scheduling.
ProductivityTrack the current time in multiple cities at a glance.
ClockConvert Unix epoch timestamps to dates and back, in seconds or milliseconds.
DateCalculate exact age in years, months, days, hours, and seconds.
DateAdd or subtract from a date, or measure the duration between two dates.
DateRun work/rest intervals for HIIT, Tabata, and circuit workouts.
TimerSet multiple alarms with labels, audio, and desktop notifications.
TimerFind the best meeting time across timezones on a 24-hour overlap grid.
TimezoneCalculate sunrise, sunset, twilight, and golden hour for any location.
TimezoneTwo-player chess clock with Fischer increment and Bronstein delay.
Productivity