Interval / HIIT Timer
Run work and rest intervals with a tone at each change.
Work — round 1 of 8
00:30
Settings
Clocks here run against real time, so a background tab does not make them drift. Browsers do hold audio in inactive tabs, so a sound may arrive late even when the time is right.
How this calculation works
Each phase ends at a wall-clock time worked out when the phase begins, rather than after a counted number of ticks. That is what stops rounds drifting longer as a session goes on, which is the failure mode of every timer built by decrementing a counter. The tone changes pitch between work and rest, so you can hear which phase is starting without looking at the screen, and a longer tone marks the end of the session.
What the results mean
- Round
- Which repetition you are on. A round is one work phase plus the rest that follows it.
- Total session
- Work plus rest multiplied by the round count. Worth checking before you start, since interval sessions are usually longer than they look.
- Phase tone
- A higher tone starts work, a lower one starts rest, and a longer tone ends the session.
Common problems and fixes
- The screen goes dark part way through
- The device is dimming or locking because you have not touched it. Change the screen timeout in your system settings for the length of the session, or keep the device plugged in, since many devices use a longer timeout on power. A page cannot override a system screen lock.
- Tones are late or missing
- Press the test sound button once before starting, since browsers block audio until the page has been interacted with. If the tab is in the background when a phase changes, the sound is held until you return, so keep the tab visible during a session.
Frequently asked questions
Can I set different lengths for different rounds?
Not on this page. Every round uses the same work and rest values, which covers the common interval formats. For a session with varying rounds, run the timer once per block or use a dedicated application that stores routines.
Does the timer drift over a long session?
No. Each phase is scheduled against the system clock, so an error in one phase cannot accumulate into the next. This is the difference from timers that count ticks, which lose time steadily on a busy device.
Is there a countdown before the first round?
The first work phase starts immediately when you press start. If you want a lead-in, set the first round rest as your preparation time and start on the rest phase, or simply start the timer a few seconds before you are ready.
Put this on your own site
Free to embed, no attribution required beyond the source link the frame carries itself. It runs entirely in your visitor's browser, sets no cookies and loads no third-party script.
<iframe src="https://runthetests.com/embed/interval-timer/" width="100%" height="560" style="border:1px solid #e5e5e5;border-radius:8px" title="Interval / HIIT Timer" loading="lazy"></iframe>
Preview it at https://runthetests.com/embed/interval-timer/. Embedded pages are marked noindex, so yours stays the canonical copy — not this one.