The Direct Conversion: 24V to 5V at 3A
To power a 5V, 3A load (15W output) from a 24V DC source using a low voltage DC-DC converter with a typical 90% efficiency, your required input current is 0.69A. You must size your upstream 24V wiring, traces, and fuse for at least 1.0A to account for transient inrush current and a standard 25% safety margin.
Substituted Values: \( I_{in} = \frac{5V \times 3A}{24V \times 0.90} = \frac{15W}{21.6} = 0.694A \)
This calculation assumes a continuous resistive load. If your 5V load is a microcontroller or motor with high transient spikes, the instantaneous input current will scale proportionally, demanding a low-ESR input capacitor bank (typically 47µF to 100µF ceramic) placed within 5mm of the converter's VIN pin to prevent localized voltage brownouts.
The ±20% Load Variance Table
Loads rarely sit at exactly their nominal maximum. Below is a reference table showing how input current shifts across a ±20% variance in output current (2.4A to 3.6A) for a 5V output rail, across three common low-voltage DC bus architectures. This assumes a flat 90% efficiency for baseline comparison.
| Output Current (5V Rail) | Output Power | Input Current @ 12V DC | Input Current @ 24V DC | Input Current @ 48V DC |
|---|---|---|---|---|
| 2.4A (-20%) | 12.0W | 1.11A | 0.55A | 0.28A |
| 2.7A (-10%) | 13.5W | 1.25A | 0.62A | 0.31A |
| 3.0A (Nominal) | 15.0W | 1.39A | 0.69A | 0.35A |
| 3.3A (+10%) | 16.5W | 1.53A | 0.76A | 0.38A |
| 3.6A (+20%) | 18.0W | 1.67A | 0.83A | 0.42A |
What Fixes the Answer (and When It Shifts)
The single assumption that fixes this answer is converter efficiency (\(\eta\)) at your specific load point. A low voltage DC-DC converter does not operate at a flat 90% efficiency. Switching regulators (like the Texas Instruments TPS5430 or LM2596) typically peak in efficiency between 50% and 75% of their rated load. At very light loads (e.g., 0.1A), quiescent current and switching losses drag efficiency down to 70% or lower, meaning your input current will be higher than the pure math suggests.
How the Answer Shifts for AC Mains (120V vs 230V vs 3-Phase)
Strictly speaking, power factor and AC mains voltages do not apply to the DC-DC conversion stage itself—DC has a power factor of 1.0. However, if your 24V DC source is fed by an upstream AC-DC DIN rail power supply (such as a Mean Well NDR-120-24), the AC input current shifts drastically based on the mains voltage:
- 120V AC (US Standard): Drawing 15W from the DC-DC stage requires ~17W from the AC-DC supply (accounting for its 88% efficiency). At 120V AC, this draws ~0.14A RMS.
- 230V AC (EU/UK Standard): The same 17W load draws only ~0.07A RMS, allowing for much smaller upstream AC wiring and fusing.
- 400V 3-Phase (Industrial): If utilizing a 3-phase AC-DC supply, the per-phase current drops to roughly ~0.025A, heavily reducing I²R losses on the facility wiring.
When the Conversion is Meaningless
This input current conversion becomes entirely meaningless under two conditions:
- Unknown Power Factor on the AC Side: If you are trying to calculate the AC mains draw of a cheap, non-PFC (Power Factor Correction) switch-mode supply, the PF can be as low as 0.5. Calculating AC current using pure Watts (W = V × A) is meaningless here; you must use Volt-Amps (VA) or measure with a True-RMS clamp meter.
- Thermal Derating: If your ambient enclosure temperature exceeds 60°C, most commercial off-the-shelf low voltage DC-DC converters enter thermal derating. A module rated for 3A at 25°C might only safely output 1.5A at 80°C before its internal thermal shutdown triggers. Calculating input current for a 3A load in this environment is a theoretical exercise; the hardware will physically limit the output to protect itself.
Decision Tree: Picking Your LV DC-DC Converter
Use this decision matrix to terminate your design process with a specific, proven module rather than guessing based on generic marketplace listings.
| Design Constraint | If True... | Concrete Part Pick |
|---|---|---|
| Output current is < 1.5A, and PCB space is极度 constrained (need TO-220 footprint). | Use a non-isolated switching regulator that mimics a linear 7805 pinout. | Murata OKI-78SR-5/1.5-W36-C (Accepts up to 36V in, 5V/1.5A out, no heatsink required). |
| Output current is 1A to 3A, input is up to 28V, and you need high reliability without designing a custom PCB. | Use a potted, through-hole SIP switching module. | RECOM R-78E5.0-1.0 (1A) or R-78B5.0-2.0 (2A). See the RECOM knowledge base for thermal curves. |
| Output current is > 3A, or you are designing a high-volume custom PCB and need to minimize BOM cost. | Design a synchronous buck converter circuit using an integrated FET IC. | Texas Instruments TPS54331 or LM2596 (Requires external Schottky diode, inductor, and careful PCB layout for the switching node). |
| You require galvanic isolation between input and output (e.g., medical or noisy industrial sensor loops). | A standard buck converter will not work; you must use an isolated flyback or forward topology. | RECOM REM3.5E series or Mornsun B0505XT-2WR3 (Isolated 5V to 5V DC-DC modules). |
FAQ: Edge Cases in DC-DC Power Conversion
Why does my multimeter read higher input current than the formula calculates?
If you are measuring the input current of a switching low voltage DC-DC converter with a standard digital multimeter (DMM), you are likely measuring a high-frequency PWM square wave with DC bias. Cheap DMMs cannot accurately calculate the RMS value of this chopped waveform, leading to artificially high readings. To get an accurate reading, place a 10Ω power resistor in series with the input, measure the DC voltage drop across it with an oscilloscope, or use a True-RMS meter with a low-pass filter enabled.
Do I need to size my input fuse based on the calculated continuous input current?
No. DC-DC converters draw a massive inrush current when first energized as their input capacitors charge from zero volts. This spike can be 10x to 50x the steady-state calculated current for a few milliseconds. If you place a standard fast-acting glass fuse sized exactly to your 0.69A calculation, it will blow immediately upon switch-on. Use a slow-blow (time-delay) fuse rated for 1.5x to 2x the steady-state input current (e.g., a 1.5A slow-blow fuse for a 0.69A continuous draw), or implement an active soft-start circuit using a MOSFET and an RC gate network.
How does input voltage ripple affect the conversion math?
The formula \( I_{in} = \frac{P_{out}}{V_{in} \times \eta} \) uses the nominal DC input voltage. However, the physical wiring inductance and ESR of the source create voltage ripple. If your 24V source sags to 20V during peak load transients, the input current must increase proportionally to maintain the 15W output (\( 15W / (20V \times 0.90) = 0.83A \)). Always calculate your worst-case wire gauge and fuse sizing using the minimum expected input voltage, not the nominal voltage.






