Chronometer
Een eenvoudige online stopwatch met start, pauze, rondetijden en reset.
Snel antwoord: Chronometer: een eenvoudige online chronometer met starten, pauzeren, rondetijden en resetten. Werkt volledig in je browser, gratis en zonder registratie.
Laatst bijgewerkt
Goed om te weten
The detail that separates a reliable stopwatch from a flaky one is how it measures elapsed time. This one is anchored to wall-clock time rather than counting ticks, which means it keeps accurate time even when the browser throttles a backgrounded tab — a common failure mode where naive timers drift or freeze the moment you switch away. Precision is a hundredth of a second, bounded by browser timer resolution.
The lap function is what makes a stopwatch useful beyond a raw total: each lap records a split without stopping the clock, so you can capture per-rep or per-interval times and compare them at a glance. Laps live only for the current session, so copy anything you need to keep before refreshing, since a reload clears them.
For counting down toward a deadline rather than up from zero, the Countdown Timer is the counterpart tool, and it encodes its target into the URL so a countdown can be bookmarked or shared. A stopwatch, by contrast, is about measuring an interval that starts right now.
Veelgestelde vragen
- Is de stopwatch gratis?
- Ja — gratis zonder registratie.
- Blijft het lopen als ik van tab wissel?
- Ja — de timer is gekoppeld aan de wandklok tijd, dus blijft nauwkeurig ook wanneer de tab op de achtergrond is.
- Worden mijn ronden opgeslagen?
- Alleen voor de huidige sessie. Verversen van de pagina wist ze.
- Hoe nauwkeurig is het?
- Nauwkeurig tot 1/100ste van een seconde — beperkt door de resolutie van de browser timer.
- Wordt er iets geüpload?
- Nee — de stopwatch draait volledig in jouw browser.