{{ summaryTitle }}
{{ summaryFigure }}
{{ summaryLine }}
{{ badge.label }}
{{ sessionStateLabel }}
{{ currentPhaseRemainingDisplay }}
{{ currentPhaseTitle }}
{{ currentPhaseCue }}
Timer is using the snapshot from Start; edits apply on the next Start.

{{ liveAnnouncement }}

Boxing round timer inputs
Pick a starting format for boxing, kickboxing, MMA, or bag conditioning.
Use 1-30 rounds. The default is a training-length session, not a rules claim.
rounds
Enter 30-900 seconds. Three minutes is the common boxing training baseline.
sec
Use 0-300 seconds. One minute keeps corner timing familiar.
sec
Use 0-120 seconds; 10 seconds is useful for final flurries and corner prep.
sec before bell
Use 0-300 seconds. Short prep is enough for most bag and pad sessions.
sec
Audio stays local and starts only after a user presses Start.
Keep it short enough to read during a rest interval.
Leave on for hands-free training; turn off when a coach controls each phase manually.
{{ auto_advance ? 'On' : 'Off' }}
Useful for bag rounds and technical drills; disabled for very short rounds if not needed.
{{ halfway_cue ? 'On' : 'Off' }}
Set bell pattern to Silent visual cues to keep exports but mute tones.
{{ sound_cues ? 'On' : 'Off' }}
{{ sound_volume }}%
0% mutes tones while keeping visual cues and logs.
Helpful when the phone is nearby and audio is off.
{{ vibration_cues ? 'On' : 'Off' }}
The wake lock is released on pause, reset, completion, or navigation.
{{ keep_awake ? 'On' : 'Off' }}
MetricValueCorner detail Copy
{{ row.metric }} {{ row.value }} {{ row.detail }}
#PhaseRoundStartDurationCue Copy
{{ row.number }} {{ row.phase }} {{ row.round }} {{ row.start }} {{ row.duration }} {{ row.cue }}
MomentCueTiming Copy
{{ row.moment }} {{ row.cue }} {{ row.timing }}
TimeEventPhaseDetail Copy
{{ row.time }} {{ row.event }} {{ row.phase }} {{ row.detail }}

        
Customize
Advanced
:

Introduction:

Combat-sport training is interval work with contact-sport consequences. The clock tells athletes when effort starts, when recovery begins, and when the room shifts from punching, kicking, wrestling, or bag work back to corner instruction. A clear round plan keeps partners, coaches, and athletes aligned before fatigue starts to blur pace, attention, and safety decisions.

The headline round length is only one part of the session. A three-minute round with one minute of rest creates a different training demand than a two-minute round with thirty seconds of rest, even when the total workout looks close on paper. Prep time, warning cues, halfway cues, and the number of rest periods all change how hard the session feels and how easy it is to manage safely.

Core timing terms for combat-sport round planning
Timing term Plain meaning Common mistake
Work round The active phase where the athlete boxes, drills, spars, or conditions. Treating round length as the whole session load.
Rest interval The recovery period between work rounds. Adding rest after the final round even though no later round follows.
Warning cue A signal before the end of a work round, often used near the final seconds. Setting the warning equal to or longer than the round itself.
Work density The share of repeated work-plus-rest time spent working. Comparing sessions by total minutes without checking rest ratio.
Timeline showing setup time, work rounds, between-round rest, warning cues, and the final bell.

Training timers should stay separate from official bout timing. Rulebooks may define the number of rounds, rest periods, ten-second signals, and who can stop or restart the clock. A gym session can borrow familiar patterns from boxing, kickboxing, or mixed martial arts (MMA), but a practice timer does not certify a session as a sanctioned bout.

Good round planning starts with the purpose of the work. Sparring needs enough recovery to keep decisions clean. Technical drilling may use shorter rounds so form stays sharp. Conditioning can intentionally compress rest, but that should be a coaching choice rather than an accident hidden inside the total workout time.

How to Use This Tool:

