How this instrument works
A forward converter is a single-switch, isolated step-down regulator: a transistor ties the input across a transformer's primary winding for part D of every switching period, the secondary rectifies that swing, and an output inductor smooths the result exactly the way a plain buck converter's inductor filters a chopped square wave. The transformer's only job in this formula is to act as a voltage multiplier — the induced secondary swing is 1⁄n of the primary swing, where n = Np ⁄ Ns is the turns ratio you enter. Averaged over one cycle that gives Vout = D·Vin ⁄ n, and solving for the duty cycle a target output demands is D = Vout·n ⁄ Vin, the formula this instrument runs.
The relationship is a straight rescaling of the ordinary buck formula, Vout = D·Vin, by the transformer's turns ratio: insert a step-down transformer ahead of the same buck stage and every volt the switch delivers is divided by n before the output inductor ever sees it, so hitting a given Vout from a given Vin demands proportionally more ON-time as n grows. That extra freedom is why forward converters get chosen over a plain buck whenever input and output must be galvanically isolated — a mains-connected supply, or a telecom rack feeding low-voltage logic — not because the underlying arithmetic changes.
The formula alone says nothing about how the transformer core gets un-magnetized between pulses, and that gap is where forward converters differ sharply from a buck. Energy reaches the output only while the switch is closed — unlike a flyback, which stores it in the core during ON-time and releases it during OFF-time — so once the switch opens, something must reset the core's flux to zero before the next pulse or the core walks toward saturation and the inductance collapses. The common fix is a third reset winding matched turn-for-turn with the primary, and that scheme geometrically caps the duty cycle below 50 percent: push D past 0.5 and the reset winding runs out of the OFF-time it needs to unwind the flux the ON-time put in. A design that computes D = 0.5 or higher from this formula is a signal to add an active-clamp reset or move to a two-switch topology, not to run the number as specified.
- Enter Input voltage (Vin), the DC bus supplying the transformer's primary winding — a 48 V telecom rail or a rectified mains front end are typical sources.
- Enter Output voltage (Vout) — the regulated DC level the converter must deliver after the secondary rectifier and output inductor.
- Enter Turns ratio, Np ⁄ Ns — the primary-to-secondary winding count of the transformer on hand; a 2:1 ratio means twice as many primary turns as secondary.
- Read Duty cycle, % — the ON-time fraction a PWM controller must hold the primary switch closed to reach that output; check it against the controller's maximum before committing to a design.
Worked example — 48 V to 12 V through a 2:1 transformer
A telecom power engineer is qualifying a 48 V-input, 12 V-output isolated DC-DC brick for a server rack, using a transformer wound with a 2:1 primary-to-secondary turns ratio (Np:Ns = 2). Entering Input voltage = 48 V, Output voltage = 12 V, and Turns ratio, Np⁄Ns = 2 gives D = Vout·n ⁄ Vin = 12 × 2 ⁄ 48 = 24 ⁄ 48 = 0.5, or 50.0% — the PWM controller must hold the primary switch on for half the period, no more and no less, to land the output at 12 V.
Fifty percent duty cycle is not a comfortable number to land on here — it sits precisely at the ceiling a two-winding reset scheme allows, since that scheme can reclaim the core's flux only during the OFF-time it's given, and 50% ON-time leaves exactly 50% OFF-time to do so, with no margin for switch delay or component tolerance. A designer landing on this figure will typically increase the turns ratio, add an active-clamp reset so 45% ON-time still works, or accept a narrower input range — any of which restores the margin a stock reset winding needs to run cool and reliably.
Questions
Why does a bigger turns ratio need a bigger duty cycle?
Because a larger turns ratio divides away more of the input voltage before it reaches the buck-style output stage, so the primary switch has to stay closed longer to make up the difference. Doubling n from 1 to 2 while Vin and Vout stay fixed doubles the required duty cycle — a 48 V-to-12 V design needs only D = 25% with a 1:1 transformer, but D = 50% once a 2:1 transformer sits in the circuit.
What happens if the calculated duty cycle comes out above 50%?
It means the design as specified can't be built with a standard two-winding reset scheme, because that scheme can only unwind the core's flux during OFF-time, and OFF-time shrinks below what's needed once ON-time exceeds half the cycle, so the core walks toward saturation with every pulse. The fix is to raise the turns ratio, accept a lower minimum input voltage, or move to an active-clamp or two-switch forward topology, which resets the core by other means and tolerates duty cycles well past 50%.
How is a forward converter different from a flyback converter?
A forward converter transfers energy to the output directly while the switch is on, like a buck converter behind a transformer, so its duty cycle formula is a simple product, D = Vout·n⁄Vin. A flyback instead stores energy in the transformer's magnetizing inductance while the switch is on and releases it to the output only once the switch opens, giving it a different-shaped relationship and different core and snubber design constraints entirely.
Is the turns ratio n the same thing as Ns ⁄ Np?
No — here n is defined as Np⁄Ns, primary turns over secondary turns, matching the field label Turns ratio, Np⁄Ns. Flip that definition by mistake and every result comes out inverted: this calculator's n = 2 means two primary turns per secondary turn, a step-down winding, not a step-up one. Check which convention a transformer's datasheet or your own winding notes use before typing its ratio in.
Does this formula include losses in the switch, diode, or transformer?
No, it assumes an ideal switch, an ideal transformer, and continuous inductor current, the same simplifications a plain buck formula makes. Real forward converters lose some volt-seconds to the switch's on-resistance, the output rectifier's forward drop, and transformer leakage inductance, so a bench-built board typically needs a duty cycle a percent or two above this calculation to hit the same output under load.
Why use a forward converter instead of a simpler flyback at this power level?
Mainly current stress. A flyback's transformer carries the full output current as a triangular pulse through its magnetizing inductance, which gets punishing above roughly 50-100 W; a forward converter's output inductor smooths that current the way a buck's does. That is why forward topologies are the common choice for the 25-200 W bricks typical of telecom and server 48 V-to-12 V power, while flyback stays dominant at lower power where its single-transformer simplicity outweighs the current penalty.