Forward Converter - Duty Cycle and Output Inductor

Forward converter calculator that finds duty cycle, transformer turns ratio, output inductor, and output capacitor for isolated step-down DC-DC designs.

Updated: June 20, 2026 • Free Tool

Forward Converter

DC supply voltage feeding the forward converter primary winding.

Required DC output voltage at the load. The forward converter calculator returns D = (Vout/Vin) / (Ns/Np).

Secondary-to-primary turns ratio. Most forward designs use 0.1 to 1 for step-down operation.

Reset-to-primary turns ratio. Use 1 for a single-switch forward (D_max = 0.5); use 0 for a two-switch forward (D_max approaches 1).

Transistor switching frequency in hertz. Most forward controllers run between 50 kHz and 500 kHz.

Output power the converter must deliver to the load in watts.

Allowed peak-to-peak inductor ripple current as a fraction of the average inductor current. 0.2 to 0.4 is a common engineering starting point.

Allowed peak-to-peak output voltage ripple as a fraction of Vout. 0.01 to 0.05 is typical for digital and analog rails.

Results

Output Voltage
0V
Duty Cycle 0%%
Maximum Duty Cycle 0%%
Load Current 0A
Load Resistance 0ohm
Inductor Ripple Current 0A
Output Voltage Ripple 0V
Required Output Inductance 0
Required Output Capacitance 0
Primary Peak Current 0A

What Is a Forward Converter?

A forward converter calculator solves the steady-state design equations for a transformer-isolated, single-switch step-down DC-DC converter. It switches current through a transformer during the on-time and uses a freewheeling diode and output inductor to keep load current flowing during the off-time. The page works in continuous conduction mode and returns duty cycle, turns ratio, output inductor, and output capacitor.

  • Designing an isolated 24 V to 5 V supply: Pick the turns ratio, output inductor, and capacitor for a 24 V bus feeding a 5 V sensor front end with isolation.
  • Verifying a textbook switching-converter design: Confirm hand-calculated duty cycle and inductor against Vout = Vin*(Ns/Np)*D and Lo = Vout*(1-D)/(f*dIL) before choosing a controller IC.
  • Teaching the magnetizing reset constraint: Show why a single-switch forward must keep D below Np/(Np+Nr) and how the reset winding demagnetizes the core each cycle.

Pick a forward converter when you need isolation together with output power above roughly 100 W. Below that range a flyback is usually cheaper because it stores energy in the transformer itself, and a non-isolated buck is the right call any time you can drop isolation. This page targets the single-switch forward with a reset winding, the most common 24 V to 5 V industrial supply.

For the non-isolated step-up sibling that shares the same PWM averaging approach, Boost Converter returns duty cycle and inductor from Vin, Vout, and switching frequency.

How Forward Converter Works

The forward converter calculator applies volt-second balance to the output inductor and charge balance to the output capacitor in continuous conduction mode. The turns ratio scales the input voltage, and the magnetizing-reset constraint limits D to Np / (Np + Nr) on a single-switch design.

Vout = Vin * (Ns/Np) * D
  • Vin: DC supply voltage feeding the primary.
  • Vout: Average DC output voltage at the load.
  • Ns/Np: Secondary-to-primary turns ratio; values below 1 step the voltage down.
  • D: Switch duty cycle, fraction of each period the primary transistor is on.
  • f: Switching frequency in hertz, set by the controller IC.
  • Pout: Output power delivered to the load in watts.

Once D is set, Iout = Pout / Vout and the load resistance R = Vout / Iout follow. L = Vout * (1 - D) / (f * dIL) holds the inductor ripple, and C = dIL / (8 * f * dVout) holds the output ripple. The primary peak current adds the reflected load current and half the reflected ripple, setting the stress on the switching transistor.

Worked example: 24 V to 4.8 V at 100 kHz and 5 W

Vin = 24 V, Vout = 4.8 V, Ns/Np = 0.5, f = 100 kHz, Pout = 5 W, 30 percent inductor ripple, 2 percent output ripple.

D = 4.8 / (24 * 0.5) = 0.4, Iout = 1.042 A, dIL = 0.312 A, Lo = 4.8 * 0.6 / (100000 * 0.312) = 92.3 uH, Co = 0.312 / (8 * 100000 * 0.096) = 4.06 uF.

Output 4.8 V, duty 40 percent, output inductor 92.3 uH, output capacitor 4.06 uF.

