What Is a Buck Converter?

A buck converter is a DC-to-DC switching regulator that steps down voltage efficiently. Unlike linear regulators that dissipate excess power as heat, buck converters use fast electronic switching and energy storage to transfer power with minimal loss.

These circuits are classified as switched-mode power supplies (SMPS) and appear throughout modern electronics:

  • Mobile device chargers and USB power delivery
  • Solar charge controllers and battery management systems
  • Server power distribution and data centre feeds
  • LED backlighting and display drivers
  • Electric vehicle on-board chargers

The converter's core advantage is efficiency—often exceeding 90%—combined with compact size and lower heat generation compared to traditional linear designs.

Calculating Duty Cycle and Inductance

Two key parameters define buck converter behaviour: duty cycle determines the output voltage ratio, while inductance controls the ripple current flowing through the filter.

Duty Cycle (D) = V_out ÷ V_in

Inductance (L) = (V_in − V_out) × D ÷ (f_sw × I_ripple)

  • V_in — Input supply voltage in volts (maximum value before the converter)
  • V_out — Regulated output voltage in volts
  • f_sw — Power switch frequency in hertz (typical range 100 kHz to 3 MHz)
  • I_ripple — Peak-to-peak inductor current ripple in amperes (usually 10–30% of maximum load current)
  • D — Duty cycle as a decimal or percentage (on-time fraction per switching period)
  • L — Filter inductance in henries (microhenries typical for low-power designs)

Choosing Switching Frequency and Inductor Design

Switching frequency selection balances efficiency, component size, and electromagnetic emissions. Higher frequencies reduce inductor and capacitor sizes but increase switching losses in the semiconductor; lower frequencies improve efficiency but demand larger, heavier magnetics:

  • 100–500 kHz: Portable electronics, battery chargers, low-power supplies
  • 1–3 MHz: Space-constrained applications requiring compact inductors
  • Above 3 MHz: Ultralight aerospace, high-efficiency telecom backplanes

Inductor selection drives the ripple current specification. Too much ripple increases EMI and output voltage noise; too little requires expensive, bulky inductors. A 20% ripple setting provides good balance for most designs. The inductance formula shows that higher switching frequency and larger ripple both reduce the required inductance value, letting you trade filter size for noise performance.

Building a Buck Converter Circuit

A complete buck converter requires five key components working in concert:

  • Power switch (MOSFET or BJT): Conducts and blocks repeatedly at the switching frequency, controlled by a pulse-width modulator (PWM) circuit
  • Catch diode: Provides a current path when the switch turns off, allowing the inductor to discharge without driving the output negative
  • Inductor: Stores magnetic energy during switch-on and releases it during switch-off, smoothing current flow and setting ripple magnitude
  • Output capacitor: Filters high-frequency switching ripple from the output, reducing voltage noise seen by the load
  • Input capacitor: Decouples the source from switching transients, protecting upstream circuitry
  • PWM controller: Senses output voltage and adjusts duty cycle to maintain regulation despite load changes and input variations

Common integrated controllers (TPS54xxx, LM5164, or similar) handle PWM generation and feedback control automatically, simplifying prototype and production designs.

Common Design Mistakes to Avoid

These practical considerations prevent failure modes and performance issues in deployed converters.

  1. Ignoring inductor saturation current ratings — Select inductors with saturation current well above your expected peak load. An inductor rated exactly at your calculated maximum can saturate during soft-start or load step transients, collapsing inductance and causing current runaway. Use at least 1.3× safety margin on saturation ratings.
  2. Underestimating output capacitor ripple current handling — The output capacitor must dissipate ripple current as heat. Ceramic capacitors rated for DC voltage can fail if ripple current exceeds ESR × frequency limits. Refer to manufacturer ripple current curves (IRMS ratings), not just capacitance values. Undersizing capacitors is a leading cause of premature failure.
  3. Setting ripple current too low — Specifying very low ripple (e.g., 5%) demands large, expensive inductors that slow transient response. Conversely, excessive ripple (above 40%) increases EMI emissions and requires heavier output filtering. The 15–25% sweet spot works for most applications without over-engineering magnetics.
  4. Overlooking PCB layout and loop inductance — Fast switching edges radiate electromagnetic noise. Keep the switch, diode, and capacitors physically close; use wide traces for high-current paths; and position the controller IC near feedback dividers. Poor layout wastes efficiency through unwanted coupling and ground bounce.

Frequently Asked Questions

What is the difference between a buck converter and a boost converter?

A buck converter steps voltage downward; a boost converter steps voltage upward. Both use an inductor and switching element, but their topologies differ. In a buck circuit, the switch controls current through the series inductor to the output. In a boost circuit, the switch controls the discharge path, allowing the inductor to drive voltage above the input. You select the topology based on whether your source voltage is higher or lower than your target output.

Why does duty cycle equal V_out divided by V_in?

In steady state, the inductor current rises during switch-on and falls during switch-off, with average current constant. The voltage across the inductor averages to zero over a full cycle. During on-time, the inductor sees (V_in − V_out); during off-time, it sees −V_out. Balancing volt-seconds over the period gives (V_in − V_out) × D = V_out × (1 − D), which simplifies to D = V_out / V_in. This relationship holds independent of load, making it fundamental to buck converter design.

What happens if inductance is too small?

Small inductance produces large ripple current and voltage noise on the output. This stresses the output capacitor, reduces regulation accuracy, and increases EMI radiation, often violating FCC or CE limits. Additionally, rapid current changes stress the catch diode and switch, causing premature failure. Most designs aim for 20% output current ripple as a practical minimum; going below 10% requires oversized inductors, so small inductance is almost always a mistake rather than a feature.

Can I operate a buck converter with zero load?

Yes, but with caveats. At light or zero load, the inductor ripple current may swing through zero, causing the converter to enter discontinuous conduction mode (DCM). In DCM, the inductor fully discharges each cycle, and control becomes nonlinear. Many modern controllers handle DCM automatically, reducing switching frequency at light load to improve efficiency. However, output voltage regulation becomes softer, and transient response suffers. For critical applications, ensure your controller supports DCM or design the inductance to guarantee continuous conduction across your operating range.

How do I measure duty cycle on a real converter?

Connect an oscilloscope probe to the switch node (or PWM signal from the controller). Measure the on-time (T_on) during which voltage swings high, and the total period (T_sw = 1/f_sw). Duty cycle D = T_on / T_sw. For feedback-controlled converters, expect duty cycle to vary with input voltage and load. A 13.2 V input stepping down to 5 V will show approximately 38% duty cycle, but actual values drift slightly due to component tolerances and transient response dynamics.

What is the relationship between switching frequency and efficiency?

Higher switching frequency reduces inductor and capacitor sizes, enabling smaller, lighter designs. However, switching losses in the semiconductor (gate drive current, turn-on, turn-off transition) increase with frequency. Semiconductor conduction losses remain nearly constant. At very high frequencies (above 5 MHz), switching losses often dominate, so efficiency drops sharply. The optimal frequency balances component size, cost, thermal performance, and EMI filtering needs—typically 250 kHz to 1 MHz for industrial applications.

More physics calculators (see all)