Start from the closest training format, then tune the timing before pressing Start. The summary should match the session you intend to run before anyone begins working.

  1. Choose a Training format. The presets load familiar boxing, amateur boxing, MMA or kickboxing, heavy-bag conditioning, or custom timing values.
  2. Set Rounds, Round length, Rest length, End warning, and Start countdown. Use the number fields for exact seconds or the sliders for quick adjustment.
  3. Open Advanced when cue behavior matters. Pick a Bell pattern, add one short Corner note, choose whether phases auto-start, and set halfway, sound, vibration, volume, and screen-awake preferences.
  4. Resolve validation messages before starting. Common blockers are values outside the shown ranges, an end warning that is not shorter than the round, a long corner note, or a total timer above four hours.
  5. Use Start, Pause, Next, and Reset from the live timer surface. Edits made during a run are kept for the next Start, while the active run uses the plan snapshot taken when it began.
  6. Read Corner Card for the quick plan, then use Round Ledger, Bell Cues, Round Load, Session Log, and JSON for the schedule, cue sheet, chart, runtime record, or structured export.

Interpreting Results:

Total timer includes setup, all work rounds, and rest before later rounds. Round shape shows the work-to-rest rhythm. Work density compares work time with repeated work-plus-rest time, so a higher percentage means less recovery for the same number and length of rounds.

Round Ledger is the planned schedule. It is the best place to confirm that setup appears only when needed and that rest is not added after the final work round. Bell Cues is the cue plan for starts, halfway signals, end warnings, rest transitions, and the final bell.

Use the result tables as a training audit, not as a rulebook ruling. The presets are useful starting points for practice. Official competition timing still depends on the current rules, the sanctioning body, local commission requirements, and event officials.

How to interpret boxing round timer outputs
Result area Use it for Check before relying on it
Corner Card Quick session summary with total time, work time, rest time, setup, warnings, density, format, and note. Make sure the round length and rest length match the plan spoken in the gym.
Round Ledger Phase-by-phase schedule with start time, duration, round number, and cue text. Confirm the last line ends at the final bell without an extra recovery phase.
Bell Cues Round-start, halfway, end-warning, rest, and completion cues. Check that a warning is turned on only when it is shorter than the work round.
Round Load Stacked view of setup, work, and rest seconds by block. If the chart cannot render, use the tables and JSON because the same load data remains available.
Session Log Runtime record of starts, pauses, skipped phases, warnings, manual holds, and completion. Use it to explain what happened during the run, not just what the original plan said.

Technical Details:

Round timing is a finite phase schedule. Optional setup time comes first, each round contributes one work phase, and rest appears only between work phases. Cue timing is relative to the start or end of each work phase, while total session timing is measured from the beginning of setup or round one.

Two density numbers often get confused. Work density ignores setup and compares work against the repeated work-rest interval. Session density includes setup in the denominator, so a long countdown lowers the session percentage even though the actual work and rest rhythm has not changed.

Formula Core

The calculations use seconds as the base unit. Let R be rounds, W be round length, B be rest between rounds, and P be setup time.

Twork = R×W Trest = max(0,R-1)×B Ttotal = P+Twork+Trest Work density = TworkTwork+Trest×100% Session density = TworkTtotal×100%

With six 180-second rounds, five 60-second rest periods, and 15 seconds of setup, the plan has 1,080 seconds of work, 300 seconds of rest, and 1,395 seconds total. Work density is about 78.3%, while session density is about 77.4% because setup is included in the full timer.

Rule Core

Round timer phase and cue construction rules
Rule Mechanism Boundary
Setup phase Added before round one when the start countdown is greater than zero. A zero setup value removes the phase from the ledger.
Work phases One work phase is added for every round. Rounds must be whole numbers from 1 through 30.
Rest phases Rest is inserted after each work phase except the final round. A zero rest value removes between-round rest even when more rounds remain.
End warning The warning cue occurs at W - warning seconds after a work round starts. The warning must be greater than zero and shorter than the round to create a cue.
Halfway cue The cue occurs after half of the work-round duration has elapsed. Odd durations can cross the halfway point between displayed whole seconds.
Manual phase hold When auto-start phases is off, the run pauses at a phase boundary until Resume or Next is used. The session log records the hold, so the runtime record can differ from the planned ledger.

Timing References And Bounds

Rulebook examples explain why many combat-sport timers default to one-minute rest periods, but training plans often need wider ranges than competition formats. Use official sources for sanctioned events and use timer bounds for practice planning.

