โฑ๏ธ

Stopwatch

Centisecond-precise stopwatch with laps, live current-lap readout & fastest โšก/slowest ๐Ÿข highlights.

00:00.00

โฑ๏ธA precise stopwatch with smart laps

Hundredth-of-a-second timing on your browser's high-resolution clock, with lap splits that keep recording without stopping the run โ€” and your fastest โšก and slowest ๐Ÿข laps highlighted automatically, so patterns jump out without arithmetic.

๐Ÿ’กTiming things well

  • Lap at every repetition โ€” the split list becomes your consistency report.
  • For sports drills, watch the fast/slow spread: a shrinking gap means improving consistency.
  • Time your real problem-solving speed per question before exams โ€” then set per-question budgets.
  • The display runs on performance.now(), which doesn't drift with system-clock changes.
Timing 10 practice integrals: laps show 2:10 average with a 4:05 slowest โ€” that one topic is the revision target, found without a spreadsheet.

๐Ÿ’ก Frequently Asked Questions

How accurate is this stopwatch?+

It uses the browser's high-resolution monotonic timer (performance.now()), accurate to a hundredth of a second and immune to system-clock adjustments mid-run.

What are lap times for?+

Laps record split times without stopping the clock โ€” for repeated drills, running laps, experiment steps, or per-question solving times. Fastest and slowest laps are highlighted automatically.

Does the stopwatch keep running if I switch tabs?+

Yes โ€” elapsed time is computed from the start timestamp, not from ticks, so returning to the tab shows the true elapsed time even if the display paused while hidden.

Stopwatch or Pomodoro timer โ€” which should I use?+

Stopwatch measures how long something takes (open-ended); the Pomodoro timer enforces how long you work (fixed sprints). Time a task once with the stopwatch, then budget it into pomodoros.

๐Ÿ”— Related Tools