Stopwatch Online
Ini stopwatch online gratis yang mulai menghitung begitu Anda menekan Mulai dan mencatat putaran dengan resolusi sepuluh milidetik. Semuanya berjalan di browser, jadi tidak ada yang perlu dipasang dan tidak ada akun yang perlu dibuat.
Siap
Putaran (belum ada putaran)
Belum ada putaran. Jalankan stopwatch lalu tekan Putaran.
Suara
Spasi untuk mulai dan berhenti. L mencatat putaran. R mengatur ulang.
A stopwatch that keeps time when the tab does not
The stopwatch stores the moment you started and the milliseconds you had already accumulated, then derives the reading from the system clock on every frame. That distinction matters, because browsers throttle timers in background tabs. A stopwatch that counts its own ticks falls behind as soon as you look away; one that reads the clock does not. Switch tabs, lock the phone, come back an hour later, and the elapsed time is still correct.
The readout is HH:MM:SS.cs, refreshed at ten millisecond resolution and set in tabular figures so every digit occupies the same width. The number does not jitter and the layout does not shift while it runs.
Laps, splits and running totals
Press Lap, or the L key, to mark a lap without stopping the clock. Each row shows the split — the time since the previous lap — next to the running total. That pair is what you actually need when you are timing intervals, sets, or repeated runs of the same task, and it is why a lap list is more useful than restarting the stopwatch each time.
Laps stay in the list until you reset, and the whole list can be copied as plain text into a note or a spreadsheet. Keyboard control is the fastest way to work: Space starts and pauses, L records a lap, R resets, and Esc cancels a pending reset. Every control is also a real button, so screen readers and switch devices reach it the same way.
Your timing stays on your device
The stopwatch is a client-side tool. The start timestamp, the accumulated milliseconds and the lap list are written to your browser's local storage under a single key, so a reload or an accidental close does not lose a running stopwatch. Nothing is uploaded and no account is involved.
The stopwatch itself is free, with no usage limit and no advertising interruption. When measured time needs to become hours worked, the hours calculator takes clock-in and clock-out times and returns totals and pay; the timesheet does the same across a full week or several people.
Pertanyaan dan jawaban
Does the stopwatch keep running if I switch tabs?
Yes. The elapsed time is derived from the system clock rather than from a tick count, so a throttled or hidden tab does not cause drift. When you return, the reading has advanced by exactly the time that passed.
How accurate is the stopwatch?
The display resolution is ten milliseconds and the underlying measurement uses the browser's high-resolution clock. Your reaction time pressing the button is far larger than any error the stopwatch contributes.
What is the difference between a lap and a split?
The split is the time since the previous lap; the total is the time since you started. Each lap row shows both, so you can compare individual intervals without doing the subtraction yourself.
Can I use the stopwatch with the keyboard?
Yes. Space starts and pauses, L records a lap, R resets and Esc cancels a pending reset. The same actions are available as buttons for pointer and assistive-technology users.
Will I lose my laps if I reload the page?
No. The running state and the lap list are saved to your browser's local storage, so a reload restores them. Clearing site data for tauvio.com removes them.