HIIT Workout Timer
Build a HIIT timer with named intervals, warm-up and cooldown timing, density checks, live cues, session logs, charts, and JSON export.{{ liveAnnouncement }}
| Metric | Value | Detail | Copy |
|---|---|---|---|
| {{ row.metric }} | {{ row.value }} | {{ row.detail }} |
| # | Phase | Round | Exercise | Start | Duration | Cue | Copy |
|---|---|---|---|---|---|---|---|
| {{ row.number }} | {{ row.phase }} | {{ row.round }} | {{ row.exercise }} | {{ row.start }} | {{ row.duration }} | {{ row.cue }} |
| Time | Event | Phase | Detail | Copy |
|---|---|---|---|---|
| {{ row.time }} | {{ row.event }} | {{ row.phase }} | {{ row.detail }} |
| Moment | Cue | Why it matters | Copy |
|---|---|---|---|
| {{ row.moment }} | {{ row.cue }} | {{ row.detail }} |
A HIIT session is decided before the first hard interval starts. High-intensity interval training uses repeated bursts of demanding work separated by lower-intensity recovery, and the timing choices shape the whole workout. Exercise selection, work length, rest length, round count, warm-up, and cooldown all change the stress, not just the total minutes on the clock.
The same exercise list can become a very different session when the interval pattern changes. Thirty seconds of burpees followed by thirty seconds of rest gives more setup and breathing room than forty seconds of burpees followed by ten seconds of rest, even if both sessions are labeled HIIT. Shorter rests raise work density, but they can also turn clean reps into rushed reps. Longer recovery may look less aggressive while producing better final-round movement.
- Work interval
- The timed hard-effort portion of each exercise.
- Recovery
- The lower-intensity rest between hard efforts or between complete rounds.
- Round
- One complete pass through the exercise rotation.
- Density
- The share of planned time spent working instead of recovering or setting up.
HIIT vocabulary can mislead beginners. Tabata-style timing usually refers to a specific 20-second work and 10-second rest pattern, not every interval workout. Rate of perceived exertion, often shortened to RPE, describes how hard the effort feels. The talk test uses breathing and speech to judge intensity; public health guidance treats vigorous effort as work that prevents saying more than a few words without pausing for breath.
Interval timing is general fitness planning, not a medical clearance test. Pain, dizziness, chest pressure, faintness, or unusual shortness of breath should stop the session. People with medical conditions, pregnancy or recent postpartum status, long training breaks, or uncertainty about vigorous exercise should get professional guidance before using hard interval sessions.
How to Use This Tool:
Build the interval plan first, check the summary and validation messages, then use the live timer when the schedule matches the workout you intend to run.
- Choose a
Templatefor a starting structure. The options load exercise names, work/rest timing, rounds, warm-up, round recovery, cooldown, and an effort cue. ChooseCustomwhen you want the current settings to stay in place. - Edit
Exercise rotationwith one movement per line. Add a coaching cue after a pipe, such asSkater step | Stay low and controlled. The rotation must contain at least one nonblank line and no more than 24 nonblank lines. - Set
Work interval,Rest interval, andRounds. WatchWork intervalsandInterval work densityinPlan Metrics; a high interval count or a very dense pattern usually needs shorter work, more rest, fewer rounds, or easier movements. - Adjust
Warm-up,Recovery between rounds,Cooldown, andStart countdown. Round recovery is separate from the short rest after each exercise, so it changes the break between full rotations without changing every work/rest pair. - Open
Advancedto chooseCue style,Sound cues,Sound volume,Vibration cues, andKeep screen awake. Test device behavior before relying on tones, vibration, or screen wake lock for a hands-off session. - Resolve validation messages before pressing
Start. The timer will not run when the rotation is empty, a number is outside its range, the plan is longer than 2 hours, or the plan exceeds 240 work intervals. - Use
Start,Pause,Skip, andResetduring the session. A running timer uses the plan snapshot captured atStart, so edits made while the clock is running apply to the next start. ReviewInterval Ledger,Session Log,Coach Cues,Work-Rest Load Chart, orJSONafter the plan is built.
For a first check, compare Total session time, Work intervals, Work/rest pattern, and Interval work density. Those fields catch most accidental extra rounds, missing rest, and overly long sessions.
Interpreting Results:
Total session time is the full clock, including start countdown, warm-up, work, short rest, round recovery, and cooldown. Interval work density compares work against interval recovery only. Session work density compares work against the full timed session, so it falls when warm-up, countdown, round recovery, or cooldown gets longer.
A high density number is not proof of a better HIIT plan. It may mean the rest windows are too short for safe setup and clean reps. Confirm the plan against breathing, RPE, heart-rate data if you use it, and whether the final round can still be performed with control.
| Output | What to trust | What to verify |
|---|---|---|
Plan Metrics |
Total time, work time, recovery time, setup time, density, work interval count, template, and work/rest pattern. | Check this when the plan feels longer, denser, or more aggressive than expected. |
Interval Ledger |
Every timed phase with round, exercise, start time, duration, and cue. | Make sure exercise order and round recovery appear where you expect before coaching or sharing the plan. |
Session Log |
Start, pause, resume, skip, reset, phase-change, and completion events from the active run. | Use it to review interruptions; it does not measure form, effort, heart rate, or completion quality. |
Coach Cues |
Warm-up, work, recovery, round-change, and cooldown reminders based on the current plan. | Read the recovery cue when rest is short, rest is zero, or round recovery is missing. |
Work-Rest Load Chart |
Stacked planned seconds for prep, warm-up, work, rest, round recovery, and cooldown. | Use it to spot missing rest, crowded rotations, or long setup blocks. Equal bars mean equal seconds, not equal physiological cost. |
JSON gives a structured record of the visible plan and session state. Treat it as a workout schedule record, not evidence that the workout was completed at the intended intensity.
Technical Details:
HIIT timing is a sequence problem. A complete plan can include a start countdown, warm-up, repeated work and recovery phases, optional recovery between full rounds, and cooldown. Planned stress comes from both the hard-effort seconds and the recovery pattern that lets those efforts remain repeatable.
Intensity is separate from timing. RPE labels such as RPE 6-7, RPE 7-8, and RPE 8-9 describe expected effort, but a countdown does not measure oxygen use, heart rate, speed, power, jump height, or movement quality. Public-health intensity guidance uses breathing, speech, heart rate, perceived exertion, and metabolic equivalents (METs); a timer models scheduled exposure to work and recovery.
Formula Core
Let E be exercise count, R be rounds, W be work seconds, S be short-rest seconds, B be round-recovery seconds, P be start countdown, U be warm-up, and C be cooldown. Work intervals are always exercise count multiplied by round count.
| Recovery rule | Ns short rests | Nb round recoveries | Timing effect |
|---|---|---|---|
Recovery between rounds > 0 |
R x (E - 1) |
R - 1 |
Short rest appears between exercises, and a separate recovery phase appears after each non-final round. |
Recovery between rounds = 0 |
(E x R) - 1 |
0 |
Short rest can appear between rounds because no separate round-recovery phase replaces it. |
Rest interval = 0 |
planned count, 0s duration | depends on round recovery | Zero-duration rest phases are skipped, so work phases can run back to back. |
For the balanced bodyweight defaults, E = 5, R = 3, W = 40, S = 20, B = 60, P = 10, U = 180, and C = 120. That creates 15 work intervals, 12 short rests, and 2 round recoveries. Total work is 600 seconds, total recovery is 360 seconds, setup plus cooldown is 310 seconds, and total session time is 1,270 seconds, or 21m 10s. Interval work density is 62.5%, while session work density is 47.2%.
| Input or limit | Minimum | Maximum | Why it matters |
|---|---|---|---|
Exercise rotation |
1 line | 24 lines | Each nonblank line becomes an exercise. Text after | becomes the cue for that exercise. |
Work interval |
5s | 300s | Creates one hard-effort phase per exercise per round. |
Rest interval |
0s | 300s | Adds short recovery after work phases when the duration is greater than zero. |
Rounds |
1 | 20 | Repeats the full exercise rotation and multiplies the work interval count. |
Warm-up |
0s | 900s | Adds a ramp phase before the first hard interval. |
Recovery between rounds |
0s | 600s | Adds recovery after each full rotation except the final round. |
Cooldown |
0s | 900s | Adds a lower-intensity phase after the last interval. |
Start countdown |
0s | 120s | Adds setup time before warm-up or work begins. |
| Plan acceptance | > 0s | 2 hours and 240 work intervals | Keeps the browser timer readable and bounded for review. |
The live clock displays whole-second countdowns and updates several times per second while running. Phase timing is based on elapsed time from the start snapshot, which helps the display recover after small delays. Background-tab throttling, device sleep, audio permission rules, unsupported vibration, and revoked screen wake lock can still affect what the user sees, hears, or feels.
Safety, Privacy, and Accuracy Notes:
HIIT planning can organize a workout, but it cannot judge medical readiness, movement quality, or real-time recovery. Use the result as general fitness information and adjust the plan when breathing, pain, fatigue, or form suggests the session is too aggressive.
- Stop the workout for chest pain, dizziness, faintness, unusual shortness of breath, sharp pain, or symptoms that feel unsafe.
- Choose lower-impact movements, reduce rounds, shorten work, or add rest when the final round would be rushed or technically poor.
- Sound, vibration, and screen wake lock depend on browser and device support. Test them before a class, outdoor session, or no-touch workout.
- The plan, countdown, run log, chart data, and JSON are generated in the browser. A third-party chart script may be requested by the page, but workout text is not sent to a workout server for calculation.
- Exercise names and cues can appear in copied rows, downloads, screenshots, and shared URLs. Avoid private notes in the exercise rotation if the output may be shared.
Worked Examples:
A balanced bodyweight plan using five exercises, 40s Work interval, 20s Rest interval, 3 Rounds, 180s Warm-up, 60s Recovery between rounds, 120s Cooldown, and a 10s Start countdown shows Total session time as 21m 10s. Work intervals is 15, Interval work density is 62.5%, and Session work density is 47.2%. The Interval Ledger should show round recovery after rounds 1 and 2 only.
A cardio sprint setup with four exercises, 30s work, 15s rest, 4 rounds, 240s warm-up, 60s round recovery, 180s cooldown, and a 10s start countdown also totals 21m 10s. Plan Metrics reports 16 work intervals, 8m work, 6m recovery, and 57.1% interval work density. That density is lower than the 40/20 example because the extra round recovery adds recovery seconds, even though the effort cue is harder.
A low-impact starter with five movements, 30s work, 30s rest, 2 rounds, 240s warm-up, 75s round recovery, 180s cooldown, and a 10s start countdown gives 10 Work intervals. Total session time is 17m 25s, Interval work density is 48.8%, and Session work density is 28.7%. That is a valid easier structure, not a failed HIIT plan.
A troubleshooting case starts with 13 exercise lines and 20 rounds. The formula gives 260 work intervals, so the timer shows a validation message instead of starting because the plan exceeds the 240-work-interval limit. Reducing the list to 12 exercises or reducing rounds to 18 brings Work intervals back within the accepted range.
FAQ:
Is HIIT the same as Tabata?
No. Tabata-style timing usually means 20 seconds of work and 10 seconds of rest for a short block. This timer supports broader HIIT plans with editable exercise lines, work/rest intervals, rounds, warm-up, round recovery, and cooldown.
Why is total session time longer than the work/rest pattern?
Total session time includes Start countdown, Warm-up, Recovery between rounds, and Cooldown. Use Interval work density when you only want work compared with interval recovery.
Can I edit the workout after pressing Start?
You can edit fields during a run, but the live timer uses the plan snapshot captured at Start. The page shows an edits-next-start cue when the active timer no longer matches the editable plan.
Why will the Start button not run the timer?
Start is disabled while validation messages exist. Add at least one exercise, keep the rotation to 24 lines or fewer, keep every numeric field inside its displayed range, and keep the plan at or below 2 hours and 240 work intervals.
What should I change if the plan feels too hard?
Lower the Work interval, increase Rest interval, add Recovery between rounds, reduce Rounds, or switch to lower-impact exercise lines. Recheck Interval work density and Total session time before starting again.
Why did sound, vibration, or keep-awake fail?
Those cues depend on the current browser and device. Sound starts only after a Start action, vibration requires compatible hardware, and screen wake lock can be blocked or released by browser, operating-system, battery, or page-visibility settings.
Glossary:
- HIIT
- High-intensity interval training, a workout format that alternates hard efforts with lower-intensity recovery.
- Work interval
- The timed hard-effort phase for an exercise.
- Rest interval
- The short recovery phase that can follow a work interval.
- Round
- One full pass through the exercise rotation.
- Round recovery
- A separate break after a full rotation, used between non-final rounds when configured.
- RPE
- Rate of perceived exertion, a subjective rating of how hard the exercise feels.
- Talk test
- A simple intensity check based on whether breathing allows normal speech, singing, or only a few words.
- Work density
- The percentage of a selected time span spent in work intervals.
References:
- How to Measure Physical Activity Intensity, Centers for Disease Control and Prevention, December 4, 2025.
- What Counts as Physical Activity for Adults, Centers for Disease Control and Prevention, December 6, 2023.
- High-Intensity Interval Training: For Fitness, for Health or Both?, American College of Sports Medicine, August 16, 2019.
- Interval Training, ACSM's Health & Fitness Journal, November/December 2015.
- Exercise intensity: How to measure it, Mayo Clinic.