The Direct Answer: What Is an LDO Regulator?
An LDO (Low Dropout) regulator is a type of linear DC voltage regulator that can maintain a stable output voltage even when the input supply voltage drops extremely close to the desired output voltage. The defining specification of an LDO is its dropout voltage ($V_{DO}$)—the minimum voltage difference required between the input ($V_{IN}$) and output ($V_{OUT}$) for the regulator to maintain regulation.
While a classic linear regulator like the LM7805 requires at least 2V to 2.5V of headroom (meaning you need 7.5V in to get 5V out), a modern LDO might have a dropout voltage of just 150mV. If you need 3.3V out, an LDO with a 150mV dropout will regulate perfectly with only 3.45V on the input. This makes LDOs indispensable for battery-powered devices where the battery voltage sags as it discharges, and for noise-sensitive analog circuits where switching regulators introduce unacceptable ripple.
LDO vs. Switching Regulator: The Topology Showdown
Deciding between linear (LDO) and switching (buck converter) topologies is the first fork in the road for any power supply design. The choice hinges on your efficiency requirements, thermal budget, noise tolerance, and BOM cost.
| Criteria | LDO (Linear) | Buck Converter (Switching) |
|---|---|---|
| Efficiency | $V_{OUT} / V_{IN}$ (e.g., 3.3V/5V = 66%) | 85% - 95% (largely independent of $V_{IN}$) |
| Heat Dissipation | High: $P_D = (V_{IN} - V_{OUT}) \times I_{LOAD}$ | Low: Heat is a small fraction of total power |
| Output Noise | Ultra-low (nV/√Hz); excellent PSRR | High (mV range); switching ripple at $f_{SW}$ |
| BOM Cost & Size | Low ($0.20 - $1.50); IC + 2 ceramic caps | Higher ($1.50 - $5.00); IC, inductor, diode, caps |
| Transient Response | Fast (limited only by control loop and $C_{OUT}$) | Slower (limited by inductor slew rate and $f_{SW}$) |
When to choose which: If your load draws more than 300mA and the voltage drop ($V_{IN} - V_{OUT}$) is greater than 1.5V, the heat generated by an LDO will likely force you into a bulky, expensive package or require a heatsink. In that scenario, a buck converter wins. If you are stepping down 5V to 3.3V for a low-power microcontroller, or cleaning up the noisy output of a buck converter for an RF transceiver or 24-bit ADC, the LDO is the undisputed choice.
The Math That Matters: Dropout, Headroom, and Thermal Derating
Let's walk through a concrete design example. You are powering an ESP32-S3 module from a 5V USB supply. The ESP32 requires 3.3V and can draw peak currents of 500mA during WiFi transmission bursts.
Step 1: Verify Headroom and Dropout
Your input is 5V (nominal, but USB can sag to 4.75V). Your output is 3.3V. The available headroom is $4.75V - 3.3V = 1.45V$. You need an LDO with a guaranteed dropout voltage well below 1.45V at 500mA. A standard TI TPS7A47 has a maximum dropout of 310mV at 1A, giving you over 1V of margin. Perfect.
Step 2: Calculate Power Dissipation ($P_D$)
Assuming the worst-case USB input of 5.25V and a continuous 500mA load:
$P_D = (V_{IN} - V_{OUT}) \times I_{LOAD}$
$P_D = (5.25V - 3.3V) \times 0.5A = 0.975W$
Step 3: Thermal Derating and Package Selection
This is where many hobbyist designs fail. You must check the thermal resistance ($\theta_{JA}$) of the IC package.
If you choose a SOT-223 package, $\theta_{JA}$ is typically around 50°C/W.
Temperature Rise = $0.975W \times 50°C/W = 48.75°C$.
At a 25°C ambient room temperature, the silicon junction will sit at roughly 73.75°C. This is well below the 125°C maximum junction temperature, so a SOT-223 is safe here.
Capacitor Gotcha: Older LDOs (like the LM1117) require output capacitors with a specific Equivalent Series Resistance (ESR) to maintain control loop stability. Using modern, ultra-low ESR MLCC ceramic capacitors with these older parts will cause high-frequency oscillation. Modern LDOs (like the Microchip MCP1700 or TI TLV75533) are specifically designed to be stable with low-ESR ceramics. Always read the 'Output Capacitor Requirements' section of the datasheet.
Input Protection and Ripple/Noise Expectations
An LDO is only as clean and robust as the circuit protecting it. When designing the front end, you must account for transients and reverse polarity.
Input Range and Protection
- Reverse Polarity: If the input is a barrel jack or battery, a reversed connection will destroy a standard LDO. Use a P-channel MOSFET in series with the input (low voltage drop) or a Schottky diode (simpler, but drops ~0.3V, which eats into your headroom).
- Transient Voltage Suppression (TVS): If the LDO is connected to long cables or automotive/industrial sources, place a bidirectional TVS diode (e.g., SMAJ5.0A for a 5V line) before the LDO to clamp inductive spikes.
- Maximum Input Voltage ($V_{IN(MAX)}$): Never operate an LDO near its absolute maximum $V_{IN}$ rating. A 6V-rated LDO on a 5V USB line has only 1V of margin for transients. Choose a part with at least a 10V or 16V maximum rating for 5V inputs.
Ripple, Noise, and PSRR
Power Supply Rejection Ratio (PSRR) measures how well the LDO blocks AC ripple from the input from reaching the output, expressed in decibels (dB). According to All About Circuits, a high PSRR is critical for mixed-signal boards.
Worked Example: You are using a buck converter to step 12V down to 4.0V, but the buck has 20mV of switching ripple at 2MHz. You need to power a sensitive 24-bit ADC that requires a 3.3V rail with less than 50µV of ripple. You add an LDO post-regulator to drop 4.0V to 3.3V. If the LDO has a PSRR of 55dB at 2MHz, it attenuates the 20mV ripple by a factor of ~562. The resulting output ripple is roughly 35µV, safely below your 50µV threshold.
The Decision Path: Which Regulator Should You Actually Buy?
Stop debating topologies in the abstract. Use this decision matrix to select the exact part number for your next schematic based on your input/output delta and load requirements.
| Your Design Condition | Topology Verdict | Concrete Part Recommendation |
|---|---|---|
| $V_{IN} - V_{OUT} > 2V$ AND $I_{LOAD} > 300mA$ | Switching (Buck) LDO will overheat. |
TI TPS54308 (3A, SOT-23-6, high efficiency, requires inductor). |
| $V_{IN} - V_{OUT} < 1.5V$ AND $I_{LOAD} < 1A$ (General MCU/Logic) | Standard LDO Heat is manageable, BOM is cheap. |
Diodes Inc AP2112K-3.3 (600mA, SOT-23-5, ~$0.25, low $V_{DO}$). |
| Powering ADCs, DACs, RF, or Audio (Noise < 50µV RMS) | Ultra-Low Noise LDO Requires high PSRR and low internal noise. |
TI TPS7A47 (1A, ultra-low noise 4.4µV RMS, configurable output). |
| Battery-powered IoT sensor (Sleep current < 5µA) | Ultra-Low $I_q$ LDO Quiescent current dominates battery life. |
Microchip MCP1603 or TI TPS78233 (500nA $I_q$, 150mA max). |
The Default Recommendation
If you are building a standard 5V-to-3.3V rail for a microcontroller, sensors, and basic logic drawing under 600mA, default to the Diodes Inc AP2112K-3.3 or the Microchip MCP1700-3302E. They are cheap, widely available in SOT-23-5 packages, stable with 1µF ceramic capacitors, and have dropout voltages low enough to handle USB sag without brownouts. Reserve the premium TI TPS7A-series for your analog and RF stages, and switch to a buck converter the moment your continuous load crosses the 500mA threshold with a voltage drop greater than 2V.






