Duty Cycle Calculator

Calculate pulse duty cycle from width and period instantly. Free online duty cycle calculator with charts, breakdown tables, pulse energy, and duty factor.

Calculate duty cycle from pulse width and period

About This Calculator

The Duty Cycle Calculator helps engineers, hobbyists, and students determine the duty cycle of any periodic signal or system. Whether you are working with PWM signals for motor control, analyzing welder duty cycles, designing switching power supplies, or studying digital electronics, this tool provides instant and accurate results.

The duty cycle is calculated using the formula D = (PW / T) x 100%, where PW is the pulse width (the time the signal is on) and T is the total period (the time of one complete cycle). The duty factor df = PW / T is also provided as a decimal. Optionally, enter the peak power to calculate the pulse energy using E = P_peak x PW.

Regional Notes

Worldwide: Duty cycle is a universal concept in electronics, engineering, and physics with the same definition everywhere — the ratio of on-time to total period, expressed as a percentage. The calculator uses standard SI units (seconds for time, watts for power, joules for energy).

India: Duty cycle is commonly taught in Indian engineering curricula (B.Tech, Diploma) under pulse and digital circuits. It is also relevant for industrial equipment ratings, welding machines, and solar inverter PWM control used in Indian power systems.

United States: The duty cycle is widely used in US engineering for motor speed control (PWM), welding equipment ratings (ANSI/AWS standards), radar systems, and audio amplifier design. US power tools commonly display duty cycle ratings on their nameplates.

United Kingdom: In the UK, duty cycle is used in IET wiring regulations for equipment ratings, in medical device PWM control, and in industrial automation. UK hobbyists frequently calculate duty cycles for Raspberry Pi and Arduino PWM projects.

Frequently Asked Questions

What is duty cycle?

Duty cycle is the fraction of time a periodic signal or system is active (on) within one complete period. It is expressed as a percentage and calculated as D = (Pulse Width / Period) x 100%. A 50% duty cycle means the signal is on for half the period and off for the other half.

How do you calculate duty cycle from pulse width?

To calculate duty cycle, divide the pulse width (the time the signal is on) by the total period (the time of one complete cycle), then multiply by 100%. For example, if a signal has a pulse width of 2 ms and a period of 10 ms, the duty cycle is (2 / 10) x 100% = 20%.

What is a good duty cycle for a welder?

Welder duty cycle ratings typically range from 10% to 60% at maximum amperage. A 30% duty cycle means you can weld for 3 minutes out of every 10-minute period before the welder needs to cool down. Higher-duty-cycle welders (60%+) are preferred for industrial and continuous use.

What does 100% duty cycle mean?

A 100% duty cycle means the signal or device is continuously on with no off time. In electronics, a 100% duty cycle corresponds to a constant DC level. In power tools and welders, a 100% duty cycle rating means the tool can operate continuously without needing a cool-down period.

How does duty cycle relate to PWM?

In pulse-width modulation (PWM), the duty cycle determines the average power delivered to a load. By varying the duty cycle from 0% to 100%, you can control motor speed, LED brightness, or heater output. PWM is widely used in Arduino projects, motor controllers, and switching power supplies.

What is the duty factor?

The duty factor is the duty cycle expressed as a decimal fraction instead of a percentage. It is calculated as df = PW / T and always ranges from 0 to 1. A 25% duty cycle corresponds to a duty factor of 0.25.

How do you calculate pulse energy from duty cycle?

Pulse energy is calculated by multiplying the peak power by the pulse width: E = P_peak x PW. If you know the average power and the period, you can also calculate pulse energy as E = P_avg x T. Enter the peak power in our calculator to get the pulse energy directly.

Can pulse width be larger than the period?

No, the pulse width cannot exceed the period in a valid periodic signal. If the pulse width equals the period, the duty cycle is 100% (always on). If you enter a pulse width larger than the period, our calculator will not compute a result, as this would represent an invalid signal.