BestTimersbesttimers.com
Accurate to 1/100th of a second

Online stopwatch with lap times

Counts up to a hundredth of a second, records laps and splits, and stays accurate even in a background tab. Free, no sign-up, nothing to install.

1/100 sprecision
8timer modes
10alarm sounds
$0free, no account
Tip: type “boiled egg”, “pasta”, “pomodoro”, “tabata” or “rice” to set the timer instantly.

BestTimers tools

00:05:00.00
remaining
No timers yet. Add “Eggs 6 min”, “Pasta 10 min” and “Cake 35 min” to run them all at once.

Sequence steps

0 steps

On each step: ▲▼ to reorder, ⧉ to duplicate, ✕ to remove — handy for building programs with repeating phases.

💾 Saved programs

Save the sequence above to reload it later (requires local saving to be enabled).

Ready
00:00
Add steps or pick a preset to begin
Stopwatch
00:00.00
Ready
120BPM
Allegro

A sleep cycle lasts about 90 minutes. Waking at the end of a cycle — rather than in the middle of one — makes it far easier to get up. We also allow about 15 minutes to fall asleep. Most adults do best on 5 to 6 cycles (7.5 to 9 hours).

Alarm history

Online stopwatch with laps

A countdown answers "how long until"; a stopwatch answers "how long did that take". The BestTimers stopwatch counts up with hundredth-of-a-second precision and keeps running accurately in a background tab, because it too is calculated against a reference clock rather than incremented by a ticker. Leave it running while you switch to another tab and the elapsed time will still be exact when you come back.

Lap times and splits

Press Lap to record a split without stopping the clock. Each lap shows both its individual duration and the cumulative total, which is exactly what you need for running intervals, swimming sets, or timing how long each stage of a process actually takes. The fastest and slowest laps are highlighted in the list, so patterns jump out without exporting anything to a spreadsheet.

That distinction between lap time and total time trips people up on physical stopwatches all the time. Here both numbers sit side by side on every row, so there is nothing to work out in your head mid-session.

Start, pause, reset

Start begins timing, Pause freezes the display without losing the elapsed total, and Reset clears everything including the lap list. Fullscreen enlarges the digits enough to read from the far side of a gym, a pool deck or a classroom — useful when the person timing is not the person being timed.

What people use it for

Track intervals on the treadmill or in the pool. Time a presentation rehearsal so you know whether you are running long. Measure how long a recurring task really takes before you commit to an estimate. Time a science experiment or a cooking step where the duration matters but you do not know it in advance. Referee a school sports day. Any situation where you would otherwise squint at a wall clock and do subtraction.

Why a browser stopwatch beats the one on your phone

Your phone has a stopwatch, but it is behind a lock screen and an app, and it disappears the moment a call comes in. A browser tab stays open on a second monitor all afternoon, shows far bigger digits, keeps a visible lap history you can read at a glance, and is one bookmark away on every machine you use. There is nothing to install and nothing to update.

Keyboard shortcuts

On a laptop the stopwatch is faster from the keyboard than from the mouse. The space bar starts and pauses it, and the R key resets. That matters when you are timing something with one hand and writing with the other, and it means you never have to hunt for a small button mid-measurement.

Why the hundredths are real

Plenty of web stopwatches display two decimal places without earning them: they increment a counter on a timer that browsers throttle the moment the tab loses focus, so the displayed value quietly diverges from reality. This one derives elapsed time from a monotonic reference clock on every frame. The number you see is the number that elapsed, not an accumulation of ticks that may have been skipped.

That said, a browser is not laboratory equipment. Display refresh, operating system scheduling and your own reaction time all sit between the event and the button. For anything where a hundredth genuinely decides an outcome, use hardware built for it.

Reading the lap list

Each row shows two numbers, and confusing them is the classic stopwatch mistake. The lap time is how long that individual segment took. The total is the elapsed time since you started. On a set of four 400-meter repeats, the lap column tells you whether you are fading; the total column tells you when to stop.

How the stopwatch actually keeps time

It is worth understanding what is happening under the surface, because it explains why some web stopwatches can be trusted and others cannot.

The naive way to build one is to add ten milliseconds to a counter a hundred times a second. It looks correct in testing and fails in practice, because a browser is not obliged to run your code on schedule. If the machine is busy, a repeat interval fires late. If you switch tabs, most browsers throttle background timers to once a second or less to save battery. Every one of those missed or delayed ticks is time that silently vanishes from the total.

This stopwatch never counts ticks. When you press Start, it records a single timestamp from the browser's monotonic clock — a counter that only moves forward and is unaffected by the system clock changing, by daylight saving, or by the machine going to sleep. From then on, the elapsed time is simply the current reading minus that timestamp, recalculated fresh every time the screen repaints. If the tab is throttled, the display stops updating, but the underlying arithmetic is unaffected. Come back an hour later and the number is exactly right, because it was never being accumulated in the first place.

The same principle runs every tool on this site, and it is the reason a countdown left in a background tab still rings at the right moment.

Precision, accuracy and where the real error lives

Two words get used interchangeably and should not be. Precision is how finely the instrument reports — here, hundredths of a second. Accuracy is how close the reported value is to the truth. A stopwatch can be precise and wrong.

The clock itself is not your limiting factor. Modern browsers deliberately coarsen their timing resolution slightly as a security measure, which introduces error on the order of a tenth of a millisecond — irrelevant for anything you would time by hand. Screen refresh adds a few milliseconds, since the display can only update sixty times a second on most monitors.

