30 Second Timer
← All preset timersThirty seconds is the shortest interval most people can feel going wrong. It is the hold length taught for static stretching, because a muscle needs a few seconds of steady tension before it stops resisting and lengthens. It is the scrub time in handwashing guidance, the rinse printed on mouthwash bottles, and the work phase in most HIIT circuits. Counted in your head it tends to come out short, and always in the direction of less effort. Read off a clock instead, every round is the same length, which is the entire reason the interval gets specified at all.
Screen kept awake while this runs
Ends with an audible alarm — keep this tab's sound unmuted. A running countdown keeps counting in a background tab and picks itself back up if you reload.
Open this page with the timer already running → — handy as a bookmark, though your device only lets a page make a sound after you have tapped it at least once.
Why 30 seconds
At this length the start matters more than the finish. A circuit running twenty rounds of thirty seconds loses a full minute if each round begins three seconds late, so the page arrives with the duration already set and starts on a single tap. Every tick is derived from a real timestamp rather than counted by hand, which is why round nineteen is the same length as round one.
What people set it for
- Timed handwashing at the sink
- Holding a static stretch
- Work intervals in a HIIT circuit
- A mouthwash rinse
- Plank and wall-sit holds
- Watching an espresso shot pull
FAQ
- Why do so many instructions land on thirty seconds?
- It is the shortest interval long enough for a physical process to finish and short enough to repeat without planning. Soap needs friction time, a stretched muscle needs a few seconds to release, and a circuit needs a work phase that can be run twenty times over. Anything shorter is hard to hold to consistently, and anything longer starts to need a rest of its own.
- Can I count thirty seconds accurately in my head?
- Rarely, and the error runs one way. Counting speeds up under exertion, which is exactly when thirty seconds tends to get counted, so the plank or the wall sit ends early. Saying one thousand between the numbers helps a little and still drifts. If the interval is the point of the exercise, read it off something external.
- Will the countdown keep running if I switch to another tab?
- Yes. Browsers throttle background JavaScript, which is how naive timers quietly lose seconds while you are elsewhere. This one runs its countdown in a Web Worker and derives each tick from a real timestamp, so the tab can sit in the background for the whole interval and the alarm still sounds at the right moment.