The Quick Conversion: 96W Load at 12V from a 24V Source

For the most common mid-power dc dc converter applications—specifically stepping down a 24V battery bank to run a 12V, 8A (96W) continuous load—you need a converter rated for at least 120W to account for thermal derating. Assuming a modern switching efficiency of 92%, the converter will draw 4.35A from the 24V source. The concrete part pick for this exact scenario is the Mean Well SD-150B-12 (150W, 24V in / 12V out), which retails for roughly $38 in 2026 and provides the necessary 25% thermal headroom without requiring forced-air cooling.

Bench Rule of Thumb: Never size a DC-DC buck converter to exactly match your steady-state wattage. Always multiply your continuous load watts by 1.25. If your load is 96W, your minimum converter nameplate rating must be 120W.

The Math: Formula and Substituted Values

To find the input current draw on your source battery or bus, you must account for the energy lost as heat inside the converter. The formula for DC input current is:

I_in = (V_out × I_out) / (V_in × η)

Where η (eta) is the decimal efficiency of the converter. Substituting our 12V/8A load, 24V source, and 92% efficiency:

  • Output Power: 12V × 8A = 96W
  • Input Power Required: 96W / 0.92 = 104.35W
  • Input Current (I_in): 104.35W / 24V = 4.348A

This 4.35A figure is what you must use to size your input-side fuse and wire gauge (e.g., 14 AWG wire and a 6A slow-blow fuse on the 24V input side).

Neighboring Values: ±20% Load Variance Table

Loads rarely sit perfectly at their nameplate rating. Below is a spec-sheet-table showing how input current and required converter sizing shift if your actual load varies by ±20% from the 96W baseline. All values assume a 24V input and 92% efficiency.

Load Variance Output Power (12V) Output Current Input Current @ 24V Min. Converter Rating (1.25x)
-20% 76.8W 6.4A 3.48A 100W
-10% 86.4W 7.2A 3.91A 110W
Baseline 96.0W 8.0A 4.35A 120W
+10% 105.6W 8.8A 4.78A 135W
+20% 115.2W 9.6A 5.22A 150W

Note: If your load fluctuates into the +20% range, you cross the 120W threshold and must step up to a 150W module like the aforementioned Mean Well SD-150B-12 or a RECOM RPA200 series module.

What Fixes the Answer (and When the Math Breaks)

The calculation above relies on three fixed assumptions: steady-state DC resistive loads, 92% converter efficiency, and a 25°C ambient temperature. If any of these shift, your input current and required sizing change drastically.

How the Answer Shifts Across System Voltages

The input current scales inversely with the source voltage. If you are designing for different nominal battery banks:

  • 12V to 12V (Buck-Boost/SEPIC): Input current jumps to 8.7A. You now need heavier 10 AWG input wiring and a 15A fuse.
  • 24V to 12V (Standard Buck): Input current is 4.35A (our baseline).
  • 48V to 12V (High-Step-Down Buck): Input current drops to 2.17A. However, high-ratio step-down converters often suffer a 2-4% efficiency penalty due to higher switching losses and duty-cycle extremes, pushing real-world efficiency closer to 88%.

When the Conversion is Meaningless

Steady-state wattage math becomes entirely useless when dealing with unknown inrush currents. If your 12V load is a DC motor, a compressor, or a circuit with massive un-switched bulk capacitors, the startup surge can be 5x to 10x the continuous current. A 96W motor might pull 40A (480W) for 200 milliseconds on startup. If you size your DC-DC converter strictly to the 120W steady-state math, its internal Over-Current Protection (OCP) will trip instantly, and the load will never start. For reactive or motorized loads, you must consult the load's datasheet for "locked rotor current" or "inrush specifications" and size the converter's peak surge rating accordingly.

Decision Tree: Picking the Exact DC-DC Converter Part

Use this decision-tree-table to lock in your final hardware selection based on your specific application constraints.

Application Constraint If True... If False... Concrete Part Pick
Is galvanic isolation required? (e.g., medical, noisy ground planes) Look for 1.5kVDC+ isolation ratings. Non-isolated buck modules are fine (and cheaper). Isolated: Mean Well SD-150B-12 ($38)
Non-Isolated: RECOM RPX-1.0 ($12)
Will ambient temperature exceed 50°C? (e.g., enclosed engine bays) Apply a 40% derating factor; double your wattage headroom. Standard 20% derating applies. High Temp: Vicor PI3106 (Military/Aero grade, ~$180)
Is the load a motor or high-capacitance startup? Require a module with a 200%+ peak surge rating for 100ms+. Standard continuous OCP limits are acceptable. High Surge: TDK-Lambda iQG series (Configurable limits)
Final Verdict: For 90% of hobbyist, marine, and off-grid 24V-to-12V applications under 150W, the Mean Well SD-150B-12 is the default pick. It handles the 96W continuous load effortlessly, survives 150W peak surges, and includes built-in short-circuit and thermal shutdown protection.

FAQ: DC-DC Converter Sizing Edge Cases

Can I wire two 60W DC-DC converters in parallel to get 120W?

Generally, no. Unless the specific modules feature active current-sharing pins (like the 'Trim' or 'Share' pins on high-end telecom bricks), paralleling standard DC-DC converters results in one unit taking the bulk of the load due to microscopic output voltage differences. The slightly higher-voltage unit will hit its current limit and shut down, immediately shifting the full load to the second unit, which then cascades into shutdown. Buy a single 120W+ unit instead.

Does the input wire length affect the converter's output?

Yes, through voltage drop. If you run 20 feet of thin wire to the 24V input, the voltage at the converter's terminals might sag to 21V under load. While a wide-input converter (e.g., 18-36V) will still function, it must draw more current to maintain the 96W output (96W / 0.92 / 21V = 4.96A). Always measure voltage directly at the converter's input terminals under full load, not at the battery.

What is the difference between a buck converter and an LDO for this application?

An LDO (Low Dropout Regulator) burns the excess voltage as pure heat. Dropping 24V to 12V at 8A with an LDO would dissipate 96W of heat into your heatsink—requiring a massive, actively cooled thermal block. A switching buck converter transfers the energy magnetically, losing only about 8W as heat. For any current over 500mA, always use a switching DC-DC converter. For deeper topology insights, refer to the Texas Instruments non-isolated DC-DC switching regulator overview.