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