For a 120W load on a 24V DC system, the baseline current is exactly 5.0 Amps. However, real-world dc converter applications require factoring in converter efficiency ($\eta$). Assuming a standard 90% efficient buck converter, your actual input current draw will be 5.55 Amps. The formula used is $I_{in} = P_{out} / (V_{in} \times \eta)$. Substituting our values: $I_{in} = 120W / (24V \times 0.90) = 5.55A$. This 5.55A figure is the exact number you must use to size your input wiring, fuses, and upstream power supply.

The Core Conversion: Watts to Amps in DC Systems

The assumption that fixes this answer is twofold: nominal voltage and steady-state efficiency. In DC-DC conversion, we assume the 24V input remains stable under load (not sagging to 21V due to undersized feeder wires) and that the converter operates at its rated efficiency curve. According to All About Circuits' DC power principles, power is strictly the product of voltage and current in a purely resistive DC circuit, but switching regulators introduce switching losses, conduction losses, and quiescent current draw.

When designing dc converter applications, you rarely build for the exact nominal wattage. You build for the envelope. Below is a reference table showing a ±20% range around our 120W target, calculating both the ideal output current and the real-world input current draw at 24V (assuming 90% efficiency).

Table 1: 24V DC Converter Current Draw (±20% Power Range)
Load Power (W) Ideal Output Current (A) Real Input Current @ 90% $\eta$ (A) Recommended Fuse Size (A)
96W (-20%) 4.00A 4.44A 7.5A
108W (-10%) 4.50A 5.00A 7.5A
120W (Nominal) 5.00A 5.55A 10A
132W (+10%) 5.50A 6.11A 10A
144W (+20%) 6.00A 6.66A 10A

Note: Fuse sizes are selected based on standard automotive/industrial blade fuse values, providing at least a 25% overhead above the maximum expected continuous draw to prevent nuisance blowing during thermal derating.

How Voltage Shifts Change the Math (And When Conversions Fail)

The 5.55A answer is strictly for a 24V DC input. If your dc converter applications shift to different DC bus voltages, the current scales inversely. At 12V, that same 120W load (at 90% efficiency) demands 11.11A. At 48V, it drops to 2.77A. This is why telecom and solar applications push for 48V architectures—higher voltage drastically reduces $I^2R$ copper losses and allows for thinner, cheaper wire.

The AC-DC Front-End Shift: 120V vs 230V vs 3-Phase

What happens if your application starts at the wall? If you are using an AC-DC DIN-rail power supply (like a Mean Well NDR-120 series) to generate the 24V DC bus, AC concepts like Power Factor (PF) and phase angle enter the equation. The formula shifts to: $I_{ac} = P_{out} / (V_{ac} \times PF \times \eta)$.

  • 120V AC (US Mains): Assuming a PF of 0.9 and 90% efficiency, a 120W output draws roughly 1.11A from the wall.
  • 230V AC (EU/UK Mains): The current drops to roughly 0.58A, allowing the use of smaller input wiring and lower-rated AC breakers.
  • 3-Phase 400V AC: The current per phase drops to roughly 0.22A. However, for a mere 120W load, 3-phase is massive overkill. 3-phase rectification only becomes practical for dc converter applications above 2kW where balancing the grid load and reducing DC bus ripple justifies the complex input filtering.
When is this conversion meaningless?
If you are sizing an AC-DC front-end and the Power Factor (PF) is unknown, any Amp calculation is a guess. Furthermore, if your DC load is highly dynamic—like a stepper motor driver or a cellular modem transmitting—converting average Watts to Amps will dangerously undersize your converter for the peak transient current. Always check the load's peak surge specification, not just its continuous wattage.

Component Selection for 5.5A DC Converter Applications

Knowing you need to handle 5.55A continuously dictates your silicon and module choices. A standard Texas Instruments LM2596 is a common hobbyist buck chip, but it maxes out at 3A—it will overheat and trigger thermal shutdown at 5.55A.

For a reliable 24V-to-12V 120W application, look for modules based on the TI TPS54560 (rated for 5A continuous, but handles 120W comfortably with adequate heatsinking) or step up to a RECOM R-78S series switching regulator if stepping down to lower voltages. If you prefer off-the-shelf industrial modules, a Drok 20A Buck Converter module provides massive overhead, ensuring the converter runs cool and extends the lifespan of the electrolytic capacitors.

For wiring the 5.55A input, 18 AWG copper is technically rated for higher currents in free air, but to maintain a voltage drop of less than 2% over a 1-meter run, use 16 AWG or 14 AWG THHN. Terminate with crimped ferrules rather than tinning the wires with solder, as solder creeps under screw terminals and causes high-resistance hot spots over time.

FAQ: Sizing and Selecting DC Converter Applications

What DC converter applications require a multi-phase interleaved buck topology?

Multi-phase interleaved buck converters are required when your application demands very high current (typically >30A) at low voltages, such as powering server CPUs, FPGA core rails, or high-end GPU clusters. By splitting the current across two or four phases, you drastically reduce input ripple current, shrink the required input capacitor bank, and distribute thermal dissipation across multiple inductors and MOSFETs. For a standard 120W / 5.5A application, a single-phase synchronous buck is perfectly adequate and more cost-effective.

Why is my 120W DC converter application tripping the 10A input breaker?

If your steady-state math says 5.55A but your 10A breaker trips instantly on power-up, you are experiencing inrush current. When a DC-DC converter powers on, it must charge its internal output capacitors and the load's decoupling capacitors. This looks like a dead short for a few milliseconds, often pulling 30A to 50A. To fix this, either add a soft-start circuit, use an NTC thermistor on the input line, or upgrade to a breaker with a "slow-blow" or Type C/D magnetic trip curve that tolerates brief inrush spikes without tripping.

How do I calculate wire size for high-current DC converter applications?

Wire sizing depends on three variables: continuous current, ambient temperature, and acceptable voltage drop. First, find the ampacity using the 75°C column of the NEC Table 310.16 (or your local equivalent). For 5.55A, 14 AWG (rated 20A) is more than sufficient for thermal limits. Second, calculate voltage drop: $V_{drop} = I \times R_{wire}$. If your 24V system cannot tolerate more than a 0.5V drop (2%), and your wire run is 2 meters total (out and back), you need a wire resistance of less than 0.09 ohms. 16 AWG copper (0.013 ohms/meter) yields a 0.026 ohm total resistance, resulting in a mere 0.14V drop. Therefore, 16 AWG is the optimal engineering choice here.