A simple, accurate online stopwatch with a built-in lap timer. Start, pause, and resume the clock, and tap Lap to record split times for workouts, races, cooking, study sessions, or any task you want to measure.
How it works
Elapsed time is read from the browser’s high-resolution performance clock rather than counted frame by frame, so it stays accurate to the millisecond even when the tab is in the background or the display is throttled. The readout shows minutes, seconds, and centiseconds (hundredths).
Each lap captures two numbers: the lap time (the duration of that segment alone) and the running total (elapsed time since start, also called the split). When you have more than one lap, the fastest is highlighted green with an up triangle and the slowest is marked with a down triangle.
Example
Timing four 400 m laps of a run:
| Lap | Lap time | Total |
|---|---|---|
| 1 | 01:32.40 | 01:32.40 |
| 2 | 01:35.10 ▼ | 03:07.50 |
| 3 | 01:30.80 ▲ | 04:38.30 |
| 4 | 01:33.00 | 06:11.30 |
Lap 3 is flagged as the fastest, lap 2 as the slowest. It is privacy-first: everything runs locally and nothing is stored or uploaded.