Forward Converters: Isolated Step-Down Power with Transformer Reset

2026-06-08

The forward converter is the isolated cousin of the buck converter. Where the flyback stores energy in its transformer's magnetizing inductance, the forward converter uses its transformer as a true transformer — energy flows from primary to secondary while the switch is on, exactly like an AC transformer with a chopped square wave on the primary. This makes it fundamentally different and better suited for medium-power applications (100W–500W) where flyback designs run out of steam.

The topology: a MOSFET switches one end of the primary winding to ground. When ON, the transformer steps the input voltage down (or up) by its turns ratio, a diode on the secondary conducts, and current flows through an output inductor to the load — just like a buck converter's "on" phase. When the MOSFET turns OFF, a second secondary diode (the freewheel diode) catches the inductor current. The output inductor and capacitor smooth everything to DC.

Here's the catch that trips up beginners: the transformer's magnetizing current must reset to zero every cycle, or the core saturates and you destroy the MOSFET. Unlike a flyback (which deliberately stores and releases magnetizing energy), the forward converter needs an explicit reset mechanism. The classic solution is a third "reset winding" with the same turns as the primary, connected through a diode back to the input rail. During the OFF time, magnetizing current flows out through this winding, returning energy to the input. This limits duty cycle to D < 50% — you need equal time to magnetize and demagnetize.

Real-world example: A 48V-to-12V/20A telecom brick (240W). With Np:Ns = 2:1 and D = 0.5, Vout ≈ Vin × D / N = 48 × 0.5 / 2 = 12V. Switching at 200kHz with a 47µH output inductor keeps ripple under 10%, and the transformer can be much smaller than a flyback of equivalent power because it doesn't store energy — it transfers it.

Rule of thumb: Output voltage Vout = Vin × (Ns/Np) × D, with D capped at 0.5 for a same-turns reset winding. To go higher in duty cycle, use active clamp reset (a small auxiliary MOSFET and capacitor) which recycles the reset energy and allows D up to ~0.7 — this is how modern PoE bricks and server PSUs squeeze more power from a given core.

Watch out for: leakage inductance ringing on the MOSFET drain at turnoff (snub it), reset winding voltage rating (the MOSFET sees 2×Vin minimum), and ensuring output inductor doesn't go discontinuous at light load, which destroys regulation.

See it in action: Check out Forward Converter by EEV blogs By Digvijay Kanase to see this theory applied.
Key Takeaway: Forward converters transfer energy through the transformer during the switch-on phase like a buck converter with isolation, but require an explicit reset mechanism — typically limiting duty cycle to 50% — to prevent core saturation.

All newsletters