Online Stopwatch

Press start or the space bar – record laps with “Lap” or the L key. For sports, cooking or rehearsing a speech: it keeps counting even after you reload the page.

00:00.00

 

Keyboard: Space = start/stop, L = lap, R = reset

Result

How it is calculated

How the online stopwatch works

The stopwatch stores the start time and calculates the display from the difference to the current clock. It does not count on its own, so it never falls behind when the browser throttles a background tab. State and laps are saved in your browser (localStorage): after reloading or reopening the page, the measurement continues. In private browsing mode this is lost when the window closes.

How to use it in three steps

  1. Click Start or press Space – time runs in minutes, seconds and hundredths.
  2. For each split, click Lap or press L or Enter.
  3. Stop pauses the watch, “Resume” continues, “Reset” clears time and laps.

Example uses

Lap time, total time and copying results

Lap time is the time since the previous lap, total the time since start. From two laps on, the fastest is marked green and the slowest red. “Copy laps” puts a tab-separated table on your clipboard, ready to paste into Excel or Google Sheets.

Example: three laps on a 400 m track with lap times of 1:42.35, 1:39.80 and 1:45.10 give totals of 1:42.35, 3:22.15 and 5:07.25. Lap 2 is the fastest (green), lap 3 the slowest (red); the gap is 5.30 seconds and the average lap 1:42.42.

Accuracy and limits

The display shows hundredths of a second (decimal point). The calculation itself is accurate to the millisecond, but real-world accuracy is limited by your reaction time when clicking or tapping, typically 0.1 to 0.3 seconds. A browser stopwatch is not suitable for official competition timing.

Tips for more accurate hand timing

Embed it on your own website

The stopwatch is also available as an embeddable widget, for example for a club or school website – with laps, keyboard control and copy function just like here.

Frequently asked questions

Does the stopwatch keep running if I close the tab?

Yes, if your browser allows local storage. When you reopen the page, it shows the time elapsed since start. In private mode the state is lost when the window closes.

Does the stopwatch show milliseconds?

The display shows hundredths of a second; internally the time is calculated to the millisecond. More digits would not add real precision, because reaction time when clicking is typically 0.1 to 0.3 seconds.

What is the difference between lap time and total time?

Lap time measures only the segment since the last lap click, for example one length in a pool. Total time keeps running since the start.

What is the difference between a stopwatch and a timer?

A stopwatch counts up with no limit to measure how much time has passed, for example during training. A timer counts down from a set time and sounds an alert once it reaches zero.

Can I use the keyboard?

Yes: Space starts and stops, L or Enter records a lap, R resets the stopped watch.

Is it accurate enough for races or official competitions?

It works well for training and personal timing. For official competition results it is not suitable, since reaction time when clicking or tapping (0.1 to 0.3 seconds) limits the accuracy of any hand-timed browser stopwatch.

Can I embed the stopwatch on my website?

Yes, it is available as an embeddable widget. As here, no account or install is needed; time and laps stay saved locally in the browser.

Sources and legal basis

As of:

Embed on your website

Free, no sign-up: copy the code and paste it into your page (e.g. an HTML block). Feel free to adjust the size and the link.

Open preview

Related tools