Buck Converter Calculator

Estimate buck converter duty cycle, output power, and input current for practical DC-DC step-down planning.


Introduction

A buck converter is a DC-DC converter that reduces input voltage to a lower output voltage while operating much more efficiently than a linear regulator in many applications. It is widely used in embedded systems, battery chargers, renewable-energy electronics, industrial controls, automotive electronics, and portable devices where a lower regulated DC rail must be supplied from a higher source.

This calculator uses the ideal buck-converter duty-cycle relationship in continuous conduction mode, then adds simple output-power and input-current estimates so the result is more useful for first-pass planning. That makes it easier to compare proposed step-down designs before moving into ripple-current checks, switching-frequency choices, and thermal review.

It is especially useful when checking whether a source such as 24 V, 48 V, or a battery range can support a lower regulated load rail like 12 V, 5 V, or 3.3 V without forcing the converter into an awkward operating range.

Formula

Ideal buck-converter duty cycle: D = Vout / Vin
Duty cycle percentage: D% = (Vout / Vin) x 100
Output power: Pout = Vout x Iout
Estimated input current: Iin = Pout / (Vin x efficiency)

Variable Definitions

D = duty cycle
Vout = target output voltage
Vin = input voltage
Iout = output load current
Iin = estimated source current

Units

Input and output voltages are entered in volts, output current in amperes, and efficiency as a percentage. Duty cycle is shown as a ratio and as a percentage, while power is shown in watts and input current is shown in amperes.

Worked Examples

Example 1: 12 V to 5 V step-down

If Vin = 12 V, Vout = 5 V, Iout = 2 A, and efficiency = 90%:

D = 5 / 12 = 0.4167

Pout = 5 x 2 = 10 W

Iin = 10 / (12 x 0.90) = 0.93 A

The ideal converter duty cycle is about 41.67%.

Example 2: 24 V to 12 V conversion

If Vin = 24 V, Vout = 12 V, Iout = 3 A, and efficiency = 92%:

D = 12 / 24 = 0.5

Pout = 12 x 3 = 36 W

Iin = 36 / (24 x 0.92) = 1.63 A

The ideal duty cycle is 50%.

How To Use This Result

The duty-cycle result is a first-pass design value that helps you judge whether the target output voltage is reasonable for the available input voltage. Input-current estimation also matters because it gives a fast sense of upstream source demand and helps users think beyond output voltage alone.

In real power-electronics work, this ideal duty-cycle estimate is only the starting point. You would then review switching frequency, inductor ripple current, semiconductor losses, controller limits, and thermal behavior. If the duty cycle becomes extremely low, the design may need closer review of minimum on-time, ripple control, and transient response.

Practical Notes

Real converters are not ideal. Losses in the switch, synchronous rectifier or diode, inductor, and control circuit affect the final operating point. Another important check is component stress. As output current rises or the converter must regulate over a wide input range, inductor current, MOSFET losses, and output-capacitor ripple can become more demanding even if the simple duty-cycle relationship still looks acceptable.

For that reason, this calculator is a useful starting tool, but it should be paired with current, ripple, thermal, and EMI review during final design.

Related Calculators