Skip to content
Browser Screensaver

Fullscreen Stopwatch

A stopwatch big enough to read across a room, with lap times and splits. Accurate because it reads the clock rather than counting frames.

Press F for fullscreen, Esc to exit.

An accurate stopwatch in a browser tab

Elapsed time is the difference between two wall-clock readings, not a sum of animation frames. That distinction matters more than it sounds: a frame-counted stopwatch drifts whenever the browser drops frames, and it can lose several seconds over a few minutes on a busy machine.

Hundredths of a second are shown by default. Turn them off and the digits get considerably larger, which is the better choice on a screen people are watching from a distance.

  • Timing an activity, a drill or a demonstration
  • Lap timing where you need splits as well as totals
  • A visible clock on a shared screen during a timed exercise

Lap times and splits

Each lap records both the split — the time since the previous lap — and the total elapsed. The six most recent laps stay on screen, newest first, which is as many as fit legibly at a size you can read from a distance.

Reset clears the laps along with the clock. There is no history kept anywhere, because nothing here is stored outside the page you have open.

How to use the stopwatch full screen

Press F for fullscreen, then Start. Lap records a split without stopping the clock, and Reset clears everything.

The buttons stay visible rather than fading away, because a stopwatch you have to move the mouse to control is a stopwatch that has already lost you the moment you wanted to catch.

Questions

Is a browser stopwatch accurate?

This one is, because it reads the system clock rather than counting animation frames. Frame-counted stopwatches drift whenever the browser drops frames, which on a busy machine can be several seconds over a few minutes.

Does it keep running in a background tab?

Yes. Elapsed time is computed from clock readings, so switching tabs or locking the screen does not affect the total.

Is the stopwatch free?

Yes — free, no account, no download, no limit. It runs entirely in your browser, so it keeps working if the connection drops.

Does it make a sound when it finishes?

No. Nothing on this site plays audio. The screen changes colour and flashes instead, which is what works on a muted display at the front of a room — and it will not startle anyone.

Can I save my settings?

They are already saved — in the address bar. Every change is written into the URL, so bookmarking the page keeps the timer exactly as you configured it, and pasting the link gives someone else the same one.