The answer, in one sentence: use a linear regulator when the wasted watts fit the package, use a switching regulator when they don't — and the breakpoint is usually somewhere around one to three watts of dissipation.
This is not a "linear is dead" post. In the boards we support (2025–2026), the 78xx family still ships in huge volumes.
Half the applications genuinely don't need a switcher — and the other half are burning a board and a heatsink trying to make a linear part do a switcher's job.
The line is drawable. Here's how.
A linear regulator's efficiency is set by physics: Vout / Vin. A 7805-class part dropping 12V to 5V is 41.7% efficient, no matter what the datasheet promises.
The other 58.3% becomes heat, and heat is the only thing you get to design.
The same 12V-to-5V job with a buck converter runs 85–92% — the gap is the whole argument, and it grows with the input voltage. From 24V, the linear part is 20.8% efficient and burns four times the useful power as heat. From 48V, nobody sane tries.
The forum shorthand is blunt: "a 7805 from 12V at 500mA is a 3.5W heater with a free 5V output." It's harsh, and it's exactly right when the heat has nowhere to go.
| Input | Linear (5V) | Buck (5V) | Linear heat @ 500mA | Buck heat @ 500mA |
|---|---|---|---|---|
| 5.5V | 91% | ~88% | 250mW | ~350mW (incl. losses) |
| 12V | 41.7% | 85–92% | 3.5W | ~0.5W |
| 24V | 20.8% | 85–92% | 9.5W | ~0.7W |
Read the heat column. At 12V and above, the linear part burns more than the buck delivers — the heatsink problem is the efficiency problem with a different name.
Here's the part the efficiency math hides: a linear regulator's real spec is its dissipation budget, and that budget lives in the package.
The SOT-89 78L05G we stock is rated 350mW — from 12V in, that's about 50mA of load before the junction climbs toward 150°C.
The TO-252 78D05AL is rated 10W with a proper copper pour — from 12V in, roughly 700mA. Same family, twenty-eight times the thermal budget, and the difference is metal.
On the forums, the classic DPAK failure is instructive: a part dropping 7V at 350mA — about 2.5W — reached 100°C on a board with a poorly soldered tab. The tab is the heatsink. If the solder is wrong, the copper doesn't matter.
And if the copper doesn't matter, the linear part is a fuse with a 5V pin.
The rough rule we use at distribution: under 1W of dissipation, linear wins on simplicity; 1–3W is the gray zone where copper and airflow decide; above 3W, stop negotiating and switch.
None of this makes the switcher the default. A linear regulator's case is short and real:
The 78xx family survives because half the applications live in this column — bias rails, references, small MCU supplies, analog sections that can't tolerate ripple.
The switching column has one argument, repeated: the watts don't become heat.
From 12V at 1A, a buck delivers the same 5V with roughly 7W less heat than the linear part — that's the difference between a passive board and a board with a fan, or no heatsink at all.
Off-line, the argument is existential: there is no linear regulator for rectified 230V. The current-mode controller family — the UC2844G we stock is a good example — exists because the switch, the transformer, and the control loop are the only way to convert mains to a useful rail.
The 48% duty clamp that defines the UC2844 is a telling detail: switching designs accumulate constraints (transformer saturation, current-mode instability, EMI) that linear designs never meet — and each one is a thing that can be done wrong.
Here's the framework we actually use when a customer asks "linear or switching?" — it's five questions, in order:
That's the whole framework. It's not about brands or datasheets — it's about watts and where they go.
When the noise question lands on "yes", the answer is often both: a buck for the watts, then a linear stage for the quiet rail — the 78D05AL or 78L05G doing what it does best after the switcher did the heavy lifting.
| Approach | BOM | 12V→5V heat @ 300mA | Noise | Best When |
|---|---|---|---|---|
| 78L05G (SOT-89) | 2 caps + part | 2.1W (over budget) | Excellent (80dB PSRR) | Bias rails ≤50mA |
| 78D05AL (TO-252) | 2 caps + part + copper | 2.1W (OK on 2oz pour) | Excellent | Logic rails ≤~500mA with copper |
| Buck (UC2844 or integrated) | controller/MOSFET/inductor/diode/caps | ~0.3W | Ripple + EMI to manage | >1A, high headroom, efficiency targets |
| Buck + linear after | both, plus a quiet LDO | ~0.3W + small | Excellent at the output | Analog sections on big rails |
The hybrid row is the one most designers forget. The buck does the watts, the linear stage does the quiet — the 78xx part earns its pennies doing what it's best at, after the switcher did the work it can't.
If there's one pattern in the boards that come back to us, it's this: the linear part wasn't the mistake — the load on it was.
A 78D05A family part asked for 800mA from a 24V rail is a 15W heater; the part fails, gets replaced, fails again, and the customer blames the regulator before anyone computes the watts.
The second pattern is the reverse: a buck added where a bias rail would do — an inductor, a feedback divider, and an EMI filter for a rail that draws 20mA. The switcher wasn't wrong, it was just expensive.
Both patterns are the same mistake: the decision was made by habit, not by the five questions.
| Mistake | Side | Why It Fails |
|---|---|---|
| 7805-class part on a 24V rail at 800mA | Linear | 15W of heat — the part is a heater, not a regulator |
| SOT-89 asked for 100mA from 30V | Linear | 2.5W against a 350mW budget — junction hits 150°C |
| Dummy-load panic on a bias rail | Linear | A 1kΩ bleeder is fine; ripping out the part isn't |
| Buck added for a 20mA bias rail | Switching | Inductor, loop, and EMI for a rail that didn't need them |
| Slope compensation added "for safety" | Switching | Injection over 1V on ISENSE triggers false OCP hiccup |
| VCC cap with no zener guard | Switching | A converter that never starts charges the cap to the input rail |
A: Yes — when the headroom is tiny. From 5.5V to 5V, a linear part is 91% efficient and a buck's switching losses make the comparison close. That's why low-dropout parts exist; the efficiency argument flips below ~1V of headroom.
A: When the watts beat the package, not at a fixed current. At 12V in, 500mA means 3.5W — too much for a bare TO-252. At 5.5V in, the same 500mA is 250mW — fine. Compute (Vin − Vout) × I and compare it to the package budget.
A: 41.7% — it's 5V divided by 12V, and that's the best case. The rest becomes heat. A buck converter doing the same job runs 85–92%. The gap is the entire linear-vs-switching argument.
A: Noise, cost, simplicity, and honest load sizes. 80dB PSRR, pennies per part, two caps, no inductor, no EMI design. For bias rails and small MCU supplies the heat is trivial — and the forums' "oversized regulator" warning applies to the 7805 on a 20mA rail just as much as to the switcher that replaced it.
A: Yes — that's a standard and often the best architecture. The buck takes the watts, the linear stage takes the ripple. The input headroom for the linear stage is small, so its heat is small, and the output is quiet enough for analog.
A: When the load is tiny and the layout is tight. At 100mA from 12V, the linear part burns 700mW — acceptable on most boards — and the switcher adds ripple, an inductor, and an EMI story. Below ~1W of dissipation, linear usually wins the total cost of design.
A: Anything above ~15V of headroom at real current. From 24V to 5V at 500mA is 9.5W — a heatsink conversation. From 48V or rectified mains, linear is physically impossible at useful power; the UCx84x current-mode family or an integrated switcher is the only path.
A: ICMASS stocks both sides — the UTC 78xx family (78L05G, 78D05AL) for linear rails and the UC2844G current-mode controller for switching designs. Volume pricing typically runs $0.03–$0.18/unit depending on part and quantity. Contact us for a quote and same-day dispatch from Shenzhen.





