Stopwatch & Timer

A precise stopwatch with laps and a countdown timer in one tool.

Runs locallyWorks offlineShare link carries settings, never your data
Send output toQR Code GeneratorPassword GeneratorFocus TimerBuild a workflow from thisOutput stays on this page until you send it.

Frequently asked questions

Does it record lap times?

Yes — the stopwatch lets you capture laps so you can compare splits without stopping the clock. Press the lap button each time you reach a checkpoint or complete a segment, and the tool records the time for that lap while the overall stopwatch continues running. Each lap shows both its individual time and the cumulative time since start, making it easy to identify which segments were fastest or slowest. This is essential for training (tracking split times for intervals), races (comparing individual lap performances), and any activity where breaking down total time into segments provides useful feedback.

Will the countdown alert me when it ends?

Yes — a clear time's-up alert fires when the countdown reaches zero so you do not have to watch it. The alert is an audio notification (which you can customize) and a visual indicator, allowing you to set a timer and move on to other tasks without constantly checking the clock. This is perfect for cooking, meditation sessions, workout intervals, or any scenario where you need a reminder when time is up. The alert continues until you acknowledge it, so you won't miss the notification.

Is it free?

Completely. There is no sign-up, no account, no watermark and no usage limit. The tool is supported by unobtrusive ads, not by selling or processing your data.

Pro tips

  • Leave the tab visible for anything where the alert matters; browsers may delay notifications from a heavily throttled background tab.
  • Use laps rather than stopping and restarting, so you keep both the interval times and the running total.
  • Note that the fastest and slowest laps are marked for you — comparing intervals is usually the reason for recording them at all.
  • Set the countdown before you need it. Fumbling the duration while something is already cooking defeats the purpose.
  • Check your device is not muted before relying on an audible alert, particularly on a phone with a physical silent switch.

About Stopwatch & Timer

Each lap shows its own time next to the running total, with the fastest and slowest marked, because comparing one interval against another is the entire point of recording them. The clock is high-resolution rather than a once-a-second tick, so a long session does not drift.

Time anything with a lap-recording stopwatch, or count down from any duration with a clear time's-up alert — both in one tool. Use the stopwatch for workouts, cooking and speed tests, and the countdown for breaks, presentations and kitchen timers.

Record laps to compare one interval against another, or switch to the countdown for a fixed duration with an alert at the end. Both share a tab, so timing a workout and its rest period does not mean swapping tools.

Browser timers are a request rather than a promise, which is why so many web stopwatches drift. Asking to be called every second returns control a few milliseconds late each time, and counting those callbacks accumulates every delay — over a long session the error grows to tens of seconds. Reading the clock and computing the difference from the start instead means a delayed frame affects only how often the display refreshes, never the elapsed value.

Background tabs make the distinction stark. Browsers throttle inactive tabs aggressively to save battery, so a tick-counting timer slows or effectively stops the moment you switch away — which is exactly what someone starting a focus timer then going to work does. A clock-reading timer is immune: whatever the tab was doing, the elapsed time is correct the instant it wakes.

Common use cases

  • Interval training, where lap times and rest periods both need timing without swapping tools.
  • Cooking several things at once and needing a countdown that is visible from across the room.
  • Timing presentations, exam practice or speaking slots to a fixed limit.
  • Measuring how long a task actually takes, as a check against how long it feels.
  • Timing a process at work — a build, a call, a queue — where a rough figure is worth recording.
How it comparesA phone's built-in clock app is more reliable for an alarm that must fire while the screen is off, because the operating system guarantees it and a browser tab cannot. On a desktop where you are already working, a tab is faster to reach and easier to read from a distance.