To deliver a 50W load (10A at 5V) using a modern synchronous buck converter with 95% efficiency from a 12V DC bus, you need exactly 4.39A of DC input current. The governing formula is Iin = (Vout × Iout) / (Vin × η). Substituting our values: Iin = (5V × 10A) / (12V × 0.95) = 4.386A. If this 12V bus is fed by an offline AC-DC power supply from a standard 120V AC wall outlet (assuming 88% AC-DC stage efficiency and a 0.9 Power Factor), the AC mains draw shifts to 0.55A RMS.

While the DC-DC conversion math is straightforward, sizing your upstream fuses, AC-DC bricks, or bench supply limits requires understanding how AC variables and component-level losses shift these numbers. Below is the complete conversion framework for 2026 power designs.

Benchmark Synchronous Buck Converter ICs (2026 Specs)

Before calculating input current, you must fix your efficiency assumption (η). Peak efficiency is rarely sustained across the entire load curve. The table below lists four industry-standard synchronous buck ICs currently dominating bench and industrial designs, detailing their real-world operating windows.

Manufacturer / Part Vin Range Max Iout Peak η Switching Freq Best Application
TI LMR36015 4.2V – 60V 1.5A 93% 2.1 MHz Automotive/Industrial 24V buses
MPS MPQ8633A 4V – 16V 12A 96% 1.5 MHz High-current DDR/FPGA core rails
ADI LTC3311 2.25V – 5.5V 12.5A 94% 2 MHz Silent Switcher for noise-sensitive RF
Infineon IR3887 2V – 17V 6A 95% 1.5 MHz Telecom 12V to point-of-load (PoL)

Note: Peak efficiency typically occurs at 30% to 50% of the maximum rated load. At 10% load, expect efficiency to drop by 5-10% due to IC quiescent current and gate drive losses dominating the power budget.

How 120V, 230V, and 3-Phase Mains Shift the Calculation

A synchronous buck converter only processes DC. However, in most practical builds, that DC bus originates from an AC-DC rectifier. The assumptions that fix your AC-side current conversion are Power Factor (PF) and AC-DC stage efficiency (ηAC). Here is how the AC input environment shifts your upstream sizing:

  • 120V AC (Single Phase): Standard for US bench supplies and consumer electronics. If your AC-DC front end lacks active Power Factor Correction (PFC), a simple bridge rectifier and bulk capacitor will yield a poor PF (typically 0.60 to 0.70). Your AC current calculation must divide the real power by this low PF, significantly increasing the required RMS current and forcing you to use heavier gauge AC input wiring.
  • 230V AC (Single Phase): The EU/UK/AU standard. The rectified DC bus voltage is much higher (~320V DC). Because power is conserved, the AC RMS current is roughly halved compared to a 120V system for the exact same wattage. If the buck converter is connected directly to this high-voltage DC bus (bypassing an isolated flyback stage), you must select a high-voltage synchronous buck controller with 600V-rated MOSFETs, like the TI TPS54560, rather than a standard 16V PoL IC.
  • 3-Phase AC: Common in industrial motor drives and high-power server racks feeding massive parallel buck stages. The rectified DC bus is exceptionally smooth (low ripple), which reduces the RMS ripple current stress on the buck converter's input capacitors. The AC current per phase drops by a factor of √3, and PF is typically locked near 0.95+ by active front ends, making AC-side calculations highly predictable.
When the Conversion is Meaningless: If you are measuring the AC draw of a cheap, non-PFC 'wall wart' or open-frame supply feeding your buck converter, and you do not know the exact Power Factor, calculating Apparent Power (VA) vs Real Power (W) is pure guesswork. You cannot use a standard multimeter; you must use a true-RMS clamp meter with a dedicated PF readout (like a Fluke 375 or Hioki PW3360) to capture the phase angle shift caused by the capacitive input filter.

Load Scaling and Thermal Loss (±20% Range)

Knowing the input current is only half the battle; you must also account for the power lost as heat. The table below maps a ±20% load range around our 10A (50W) baseline, assuming a fixed 12V input and 95% efficiency.

Iout (Load) Pout (Watts) Pin (Watts) Iin (DC Amps) Ploss (Thermal)
8A 40.0W 42.11W 3.51A 2.11W
9A 45.0W 47.37W 3.95A 2.37W
10A (Nominal) 50.0W 52.63W 4.39A 2.63W
11A 55.0W 57.89W 4.82A 2.89W
12A 60.0W 63.16W 5.26A 3.16W

Where does that 2.63W of thermal loss actually go? In a synchronous buck topology, it is distributed across three main physical mechanisms:

  1. Conduction Losses (I²R): Heat generated in the high-side and low-side MOSFETs (based on their RDS(on)) and the inductor's DC Resistance (DCR). At 10A, a typical 2mΩ inductor DCR alone dissipates 0.2W.
  2. Switching Losses: Energy lost during the nanosecond transitions when both the high-side and low-side FETs are partially conducting (shoot-through overlap), plus the energy required to charge and discharge the FET gates at 1.5 MHz.
  3. Core & AC Losses: Hysteresis and eddy current losses inside the inductor's ferrite core, which scale non-linearly with switching frequency and ripple current (ΔIL).

Frequently Asked Conversion Edge Cases

Does the Iin formula hold in Discontinuous Conduction Mode (DCM)?

No. The formula assumes Continuous Conduction Mode (CCM) where the inductor current never drops to zero. At light loads (typically below 10-20% of max current), the converter enters DCM or Pulse Frequency Modulation (PFM) to reduce switching losses. In DCM, the RMS input current is actually higher than the CCM calculation predicts for the same average power, because the current is drawn in sharp, high-amplitude spikes rather than a smooth ramp. Always size your input bulk capacitors for the CCM peak-to-peak ripple current, but verify thermal performance at light loads using PFM efficiency curves from the datasheet.

How do I measure real efficiency on the bench to fix my η assumption?

Do not rely solely on the datasheet graph, which assumes an idealized test board with 2oz copper and optimized via stitching. To find your board's true η, use two calibrated bench multimeters (like a Keithley DMM6500) in 4-wire sense mode. Measure Vin and Iin directly at the input capacitor terminals, and Vout and Iout directly at the load. Calculating η = (Vout × Iout) / (Vin × Iin) this way captures the PCB trace I²R losses that datasheets conveniently ignore.

What if my input voltage sags under load?

If your 12V DC bus sags to 11.2V at full load due to undersized upstream wiring or a weak AC-DC brick, your input current must increase to maintain 50W of output power. Using the formula: 52.63W / 11.2V = 4.70A. This 7% increase in current further exacerbates the voltage sag (a vicious cycle), potentially triggering the IC's Undervoltage Lockout (UVLO) threshold. Always calculate input current using the minimum expected Vin, not the nominal Vin.