The 24 V rail steps down to 4.8 V at 0.4 duty and a 2:1 transformer. The 92 uH inductor keeps the ripple at 30 percent of the 1.04 A load, and the 4 uF output capacitor holds the ripple to 2 percent of 4.8 V.

According to MIT OpenCourseWare 6.622 Power Electronics, applying volt-second balance to the forward converter output inductor in continuous conduction mode gives the steady-state transfer function Vout/Vin = (Ns/Np) * D.

The output stage of a forward converter is essentially a buck, so Buck Converter returns the same inductor and capacitor values from the same ripple budgets.

Key Concepts Explained

Four concepts describe how the page treats a transformer-isolated switching converter. None require a derivation; each explains what it means inside a design.

Continuous conduction mode (CCM)

The output inductor current never falls to zero during a switching period. CCM is the assumption behind Vout = Vin*(Ns/Np)*D and lets the calculator use the simple averaged model for the output filter.

Magnetizing reset and D_max

The primary magnetizing current must return to zero each cycle, which forces D to stay below Np / (Np + Nr). With a reset winding equal to the primary, D_max = 0.5; two-switch topologies sidestep this by giving the magnetizing current a path through two transistors.

Transformer turns ratio (Ns/Np)

The turns ratio scales the input voltage seen on the secondary side and sets the achievable step-down ratio for a given duty cycle. Most forward designs run between Ns/Np = 0.1 and 1 to step down.

Freewheeling diode and output inductor

During the off-time the output inductor keeps current flowing into the load while the freewheeling diode closes the loop on the secondary side. Together they form the buck output stage that the calculator sizes.

If the load is so light that the output inductor current touches zero, the converter enters discontinuous conduction mode and Vout = Vin*(Ns/Np)*D no longer holds. To stay in CCM, raise the switching frequency or lower the inductor ripple fraction so the average inductor current stays above half of its peak-to-peak ripple.

Where a forward converter uses a separate output inductor after the transformer, Flyback Converter uses a coupled inductor that doubles as the energy-storage element.

How to Use This Calculator

Six steps walk through a typical design pass with this forward converter calculator. The example uses 24 V in, 5 V out, a 0.5 turns ratio, 100 kHz, and 5 W.

  1. 1 Enter the input voltage: Type the DC supply feeding the primary. Typical values are 12 V, 24 V, or 48 V for industrial buses.
  2. 2 Enter the target output voltage: Type the DC voltage the load needs; the page returns the duty cycle once Vin, Ns/Np, and Vout are in.
  3. 3 Enter the transformer turns ratio: Type the secondary-to-primary turns ratio Ns/Np. Use 0.1 to 0.5 for most step-down designs.
  4. 4 Enter the reset winding ratio: Type Nr/Np. Use 1.0 for a single-switch forward (D_max = 0.5); use 0 for a two-switch topology.
  5. 5 Enter the switching frequency and load power: Type the switching frequency from the controller datasheet and the output power the load draws.
  6. 6 Set ripple fractions and read filter values: Pick an inductor ripple fraction (0.2 to 0.4) and an output ripple fraction (0.01 to 0.05), then read Lo and Co as a starting point.

For a 24 V industrial bus feeding a 5 V, 5 W isolated sensor supply at 100 kHz with Ns/Np = 0.5 and a single-switch reset winding, the calculator returns D = 41.7 percent, Lo = 88 uH, Co = 4.16 uF, and a primary peak current of about 1.1 A.

Benefits of Using This Calculator

Five reasons students and engineers prefer this tool over solving the forward-converter equations by hand each time.

  • Saves design time: Returns duty cycle, turns ratio, output inductor, and output capacitor in one pass, so you can move from spec to bill of materials quickly.
  • Catches invalid designs early: Flags duty cycles at or above 1, switching frequencies at zero, and single-switch designs that exceed the 0.5 magnetizing-reset limit before you spin a board.
  • Connects theory to numbers: The same Vout = Vin*(Ns/Np)*D transfer function taught in class becomes a concrete inductor and capacitor for a specific Vin, Vout, and load.
  • Makes ripple budgets visible: Entering an inductor ripple fraction and an output ripple fraction turns an abstract spec into concrete filter values.
  • Supports homework and lab prep: Students can confirm hand calculations before building a converter, which makes troubleshooting easier when measurements disagree with the prediction.

Treat the output as a starting point rather than a final answer. Real forward converters also need to budget for switch on-resistance, transformer leakage, snubber losses, and the controller current limit. Fine-tune the transformer and output filter on the bench to confirm ripple stays inside limits.

