Skip to content
K Knidox Search…
Time & Date · Time

Stopwatch & Timer

A stopwatch with lap splits and a countdown timer, both running in your browser.

00:00.00
mm:ss.cs · counting up

A stopwatch counts up from zero and can record lap splits as you go; a timer counts down from a time you set and alerts you at 00:00. Use the toggle to switch between the two. Both run entirely in your browser — start the stopwatch to time an activity, or set minutes and seconds for the countdown.

Stopwatch and timer, one tool

The toggle at the top switches between two modes. In stopwatch mode the clock counts up from 00:00.00, showing minutes, seconds, and centiseconds; press Lap to mark a split without stopping the count. In timer mode you set a target with the minutes and seconds fields, then count down to zero, where the display flashes and a short tone plays.

The time is computed from real timestamps rather than by adding up ticks, so it stays accurate even if the browser briefly throttles the page. That means the number you read is the true elapsed or remaining time, not a tally that can drift over a long session.

  1. 1
    Pick a mode Use the toggle to choose Stopwatch (counts up) or Timer (counts down).
  2. 2
    Stopwatch: press Start The clock counts up in mm:ss.cs. Press Lap to record a split, Stop to pause, and Start again to resume from where you left off.
  3. 3
    Timer: set the time Type the minutes and seconds you want, then press Start. The display counts down in mm:ss.
  4. 4
    Watch for the alert At 00:00 the timer stops, the display flashes, and a short tone plays if your browser allows sound.
  5. 5
    Reset when done Reset clears the stopwatch and its laps, or returns the timer to the time you set.

Stopwatch vs. timer

The two modes differ in direction, what you set, and what they record.

StopwatchTimer
DirectionCounts up from zeroCounts down to zero
You setNothing — just startMinutes and seconds
RecordsLap splits as you goNothing; alerts at the end
EndsWhen you stop itAutomatically at 00:00
Good forTiming how long something takesLimiting an activity to a set length

Laps, splits, and keeping it running

In the lap list, each row shows two numbers: the split (the time since your previous lap, shown with a +) and the total elapsed time at that point. The split tells you how long that single segment took; the total tells you where you were on the overall clock. Strictly, a “lap” is the time for one segment and a “split” is the running total, but everyday stopwatches show both at once, so this tool does too.

Both modes run in the open browser tab. Keep the tab open and the clock keeps going; the elapsed time is always read from timestamps, so even if you switch away and come back, the number is correct. For structured study, the countdown pairs naturally with the Pomodoro timer, which builds the same idea into fixed 25-minute focus sessions and breaks.

What’s the difference between the stopwatch and the timer?
The stopwatch counts up from zero so you can measure how long something takes, while the timer counts down from a time you set and alerts you when it reaches 00:00.
What is a lap?
Pressing Lap marks a split point without stopping the stopwatch. Each lap row shows the split — the time since the previous lap — and the total elapsed time at that moment.
What’s the difference between a lap and a split?
A lap is the time for one segment on its own; a split is the running total up to that point. The lap list shows both: the “+” value is the split for that segment and the second value is the cumulative total.
Does it keep running if I switch tabs?
Yes. The clock keeps going while the tab is open, and because the time is read from real timestamps rather than counted tick by tick, it stays accurate when you return — just don’t close the tab.
How accurate is it?
It updates about every 50 milliseconds and computes elapsed time from timestamps, so it’s accurate to roughly a hundredth of a second for everyday timing. It is not a calibrated instrument for scientific measurement.
Is there a sound when the timer ends?
Yes — at 00:00 the display flashes and a short tone plays. Sound is optional and best-effort; if your browser blocks audio until you interact with the page, the visual flash still tells you the timer is done.