What Is Duty Cycle?
Duty cycle measures the proportion of time a repeating signal, mechanical process, or device operates during each complete cycle. In periodic systems, the signal alternates between an active (on) state and an inactive (off) state. The time the signal remains on is the pulse width; the total duration of one complete cycle is the period.
Expressed as a percentage, duty cycle provides immediate insight into system activity levels. A 50% duty cycle means a device is active half the time; a 25% duty cycle indicates activity for one quarter of each period. This metric applies across diverse fields:
- Electronics: PWM (pulse-width modulation) in switching supplies and motor controllers
- Welding: Maximum continuous use before thermal shutdown
- Pneumatics: Air compressor on-time relative to total run cycle
- Telecommunications: Radar and transmitter transmission patterns
Unlike peak power or instantaneous current, duty cycle is dimensionless—it depends only on timing proportions, not signal intensity.
Duty Cycle Calculation
The relationship between pulse width, period, and duty cycle is straightforward. Divide the active time by the total cycle time and multiply by 100 to express the result as a percentage. The duty factor is the same quantity expressed as a decimal between 0 and 1.
D = (PW ÷ T) × 100%
df = PW ÷ T
P̅ = Pp × df
E = Pp × PW
D— Duty cycle (percentage)df— Duty factor (decimal fraction, 0 to 1)PW— Pulse width (time the signal is active)T— Period (total cycle time)P̅— Average power delivered over the cyclePp— Peak power during the active pulseE— Energy per pulse
Duty Cycle and Power Delivery
Average power and peak power are linked through duty cycle. When a system delivers peak power only during the pulse, the average power over a full cycle equals the peak power multiplied by the duty factor.
For example, if a 20 kW radar transmitter operates with a 1% duty cycle, its average power is 20 kW × 0.01 = 200 W. This relationship is critical for thermal management: components experience far less heating from average power than their instantaneous peak ratings suggest. Designers exploit this principle in motor drives, LED controllers, and high-frequency switching supplies.
Pulse energy—the total energy delivered in one pulse—depends on both peak power and pulse duration. A longer pulse or higher peak power increases energy per cycle, affecting dissipation, EMI, and system stress.
Common Mistakes and Practical Considerations
Duty cycle calculations are simple, but context matters for correct interpretation.
- Unit Mismatch — Pulse width and period must use identical time units (milliseconds, microseconds, seconds) before dividing. Converting 10 ms to 0.01 s while keeping period in seconds leads to silently wrong results—always check units first.
- Confusing Peak and Average Power — Peak power is the instantaneous power during the pulse; average power is steady-state power over the full cycle. A high-power device with a low duty cycle may draw modest average current, which is why pulse-width modulation is used to drive high-power loads from low-power sources.
- Thermal Limits and Real-World Degradation — Datasheets often specify duty cycle limits because cooling is intermittent during off-periods. Exceeding the rated duty cycle causes temperature rise and premature failure, even if peak power is within spec. Welders, compressors, and power tools all publish duty cycle ratings for this reason.
- Rounding and Precision Loss — Expressing duty cycle as a simple percentage (e.g., 33%) masks fractional error. For precision control in PWM systems, use the duty factor as a decimal (0.333) or retain more significant figures.
Real-World Examples
NE555 Timer Oscillator: Set the period to 1 second with the high phase lasting 225 milliseconds. Duty cycle = (0.225 s ÷ 1 s) × 100% = 22.5%. This is typical for asymmetrical 555 timer circuits used in tone generation and timing applications.
Pulsed Radar System: A radar transmitter operates for 10 ms every second (period = 1000 ms). Duty cycle = (10 ÷ 1000) × 100% = 1%. Even at 20 kW peak power, average dissipation is only 200 W, allowing compact high-power designs.
Industrial Air Compressor: A small workshop compressor cycles on for 6 minutes then off for 4 minutes (10-minute period). Duty cycle = (6 ÷ 10) × 100% = 60%. The motor runs at full load 60% of the time, with 40% available for cooling and pressure maintenance.
PWM LED Dimming: A 20 kHz PWM signal with a 75% duty cycle appears to deliver three-quarters of full brightness to the human eye, while the LED itself switches on and off at ultrasonic speed.