??MODOO

Stopwatch & TimerLaps 쨌 Countdown 쨌 Alarm

Two tools in one: precision stopwatch with lap recording, plus a countdown timer with audio alarm.

Stopwatch
Milliseconds precision. Space starts/stops, L records a lap.
00:00:00.000
Countdown
Set a duration; alarm sounds at zero.
Hours
:
Min
:
Sec
00:05:00

Accuracy

Both timers use performance.now() for millisecond-precision tracking and compensate for browser tab throttling. They keep running even if you switch tabs (the underlying time is read on each tick rather than counted by setInterval).

Keyboard Shortcuts

Privacy

No data leaves this page. Laps are kept in memory only until reset ??close the tab and they're gone.