Online Stopwatch
A simple, accurate online stopwatch with lap times — great for workouts, timing tasks, and training intervals.
A simple, accurate online stopwatch with lap times — great for workouts, timing tasks, and training intervals.
Ready
Time sprints, planks, and circuits with lap times to see whether round 5 is as fast as round 1.
Steeping tea, kneading dough, or timing a steak — a stopwatch beats counting in your head.
Run Pomodoro-style focused work sprints and honest breaks while studying or working.
"Beat the timer" turns tidying a room into a race — laps keep the rematch honest.
A lap measures one segment on its own; a split measures elapsed time from the start. Mixing them up is the usual reason a recorded set of times refuses to reconcile.
Talks and presentations overrun because rehearsal is almost never timed. Running it once against the clock changes what you decide to cut, and it is always something.
This stopwatch uses the browser's high-resolution timer (requestAnimationFrame), which is accurate to within a few milliseconds — more than precise enough for workouts, cooking, study sessions, or sports training. For official athletic timing, dedicated hardware stopwatches or photo-finish systems are still used, since human reaction time when starting/stopping (150–300 ms) is the larger source of error in any manually-triggered stopwatch.
A lap time records the elapsed time at a specific moment without stopping the overall stopwatch — useful for tracking interval splits during a run, comparing rounds in a workout, or timing repeated tasks. This stopwatch highlights your fastest lap in green and slowest in red once you have recorded more than one, making it easy to spot pacing trends.
Yes, though a dedicated countdown timer with audible alerts (like our Countdown Timer) is often more convenient for fixed work/rest intervals since it counts down to zero automatically. A stopwatch is better suited for open-ended timing — e.g. "how long did that set take" — or for recording lap splits across multiple rounds of a circuit.
Yes — the timer is based on actual elapsed wall-clock time (calculated from timestamps), not a simple counter that could drift or pause when the tab loses focus, so the displayed time remains accurate when you return to the tab.
Because your reaction time is inside the measurement. Human reaction to a visual cue is roughly 200 to 250 milliseconds, and it applies at both start and stop — partly cancelling out, but not reliably. This is why hand-timed sprint results have historically been adjusted before comparison with electronic times, and why hundredths of a second on a manual stopwatch imply a precision that is not really there. For anything where a tenth matters, the timing has to be triggered by the event rather than by a person watching it.
No. Sanctioned competition requires certified timing equipment, usually triggered electronically by the starting signal and by a beam or transponder at the finish, along with calibration records and defined procedures. A browser stopwatch is entirely adequate for training intervals, cooking, presentations and personal bests, where a fraction of a second changes nothing. It is not adequate where a result is recorded, ranked or appealed — and any governing body will specify what it does accept.