Human reaction time swamps all of it. The gap between seeing an event and pressing a key is typically 150 to 250 milliseconds, and it differs between the start press and the stop press. That is a quarter of a second of uncertainty in a display claiming hundredths. It is not a flaw in the tool; it is physics and biology, and it applies equally to a handheld stopwatch. When a hundredth genuinely decides an outcome, races use electronic gates triggered by the athlete, not by a person watching.

The practical consequence: trust the hundredths for comparing your own repeated measurements, where your reaction time roughly cancels out. Do not trust them for adjudicating anything.

THE ERROR BUDGET OF A HAND-TIMED MEASUREMENT

Where the error in a hand-held measurement actually comes from On a logarithmic scale, browser clock resolution contributes about a tenth of a millisecond and screen refresh about sixteen milliseconds, while human reaction time contributes 150 to 250 milliseconds — more than a thousand times the clock's own error. 0.1 ms 1 ms 10 ms 100 ms 1 s Browser clock ≈0.1 ms Screen refresh ≈16 ms Reaction time 150–250 ms logarithmic scale
The clock is never your limiting factor. The gap between seeing something happen and pressing a key dwarfs everything the browser contributes — by roughly three orders of magnitude. Trust the hundredths for comparing your own repeated measurements, where your reaction time largely cancels out. Do not trust them for settling an argument.

Lap times and splits — the distinction that matters

Almost every stopwatch offers both, and most people use one when they mean the other.

A lap time is the duration of one segment on its own: how long the third 400-meter repeat took. A split time is the cumulative total at that point: how long you had been running when you finished the third repeat. Each row in the list here shows both, so you never have to subtract.

FOUR 400-METRE REPEATS: 82, 84, 85, 91 SECONDS

Four 400-metre repeats read as lap times and as splits The lap row shows four segments of 82, 84, 85 and 91 seconds; the fourth is highlighted because it is six seconds slower than the third. The split rows below show the cumulative totals: 1:22, 2:46, 4:11 and 5:42, each simply longer than the last. LAP TIME — HOW LONG THAT SEGMENT TOOK 82 s 84 s 85 s 91 s SPLIT — ELAPSED SINCE THE START 1:22 2:46 4:11 5:42
The same session, read two ways. The lap row says the first three repeats are within three seconds of each other and the fourth falls apart. The split row, where every number is simply bigger than the last, hides that completely. Each row of the lap list here shows both, so there is nothing to subtract mid-session.

Which one you read depends on the question. Lap times tell you about consistency — whether you are fading, whether the fourth interval collapsed. Split times tell you about pace against a target — whether you are on schedule to finish under an hour. Coaches look at laps; race strategists look at splits.

A worked example

Four 400-meter repeats, recorded as laps: 82 s, 84 s, 85 s, 91 s. The splits are 1:22, 2:46, 4:11, 5:42. The lap column tells the real story — the first three are within three seconds of each other, then the fourth falls apart. That is a pacing problem or a fitness ceiling, and it is invisible in the split column, where each number simply looks bigger than the last.

What people time with it

Running and swimming intervals

The classic use. Start the clock at the beginning of the session and press Lap at the end of each repetition, including the recoveries if you want them measured. Because the clock never stops, you get a complete record of the session rather than a series of disconnected numbers.

Measuring how long work really takes

The most useful and least glamorous application. Time three or four instances of a recurring task — writing a report, processing an invoice, preparing a lesson — before committing to an estimate. Almost everyone underestimates familiar tasks and overestimates unfamiliar ones, and a stopwatch is the cheapest correction available.

Cooking without a known duration

Reducing a sauce, proving dough in a warm kitchen, softening onions: these finish when they look right, not at a set time. A stopwatch tells you afterwards how long it took, so next time you can set a countdown instead of hovering.

Science, teaching and physiotherapy

Reaction experiments, chemical reactions, timed physiotherapy holds, classroom activities. Fullscreen mode makes the display readable from the back of a room, which matters when the person timing is not the person being timed.

A short history, and why the design has not changed

The first true stopwatch with a start-stop-reset mechanism appeared in the early nineteenth century, developed for timing horse races. The layout that emerged — one button to start and stop, another to reset, a third for splits — turned out to be so well matched to the task that it survived the move to quartz in the 1970s and to software after that.

That is why this stopwatch looks familiar despite having no moving parts. The interface is not imitating a physical object out of nostalgia; it is reusing a control scheme that a century of use showed to be right. The space bar starts and stops, R resets, and the Lap button records a split without interrupting anything — exactly the three actions, in the same relationship, as on a mechanical chronograph.

Common questions

Does the stopwatch keep running if I switch tabs?

Yes. The elapsed time is calculated from a reference clock rather than counted tick by tick, so it stays exact even while the tab is in the background. The display catches up the moment you return.

How many laps can I record?

There is no fixed limit. The list scrolls, and the fastest and slowest laps stay highlighted however long it gets.

Can I keep my laps after closing the page?

Laps are cleared on reset and are not saved between visits. If you need a permanent record, copy the list before you close the tab.

What is the difference between this and a countdown timer?

A stopwatch counts up from zero and answers "how long did that take". A countdown starts from a duration you set and answers "how long until". If you know the duration in advance, use the countdown timer instead.

The other timers

Every tool below is also available from the tab bar at the top of this page — switching tabs does not lose whatever you have running.

This page is part of BestTimers, a free collection of seven timing tools that all run in your browser — no account, nothing to install, nothing sent to a server. The main page carries the full timing reference, the glossary and the frequently asked questions.