Skip to content
Toolbox

Online Stopwatch

A precise online stopwatch with lap times, keyboard shortcuts and millisecond accuracy. No download or sign-up needed.

00:00.00

Stopwatch ready

Space starts and stops · L records a lap · R resets

About Stopwatch

A stopwatch accurate to the millisecond, driven by the browser's high-resolution clock rather than a counter, so it stays exact even if the tab is backgrounded. Record laps, review the fastest and slowest, and control everything from the keyboard.

How to use it

  1. Press Start, or hit Space.
  2. Press Lap (L) to record a split without stopping.
  3. Press Reset (R) to clear and start again.

Frequently asked questions

Does it keep time if I switch tabs?

Yes. Elapsed time is calculated from timestamps rather than counted frame by frame, so background throttling affects only how often the display refreshes, never the recorded time.

What are the keyboard shortcuts?

Space starts and stops, L records a lap, and R resets.

How accurate is it?

It uses performance.now(), which is accurate to well under a millisecond. In practice your reaction time is thousands of times larger than any error here.

In-depth reads that go beyond the calculator.