Dropout voltage is the minimum voltage gap a linear regulator needs between its input and output pins to keep the output steady at its target level. When you step down DC voltage using a linear regulator or a Low Dropout (LDO) regulator, the component acts as a smart, variable resistor. It burns off excess voltage as heat to maintain a clean, regulated output. However, the internal pass transistor requires a minimum amount of "headroom" to stay in its active regulation region. If the input voltage sags too close to the target output voltage, the regulator runs out of headroom, drops out of regulation, and the output begins to track the input minus a small saturation loss.
Think of a linear regulator as a pressure-reducing water valve. If your municipal water main (input) doesn't maintain a minimum pressure difference above your desired household pressure (output), the valve can't regulate the flow, and your taps will sputter and lose pressure.
The Math Behind the Gap: A Worked ESP32 Example
To determine if a regulator will work for your power supply, you must calculate the minimum required input voltage using this formula:
Vin(min) = Vout + Vdropout
Let's look at a real-world scenario: powering an ESP32-WROOM-32 microcontroller from a single-cell (1S) Lithium-Polymer (LiPo) battery. The ESP32 requires a strict 3.3V supply and can pull peak currents of 500mA during WiFi transmission bursts. A standard 1S LiPo battery outputs 4.2V when fully charged and sags down to roughly 3.2V at the end of its discharge cycle.
If you choose the ubiquitous AMS1117-3.3 (often marketed as an LDO, but actually a standard linear regulator in this context), its datasheet specifies a maximum dropout voltage of 1.1V at 800mA.
- Minimum Input Required: 3.3V + 1.1V = 4.4V.
- The Result: Your LiPo battery maxes out at 4.2V. The AMS1117 will never have enough headroom. Your ESP32 will experience immediate brownouts and fail to boot.
Now, swap the AMS1117 for a true ultra-low dropout regulator like the AP2112K-3.3. This part is specifically engineered with a low RDS(on) PMOS pass transistor, yielding a typical dropout voltage of just 0.25V at 600mA.
- Minimum Input Required: 3.3V + 0.25V = 3.55V.
- The Result: The ESP32 will run perfectly from 4.2V all the way down to 3.55V. This allows you to utilize roughly 80% of the LiPo's usable capacity before the regulator drops out and the microcontroller resets.
Dropout voltage is the minimum gap, but linear regulators will happily drop much more voltage if you supply it, dissipating the difference as heat. Power dissipation is calculated as Pd = (Vin - Vout) × Iload. If you feed 12V into an AP2112K-3.3 to draw 500mA, the regulator must burn off (12V - 3.3V) × 0.5A = 4.35 Watts. A standard SOT-23-5 package will overheat and trigger thermal shutdown in seconds. Always pair high input-to-output differentials with switching buck converters, not linear regulators.
Where You Meet Dropout Voltage in Practice
Understanding what dropout voltage changes in a real circuit dictates your component selection, battery life, and overall system reliability. You will encounter this specification primarily in three scenarios:
1. Battery-Powered IoT and Wearables
As demonstrated in the ESP32 example, battery voltage is not static; it droops under load and declines as the state of charge (SoC) depletes. If your regulator's dropout voltage is too high, you artificially truncate your battery life. The device dies while the battery still holds 30% of its chemical energy, simply because the regulator starved for headroom.
2. Automotive 12V Systems and Cold Cranking
In automotive electronics, a nominal 12V lead-acid battery can experience severe voltage sags. During engine cranking (especially in cold weather), the system voltage can dip below 8V for several hundred milliseconds. If you are using a linear regulator to step 12V down to 5V for an ECU sensor, and that regulator has a 2V dropout (requiring 7V input), the 5V rail will collapse every time the starter motor engages. Designers must select regulators with low enough dropout to ride through the crank, or add hold-up capacitors on the output rail.
3. Solar and Energy Harvesting Systems
Small solar panels output highly variable voltage depending on irradiance and temperature. When a cloud passes or a load switches on, the panel voltage can sag. A regulator with a high dropout voltage will drop out of regulation, causing the downstream maximum power point tracking (MPPT) or microcontroller to reset, creating a boot-loop that prevents the system from ever recovering.
Common Confusions: What Dropout Voltage is NOT
When reading datasheets from manufacturers like Texas Instruments or Microchip, engineers frequently mix up dropout voltage with other power management metrics.
Confusion 1: Dropout Voltage vs. Quiescent Current (Iq)
Quiescent current is the tiny amount of current (often microamps) the regulator consumes to power its own internal error amplifiers and reference circuits when no load is attached. Dropout voltage is a voltage differential threshold, not a current draw. A regulator can have an incredibly low Iq but a terrible dropout voltage, and vice versa.
Confusion 2: Linear Dropout vs. Switching Regulator "Dropout"
Switching buck converters do not have a traditional dropout voltage. Because they use inductors and high-frequency switching rather than a linear pass transistor, they can theoretically regulate output all the way up to 100% duty cycle. However, due to minimum off-times required to recharge the bootstrap capacitor or reset the current sense comparator, buck converters have a maximum duty cycle limit (e.g., 95%). Manufacturers sometimes market the resulting input-to-output limit as "dropout voltage," but it is physically a switching artifact, not a linear saturation limit.
Confusion 3: Dropout Voltage vs. Absolute Maximum Input Voltage
Dropout defines the floor of your input voltage relative to the output. The Absolute Maximum Input Voltage defines the ceiling before the silicon suffers catastrophic dielectric breakdown. Never confuse the two when sizing your input capacitors and TVS diodes.
FAQ: Long-Tail Dropout Voltage Questions
Does dropout voltage apply to switching buck regulators?
Not in the traditional sense. Linear regulators and LDOs rely on a pass transistor operating in its linear (active) region, which inherently requires a VCE(sat) or VDS(on) voltage gap. Switching buck regulators transfer energy via inductors and can operate at near 100% duty cycles. While a buck converter will eventually fail to regulate if Vin drops too close to Vout due to internal switch resistance (RDS(on)) and inductor DCR, this is usually specified as "maximum duty cycle" or "minimum input voltage for regulation" rather than a true dropout voltage.
What happens to the output when input falls below the dropout threshold?
The regulator enters "dropout mode." The internal pass transistor turns on fully (acts like a closed switch or a low-value resistor). The output voltage is no longer regulated; it simply becomes Vin minus the voltage dropped across the internal resistance of the transistor and bond wires. If your input sags to 3.4V and your LDO has a 0.2V dropout, your "3.3V" output will droop to roughly 3.2V. Any downstream analog sensors or digital logic relying on a strict 3.3V threshold will begin to malfunction or trigger brownout detection (BOD) resets.
How does load current and temperature change the dropout voltage?
Dropout voltage is not a static number; it scales with load current and temperature. According to standard linear regulator design principles, the pass transistor's on-resistance increases as the silicon junction temperature rises. Furthermore, Ohm's law dictates that a higher load current pushing through that resistance creates a larger voltage drop. A datasheet might list a typical dropout of 0.2V at 25°C and 100mA, but the maximum guaranteed dropout at 125°C and full rated current might be 0.6V. Always design your minimum Vin using the maximum dropout value at your expected peak load and highest ambient temperature.
How do I calculate the heat generated by the dropout gap?
The heat generated is strictly a function of the voltage difference and the load current, calculated as Pdissipated = (Vin - Vout) × Iload. Note that this uses the actual voltage difference, not the datasheet's minimum dropout specification. If your LDO has a 0.2V dropout rating, but you feed it 9V to get 3.3V at 500mA, it is dissipating (9V - 3.3V) × 0.5A = 2.85W of heat. To find the temperature rise, multiply this power by the regulator's junction-to-ambient thermal resistance (θJA), found in the datasheet. If θJA is 50°C/W, the silicon junction will rise 142.5°C above ambient, likely triggering thermal shutdown.






