The Repair LibraryRead · Learn · Master

Linear Regulators — Theory and Behavior

How a linear regulator holds a rail steady with a pass transistor and feedback, why it burns the excess voltage as heat, and how dropout, efficiency, and stability shape where it's used.

IntermediateLow Risk28 min read

What You Will Learn

  • You will learn how a linear regulator holds its output steady — a pass transistor controlled by an error amplifier comparing the output to a voltage reference.
  • You will learn why a linear regulator dissipates the excess voltage as heat, and how to compute its power dissipation and efficiency.
  • You will learn dropout voltage and the low-dropout (LDO) regulator, and the common fixed and adjustable types.
  • You will learn the trade-offs of linear regulators and how to diagnose overheating, dropout, and instability faults.

What You Will Be Able To Do

  • You will be able to explain the pass-transistor and feedback mechanism of a linear regulator.
  • You will be able to compute a linear regulator's power dissipation as (Vin − Vout) × I and its efficiency as Vout ÷ Vin.
  • You will be able to explain dropout voltage, the LDO, and the difference between fixed and adjustable regulators.
  • You will be able to diagnose overheating, dropout, wrong-output, and oscillation faults in a linear regulator.

Required Tools

No physical tools required. This is a conceptual section.

Section Overview

Section 7.1 ended the power chain with a regulator that "holds the output steady." This section opens that box for the linear regulator — the simplest, quietest, and most common type. A linear regulator works by placing a pass transistor in series with the load and continuously adjusting how much it conducts, under the control of a feedback loop that compares the output to an internal reference. The catch is in how it holds the voltage: it burns off the difference between input and output as heat, so its power dissipation is (Vin − Vout) × I and its efficiency is roughly Vout ÷ Vin — which is why a linear regulator runs hot and often needs a heatsink. This section covers the mechanism, that heat-and-efficiency reality, dropout voltage and the low-dropout regulator (LDO), the common fixed and adjustable parts, and how linear regulators fail. It sets up the switching regulator of Section 7.3, which trades simplicity for efficiency.

Why This Matters

Linear regulators are everywhere — nearly every board has one or more providing a clean, quiet rail for sensitive analog, RF, or logic circuits. Understanding them lets you predict two things that matter constantly in repair: how hot a regulator will run (from the input-output gap and the load current) and whether it can regulate at all (from the dropout voltage). A regulator that overheats and shuts down, or one whose output collapses because its input sagged too close to its output, is a common and confusing fault until you know the mechanism. Knowing the heat math tells you whether a hot regulator is faulty or simply under-heatsinked; knowing dropout tells you whether a low output is the regulator's fault or a starved input. And because linear regulators are the low-noise choice, understanding their trade-off against switching regulators is central to knowing which belongs where — the theme carried into Section 7.3.

Required Prerequisites

No consumables required. A few 7805 regulators and an LM317 make ideal, cheap, reusable practice parts, but nothing is used up.

  • Optional: a 7805 (fixed 5 V) and an LM317 (adjustable) regulator, a breadboard, input/output capacitors, a variable DC source, and a load (a power resistor or an electronic load)
  • A multimeter for input/output voltages, and a way to feel or measure temperature (a hot regulator is a real signal)
  • No special hardware is required; the mechanism and the heat/efficiency math stand on reasoning

Real-World Applications

Linear regulators quietly power a large share of electronics. A 7805 or an LDO provides the clean logic or analog rail on countless boards; sensitive circuits — audio preamps, sensor front-ends, RF stages, precision references — often prefer a linear regulator specifically because it adds very little switching noise. LDOs power the low-voltage rails inside phones and gadgets where the input-output gap is small enough to keep them efficient. On the repair bench, linear regulators are a frequent suspect: they run hot by nature, so an overheating or thermally-shutting-down regulator, a rail that reads low because its regulator is in dropout, or a regulator oscillating from a missing output capacitor are all common, recognizable faults. Understanding the linear regulator's behavior turns each of these from a mystery into a quick, targeted check.

