Direct Conversion Answer (60W Baseline): For a standard 60W fly back converter stepping down to a 12V DC secondary, the continuous secondary output (DC load) current is exactly 5.0A. On the primary side, assuming a 120V AC mains input, 80% overall efficiency, and a power factor (PF) of 0.65 (typical for passive rectified inputs without active PFC), the primary RMS current is 0.71A. However, the secondary winding RMS current is higher at 6.74A due to the diode conduction duty cycle, which is the critical value for sizing your secondary copper wire.
The formulas used to derive these baseline numbers are:
- Secondary DC Load Current:
I_sec(dc) = P_out / V_out→60W / 12V = 5.0A - Primary RMS Current:
I_pri(rms) = P_out / (V_in × η × PF)→60W / (120V × 0.80 × 0.65) = 0.71A - Secondary Winding RMS Current:
I_sec(rms) ≈ I_out / √(1 - D_max)→5.0A / √(1 - 0.45) = 6.74A(assuming a max duty cycle D of 0.45).
Core Conversion Formulas and Component Assumptions
Unlike forward or push-pull topologies, a flyback transformer is actually a coupled inductor. It stores energy in the core gap during the primary MOSFET's ON time and transfers it to the secondary during the OFF time. Because primary and secondary currents never flow simultaneously, converting primary input current directly to secondary output current requires fixing three assumptions: overall efficiency (η), power factor (PF), and the maximum duty cycle (D_max).
If you are designing or debugging a board, you must select a controller IC that can handle the calculated primary peak current. The table below outlines real-world specifications for industry-standard flyback controllers commonly used in 2026 for the 50W to 150W range.
| Manufacturer / IC Model | Topology / Mode | Max Recommended Power | Primary Peak Current Limit | Typical Efficiency (η) |
|---|---|---|---|---|
| Texas Instruments UCC28740 | Active Clamp Flyback | 150W | Programmable via Rsense | 92% - 94% |
| ON Semiconductor NCP1342 | Quasi-Resonant (QR) | 90W | Internal / Programmable | 88% - 91% |
| Power Integrations LinkSwitch-XT2 | Isolated Flyback (PSR) | 15W | 0.71A (Internal Limit) | 80% - 85% |
| MPS MPX2002 | QR / CCM Flyback | 120W | Programmable via Rsense | 90% - 93% |
Sources: Texas Instruments Flyback Controllers, ON Semiconductor Flyback Controllers.
Neighboring Values: ±20% Power Scaling Matrix
When sizing fuses, PCB traces, and transformer wire gauges, you rarely hit the exact nominal wattage. The matrix below scales the 60W baseline by ±20% to show how secondary DC current, secondary winding RMS current, and primary RMS current shift. This assumes a fixed 12V output, 120V AC input, 80% efficiency, 0.65 PF, and a 0.45 duty cycle.
| Output Power (W) | Secondary DC Load (A) | Secondary Winding RMS (A) | Primary RMS @ 120VAC (A) | Primary RMS @ 230VAC (A) |
|---|---|---|---|---|
| 48W (-20%) | 4.00 | 5.39 | 0.57 | 0.30 |
| 54W (-10%) | 4.50 | 6.07 | 0.64 | 0.33 |
| 60W (Nominal) | 5.00 | 6.74 | 0.71 | 0.37 |
| 66W (+10%) | 5.50 | 7.41 | 0.78 | 0.41 |
| 72W (+20%) | 6.00 | 8.09 | 0.85 | 0.44 |
How Input Voltage and Topology Shift the Numbers
The primary RMS current is inversely proportional to the input voltage, but changing the input voltage introduces secondary effects that dictate your component selection.
120V AC vs. 230V AC Mains
As shown in the matrix, doubling the input voltage from 120V to 230V roughly halves the primary RMS current (from 0.71A to 0.37A for a 60W load). However, the peak voltage stress on your primary MOSFET increases drastically. The MOSFET must block the rectified DC bus voltage (approx. 325V for 230V AC) plus the reflected secondary voltage ($V_{or}$) plus the leakage inductance spike. A 650V MOSFET is sufficient for 120V AC, but 230V AC designs typically require an 800V or 900V rated silicon or GaN switch.
3-Phase Rectified Inputs
Flyback converters are rarely connected directly to raw 3-phase AC. If your application requires a 3-phase input (e.g., industrial motor drives), the AC is first rectified to a high-voltage DC bus. A 400V 3-phase line yields a DC bus of roughly 560V. At 560V DC, the primary current for a 60W flyback drops to a mere 0.13A ($60W / [560V × 0.80]$). While the current is negligible, the MOSFET must now withstand 560V + $V_{or}$ + spike, mandating a 1200V SiC MOSFET or a specialized high-voltage IC. At this voltage level, most engineers abandon the flyback topology in favor of a forward or LLC resonant converter due to extreme leakage inductance losses.
When Fly Back Converter Conversions Become Meaningless
Q: Can I just use a standard AC power formula (I = P / V) for the primary side?
A: No. A standard formula assumes a purely resistive load with a Power Factor (PF) of 1.0. A basic flyback converter with a passive bridge rectifier and bulk capacitor draws current in narrow, high-amplitude spikes near the peak of the AC sine wave. The PF is typically between 0.55 and 0.70. If you ignore PF, your calculated primary RMS current will be up to 45% too low, leading to undersized input fuses and overheated EMI filter chokes.
Q: Why is the secondary winding RMS current (6.74A) so much higher than the DC load current (5.0A)?
A: The 5.0A is the average current delivered to the load over the entire switching cycle. But the secondary diode only conducts during the MOSFET's OFF time (the $1-D$ portion of the cycle). All 5.0A of average load current must be squeezed into that shorter time window, resulting in higher peak and RMS currents. If you size your secondary transformer wire for 5.0A instead of the 6.74A RMS value, the copper will overheat due to $I^2R$ losses.
Q: When does converting primary average current to RMS become mathematically impossible?
A: When you lack the duty cycle ($D$) and the ripple ratio ($K_r$). The primary current waveform is a triangle (in Discontinuous Conduction Mode, DCM) or a trapezoid (in Continuous Conduction Mode, CCM). The mathematical form factor—which converts average to RMS—changes entirely based on whether the current ramps from zero or from a pedestal. Without knowing the exact inductance, switching frequency, and load state (DCM vs CCM), any average-to-RMS conversion is just a blind guess.






