Precise online stopwatch with lap timer. Millisecond accuracy for sports, workouts, and timing anything.
📖 Read the complete guide for in-depth tips and troubleshooting.
An online stopwatch counts elapsed time upward with large digits visible across a room. Coaches, teachers, and labs use it when everyone needs to see the same clock. Free, instant, and works on any device with a browser.
Sprint and lap timing
Class-visible experiment timing
Competitions and games
Track how long something has simmered
Measure rehearsal length
Quick workstation timing
Click Start to begin timing. Click Stop to pause, then Resume to continue or Reset to clear. While running, click Lap to record a split time without stopping the main timer. Lap times appear in the list below, with the best lap highlighted in green and the worst in red.
This stopwatch uses the browser's requestAnimationFrame API for smooth updates and Date.now() for precise time measurement, giving millisecond-level accuracy. It's accurate enough for sports timing, cooking, and most everyday uses.
A lap time (or split time) records the elapsed time at a specific moment without stopping the stopwatch. Each lap shows both the split time (time since the last lap) and the total elapsed time. This is useful for tracking individual intervals in a race or workout.
Yes. The stopwatch continues running even if you switch to another browser tab. The time is calculated based on the actual elapsed wall-clock time, not animation frames, so it remains accurate even when the tab is in the background.
Yes. The stopwatch works on all devices including smartphones and tablets. The interface is fully responsive and touch-friendly. Tap Start, Stop, Lap, and Reset just as you would click them on a desktop.