Common Challenges

  • Forgetting the heat is inherent. A linear regulator must dissipate (Vin − Vout) × I; a hot regulator is often working exactly as designed, not failing. The question is whether it has enough heatsinking for that power.
  • Missing the dropout limit. A regulator needs its input to stay a minimum amount above its output; let the input sag too close and the output falls, which looks like a regulator fault but is really a starved input.
  • Skipping the stability capacitors. Linear regulators — especially LDOs — need appropriate input and output capacitors to stay stable; leave them off or use the wrong type and the regulator can oscillate.

Safety Notes

Risk Level: Low. The regulator itself runs at low voltage and is safe to probe. Two practical notes.

Professional Tips Before Starting

  • Compute the dissipation before you suspect a fault. (Vin − Vout) × I tells you how many watts the regulator must shed; compare that to its heatsinking to decide whether "hot" is normal or a real problem. A 7 W dissipation with no heatsink should overheat.
  • Check the input-output gap against dropout. If the output is low, measure the input: if it's less than the dropout voltage above the target output, the regulator is starved, not broken.
  • Confirm the stability capacitors are present and correct. Before chasing an oscillating or noisy regulator, verify its input and output capacitors match what the part needs — especially for an LDO, which is picky about its output capacitor.

How a Linear Regulator Works

The Pass Transistor and Feedback Loop

A linear regulator holds its output constant using three parts working as a feedback loop. A pass transistor sits in series between the input and the output, acting as a smoothly variable resistance that all the load current flows through. A stable internal voltage reference provides a known target. And an error amplifier continuously compares a sample of the output voltage against that reference: if the output is a little low, the amplifier turns the pass transistor on harder (dropping less across it); if the output is a little high, it turns it down. This is a negative-feedback loop exactly in the spirit of Section 5.3 — the regulator constantly adjusts the pass transistor to null out any difference between the output and the reference, holding the output steady despite changes in input voltage or load current. The pass transistor is the muscle; the error amplifier and reference are the brain telling it how much to conduct.

The Heat-and-Efficiency Reality

Here is the linear regulator's defining trait: it regulates by dropping the excess voltage across the pass transistor, and that dropped voltage, carrying the full load current, becomes heat. The power the regulator must dissipate is:

P = (Vin − Vout) × I_load

Feed a 5 V regulator from 12 V at 1 A of load, and it dissipates (12 − 5) × 1 = 7 watts — as heat, in the pass transistor. That's why linear regulators run hot and often bolt to a heatsink. The flip side is efficiency: the useful power reaches the load at Vout while the input delivers it at Vin, so

efficiency ≈ Vout ÷ Vin

At 5 V out from 12 V in, that's 5 ÷ 12 ≈ 42% — well over half the energy wasted as heat. Shrink the gap and it improves sharply: 5 V from 6 V is 5 ÷ 6 ≈ 83%. The lesson is that a linear regulator is efficient only when the input-output gap is small; a big gap means a lot of heat and low efficiency, which is the core reason to reach for a switching regulator (Section 7.3) when the gap or the current is large.

Dropout Voltage and the LDO

The gap can't shrink to zero, though. Every linear regulator needs its input to stay a minimum amount above its output to keep regulating — the dropout voltage. Drop the input below (Vout + dropout) and the regulator "drops out": the output stops holding and simply follows the input down. A classic 7805 might need around 2 V of headroom, so it needs roughly 7 V in to give a regulated 5 V. A low-dropout regulator (LDO) is a linear regulator designed to need only a small dropout — often a few tenths of a volt — so it can regulate with the input only slightly above the output. LDOs are essential where headroom is scarce (running a 3.3 V rail from a 3.6 V battery, say) and they keep efficiency up by minimizing the gap, but they are pickier about their output capacitor for stability.

Fixed and Adjustable Types

