How to use the stopwatch
Click Start to begin. Click Stop to pause and save the current time as a lap. Click Reset to return to 00:00.0.
Time tools
Start, stop, and record lap times in your browser.
Complete guide
The Online Stopwatch starts the moment you click Start and displays elapsed time to tenths of a second. Click Stop to pause and record a lap time. Click Reset to clear everything back to zero.
Lap times are recorded in the Laps field each time you press Stop, so you can track multiple intervals without losing previous readings.
Click Start to begin. Click Stop to pause and save the current time as a lap. Click Reset to return to 00:00.0.
Each time you press Stop, the current elapsed time is saved to the lap log. Continue with Start to keep running from where you stopped.
The stopwatch uses requestAnimationFrame for smooth display, with timing via Date.now() which is accurate to one millisecond.
Answers
Yes. Once the page is loaded, the stopwatch runs entirely in your browser with no internet connection required.
Click Stop to pause and log the current time. Then click Start again to continue from the same point.
It is accurate to the millisecond using browser timing APIs. Display updates every animation frame, typically 60 times per second.
Yes. If you switch tabs, the timer continues counting but the display may not update until you return.
The stopwatch only counts up. For countdowns, use the Countdown Timer tool.
Related tools