Feedback form
Hi! What do you think?

Drag it here or paste with Ctrl+V


    You can also email us on infocalculat.io

    Timer

    Countdown timer with an alarm at the end

    Timer

    Set a timer for

    A Timer That Keeps Time When You Look Away

    Pick a length, press start

    Every duration here has its own page and its own address, so a fifteen-minute timer is a link you can bookmark, pin to a tab or send to somebody. Press start and the countdown runs; press space and it pauses. When it reaches zero the page flashes and, unless you turned sound off, an alarm plays.

    Why it stays accurate in a background tab

    Browsers throttle background tabs heavily — a script that counts its own ticks can fall a minute behind while you read something else. This one never counts ticks. It records the moment the countdown should finish and, on every frame, subtracts the current time from it. Switch tabs, lock the phone, come back an hour later: the number you see is the right one, because it was worked out from the clock rather than accumulated.

    The remaining time also rides in the browser tab title, so the countdown is readable without the page in front of you. On phones the screen is asked to stay awake while the timer runs.

    Timer, stopwatch, countdown — three different things

    A timer counts down from a length you choose and signals at the end; that is this page. A stopwatch counts up from zero until you stop it. A countdown to a moment — a date, a time of day — is a different question again, and it lives on our how long until pages. This timer stops at twenty-four hours for exactly that reason: anything longer is a countdown to a date.

    If you wanted the arithmetic instead

    Sometimes the question is not «count this down» but «how much is this». Five minutes is 300 seconds, and the seconds converter turns any number of seconds into minutes, hours and days. It answers a different question with the same numbers.

    The timers people set most

    1 Minute  ·  2 Minutes  ·  3 Minutes  ·  5 Minutes  ·  10 Minutes  ·  15 Minutes  ·  20 Minutes  ·  25 Minutes  ·  30 Minutes  ·  45 Minutes  ·  1 Hour  ·  2 Hours

    See Also

    FAQ

    Does the countdown keep running in a background tab?

    Yes. The time left is worked out from the finishing moment on your device clock rather than by counting ticks, so switching tabs or locking the screen does not slow it down. Come back and it shows the right time.

    Why is there no sound?

    Browsers only allow sound after a person acts on the page. Pressing start is that action, so the alarm will play. If sound is switched off next to the timer, turn it back on — the choice is remembered.

    How is a timer different from a stopwatch?

    A timer counts down from a time you set and signals at the end. A stopwatch counts up from zero until you stop it. This is a timer.

    What happens if I close the page?

    The countdown stops: the timer lives in the tab and sends nothing to a server. The page address carries the duration, so you can bookmark it and open it again.