20 Minute Timer
A ready-to-go 20:00 countdown -- press Start, or set a different duration below if you need one.
Keyboard: Space start/pause, R reset, Esc stop alarm.
What a 20 minute timer is used for
- the upper limit often given for a nap that avoids deep sleep and its grogginess
- a standard sitcom episode's actual runtime once ad breaks are removed
- a common average one-way commute time in many mid-sized cities
- a full interval-training session repeated across several rounds
- a solid block for reviewing and replying to email
Why 20 minutes
Twenty minutes is the widely cited upper bound for a nap that stays in light sleep -- go much past it and your body is more likely to slip into deep sleep, making the wake-up considerably groggier even though you slept longer. It's a genuinely evidence-backed number, not just a round one.
20 minutes = 1200 seconds = 1/3 hour
How it stays accurate
Like every timer on this site, this one never counts down by subtracting one second at a time -- it records the exact target end timestamp the moment you press Start, then recomputes the time left from that fixed target on every screen update. Switching tabs, minimizing the window, or letting the browser throttle a background tab doesn't cost any accuracy, because the next update still does the subtraction fresh rather than trying to catch up on missed ticks. The alarm itself is synthesized with the Web Audio API -- no audio file, nothing an ad blocker could interfere with -- and repeats until you stop it with the Escape key, the Stop alarm button, or by starting a new countdown.
Frequently Asked Questions
What is a 20 minute timer good for?
A few common uses: the upper limit often given for a nap that avoids deep sleep and its grogginess; a standard sitcom episode's actual runtime once ad breaks are removed; a common average one-way commute time in many mid-sized cities.
How long is 20 minutes in other units?
20 minutes = 1200 seconds = 1/3 hour.
Does this 20 minute timer stay accurate if I switch tabs?
Yes -- it stores the exact moment the countdown should end and recomputes the time left from that fixed target on every update, rather than counting ticks, so a background tab that gets throttled for a while doesn't cost any accuracy.
Why is 20 minutes a notable duration?
Twenty minutes is the widely cited upper bound for a nap that stays in light sleep -- go much past it and your body is more likely to slip into deep sleep, making the wake-up considerably groggier even though you slept longer. It's a genuinely evidence-backed number, not just a round one.