Stopwatch
Precise stopwatch with lap times, split tracking, and millisecond accuracy.
00:00:00.00
Laps
0 recordedThe stopwatch uses requestAnimationFrame for smooth, high-resolution timing. Accuracy depends on your browser and system load.
How to use Stopwatch
-
Start the stopwatch
Click 'Start' to begin timing. The display updates smoothly in real time showing hours, minutes, seconds, and centiseconds.
-
Record laps
Click 'Lap' at any point to record the current split. Each lap entry shows the time since the previous lap and the total elapsed time.
-
Stop and resume
Click 'Stop' to pause. Click 'Resume' to continue from exactly where you left off — elapsed time accumulates correctly.
-
Review lap history
Scroll through the lap table to review all recorded splits and cumulative times in order.
-
Reset when done
Click 'Reset' to clear the elapsed time and all recorded laps, returning to zero.
Stopwatch FAQ
How accurate is the stopwatch?
What is the difference between split time and cumulative time?
Can I record multiple laps?
Does it keep running in the background?
Does the stopwatch reset on page refresh?
Can I use keyboard shortcuts?
What is the maximum time it can measure?
Is this suitable for sports timing?
Is any data sent to a server?
Background
A browser-based stopwatch with start, stop, resume, and reset controls. Record lap times to track splits and see the elapsed time between each lap alongside the cumulative total. The display shows hours, minutes, seconds, and centiseconds, updated smoothly every frame using requestAnimationFrame and performance.now() for high-resolution timing accurate to sub-millisecond resolution. Lap records show both the split time (time since the previous lap) and cumulative elapsed time. Useful for sports timing, cooking, lab experiments, productivity tracking, or any task requiring precise elapsed time measurement. Keyboard shortcuts let you start, stop, and record laps without moving your hands. Everything runs in your browser with no data transmitted or stored.
Related tools
Countdown Timer
Live countdown to any target date or duration with presets, alerts, pause/resume, reminders, and persistence.
Pomodoro Timer
Pomodoro technique timer with customisable work and break durations, session tracking, and audio alerts.
Date Difference Calculator
Calculate the exact difference between two dates in years, months, days, and business days.
Age Calculator
Calculate your exact age in years, months, and days with birthday countdown and zodiac sign.
Timezone Converter
Convert times between timezones and compare up to four zones side by side.