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.
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.
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.
Related tools: Countdown Timer · Online Clock · Time Calculator