Buck Converter Calculator
Design a step-down (buck) DC-DC converter. Compute duty cycle, inductor ripple current, output ripple voltage, and peak currents from Vin, Vout, and load.
How to Use
- Enter input voltage (Vin), desired output voltage (Vout), load current (Iout), switching frequency, and inductor value.
- The duty cycle D = Vout/Vin is the fraction of each switching cycle the high-side switch is on.
- Inductor ripple ΔIL and output ripple voltage ΔVout appear on the right.
- Keep ripple ratio (ΔIL / Iout) between 20% and 40% for most designs.
Show Work
Formulas
History of the Buck Converter
The basic buck topology — a switch, inductor, diode, and capacitor arranged to step voltage down — was described conceptually as early as the 1930s, but practical high-frequency switching required the advent of fast semiconductor switches. Early switch-mode supplies in the 1950s used vacuum tubes at low audio-frequency rates; the first all-semiconductor buck regulators appeared in the 1960s using germanium transistors at tens of kilohertz.
The field exploded in 1976 when Robert Mammano, Robert Patel, and the team at Silicon General released the SG1524 — the first integrated PWM controller IC. Every modern buck converter inherits the same control structure: an oscillator, an error amplifier sensing the output against a reference, and a PWM comparator that adjusts duty cycle. Rudolf Severns and Slobodan Ćuk\'s 1970s textbook Modern DC-to-DC Switchmode Power Converter Circuits gave engineers the rigorous state-space averaging analysis this calculator\'s formulas come from.
Modern buck converters are ubiquitous — every USB charger, every laptop supply, every MCU development board has at least one. Switching frequencies have climbed from 20 kHz (1970s) to 500 kHz–2 MHz (typical today) to 6+ MHz for GaN-based high-density converters in smartphones. Synchronous rectification (replacing the diode with a MOSFET) has pushed peak efficiency past 97%, and digital control loops (Texas Instruments, Analog Devices) now let converters dynamically trade efficiency for transient response.
About This Calculator
Enter input voltage, target output voltage, load current, switching frequency, inductor value, and output capacitance. The tool computes duty cycle, inductor ripple current ΔIL, peak inductor current (for saturation sizing), output ripple voltage, and the switching waveform visualization.
Design rule of thumb: aim for ΔIL ≈ 20–40% of Iout. Lower ripple (bigger L) improves output quality and lowers cap ESR heating; higher ripple (smaller L) reduces cost and size but stresses components. Inductor saturation current must exceed peak IL, and output cap ESR should be minimized (ceramic, polymer, or low-ESR electrolytic). All math runs client-side.
Frequently Asked Questions
What is a buck converter?
A switched-mode DC-DC converter that steps voltage down with high efficiency (85-97%). Uses a high-speed switch + inductor + diode + cap. By rapidly toggling the switch and letting the inductor average the pulse train, you get a smooth lower voltage at the output.
Why is it more efficient than an LDO?
LDOs drop the excess voltage as heat (P = (Vin−Vout) × I). A buck converter transfers energy; it doesn't dissipate it. Dropping 12V→3.3V at 1A: LDO wastes 8.7W as heat; buck wastes ~0.3W.
What does CCM vs DCM mean?
Continuous Conduction Mode (CCM): inductor current never falls to zero. Discontinuous (DCM): current goes to zero between cycles. Most designs target CCM at full load — simpler math, lower ripple. DCM is used intentionally at light loads for efficiency.
How do I pick the inductor?
Target inductor ripple ΔIL = 20-40% of Iout. Then L = (Vin − Vout) × D / (fsw × ΔIL). Larger L = less ripple but bigger/more expensive. Saturation rating must exceed peak current (Iout + ΔIL/2).
Common Use Cases
12V to 5V USB Rail
Car accessories: drop 14V automotive to 5V at 2A. Simple buck IC like TPS54331 or LM2596.
24V to 3.3V MCU Supply
Industrial control: 24V bus down to 3.3V for microcontroller. Buck IC with ~1A output.
Battery Backup Regulator
Variable battery voltage (3.0-4.2V Li-ion) regulated to 1.8V or 3.3V for the load.
LED Driver
Fixed-current buck driving a string of LEDs from 48V DC. Efficiency essential for thermal management.
Motor Controller Rail
400V DC bus to 15V for gate drivers and 5V for control logic in inverter-style drives.
Last updated: