A DC/DC converter is an electronic power circuit that steps up (boost), steps down (buck), or inverts direct current voltage levels while conserving power. If your exact query is calculating the input draw for a standard 5V, 3A (15W) output from a 12V battery using a modern synchronous buck converter (like the ubiquitous TI TPS5430 or MPS MP2315), the direct answer is 1.39 Amps of input current. The formula used is Iin = (Vout × Iout) / (Vin × η). Substituting the values with a realistic 90% efficiency (η = 0.90): Iin = (5V × 3A) / (12V × 0.90) = 15W / 10.8 = 1.39A.
The core assumption that fixes this answer is the efficiency factor (η) and a steady-state DC input voltage. Unlike AC circuits, power factor (pf) and phase angle are irrelevant here because DC voltage and current are strictly in-phase (unity power factor). If you assume 100% efficiency, the answer shifts to 1.25A, but in real-world 2026 PCB designs, switching losses and inductor core losses always demand a thermal derating margin.
The Core Math: Converting Power Across DC Voltages
To properly size your input traces, fuses, and upstream battery management system (BMS), you must account for how output load variations affect input current. The table below maps a ±20% range around our nominal 3A output load, showing how input current shifts when stepping down to 5V from either a 12V nominal or 24V nominal DC source.
| Output Current (Iout) | Output Power (5V) | Input Current @ 12V (90% η) | Input Current @ 24V (92% η) |
|---|---|---|---|
| 2.4A (-20%) | 12.0W | 1.11A | 0.54A |
| 3.0A (Nominal) | 15.0W | 1.39A | 0.68A |
| 3.6A (+20%) | 18.0W | 1.67A | 0.82A |
Notice how moving to a 24V source nearly halves the input current. This is why 24V and 48V architectures dominate modern solar and RV power systems; higher DC bus voltages drastically reduce I²R copper losses in the wiring harness before the DC/DC converter does its work. For deeper component-level math, the Texas Instruments SLVA374 application note provides exhaustive formulas for inductor ripple and RMS current calculations.
How Input Voltage Shifts the Conversion (12V vs 24V vs AC-Rectified)
While DC/DC converters operate strictly on direct current, they are frequently positioned downstream of an AC/DC rectifier stage in industrial power supplies and EV chargers. If you are designing a front-end power supply, here is how the math shifts based on the AC mains feeding your DC bus:
- 120V AC Mains: After full-wave rectification and bulk capacitor filtering, the DC bus sits at roughly 170V DC. A DC/DC converter stepping this down to 48V will draw very little input current but must be rated for high-voltage MOSFET switching stresses.
- 230V AC Mains: The rectified DC bus jumps to approximately 325V DC. The input current for the same wattage drops by nearly half compared to the 120V scenario, but creepage and clearance distances on the PCB must be increased to prevent arcing.
- 3-Phase 400V AC: Rectified 3-phase power yields a DC bus of roughly 565V to 600V DC. At this level, silicon-based DC/DC converters are often replaced by Silicon Carbide (SiC) or Gallium Nitride (GaN) topologies to handle the massive voltage differentials without catastrophic switching losses.
The DC/DC conversion math itself does not care about the AC phase count; it only reacts to the rectified DC bus voltage. However, the upstream Power Factor Correction (PFC) stage must be sized according to the AC line voltage and phase configuration.
When DC/DC Conversion Math Becomes Meaningless
Theoretical unit conversion fails the moment you ignore physical component limits. The math becomes entirely meaningless under three specific conditions:
- Unknown Efficiency at Light Loads: If your load drops below 10% of the rated capacity, standard PWM buck converters suffer massive efficiency cliffs. A converter rated at 90% efficiency at 3A might drop to 40% efficiency at 0.1A. Using the 90% figure for standby current calculations will severely under-size your battery life expectations. Modern converters use Pulse Frequency Modulation (PFM) or burst-mode to mitigate this.
- Ignoring Inductor Saturation Current (Isat): You can calculate a perfect 15A input current on paper, but if your chosen power inductor saturates at 12A, its inductance collapses to near-zero. The converter will experience a massive current spike, triggering over-current protection (OCP) or destroying the high-side MOSFET. Always check the inductor datasheet for Isat, not just the thermal RMS current rating.
- Thermal Derating: A DC/DC converter module rated for 5A output at 25°C ambient might only safely deliver 3A at 60°C ambient inside a sealed enclosure. If your math ignores the thermal resistance (θJA) of your specific PCB layout and enclosure, your theoretical conversion values are useless in practice.
For practical module selection and thermal considerations, the Adafruit Guide to DC/DC Converters offers excellent bench-tested insights into real-world module behavior versus datasheet claims.
Frequently Asked Questions
What is a DC/DC converter vs an AC/DC power supply?
An AC/DC power supply takes alternating current from the wall (like 120V or 230V AC), rectifies it, and steps it down to a DC voltage (like 12V or 19V). A DC/DC converter takes an existing DC voltage and changes it to a different DC voltage. For example, your laptop's power brick is an AC/DC supply, but the internal circuitry on the laptop's motherboard that steps that 19V down to 1.2V for the CPU is a DC/DC converter.
What is an isolated DC/DC converter and when do I need one?
In a standard (non-isolated) buck or boost converter, the input and output share a common ground. An isolated DC/DC converter uses a high-frequency transformer to physically separate the input and output circuits, providing galvanic isolation. You need isolation when safety standards require it (like in medical devices or AC-mains-connected equipment), when you need to break a ground loop to eliminate audio sensor noise, or when generating negative voltage rails from a positive source.
How does a DC/DC converter differ from a linear voltage regulator (LDO)?
A linear regulator (like the classic LM7805) acts as a smart, variable resistor. It drops excess voltage by burning it off as heat. Stepping 12V down to 5V at 1A with an LDO wastes 7 Watts of heat (efficiency ≈ 41%). A DC/DC switching converter uses an inductor and a rapidly switching MOSFET to transfer energy in discrete packets, achieving 85% to 95% efficiency. Use LDOs only for ultra-low noise analog circuits or when the voltage drop and current are tiny; use DC/DC converters for almost everything else.






