To get 15W (5V @ 3A) out of a 90% efficient 12V-to-5V dc buck converter, you need exactly 1.39A on the 12V input. The foundational formula used to find input current is I_in = (V_out × I_out) / (V_in × η). Substituting our target values: I_in = (5V × 3A) / (12V × 0.90) = 15W / 10.8W = 1.388A. This calculation assumes the converter is operating in Continuous Conduction Mode (CCM) and maintains a flat 90% efficiency, which is typical for modern synchronous buck ICs at mid-range loads.

Because real-world loads fluctuate and traces must handle peak transient currents, here is a conversion table for neighboring output currents (a ±20% range around our 3A baseline) to help you size your upstream wiring and fuses:

Output Current (A)Output Power (W)Input Current @ 12V (A)Min. Input Wire (AWG)
2.412.01.1122 AWG
2.713.51.2522 AWG
3.015.01.3920 AWG
3.316.51.5320 AWG
3.618.01.6718 AWG

Real-World DC Buck Converter Module Specifications

Theoretical math only gets you to the breadboard; silicon reality dictates your thermal management. When selecting a dc buck converter module or IC, the efficiency (η) is never a static number. It shifts based on the voltage differential and switching frequency. Below is a data-dense specification table of common hobbyist and industrial buck modules you will encounter in 2026, sourced from manufacturer datasheets and All About Circuits reference designs.

IC / ModuleMax Input (V)Max Output (A)Typical EfficiencySwitching FreqTopology
LM2596 (Generic)40V3.0A73% - 82%150 kHzAsynchronous
MP1584EN28V3.0A88% - 92%1.5 MHzAsynchronous
XL4015 (5A Module)36V5.0A85% - 90%180 kHzAsynchronous
TPS5430 (TI)36V3.0A90% - 95%500 kHzAsynchronous
LTC3892 (Analog Devices)100V10A+96% - 98%Up to 900 kHzSynchronous 2-Phase

Notice the jump in efficiency when moving from older asynchronous designs (like the LM2596) to modern synchronous controllers (like the LTC3892). Synchronous rectification replaces the catch diode with a low-Rds(on) MOSFET, drastically reducing conduction losses at high output currents. For a deeper dive into inductor selection and synchronous topologies, refer to the Analog Devices Power Design Tools documentation.

The Assumptions That Fix (or Break) Your Calculation

The 1.39A answer we calculated in the first paragraph relies on three rigid assumptions. If any of these shift, your input current calculation changes entirely.

Assumption 1: The Efficiency Curve is Flat

Efficiency (η) peaks between 50% and 70% of the rated load. If your 3A buck converter is only supplying a 100mA standby load, efficiency might plummet to 60% due to quiescent current and switching losses dominating. Your input current will be higher than the linear math suggests.

Assumption 2: Continuous Conduction Mode (CCM)
The formula assumes the inductor current never falls to zero during the switching cycle. At light loads, the converter enters Discontinuous Conduction Mode (DCM) or pulse-skipping mode. In pulse-skipping, the converter draws short, high-amplitude bursts of current from the source rather than a smooth DC average. While the average input current math still holds for power budgeting, your upstream wiring and input capacitors must be sized for the peak burst current to prevent voltage sag.

Assumption 3: Vin is Above the Dropout Threshold
When is this Watts-to-Amps conversion completely meaningless? When the input voltage approaches the dropout voltage. A buck converter cannot output 5V if the input sags to 5.2V; it requires headroom (typically 1V to 2V depending on the IC's internal MOSFETs and inductor DCR). If your 12V battery bank sags to 6V under heavy load, the converter loses regulation, the output voltage drops, and the input current spikes unpredictably as the controller tries to maintain power delivery.

Upstream Sizing: 120V AC vs 230V AC vs 3-Phase DC Buses

A dc buck converter is strictly a DC-DC stage. It has no concept of AC power factor (PF) or phase angles. However, in practical system design, your buck converter is usually fed by an AC-DC power supply (like a Mean Well LRS series). How does the input current calculation shift when scaling the AC front-end from a 120V wall outlet to a 230V line or a 3-phase industrial bus?

  • 120V AC Single-Phase: To feed our 15W buck converter, the AC-DC PSU (assuming 90% efficiency and a 0.95 Power Factor) draws: I_ac = 15W / (120V × 0.90 × 0.95) = 0.146A. You can safely run this on a standard 15A branch circuit alongside dozens of other devices.
  • 230V AC Single-Phase: The required wattage remains 15W, but the higher voltage halves the current draw to roughly 0.076A. This reduces I²R heating in the AC mains wiring, which is why high-power server racks and industrial control panels prefer 230V/240V feeds.
  • 3-Phase Industrial (e.g., 480V AC): In heavy machinery, 3-phase AC is rectified into a high-voltage DC bus (often ~650V DC). A high-voltage buck converter (like the LTC3892 mentioned above) then steps this 650V DC down to a 48V or 24V intermediate bus. The buck converter only "sees" the 650V DC. The AC current calculation shifts to the 3-phase rectifier formula: I_line = P / (√3 × V_LL × PF × η). The buck converter's job is simply to handle the massive step-down ratio without suffering from extreme duty-cycle limitations.

Frequently Asked Questions

Does a buck converter increase current?
Yes. Because power is conserved (minus efficiency losses), stepping down the voltage inherently steps up the available current. A 24V to 12V buck converter drawing 2A on the input can theoretically supply nearly 3.6A on the output (assuming 90% efficiency).

How do I measure actual efficiency on the bench?
Do not rely on the module's printed claims. Connect two multimeters (or a bench power supply with telemetry and an electronic load). Measure exact V_in, I_in, V_out, and I_out simultaneously at your target load. Calculate η = (V_out × I_out) / (V_in × I_in). You will often find cheap, unbranded modules running 10-15% lower than their advertised efficiency due to high-ESR input capacitors and counterfeit inductors.