Stopwatch

00:00:00.000

A simple stopwatch that runs entirely in your browser. Use Start to begin timing, Pause to hold, Reset to clear, and Lap to record split times. No data is sent to the server.

How to use the stopwatch

  1. Press Start to begin timing; press the same button again to pause or resume.
  2. Press Lap while the stopwatch is running to record the current elapsed time without stopping it.
  3. Pause when you are finished, or press Reset to clear the time and all laps.

Lap and elapsed time tracking

Each lap records the total elapsed time at that moment, which is useful for repeated tests, practice intervals, QA steps, presentations, or comparing several attempts. Pausing keeps the accumulated duration so timing can continue from the same point.

Browser timing notes

The stopwatch uses the browser's monotonic high-resolution clock, so changing the system clock does not move the timer backward or forward. The display shows milliseconds, but browser scheduling and device load mean it should not be treated as laboratory or competition-grade timing equipment.

Elapsed time can continue correctly after a background tab resumes, but laps and stopwatch state are not saved. Reloading or closing the page clears the current session.

Online stopwatch FAQ

Does the stopwatch continue in a background tab?

Yes. A background tab may update less often, but the elapsed time is recalculated when you return.

Will the stopwatch survive a page reload?

No. Reloading or closing the page starts a new stopwatch session and clears the elapsed time and laps.

What does a lap time record?

Each lap records the total elapsed time at the moment you press Lap. Reset clears every recorded lap.

How accurate is the online stopwatch?

It is suitable for everyday timing, practice, study, and informal tests. It is not a calibrated instrument for official or laboratory measurements.

Related tools: Countdown Timer · Online Clock · Time Calculator