If you are converting 24V DC to 12V DC using a standard step-down (buck) dc to dc voltage converter to supply a 5A load, your input current will be approximately 2.63A, assuming a 95% efficiency rating. The formula used to find this is: Iin = (Vout × Iout) / (Vin × η). Substituting our values: Iin = (12V × 5A) / (24V × 0.95) = 60W / 22.8V = 2.63A. Unlike AC-DC power supplies, a pure DC-DC converter operates at a Power Factor (PF) of exactly 1.0. Concepts like 120V vs 230V mains or 3-phase power are entirely meaningless in this specific DC-DC context; the math relies strictly on input voltage, output voltage, and switching efficiency.

What assumption fixes the answer? In pure DC-DC math, the fixed assumptions are that Power Factor (PF) is exactly 1.0 and the phase angle is zero (since it is direct current). The only variable assumption you must lock in to get an accurate real-world number is the converter's efficiency (η) at your specific load percentage, which is rarely a flat 100%.

Input Current Draw Across Neighboring Voltages (±20% Range)

Nominal voltages rarely stay nominal in the real world. A "24V" lead-acid battery bank might sag to 21.6V under heavy load or spike to 28.8V during an absorption charge cycle. Because a dc to dc voltage converter must maintain a stable output, the input current draw shifts inversely with the input voltage to maintain power equilibrium.

The table below maps the input current required to sustain a strict 12V output at 5A (60W) across a ±20% input voltage range, factoring in realistic efficiency curves (efficiency typically dips slightly at extreme high or low input voltages).

Input Voltage (Vin) Output Power (Pout) Assumed Efficiency (η) Input Current (Iin)
19.2V (-20%) 60W 93% 3.35A
21.6V (-10%) 60W 94% 2.96A
24.0V (Nominal) 60W 95% 2.63A
26.4V (+10%) 60W 95% 2.39A
28.8V (+20%) 60W 94% 2.23A

Bench Tip: Always size your input wiring and fuses based on the lowest expected input voltage (highest current draw), not the nominal voltage. In the table above, sizing a fuse for 2.63A will result in a blown fuse when the battery sags to 19.2V.

Topology and IC Specification Reference

Not all converters step voltage down. Depending on your source and load, you may need to step up (boost), invert, or isolate. Below is a data-dense comparison of standard DC-DC topologies and modern, actively manufactured integrated circuits (ICs) that execute them.

Topology Common IC (Active) Max Output / Switch Current Typical Peak Efficiency Best Use Case
Buck (Step-Down) TI LMR33630 3.0A Output 92% - 94% 24V truck battery to 5V USB logic
Boost (Step-Up) TI TPS61088 10A Switch Limit 94% - 96% 3.7V Li-ion cell to 12V LED strip
Buck-Boost TI TPS63020 2.0A Output 90% - 91% Maintaining 5V as battery drains from 5.5V to 3.0V
Isolated (Flyback) TI UCC28740 Controller (External MOSFET) 87% - 89% 48V PoE to 12V isolated medical/industrial

For deeper design parameters and thermal derating curves on these specific topologies, refer to the Texas Instruments DC-DC Switching Regulators overview. Note that isolated topologies (like Flyback) sacrifice roughly 4-6% in efficiency compared to non-isolated buck converters due to transformer core losses and leakage inductance.

When DC-DC Conversion Math Becomes Meaningless

The formula Iin = Pout / (Vin × η) is reliable, but it breaks down and becomes meaningless under three specific real-world conditions:

  1. Unknown Efficiency at Light Loads: Converter efficiency is not a static number; it is a curve that peaks around 50-75% load. If your 5A converter is only supplying a 10mA microcontroller in sleep mode, the quiescent current (Iq) of the IC itself dominates the math. The standard power-transfer formula will under-calculate your input current draw, leading to unexpected battery drain in off-grid solar systems.
  2. Dropout Voltage Violations: If you attempt to step down 12V to 11.5V using a buck IC that requires a minimum 1.5V dropout (headroom), the converter will simply pass the input voltage through minus the resistive drops of the internal MOSFETs. The switching math becomes meaningless because the IC is no longer regulating.
  3. Thermal Derating and Brownouts: As the silicon junction temperature approaches 125°C, internal resistance increases and switching losses compound. If your heatsink is undersized, the efficiency (η) drops dynamically as the board heats up. All About Circuits notes that failing to measure efficiency at the target operating temperature can result in input current calculations that are off by 15% or more.

Frequently Asked Questions

How does the calculation shift if my input is 120V AC, 230V AC, or 3-phase?

It doesn't, because a pure dc to dc voltage converter requires a DC input. If you are starting with 120V/230V AC mains or 3-phase industrial power, you are dealing with an AC-DC rectification problem, not DC-DC. In AC-DC systems, the Power Factor (PF) shifts the input current dramatically. The AC formula becomes Iin = Pout / (Vin × PF × η). A 3-phase system further divides the current across three legs, fundamentally changing the wiring and breaker sizing requirements.

Can I use a linear regulator (LDO) instead of a switching DC-DC converter?

You can, but the math changes entirely. Linear regulators do not convert power efficiently; they burn the voltage difference as heat. If you use an LDO to drop 24V to 12V at 5A, the input current is exactly 5A (plus a tiny ground pin current), and the regulator must dissipate 60W of heat ( (24V - 12V) × 5A ). Switching DC-DC converters are mandatory for high-current or high-differential voltage applications to prevent thermal destruction.

What happens to the input current if the output is short-circuited?

In a properly designed switching converter with hiccup-mode or constant-current short-circuit protection, the input current will actually drop or pulse at a very low average value while the output voltage collapses to near zero. The standard conversion formula assumes a regulated output state and is completely meaningless during a dead short.