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)
  • — Average power delivered over the cycle
  • Pp — Peak power during the active pulse
  • E — 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.

  1. 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.
  2. 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.
  3. 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.
  4. 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.

Frequently Asked Questions

How is duty cycle different from average power?

Duty cycle is a purely temporal metric—the percentage of time a system is active. Average power is the total energy delivered divided by the total time, and it depends on both duty cycle and peak power. A system with high peak power but low duty cycle can have modest average power output. For instance, a 1 MW laser firing at 0.1% duty cycle delivers only 1 kW average power, yet its peak intensity is extreme.

Why do welders and compressors specify duty cycle ratings?

These tools dissipate heat during operation and cool during off-time. Operating beyond the rated duty cycle prevents adequate cooling and causes thermal shutdown or damage. A welder rated for 60% duty cycle at 200 A can deliver continuous current for 6 minutes per 10-minute cycle. Ignoring this limit triggers automatic shutoff and reduces tool life.

Can duty cycle exceed 100%?

No. By definition, duty cycle is the active time divided by the period, so the maximum is always 100% (fully continuous operation). If you calculate a value above 100%, you've made a measurement error, used inconsistent units, or the system is not actually periodic. Continuous 100% operation is called a steady state, not a pulse.

How does PWM use duty cycle to control power?

Pulse-width modulation varies the duty cycle of a high-frequency square wave to control average output power. A 50% duty cycle at 20 kHz delivers half the average power of 100% duty cycle, but the switching frequency remains inaudible. Motor speed, LED brightness, and heater output all scale linearly with duty cycle in a well-designed PWM circuit.

What duty cycle should I use for my application?

That depends on your thermal and mechanical constraints. Motor datasheets often specify rated duty cycle (e.g., 25% for industrial fans during peak cooling). PWM circuits typically operate at 1–100 kHz with variable duty cycle. Radar and pulsed lidar systems use very low duty cycles (0.1–5%) to minimize average power while maintaining peak range. Always consult your component or system datasheet.

How do I measure duty cycle in an existing circuit?

Use an oscilloscope to capture at least one full period of the signal. Note the time when the signal rises (start of pulse), when it falls (end of pulse), and measure the total period from one rising edge to the next. Pulse width is the on-time; divide by period and multiply by 100 for percentage. Digital multimeters with frequency measurement cannot directly compute duty cycle.

More other calculators (see all)