Skip to content
Logo Any Help Me

Online Timer & Stopwatch: Alarm & Laps

05:00
Quick presets
Options

Timing stays accurate in background tabs and even survives a reload, because the countdown is based on the clock, not on the tab staying active. (A fully closed tab can't keep counting, but reopening this page restores the correct time.)

Two Tools That Count in Opposite Directions

A timer counts down from a duration you set and tells you when it runs out; a stopwatch counts up from zero and tells you how long something took. They sound interchangeable and are not: one is for enforcing a limit, the other for measuring a span you do not know in advance.

This page provides both, along with lap timing for splitting a single run into segments.

How to Use the Timer and Stopwatch

Pick the mode by what you are trying to find out, not by which one you used last.

  1. Choose the timer when you know the duration in advance, cooking, a timed exercise, a meeting segment, a study block.
  2. Set the duration and start it. The countdown runs from the clock, so switching tabs or locking the screen does not pause it.
  3. Choose the stopwatch when you want to measure something whose length you do not know, such as how long a task actually takes.
  4. Use laps to split one continuous run into segments. Each lap records the split without stopping the overall count.
  5. Reset between separate measurements rather than carrying a running total, unless the total is what you are after.

Why Browser Timers Drift, and What Prevents It

A naive timer adds up intervals, sixty ticks of one second makes a minute, and loses time whenever the browser is busy or the tab is in the background, where timer callbacks are deliberately throttled. Over an hour that approach can drift by minutes, which is exactly when you notice.

The reliable approach is to record the start time and compare it against the current clock on every update. Then the display is derived from real elapsed time rather than accumulated, and a tab that was throttled for two minutes shows the correct value as soon as it wakes. That is how this one works, so leaving the tab in the background is safe.

Timer or Stopwatch?

The distinction is about whether the duration is known before you start.

SituationUseWhy
Boiling an egg for 7 minutesTimerThe duration is fixed in advance
Finding out how long a task takesStopwatchThe duration is the unknown
A 25-minute focus blockTimerThe limit is the point
Timing laps of a runStopwatch with lapsSplits within one continuous span
A three-minute presentationTimerYou need warning before the limit
Recording how long a meeting ranStopwatchMeasuring after the fact

For repeated work-and-rest intervals, exercise sets, or focused work blocks, a dedicated interval tool handles the cycling for you rather than requiring a reset each round.

Background Tabs, Sound and Accuracy

Because the count is clock-based, the elapsed time stays correct in a background tab. What browsers do restrict is the alert: a tab that has never been interacted with may not be allowed to play sound, and a phone with the screen off may delay a notification. If a timer must be heard, keep the tab in the foreground or use a device alarm as a backup.

For casual use the accuracy here is more than sufficient, since display updates land within a few tens of milliseconds. For anything where a hundredth of a second decides an outcome, official race timing, laboratory measurement, purpose-built equipment exists precisely because a browser makes no timing guarantees.

Frequently Asked Questions

What is the difference between a timer and a stopwatch?
A timer counts down from a duration you set and alerts you at zero. A stopwatch counts up from zero to measure how long something took. Use the timer when you know the duration in advance.
Does the timer keep running if I switch tabs?
Yes. It compares against the system clock rather than accumulating ticks, so the elapsed time stays correct even when the tab is throttled in the background.
Will I hear the alarm if the tab is in the background?
Usually, but browsers can restrict audio in tabs that have not been interacted with, and phones may delay it with the screen off. Keep the tab in front if hearing it matters.
What are lap times for?
Recording splits within a single continuous run, each lap notes the time at that point without stopping the overall count. Useful for running, intervals or timing stages of a task.
How accurate is it?
Well within a few tens of milliseconds, which is ample for cooking, workouts and study. For official race timing or laboratory work, dedicated equipment is the right tool.
Does it work offline?
Yes. Once the page has loaded it needs no network connection, since the timing comes from your own device clock.
Is any of my timing data stored?
No. Everything stays in your browser and nothing is sent to a server.

Explore more in Life & Health

View all →