Factors That Affect Your Results

Five factors drive the design numbers. The first three are inputs the page already accepts; the last two are real-world caveats.

Switching frequency

Higher frequency shrinks the inductor and capacitor but raises switching losses in the primary transistor and increases the magnetizing current the reset winding must absorb.

Inductor ripple fraction

A larger ripple fraction lets the output inductor be smaller but increases RMS conduction losses and core losses in the output inductor.

Output ripple fraction

A tighter output ripple budget forces a larger output capacitor, costing board area and may need ceramics with low DC bias derating.

Reset winding design

With Nr = Np the duty cycle is capped at 0.5; with Nr smaller than Np, D can run higher but the reset winding sees a higher voltage. Two-switch topologies skip the reset winding at the cost of an extra primary switch.

Transformer leakage inductance

Leakage inductance stores energy that must be absorbed by a snubber or clamp. Pick a transformer with tightly coupled windings and verify the leakage with a shorted-secondary impedance on a bench LCR meter.

  • The page assumes continuous conduction mode. At light load the output inductor current may touch zero, and the Vout = Vin*(Ns/Np)*D relation no longer holds.
  • The model uses an ideal lossless converter. Switch on-resistance, transformer copper loss, core loss, snubber loss, and rectifier forward drop are not modelled, so reserve headroom on the duty cycle and on the input current limit of the chosen controller.

If the duty cycle returned is above about 0.45 on a single-switch design, the converter is close to the magnetizing-reset limit; lower the turns ratio, raise the switching frequency, or pick a two-switch topology. Below about 0.1 the step-down ratio is small and a non-isolated buck converter will usually be cheaper.

According to Texas Instruments application note SLVA477, the buck-class output inductor required to hold the peak-to-peak ripple current dIL is L = Vout * (1 - D) / (f * dIL).

According to Texas Instruments SLLA284 forward converter design brief, the single-switch forward converter must reset its magnetizing current each cycle, which caps the duty cycle at Np / (Np + Nr).

Once the calculator returns the equivalent load resistance, Ohm's Law Calculator covers the underlying V = IR relationship and any related circuit analysis.

Forward converter calculator that finds duty cycle, transformer turns ratio, output inductor, and output capacitor for isolated step-down DC-DC designs.
Forward converter calculator that finds duty cycle, transformer turns ratio, output inductor, and output capacitor for isolated step-down DC-DC designs.

Frequently Asked Questions

Q: How is the duty cycle of a forward converter calculated?

A: In continuous conduction mode the duty cycle is D = Vout / (Vin * (Ns/Np)), where Vin is the DC input voltage, Vout is the target output voltage, and Ns/Np is the secondary-to-primary turns ratio. The duty cycle must stay below 0.5 for a single-switch design so the magnetizing current can reset each cycle.

Q: What is the output voltage equation of a forward converter?

A: The output voltage of a forward converter is Vout = Vin * (Ns/Np) * D, where Vin is the input voltage, Ns/Np is the transformer turns ratio, and D is the duty cycle. The equation comes from volt-second balance on the output inductor and assumes ideal switch, transformer, diode, and inductor.

Q: Why does a forward converter need a reset winding?

A: A single-switch forward converter stores energy in the transformer magnetizing inductance each on-time. The reset winding gives that magnetizing current a path to return to the input during the off-time, which keeps the transformer from saturating and caps the duty cycle at Np / (Np + Nr).

Q: How do you size the output inductor of a forward converter?

A: The required output inductance is Lo = Vout * (1 - D) / (f * dIL), where Vout is the output voltage, D is the duty cycle, f is the switching frequency, and dIL is the allowed peak-to-peak inductor ripple current. Pick the next standard inductor value above the calculated Lo.

Q: How do you size the output capacitor of a forward converter?

A: The required output capacitance is Co = dIL / (8 * f * dVout), where dIL is the peak-to-peak inductor ripple, f is the switching frequency, and dVout is the allowed peak-to-peak output ripple voltage. Choose the next standard capacitor value above this minimum.

Q: What is the difference between a forward converter and a flyback converter?

A: A forward converter transfers energy to the secondary side only while the switch is on and uses a separate output inductor and freewheeling diode on the secondary. A flyback converter stores energy in the transformer magnetizing inductance during the on-time and releases it back into the load during the off-time, so the transformer itself acts as a coupled inductor.