Precise online stopwatch with lap times. Start, pause, lap and reset - right in your browser.
Lap Times
Space Start/Stop L Lap R Reset
A stopwatch measures elapsed time from a defined start point, displaying minutes, seconds, and fractions of a second. Unlike a simple clock, it tracks duration rather than time of day, making it indispensable for sports training, cooking, presentations, and laboratory experiments. Modern digital stopwatches, whether hardware or browser-based, offer millisecond precision far beyond what mechanical predecessors could achieve when Omega introduced the first official Olympic stopwatch in 1932.
Indian athletes preparing for national competitions under the Sports Authority of India (SAI) use stopwatches daily to track sprint splits, swimming laps, and running intervals. CBSE and ICSE exam halls use countdown timers, but students practising mock papers at home rely on stopwatches to simulate pressure conditions. Civil service aspirants preparing for UPSC interviews and group discussions use the lap function to self-monitor their two-minute answer slots. Fitness trainers across metro gyms use interval timing for HIIT sessions and circuit training protocols.
This browser stopwatch uses JavaScript's performance.now() API, which provides sub-millisecond timestamps independent of system clock adjustments. This means it continues accurately even if your device syncs time mid-session. The lap feature records split times without stopping the main counter, allowing you to review individual segments. It runs entirely in your browser with no installation required and works on mobile, tablet, and desktop.
performance.now() which is accurate to sub-millisecond precision in modern browsers. The display updates every 50 ms and shows hundredths of a second.