Duty Cycle Calculator

Enter a pulse's on-time and off-time to get its duty cycle percentage, period, frequency, and average output value.

Quick Facts

Formula
D = Ton / (Ton + Toff) x 100%
The active (on) time divided by the full period, expressed as a percentage.
Typical ratings
Arc welders: 20% to 100% duty cycle
Industrial equipment often lists duty cycle as percent ON time within a standard 10-minute cycle.

Your Results

Calculated
Duty cycle
-
Ton / (Ton + Toff) x 100
Period / Frequency
-
T = Ton + Toff; f = 1 / T
Average output value
-
Duty cycle x peak amplitude
Total ON time
-
Duty cycle x total run time

Ready

Enter on-time and off-time, then press Calculate.

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.

Frequently Asked Questions

What is duty cycle and how is it calculated?
Duty cycle is the fraction of one full period that a signal or device spends in its active (ON) state, usually expressed as a percentage. The formula is duty cycle = Ton / (Ton + Toff) x 100, where Ton is the on-time and Toff is the off-time within one cycle.
How do period and frequency relate to duty cycle?
The period T is the total length of one cycle: T = Ton + Toff. Frequency is the number of cycles per second: f = 1 / T. Duty cycle describes how that period is split between on and off — frequency and duty cycle are independent, so two signals can share a frequency but have very different duty cycles.
What does a welder or motor's duty cycle rating mean?
Industrial equipment such as arc welders and motors often lists duty cycle as the percentage of a standard 10-minute cycle the unit can run at rated output before it must cool. A 60% duty cycle rating means about 6 minutes of continuous operation followed by roughly 4 minutes of rest in that 10-minute window.
How is average output value related to duty cycle?
For a simple pulse train that switches between 0 and a peak value, the time-averaged value equals the duty cycle multiplied by the peak: V_avg = D x V_peak. This is the basis for pulse-width modulation (PWM), where varying the duty cycle controls the effective average voltage, speed, or brightness delivered to a load.