Stopwatch

Online stopwatch with lap times. Works offline.

00:00.00

Related Tools

MW

Reviewed by

Marcus Webb

Software Engineer & Developer Tools Specialist

· BSc Computer Science, University of Washington· Senior Engineer at Cloudflare (2018–2023)· Open-source contributor to Temporal API proposals

About the Online Stopwatch

The TimeandTool Online Stopwatch is a precision timing tool that runs entirely in your browser. It uses a combination of requestAnimationFrame for smooth display updates and the system''s high-resolution performance clock to maintain accuracy down to the centisecond level. Unlike simple setInterval-based timers, this approach ensures that the displayed time stays correct even when the browser tab is in the background or the device is under heavy load.

The stopwatch supports unlimited lap recordings with automatic split-time calculations. Each lap entry shows both the individual split duration and the cumulative total, making it easy to track progress across multiple intervals. Best and worst laps are highlighted automatically in green and red, giving you instant visual feedback on your performance without manual comparison.

Understanding Lap Times

Split vs Cumulative Times

Split time shows the duration of a single interval — the time between consecutive lap markers. Cumulative time shows the running total from the moment you pressed Start. Both are displayed side by side for each lap entry.

Best & Worst Highlighting

When you record three or more laps, the fastest split is highlighted in green and the slowest in red. This lets you instantly identify your strongest and weakest intervals without scanning through numbers.

Export & Sharing

Lap data can be copied to your clipboard or exported for analysis. Use the results in spreadsheets, training logs, or lab reports. The structured format makes it easy to paste into any application.

Centisecond Precision

The display updates at up to 60 frames per second, showing minutes, seconds, and centiseconds (hundredths of a second). The underlying clock uses the browser''s performance API for sub-millisecond accuracy.

Common Uses for Stopwatches

  • Sports timing & athleticsTime sprints, laps, intervals, and training drills. Compare splits across sessions to track improvement in running, swimming, cycling, or any timed sport.
  • Science experimentsRecord reaction times, measure durations of chemical processes, or time physics experiments. The centisecond precision is ideal for classroom and lab work.
  • Cooking & kitchen timingTime multiple cooking steps with lap markers — boiling, resting, searing. Keep track of each stage without needing separate timers.
  • Board games & triviaEnforce turn limits in board games, quiz competitions, or debate rounds. The lap feature tracks each player''s or team''s time separately.
  • Productivity trackingMeasure how long tasks actually take versus your estimates. Use stopwatch data to improve planning, identify bottlenecks, and build realistic schedules.

Frequently Asked Questions