A DC-DC converter transforms direct current voltage and current levels while conserving power (minus efficiency losses). If you are asking what does a dc dc converter do in pure mathematical terms: it acts as a real-world unit converter for electrical power, translating an input voltage/current pair into a proportional output pair based on a fixed efficiency ratio. For a standard 12V input to 5V output buck converter (like the widely used TI TPS54331) operating at 85% efficiency with a 2A input (24W), the direct converted output is 5V at 4.08A (20.4W).
The governing formula for this conversion is:
Pout = Pin × η
Vout × Iout = (Vin × Iin) × η
Substituting our real-world values:
5V × Iout = (12V × 2A) × 0.85
Iout = 20.4W / 5V = 4.08A
The Core Conversion Math and Neighboring Values
In practice, your input current will fluctuate based on the load attached to the output. Because a switching regulator draws more input current as output demand increases, we can map the ±20% range around our 2A baseline to see how the converter behaves under varying loads. This assumes the converter remains in Continuous Conduction Mode (CCM) and the 85% efficiency holds steady.
| Input Current (A) | Input Power (W) | Output Power @ 85% (W) | Output Current @ 5V (A) |
|---|---|---|---|
| 1.60 | 19.20 | 16.32 | 3.26 |
| 1.80 | 21.60 | 18.36 | 3.67 |
| 2.00 | 24.00 | 20.40 | 4.08 |
| 2.20 | 26.40 | 22.44 | 4.49 |
| 2.40 | 28.80 | 24.48 | 4.90 |
Topology Data Sheet: Buck, Boost, and Buck-Boost
The conversion math above assumes a step-down (buck) topology. However, treating a single topology as universal is a critical design error. How the converter manipulates the energy transfer dictates the component stress and the resulting output. Below is a data-dense comparison of common topologies using modern, widely available ICs.
| Topology | Function | Example IC | Vin Range | Max Iout | Peak Eff. |
|---|---|---|---|---|---|
| Buck | Step-Down | TI TPS54331 | 3.5V–28V | 3A | 92% |
| Boost | Step-Up | MT3608 | 2V–24V | 2A (Switch) | 93% |
| Buck-Boost | Inverting / Tracking | LTC3105 | 2.7V–5.5V | 400mA | 88% |
| SEPIC | Non-Inv. Step Up/Down | LM3488 | 2.9V–40V | Controller | 90% |
How the answer shifts for different topologies: In a boost converter (e.g., stepping 3.7V Li-ion up to 12V), the input current is always significantly higher than the output current. If you need 12V at 1A (12W) from a 3.7V source at 85% efficiency, the input current spikes to 12W / (3.7V × 0.85) = 3.81A. The math flips: voltage drops, current multiplies in a buck; voltage multiplies, current drops in a boost.
What Assumptions Fix Your Output (And When Math Fails)
Theoretical conversion math relies on three rigid assumptions: a fixed efficiency (η), operation in Continuous Conduction Mode (CCM), and adequate thermal headroom. In reality, efficiency is a curve, not a flat number. A modern synchronous buck converter might hit 94% efficiency at 50% load, but drop to 75% at very light loads due to switching losses dominating. Always consult the manufacturer datasheet efficiency curve for your specific load point.
How the answer shifts for 120V vs 230V vs 3-phase: A DC-DC converter only processes the DC bus voltage; it is blind to the AC mains. However, in a complete power supply, the upstream AC-DC rectifier dictates the DC bus characteristics. A 120V AC line yields ~170V DC, while 230V AC yields ~340V DC. 3-phase rectification yields a much smoother DC bus with significantly less ripple. This allows the downstream DC-DC converter to use smaller input capacitors and operate with higher effective reliability due to lower RMS ripple currents heating the silicon. The DC-DC conversion math itself remains identical, but the thermal and component stress assumptions shift dramatically based on the AC input phase and voltage.
When the conversion is meaningless: In AC circuits, calculating real power without knowing the Power Factor (PF) is meaningless. In DC-DC conversion, the math becomes equally meaningless if you exceed the controller's maximum duty cycle. For example, trying to buck 5V down to 4.8V on a chip limited to a 90% maximum duty cycle will fail; the output will droop below 4.5V regardless of your input power. Similarly, if the silicon hits its thermal shutdown threshold (typically 150°C–165°C junction temperature), the theoretical Pout drops to zero. For a deeper dive into how topologies handle these limits, review the Analog Devices Topology Guide.
Frequently Asked Conversion Questions
Does a DC-DC converter change AC to DC?
No. That is the job of an AC-DC rectifier or power supply. A DC-DC converter strictly takes an existing DC voltage and steps it up, steps it down, or inverts its polarity.
Why is my 5V boost converter only outputting 4.2V under load?
You are likely exceeding the IC's internal switch current limit. In a boost topology, the inductor and internal MOSFET must handle the peak input current, which is much higher than the output current. If the MT3608 hits its 2A switch limit, it will drop out of regulation, and the output voltage will sag.
Can I use a linear regulator (LDO) instead of a DC-DC switching converter?
Only if the voltage drop and current are very small. An LDO burns the excess power as heat. Stepping 12V down to 5V at 1A with an LDO wastes 7W as heat ((12V - 5V) × 1A), requiring a massive heatsink. A DC-DC buck converter wastes only about 1.5W in the same scenario, making it the mandatory choice for high-current or large-differential applications.






