For a 50W load running on a 24V-to-12V DC-DC switching converter with a typical 90% efficiency, your required output current is 4.17A and your input current is 2.31A. The formula used is I_in = P_out / (V_in × η), substituted as 50 / (24 × 0.90) = 2.31A. To handle this safely with adequate thermal headroom, you must select a converter IC rated for at least 5A continuous, such as the Texas Instruments TPS54560B, paired with a 47µH shielded power inductor.

The Core Conversion: Watts to Amps in DC-DC Switching Converters

When sizing inductors, input capacitors, and the switching IC itself, you cannot rely on output wattage alone. You must convert the load power into both output current (to size the inductor and output caps) and input current (to size the input caps, traces, and upstream fuses). The foundational assumption that fixes the DC-DC answer is efficiency (η). Modern synchronous buck switching converters typically operate between 88% and 94% efficiency at their nominal load.

The governing formulas are:

  • Output Current: I_out = P_out / V_out
  • Input Current: I_in = P_out / (V_in × η)

Below is the reference table for a standard 24V-to-12V conversion, showing the ±20% neighboring values around our 50W baseline. This helps you size components for transient load spikes without returning to the bench for a second round of prototyping.

Load Power (P_out) Output Current (I_out @ 12V) Input Current (I_in @ 24V, 90% eff) Minimum IC Rating (120% margin)
40W (-20%) 3.33A 1.85A 4.0A
50W (Baseline) 4.17A 2.31A 5.0A
60W (+20%) 5.00A 2.78A 6.0A

How Voltage and Phase Shift the Math (AC-DC Front Ends)

If your switching converter is an offline AC-DC front-end (like a flyback or LLC resonant topology) pulling directly from the mains, the DC-DC assumptions no longer apply. For AC-DC systems, the answer is fixed by Power Factor (PF) and RMS voltage.

The AC input current formula expands to: I_ac = P_out / (V_ac × η × PF). Assuming an AC-DC efficiency of 88% and a modern active Power Factor Correction (PFC) circuit yielding a PF of 0.90, here is how a 50W load shifts across global mains standards:

  • 120V AC (1-Phase, US/Japan): 50 / (120 × 0.88 × 0.90) = 0.52A
  • 230V AC (1-Phase, EU/UK/AU): 50 / (230 × 0.88 × 0.90) = 0.27A
  • 208V AC (3-Phase, Industrial): 50 / (√3 × 208 × 0.88 × 0.95) = 0.16A (Assuming slightly higher 0.95 PF typical of 3-phase active rectification)
⚠️ When the Conversion is Meaningless: If you are designing or troubleshooting an AC-DC switching converter that lacks active PFC (such as a cheap, passive-only offline flyback supply), calculating real input current from wattage is virtually meaningless. The apparent power (VA) drawn from the mains will be significantly higher due to severe harmonic distortion and high crest factors. A 50W uncorrected supply might pull 0.8A RMS from a 120V line instead of the theoretical 0.52A. Always measure with a true-RMS clamp meter on the bench; never trust the theoretical math for uncorrected passive supplies when sizing input fuses.

Component Sizing Decision Tree

Use this decision matrix to terminate your topology selection and land on a concrete, proven part number for a 50W (12V @ 4.17A) target. These recommendations assume standard commercial/industrial ambient temperatures (up to 50°C) and prioritize parts with integrated MOSFETs to minimize PCB footprint and parasitic inductance.

If your input is... And your load requires... Then select this topology & part number Required Inductor Value
24V DC (±10%) 12V @ 4.17A (50W) Buck: TI TPS54560B (60V, 5A) 47µH (Shielded)
12V DC (Automotive/Battery) 12V @ 4.17A (50W) SEPIC/Boost: Analog Devices LTC3895 15µH (Dual-wound)
120V/230V AC (Mains) 12V @ 4.17A (50W) Flyback/LLC: Mean Well LRS-75-12 (Module) N/A (Integrated)
48V DC (PoE/Telecom) 12V @ 4.17A (50W) Buck: Monolithic Power MP8765 (18V max - Use MP2489 for 60V) 22µH (Shielded)

Default Recommendation: For the vast majority of DIY and industrial DC-DC bench builds stepping down from a 24V or 36V bus to a 12V logic/motor rail, the TI TPS54560B is the default pick. It handles the 2.31A input and 4.17A output effortlessly, operates at up to 2.5MHz (allowing for smaller passives), and includes built-in thermal shutdown.

FAQ: Edge Cases and Measurement Gotchas

Why does my measured input current read higher than the calculated 2.31A?

Switching converters draw pulsed current from the input source, not a smooth DC line. If you are measuring with a standard multimeter that lacks true-RMS and high-bandwidth sampling, it will misread the high-frequency ripple. Furthermore, if your input traces are too long or lack local high-frequency ceramic bypass capacitors (e.g., 10µF MLCC right at the IC's VIN pin), the parasitic inductance will cause ringing and increase switching losses, dropping your actual efficiency from 90% down to 82% and driving your input current up to ~2.54A.

How does altitude or enclosed casing affect the 5A continuous rating?

Silicon doesn't care about altitude, but thermal dissipation does. The 5A rating on a datasheet assumes an exposed thermal pad soldered to a multi-layer PCB with adequate copper pours acting as a heatsink, tested in open air at 25°C. If you stuff your switching converter into a sealed IP67 extruded aluminum enclosure, you must apply a thermal derating curve. Expect a 20% to 30% reduction in maximum continuous current capacity unless you bond the IC's thermal pad directly to the chassis via a thermal gap pad.

Can I parallel two 3A switching converters to get 6A for my 50W+ load?

Generally, no. Standard voltage-mode or peak-current-mode buck converters do not naturally share load current due to slight mismatches in their internal 0.8V reference voltages. One converter will inevitably hog the current, hit its thermal limit, and shut down, dumping the entire load onto the second converter and triggering a cascading failure. If you need >5A, use a single higher-rated IC (like the TI LMR33660) or a multi-phase controller designed explicitly for interleaved current sharing.