When you design a DC-DC stage using an IC buck converter, you eventually have to power it from the wall. If your downstream DC load demands 100W, you cannot simply divide 100W by 120V to find your AC mains current. You must account for the buck IC's switching losses and the upstream AC-DC adapter's efficiency and power factor.

For a 100W DC load driven by a modern synchronous IC buck converter (92% efficiency) fed by a standard 88% efficient AC-DC supply with a 0.9 Power Factor, the AC mains draw is 1.14 Amps at 120V AC or 0.59 Amps at 230V AC.

The formula used to derive this is:

I_AC = P_DC_OUT / (η_BUCK × η_ACDC × V_AC × PF)

Substituting our real-world values for a 120V North American circuit:

I_120V = 100W / (0.92 × 0.88 × 120V × 0.90) = 100 / 87.32 = 1.14A

The Core Conversion Formula and Load Variations

Buck converters step down voltage while stepping up current, but they are not 100% efficient. The missing energy is lost as heat in the MOSFETs, the inductor's DC resistance (DCR), and the diode (or low-side FET). When sizing the upstream AC-DC brick or hardwired mains supply, you must calculate the worst-case continuous AC current draw. Below is a reference table showing how the AC current draw shifts across a ±20% load range for our baseline 100W system.

DC Output Load (W)AC Current @ 120V (A)AC Current @ 230V (A)Apparent Power (VA)
80W0.91A0.48A109 VA
90W1.03A0.54A123 VA
100W (Baseline)1.14A0.59A137 VA
110W1.26A0.65A151 VA
120W1.37A0.71A164 VA

Real-World IC Buck Converter Efficiency Data

The η_BUCK variable in our formula is entirely dependent on the specific IC you select. Older, asynchronous bipolar designs waste significant power compared to modern synchronous MOSFET architectures. When calculating your AC draw, use the efficiency curve from the datasheet at your specific load point, not the 'peak efficiency' marketing number.

IC ModelArchitectureMax Input / OutputTypical Peak Eff.Full-Load Eff. (Est.)Quiescent Current
LM2596Asynchronous (BJT)40V In / 3A Out73% - 80%68%5 mA
TPS5430 (TI)Asynchronous (FET)36V In / 3A Out85% - 90%82%4.4 mA
MP2315 (MPS)Synchronous24V In / 3A Out92% - 95%89%0.4 mA
LMR36615 (TI)Synchronous65V In / 1.5A Out93% - 96%91%0.04 mA

If you swap the modern MP2315 (89% full-load efficiency) for a cheap, counterfeit LM2596 module (often dropping to 60% efficiency at high loads due to poor inductor saturation), your 100W DC load will suddenly demand 1.75 Amps at 120V AC instead of 1.14 Amps. Always verify the inductor's saturation current rating matches the IC's peak current limit to prevent these hidden efficiency cliffs. For automated thermal and efficiency modeling, engineers rely on tools like TI's WEBENCH Power Architect to simulate exact losses before breadboarding.

How Voltage, Phase, and Power Factor Shift the Answer

The baseline calculation assumes a single-phase 120V AC supply. Here is how the answer shifts when your physical infrastructure changes:

  • 120V vs 230V: Because power is conserved, doubling the AC voltage exactly halves the AC current. A 100W load drawing 1.14A at 120V will draw 0.59A at 230V (EU/UK standard). The wire gauge for the AC feed can be smaller, but the upstream AC-DC adapter must be rated for the 230V nominal input (typically 100-240V universal).
  • 3-Phase Systems: If you are pulling power from a 208V or 400V 3-phase Wye supply to feed a massive industrial buck converter array, the current per phase drops significantly. The formula shifts to divide by √3 × V_LL × PF. For a 1000W load on a 208V 3-phase supply (assuming 0.95 PF and 90% total system efficiency), the line current is just 2.9 Amps per phase.
  • The Power Factor (PF) Assumption: The 0.9 PF used in our baseline assumes an AC-DC supply with Active Power Factor Correction (PFC). This is the primary assumption that fixes the answer.

When This Conversion is Meaningless

This DC-to-AC current conversion becomes entirely meaningless for breaker sizing if the upstream AC-DC power supply lacks PFC and its Power Factor is unknown. Cheap, uncorrected flyback converters often have a PF as low as 0.55. In that scenario, the real power (Watts) might be 100W, but the apparent power (VA) is 181 VA. Circuit breakers and fuses trip on current (Amps), which is dictated by VA, not Watts. If you do not know the PF of your AC-DC front-end, you cannot accurately size the mains wiring. Always check the NEC Article 210 guidelines for continuous load derating when sizing the branch circuit.

FAQ: Sizing Upstream Components for Buck ICs

Do I need to derate the AC breaker for the buck converter's inrush current?

Usually, no. The inrush current of a buck converter system is dominated by the upstream AC-DC supply's bulk input capacitors, not the buck IC's output stage. If your AC-DC supply has a proper NTC thermistor or active inrush limiting, the AC breaker will not trip. However, if you are using a raw, unregulated AC-DC stage, you may need a Type C or Type D curve breaker to handle the 50-100A microsecond inrush spike without nuisance tripping.

How does light-load efficiency change the AC current calculation?

If your IC buck converter operates mostly at 10% load (e.g., a 100W rated supply only delivering 10W to a sleeping microcontroller), the switching efficiency drops dramatically unless the IC supports Pulse Frequency Modulation (PFM) or Eco-mode. At light loads, the AC-DC adapter's own no-load power consumption (often 0.2W to 0.5W to meet DOE Level VI standards) becomes a larger percentage of the total draw. For always-on IoT devices, prioritize buck ICs with ultra-low quiescent current (Iq < 10µA), like the LMR36615, to keep the continuous AC draw near zero.

Can I use a standard dimmer switch to control the AC input of my buck converter?

Absolutely not. Standard TRIAC-based AC dimmers chop the AC sine wave to reduce RMS voltage for resistive loads like incandescent bulbs. Feeding a chopped sine wave into the rectifier and bulk capacitors of an AC-DC power supply will cause massive current spikes, destroy the input bridge rectifier, and likely cause the buck converter's input undervoltage lockout (UVLO) to chatter. Use a DC-side PWM enable pin or an analog voltage feedback loop to control the buck IC's output instead.