Understanding the Duty Cycle Calculator
Duty cycle describes how a repeating signal or device splits its time between an active ("on") state and an inactive ("off") state. It shows up across electronics, motor control, RF transmitters, industrial equipment, and even simple blinking lights. This calculator takes an on-time and off-time, then reports the duty cycle percentage, the period, the frequency, and — if you provide a peak amplitude — the time-averaged output value.
The formula
For a signal that spends Ton in the active state and Toff in the inactive state during each repeating cycle:
- Period (T): the length of one full cycle, T = Ton + Toff.
- Duty cycle (D): the fraction of the period spent ON, expressed as a percentage: D = Ton / T x 100 = Ton / (Ton + Toff) x 100.
- Frequency (f): the number of cycles per second, the reciprocal of the period: f = 1 / T.
Duty cycle and frequency are independent of each other. A signal can run at 1 kHz with a 10% duty cycle or a 50% duty cycle — the frequency only tells you how often the cycle repeats, while duty cycle tells you how that cycle is split between on and off.
Average output value
For a simple pulse train that switches between 0 and a peak value (voltage, current, or power), the time-averaged value over one or many cycles is approximately V_avg = D x V_peak, where D is the duty cycle expressed as a decimal (for example, 0.30 for 30%). This relationship is the working principle behind pulse-width modulation (PWM): a microcontroller or motor driver holds the peak voltage fixed and varies only the duty cycle to control the effective average voltage delivered to a motor, LED, or heater. This calculator uses that same approximation and assumes instantaneous switching (it ignores rise and fall times, which is standard for a first-pass estimate).
Common reference points
- 50% duty cycle: a symmetric square wave — equal time on and off in every cycle.
- PWM motor/LED dimming: duty cycles from roughly 0% to 100% are used to control average speed or brightness while frequency stays fixed, typically in the hundreds of Hz to tens of kHz.
- Arc welders and industrial motors: nameplate ratings often quote duty cycle as the percent of a standard 10-minute cycle the equipment can run at rated output before needing a rest period to cool.
- Radar and pulsed RF transmitters: commonly use very low duty cycles (often under 1%) — a short, powerful pulse followed by a comparatively long listening/off period.
Reading your results
Total ON time over a longer run answers a practical question: if a device cycles on and off for a stretch of time, how much of that stretch was it actually active? It is simply the duty cycle (as a decimal) multiplied by the total elapsed time, and it uses the same units you entered for run time.