Reference timing examples for combat-sport rounds
Reference context Typical round timing Planning caution
Professional boxing unified rules Three-minute rounds with one-minute rest between rounds. Professional boxing rules can still vary by commission, bout type, and jurisdiction.
World Boxing competitions Usually three rounds, with three-minute Elite and U19 rounds, two-minute U17 rounds, and one-minute rests. Competition rules also assign clock control to certified timekeepers and gong operators.
Unified MMA rules Professional rounds are five minutes with one-minute rest, up to five rounds. Local commissions and event instructions remain authoritative.
Professional kickboxing unified rules Up to ten three-minute rounds with at least one-minute rest. Kickboxing formats differ across rule sets, promotions, and amateur divisions.
Input validation bounds for boxing round timer fields
Field Accepted range Why it matters
Rounds 1 to 30 Controls how many work phases are created.
Round length 30 to 900 seconds Defines each work phase and the reference point for cues.
Rest length 0 to 300 seconds Applies only between rounds and changes work density.
Start countdown 0 to 300 seconds Adds setup time before round one and changes session density.
End warning 0 to 120 seconds and less than round length Creates one warning cue per work round when greater than zero.
Sound volume 0% to 100% Controls local tones without changing the visual timer or exports.
Corner note Up to 240 characters Keeps cue text readable during rest periods and in exports.
Total timer Greater than zero and no more than 14,400 seconds Prevents empty sessions and plans longer than four hours.

Accuracy and Privacy Notes:

Browser timers are useful for training, but they are not official event clocks. Sleep settings, background-tab throttling, battery modes, Bluetooth delay, speaker volume, room noise, and device vibration support can all affect whether a cue is seen, felt, or heard at the expected moment. Keep a coach, clock, or official timekeeper responsible when timing affects safety, scoring, or a sanctioned result.

  • Sound cues are browser-generated tones and begin only after Start is pressed.
  • Vibration cues work only when the device and browser support vibration.
  • Keep screen awake requests a screen wake lock only when the browser allows it. The request can fail or be released by the browser or operating system.
  • The round plan, corner note, session log, tables, chart data, and JSON are produced in the browser after the page loads. Do not place sensitive coaching notes in a shareable URL or exported file unless you are comfortable storing them that way.
  • The chart depends on chart support in the page. If it cannot render, the tables and JSON still contain the schedule and load data.

Worked Examples:

Pro-style sparring block

Choose Pro-style boxing 3:00 / 1:00 and keep the default six rounds, 10-second end warning, and 15-second start countdown. Corner Card shows 23m 15s total, 18m 00s of work, 5m 00s of rest, and about 78.3% work density. Bell Cues lists one end-warning event for each work round.

Heavy-bag conditioning with short recovery

Select Heavy bag conditioning 2:00 / 0:30 for eight rounds. The schedule has 16m 00s of work and 3m 30s of between-round rest because only seven rest periods occur. Round Load makes the compressed recovery blocks visible before the session starts.

Warning value that blocks Start

If Round length is 30 seconds and End warning is also 30 seconds, the validation message asks for a warning shorter than the round. Lower the warning to 10 seconds or set it to 0 to turn it off. After the error clears, Bell Cues shows the corrected cue timing or no end-warning row.

FAQ:

Are the boxing, kickboxing, and MMA presets official rules?

No. They are training defaults based on familiar round and rest patterns. Official timing depends on the current rulebook, sanctioning body, commission, division, and event instructions.

Why is there no rest after the final round?

Rest is added only between work rounds. After the last work phase, the final bell completes the timer, so Total timer and Round Ledger do not add a recovery block that never leads to another round.

Can the timer run silently?

Yes. Choose Silent visual cues, turn Sound cues off, or set Sound volume to 0%. The visual timer, tables, log, and JSON still update.

Will vibration and screen-awake controls work on every phone?

No. Vibration and screen wake locks depend on the browser, device, page visibility, battery state, and system settings. Visual and sound cues can still run when those features are unavailable.

What should I fix when Start is disabled?

Read the validation message above the fields. The usual fixes are bringing numeric values back inside their ranges, making the end warning shorter than the round, shortening a long corner note, or keeping the full timer at or below four hours.

Does Session Log replace Round Ledger?

No. Round Ledger is the planned schedule, while Session Log records runtime events such as Start, Pause, Next phase, Phase hold, warning cues, and completion.

Glossary:

Work density
The percentage of work time inside the repeated work-plus-rest interval, excluding setup.
Session density
The percentage of the whole timer that is work time, including any setup countdown in the denominator.
End warning
A cue that fires a selected number of seconds before each work round ends.
Halfway cue
A mid-round cue used for pace checks, stance switches, output targets, or coaching reminders.
Round Ledger
The planned phase schedule, including phase number, type, round number, start time, duration, and cue text.
Wake lock
A browser request that asks the device to keep the screen on while the timer is running.

References: