Buck vs Boost vs Flyback Converter
Buck, boost, and flyback converters are the three most common switching power supply topologies. Each suits a different voltage conversion scenario: buck steps down, boost steps up, and flyback handles both while providing galvanic isolation — but each comes with distinct efficiency, complexity, and cost tradeoffs.
Buck (Step-Down) Converter
A buck converter steps the input voltage down to a lower output voltage using an inductor, switch, and diode. Output voltage is always lower than input. Efficiencies of 90–97% are common.
Advantages
- Highest efficiency of non-isolated topologies (90–97%)
- Simple topology — minimal component count
- Continuous inductor current reduces output ripple
- Well-understood, widely documented, many integrated controllers
Disadvantages
- Output must be lower than input — no boost capability
- No galvanic isolation between input and output
- Switch is on the high side — requires bootstrap or gate drive
- Input current is pulsed — requires more input filtering
When to use
Use a buck converter when you need to step down voltage within a system (e.g., 12 V bus to 3.3 V for logic). Ideal for battery-powered devices, point-of-load regulators, and anywhere efficiency is critical.
Flyback Converter
A flyback converter uses a coupled inductor (transformer) to store energy during the on-time and release it to the output during the off-time. It can step up or step down, and provides galvanic isolation.
Advantages
- Galvanic isolation — required for safety in mains-connected designs
- Multiple isolated outputs from a single transformer
- Can step up or step down in a single topology
- Low component count for an isolated design
Disadvantages
- Lower efficiency than non-isolated topologies (80–90%)
- Transformer design adds complexity and cost
- Discontinuous conduction mode causes higher peak currents and EMI
- Leakage inductance requires snubber circuits
When to use
Use a flyback for mains-isolated power supplies (USB chargers, industrial PSUs), multi-output supplies, or any design requiring safety isolation. Common in 5–150 W offline applications.
Key Differences
- ▸Buck: Vout < Vin always; Boost: Vout > Vin always; Flyback: Vout can be higher or lower than Vin
- ▸Flyback provides galvanic isolation; buck and boost do not
- ▸Buck is most efficient (~95%); boost ~90%; flyback ~85% typical
- ▸Flyback uses a transformer; buck and boost use a simple inductor
- ▸For < 10 W isolated designs, flyback is most cost-effective; > 150 W, forward or full-bridge converters are preferred
Summary
Buck converters are the go-to for non-isolated step-down applications — simple, efficient, and well-supported. Boost converters handle step-up needs (battery-powered systems, LED drivers). Flyback converters are the workhorse for isolated offline supplies despite lower efficiency. Match the topology to your isolation requirement and voltage conversion ratio first, then optimize for efficiency.
Frequently Asked Questions
Can a buck-boost converter replace both buck and boost?
Yes. An inverting buck-boost, SEPIC, or Ćuk converter handles Vout < Vin and Vout > Vin in a single topology. The tradeoff is more components and typically lower efficiency than a dedicated buck or boost.
Why is a flyback preferred over a forward converter at low power?
Flybacks store energy in the transformer core and release it during the off-time, eliminating the output choke required by forward converters. For < 100 W, this saves cost and PCB area. Above ~150 W, forward or half-bridge topologies become more efficient.
What is the efficiency of a typical buck converter?
Modern synchronous buck converters achieve 90–97% efficiency depending on input/output voltages, switching frequency, and load current. Efficiency peaks at moderate load (30–70% of rated current) and drops at very light loads due to fixed switching losses.
Does a boost converter need isolation?
Standard boost converters are non-isolated. If isolation is required (e.g., for safety or ground loop elimination), use an isolated boost topology or add a transformer-based isolated stage. Flyback converters naturally provide isolated boost capability.