Linear regulators come in two flavors. Fixed regulators output one preset voltage: the ubiquitous 7805 gives a fixed 5 V, and the 78xx family covers common voltages (7809 for 9 V, 7812 for 12 V, and so on), with a matching 79xx family for negative rails. Adjustable regulators let you set the output with two external resistors: the classic LM317 is set by a resistor divider that programs its output over a wide range. Fixed parts are simplest for a standard rail; adjustable parts give flexibility for a non-standard voltage. Both share the same pass-transistor-and-feedback core and the same heat behavior. A regulator is also rated by its quiescent current — the small current it uses just to operate itself, which matters in battery-powered and low-power designs where that idle draw adds up.

Stability and the Right Capacitors

A linear regulator is a feedback loop, and like any feedback loop it can become unstable and oscillate if its loop conditions are wrong. In practice this means it needs appropriate input and output capacitors placed close to the part: the input capacitor steadies the feed, and the output capacitor is part of what keeps the control loop stable. Standard 78xx parts are fairly tolerant, but LDOs are notably fussy — many require a specific output capacitor value and even a specific ESR range, and using the wrong one (or none) can make the regulator oscillate, producing a noisy or unstable rail. Getting the capacitors right is part of using a linear regulator correctly, and a missing or wrong output capacitor is a real-world cause of instability.

Common Mistakes

  • Treating normal heat as a fault. A regulator dissipating several watts is supposed to be hot; check the dissipation math and heatsinking before condemning it.
  • Ignoring dropout. A low output with an input too close to the target is dropout — a starved input — not a failed regulator.
  • Omitting or mismatching the output capacitor. LDOs especially need the right output capacitor; the wrong one causes oscillation and a noisy rail.
  • Using a linear regulator across a big gap at high current. That means a lot of wasted heat; a switching regulator (Section 7.3) is the right tool when the gap or current is large.

Troubleshooting Guidance

Diagnose a linear regulator by measuring its input, output, load current, and temperature, and comparing them to what the mechanism predicts. For a regulator that is overheating or shutting down intermittently (many have thermal shutdown that cuts the output when the die gets too hot, then recovers as it cools — giving an on-off "motorboating" of the rail), compute (Vin − Vout) × I: if that power is more than the part and its heatsink can shed, the regulator is overheating by design and needs a bigger heatsink, a smaller input-output gap, or a switching regulator — not simply replacement. For a low or collapsing output, check the input: if it is less than the dropout voltage above the target, the regulator is in dropout because its input sagged (a weak upstream supply, a tired smoothing capacitor from Section 7.1, or too much load) — fix the input, not the regulator. For no output or a wrong voltage, suspect a genuinely failed regulator, but first confirm the input is present and the ground and adjust/feedback connections are intact (on an adjustable part, a wrong or open set-resistor gives a wrong output). For a noisy, unstable, or oscillating rail, check the input and output capacitors: missing, wrong-value, or wrong-ESR capacitors — especially on an LDO — are a classic cause of oscillation. Throughout, remember the regulator can be hot enough to burn and its tab may be at a pin potential, and the upstream supply may be mains-derived (Section 7.1). Because the linear regulator's behavior is so predictable from a few measurements, most of its faults resolve quickly once you compare reality to the (Vin − Vout) × I and dropout expectations.

Verification & Testing Methods

Check your understanding before moving on:

  • [ ] Explain the pass-transistor, error-amplifier, and reference feedback loop that holds the output steady.
  • [ ] Compute the power dissipation (Vin − Vout) × I and efficiency Vout ÷ Vin for a given regulator.
  • [ ] Explain dropout voltage and what an LDO changes, and name a fixed and an adjustable regulator.
  • [ ] Describe the overheating, dropout, and oscillation faults and what causes each.

Then try the practice exercises below — mechanism and heat/efficiency reasoning, no live mains work required.

Practice Exercises

  1. Dissipation and efficiency (10 minutes, pen and paper). A 5 V linear regulator supplies 0.5 A. Compute the power it dissipates and its approximate efficiency when the input is (a) 10 V and (b) 6 V. Which case runs cooler, and why?
  2. Explain the loop (5 minutes, reasoning). In your own words, describe how the pass transistor, error amplifier, and voltage reference work together to hold the output steady when the load suddenly increases.
  3. Dropout check (5 minutes, reasoning). A 3.3 V rail from a standard (non-LDO, ~2 V dropout) regulator reads only 3.0 V and wanders. Its input measures 4.0 V. Is this a failed regulator or something else? Explain, and say what an LDO would change.
  4. Pick the regulator (10 minutes, reasoning). For each need, say whether a linear regulator is a good choice and why: (a) a quiet 3.3 V rail for a sensitive sensor from a 3.6 V battery; (b) 3.3 V at 3 A from a 12 V supply; (c) a fixed 5 V logic rail from a 7.5 V input at low current.

