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.

Calculator Electronics Updated Apr 18, 2026
How to Use
  1. Enter input voltage (Vin), desired output voltage (Vout), load current (Iout), switching frequency, and inductor value.
  2. The duty cycle D = Vout/Vin is the fraction of each switching cycle the high-side switch is on.
  3. Inductor ripple ΔIL and output ripple voltage ΔVout appear on the right.
  4. Keep ripple ratio (ΔIL / Iout) between 20% and 40% for most designs.
Input
V
V
A
Hz (kHz, MHz OK)
H (uH, mH OK)
F (nF, uF OK)
Presets
Switching Waveform
Duty Cycle
%
Inductor Ripple
A
Peak Current
A
Output Ripple
mV

Show Work

Enter values to see calculations.

Formulas

Duty Cycle
D = Vout / Vin
Ideal (lossless); real-world D is slightly higher.
Inductor Ripple
ΔIL = (Vin − Vout) × D / (L × fsw)
Peak-to-peak AC component of inductor current.
Peak Current
I_pk = Iout + ΔIL / 2
Inductor must not saturate below this.
Output Ripple
ΔVout = ΔIL / (8 × fsw × Cout)
Ideal ceramic cap; ESR adds extra ripple.
Input Current
Iin = Iout × D / η
From power balance; η is efficiency.
Off-Time
(1−D) × T
When diode (or low-side) conducts.

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.

About the Buck Converter Calculator

The Buck Converter Calculator is a free tool for electronics and circuit design. It runs right in your web browser, so there is nothing to download. 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 it works

Type your numbers into the boxes. The answer shows up right away — you do not have to press a button. If you change a number, the answer changes too. So you can try different numbers and watch what happens, or check an answer you worked out yourself. Just make sure each box has the right kind of number in it.

Want the deeper story? The Knowledge Base explains the ideas behind the tools in more detail.

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).

How do I use the Buck Converter Calculator?

Simply type your numbers and read the result, which refreshes the instant you change something. There is nothing to submit and nothing to wait for.

Is it free? Does it work without internet?

Yes to both. It is free with no sign-up, and once the page has loaded it keeps working even with no internet.

Where does my data go?

Nowhere — every calculation runs on your own device. Nothing you enter is uploaded, logged, or stored.

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: