To power a 60W, 5V DC load (12A) using a two-stage AC-DC to DC-DC converter chain (stepping 120V AC to a 12V DC intermediate bus, then down to 5V DC), your AC mains will draw exactly 0.65 Amps (78.0 VA). The intermediate 12V DC bus will carry 5.44 Amps (65.2W). This calculation assumes an AC-DC stage efficiency of 88%, a DC-DC stage efficiency of 92%, and an AC Power Factor (PF) of 0.95.
The master formula used to find the AC input current is:
I_AC = P_out / (η_AC-DC × η_DC-DC × V_AC × PF)
Substituting our benchmark values: I_AC = 60W / (0.88 × 0.92 × 120V × 0.95) = 0.65A
Real-World AC-DC to DC-DC Converter Specifications
The math above relies on fixed efficiency and PF numbers, but on the bench, these values shift based on the specific modules you buy and the percentage of their rated load you are actually pulling. Nameplate ratings are maximums; conversion math requires the efficiency at your specific operating point. Below is a data-dense reference table of industry-standard modules used in this exact two-stage topology.
| Stage | Module / Manufacturer | Input / Output | Peak Efficiency | Power Factor (PF) | Max Continuous Current |
|---|---|---|---|---|---|
| AC-DC | Mean Well LRS-150-12 | 120VAC to 12VDC | 88.0% | 0.95 (at 100% load) | 12.5A |
| AC-DC | TDK-Lambda HWS150-12 | 120VAC to 12VDC | 89.0% | 0.96 (active PFC) | 12.5A |
| DC-DC | Murata OKI-T/12-W12N-C | 12VDC to 5VDC | 92.5% | N/A (DC bus) | 12.0A |
| DC-DC | RECOM R-78B5.0-2.0 | 12VDC to 5VDC | 93.0% | N/A (DC bus) | 2.0A |
Bench Note: If you use the Murata OKI-T module but only pull 2A (10W) instead of 12A (60W), its efficiency drops to roughly 88%. Always check the manufacturer's efficiency curve graph in the datasheet, not just the headline peak number. For a deeper look at non-isolated DC-DC switching topologies, refer to the Texas Instruments Non-Isolated DC-DC Regulator guide.
Neighboring Load Calculations (±20% Range)
Loads rarely sit at a perfect, static 60W. Microcontrollers wake up, motors stall, and LED arrays dim. Here is how the AC input current and intermediate DC bus current shift across a ±20% load range, assuming the same 120V AC input, 12V bus, and 0.95 PF.
| Output Load (5V) | Output Current | DC Bus Power (12V) | DC Bus Current | AC Input Current (120V) | Recommended DC Bus Wire |
|---|---|---|---|---|---|
| 48W (-20%) | 9.6A | 52.2W | 4.35A | 0.52A | 18 AWG |
| 54W (-10%) | 10.8A | 58.7W | 4.89A | 0.58A | 18 AWG |
| 60W (Baseline) | 12.0A | 65.2W | 5.44A | 0.65A | 16 AWG |
| 66W (+10%) | 13.2A | 71.7W | 5.98A | 0.71A | 16 AWG |
| 72W (+20%) | 14.4A | 78.3W | 6.52A | 0.78A | 14 AWG |
Notice the wire sizing recommendations. While 18 AWG copper is technically rated for higher currents in free air, the voltage drop over a 2-foot run at 6.52A will eat into your 12V bus headroom. Stepping up to 14 AWG or 16 AWG for the intermediate DC bus ensures the DC-DC converter doesn't brown out during transient spikes.
How Voltage, Phase, and Power Factor Shift the Math
The 0.65A answer is locked to our assumptions: 120V single-phase, 0.95 PF, and specific efficiency curves. Change the grid or the load type, and the math shifts dramatically.
120V vs. 230V Mains
If you plug this exact same AC-DC to DC-DC chain into a 230V European or UK mains supply, the required AC current drops to 0.34 Amps. The power (78.0 VA) remains identical, but halving the current reduces $I^2R$ heating losses in your facility's branch wiring. However, beware: many off-the-shelf AC-DC power supplies (like the Mean Well LRS series) have a physical voltage selector switch on the side. Failing to flip it from 115V to 230V before energizing will instantly destroy the internal varistor and blow the mains fuse.
Three-Phase Systems
For industrial 208V or 480V 3-phase panels, the formula changes to account for the square root of 3 ($\sqrt{3} \approx 1.732$):
I_AC = P_out / (η_total × V_LL × √3 × PF)
On a 208V 3-phase wye system, that same 60W load draws a negligible 0.22 Amps per phase. You rarely use two-stage conversion for loads this small on 3-phase, but the math holds for distributed DC bus architectures in server racks.
When the Conversion is Meaningless
Steady-state power conversions become useless in two specific scenarios:
- Inrush Current: The AC-DC stage contains bulk electrolytic capacitors. On cold startup, these act as a dead short. The inrush current can be 40 to 60 times the steady-state calculation (e.g., a 30A spike for a few milliseconds). Sizing a breaker based on the 0.65A steady-state math will result in nuisance trips. You must use a slow-blow fuse or a breaker with a magnetic trip curve (like a C-curve MCB) that tolerates the inrush.
- Unknown Power Factor (High THD): If you use a cheap, uncorrected AC-DC bridge rectifier instead of an Active PFC (Power Factor Correction) module, the displacement power factor might be 0.9, but the Total Harmonic Distortion (THD) will push the true power factor down to 0.6. For a deep dive into how harmonics wreck standard PF assumptions, read the All About Circuits guide on AC Power Factor.
Frequently Asked Questions About Multi-Stage Conversion
Q: Why not just use a single AC-DC converter to step 120V AC directly to 5V DC?
A: You can, but isolated 5V AC-DC supplies are physically larger, more expensive per watt, and generate more high-frequency switching noise than a 12V supply. Stepping down to 12V first (which is a highly optimized, commoditized voltage) and then using a cheap, high-efficiency non-isolated DC-DC buck module (like those from RECOM Power) is often cheaper and yields better overall thermal performance on the bench.
Q: Does the DC-DC converter care if the 12V bus has ripple?
A: Yes. The AC-DC stage will output a 12V nominal bus, but it will have a high-frequency ripple (often 50mV to 150mV peak-to-peak) and a 120Hz mains hum. The DC-DC converter's Power Supply Rejection Ratio (PSRR) dictates how much of that AC-DC ripple passes through to your sensitive 5V logic. If you are powering an ESP32 or an ADC, add a low-ESR ceramic capacitor (e.g., 10µF X7R) directly across the DC-DC input pins to shunt the high-frequency noise to ground.