These core ideas — the pass-transistor feedback loop, the (Vin − Vout) × I heat and Vout ÷ Vin efficiency, dropout and the LDO, fixed vs adjustable types, and the common faults — are tested in the Chapter Quiz at the end of this chapter, where a score of 80% is required to continue.

Key Takeaways

  • A linear regulator holds its output steady with a pass transistor in series with the load, controlled by an error amplifier that compares the output to an internal voltage reference and adjusts the transistor — a negative-feedback loop (Section 5.3).
  • It regulates by dropping the excess voltage as heat, so it dissipates P = (Vin − Vout) × I_load and its efficiency is roughly Vout ÷ Vin — 5 V from 12 V is about 42% (7 W wasted at 1 A), while 5 V from 6 V is about 83%. Big gaps mean lots of heat and often a heatsink.
  • Dropout voltage is the minimum the input must stay above the output to keep regulating; a low-dropout regulator (LDO) needs only a small dropout, ideal where headroom is scarce, but is pickier about its output capacitor.
  • Common types: fixed (the 7805 and 78xx family) and adjustable (the LM317, set by two resistors); a regulator's quiescent current is the idle current it uses to run itself.
  • Linear regulators are simple, cheap, and low-noise (good for analog/RF), but inefficient and hot across a large input-output gap — a switching regulator (Section 7.3) is better there.
  • Faults: overheating/thermal shutdown (too much (Vin − Vout) × I for the heatsink), dropout (input sagged too close to output), wrong/no output (failed part or bad set-resistor), and oscillation (missing or wrong output capacitor).

Skills Learned

  • You can now explain the pass-transistor and feedback mechanism of a linear regulator.
  • You can now compute a linear regulator's power dissipation as (Vin − Vout) × I and its efficiency as Vout ÷ Vin.
  • You can now explain dropout voltage, the LDO, and the difference between fixed and adjustable regulators.
  • You can now diagnose overheating, dropout, wrong-output, and oscillation faults in a linear regulator.
  • You can now judge when a linear regulator is the right choice and when a switching regulator is better.

Glossary Additions

  • linear regulator — a voltage regulator that holds its output steady by using a pass transistor in series with the load as a variable resistance, controlled by an error amplifier comparing the output to an internal reference; it dissipates the excess voltage as heat, so its power loss is (Vin − Vout) × I and its efficiency is roughly Vout ÷ Vin. It is simple and low-noise but inefficient across a large input-output gap.
  • pass transistor — the series transistor in a linear regulator through which all the load current flows; the regulator's control loop varies how hard it conducts to hold the output constant, and the voltage dropped across it times the load current is the heat the regulator dissipates.
  • dropout voltage — the minimum amount by which a linear regulator's input must exceed its output for it to keep regulating; if the input falls below the output plus the dropout voltage, the regulator drops out of regulation and the output follows the input down.
  • low-dropout regulator — an LDO: a linear regulator designed to need only a very small dropout voltage (often a few tenths of a volt), letting it regulate with the input only slightly above the output; valued where headroom is scarce, but typically more sensitive to its output capacitor's value and ESR for stability.
  • quiescent current — the current a regulator draws just to operate its own internal circuitry, separate from the load current; it matters in battery-powered and low-power designs, where a high quiescent current wastes energy even at no load.

Suggested Next Sections

Must read next:

  • Switching Regulators — Buck, Boost, Buck-Boost — the efficient alternative: instead of burning the excess as heat, a switching regulator rapidly switches and stores energy in an inductor to step voltage up or down at high efficiency — the answer to the linear regulator's heat problem.

Recommended: