Linear regulator heating up at light load?

Rylvarn

New member
Joined
Feb 16, 2026
Messages
2
I recently began tinkering with a small project, and I’ve noticed that my linear regulator heats up even when it’s not driving much current.

I’m curious about what might be going on before I start blaming the chip itself. Has anyone else experienced something like this?
 
Yeah, that’s pretty typical. When your input voltage is significantly higher than the output, that extra voltage just turns into heat. Even a small current can generate enough heat if there’s a big voltage drop.
 
Before you start blaming the chip, take measurements of Vin, Vout, and the case temp.
Most of the time, it’s just unnecessary voltage being wasted as heat, not necessarily a faulty regulator
 
Make sure to check the dropout and input voltage first. Linear regulators dissipate power as heat, so even 'low current' can feel hot if there’s a big difference in voltage.
 
I’ve been in that situation myself.
I found that my power supply was way too high for what I actually needed,
which made the regulator act like a little space heater.
 
OP said: "I recently began tinkering with a small project, and I’ve noticed that my linear regulator heats up even when it’s not driving much current."

This is a great question and I am glad you posted it. I hope you don't feel picked on, but you gave me an opening to share something I learned the hard way.

The watts are what matter here, not just voltage or current. You didn't give us any idea what voltage you are starting at or how much current you need, so let me just illustrate whet can happen if the input voltage is too high to begin with. I'll just make some wild assumptions and you can tweak the numbers to match your application:
Input voltage = 30V
Desired ouput voltage = 5V
Current through the load, average = 20mA
Regulator: 78L05
Okay, 78L05 is a good choice, it can handle 100mA, 20mA should be no problem. Power dissipation is ... hmm, the datasheet says "Internally limited". That's not very helpful.
Thermal resistance is 230 degrees C per watt. What the heck does that mean??

So, you have some concerns but you build it anyway. See what works, what doesn't.
You build it, and yep, the case gets hot, but the "internal Limiter" does its job and shuts off the regulator. Now what?

Let's go back to the beginning. The regulator puts out 5V. 30V goes into the regulator. What happens to the other 25V? It gets turned into heat by the internal pass transistor of the 78L05.

Dig out your sliderule now and figure out what 20mA times 25V is. I get 0.5W. Half a watt in a little TO-92 package. That's a lot of power for a little humk of plastic to dissipate.

Remember that thermal resistance number, 230 degrees C per watt? Here's what it means. If your 78L05 is dissipating a half a watt on average, the temperature of the die inside the plastic blob is 0.5W * 230 degrees C per watt or 115 degrees C PLUS the ambient temperature of 25 degrees C. That's 140 degrees C, well above the maximum operating temperature of the 78L05.

It's always a good idea to be sure we read and understand the datasheet before we jump in and assume we have the right part and it's going to work. I've done it too many times myself--I find a part after a long search, breadboard it up, and it sort-of works, sort-of doesn't. I go back to the datasheeta andd there it is, plain as day--the hidden gotcha.

With linear electronics, any power that goes into a device, either goes out of it as work, or is turned into heat by the device. It's liike Newton's Law: Energy in == Energy out == Work done + heat. Always. If it doesn't come out of the device as a signal or some other form of work, it is turned into heat. When you get into digital, things get really weird, but my time is up
 
OP said: "I recently began tinkering with a small project, and I’ve noticed that my linear regulator heats up even when it’s not driving much current."

This is a great question and I am glad you posted it. I hope you don't feel picked on, but you gave me an opening to share something I learned the hard way.

The watts are what matter here, not just voltage or current. You didn't give us any idea what voltage you are starting at or how much current you need, so let me just illustrate whet can happen if the input voltage is too high to begin with. I'll just make some wild assumptions and you can tweak the numbers to match your application:
Input voltage = 30V
Desired ouput voltage = 5V
Current through the load, average = 20mA
Regulator: 78L05
Okay, 78L05 is a good choice, it can handle 100mA, 20mA should be no problem. Power dissipation is ... hmm, the datasheet says "Internally limited". That's not very helpful.
Thermal resistance is 230 degrees C per watt. What the heck does that mean??

So, you have some concerns but you build it anyway. See what works, what doesn't.
You build it, and yep, the case gets hot, but the "internal Limiter" does its job and shuts off the regulator. Now what?

Let's go back to the beginning. The regulator puts out 5V. 30V goes into the regulator. What happens to the other 25V? It gets turned into heat by the internal pass transistor of the 78L05.

Dig out your sliderule now and figure out what 20mA times 25V is. I get 0.5W. Half a watt in a little TO-92 package. That's a lot of power for a little humk of plastic to dissipate.

Remember that thermal resistance number, 230 degrees C per watt? Here's what it means. If your 78L05 is dissipating a half a watt on average, the temperature of the die inside the plastic blob is 0.5W * 230 degrees C per watt or 115 degrees C PLUS the ambient temperature of 25 degrees C. That's 140 degrees C, well above the maximum operating temperature of the 78L05.

It's always a good idea to be sure we read and understand the datasheet before we jump in and assume we have the right part and it's going to work. I've done it too many times myself--I find a part after a long search, breadboard it up, and it sort-of works, sort-of doesn't. I go back to the datasheeta andd there it is, plain as day--the hidden gotcha.

With linear electronics, any power that goes into a device, either goes out of it as work, or is turned into heat by the device. It's liike Newton's Law: Energy in == Energy out == Work done + heat. Always. If it doesn't come out of the device as a signal or some other form of work, it is turned into heat. When you get into digital, things get really weird, but my time is up
I really appreciate you taking the time to explain that. Your breakdown of the wattage and thermal calculations makes it so much clearer than just saying “it gets hot.” It’s definitely a good reminder to read the datasheet first. Thanks for the great lesson
 
OP said: "I recently began tinkering with a small project, and I’ve noticed that my linear regulator heats up even when it’s not driving much current."

This is a great question and I am glad you posted it. I hope you don't feel picked on, but you gave me an opening to share something I learned the hard way.

The watts are what matter here, not just voltage or current. You didn't give us any idea what voltage you are starting at or how much current you need, so let me just illustrate whet can happen if the input voltage is too high to begin with. I'll just make some wild assumptions and you can tweak the numbers to match your application:
Input voltage = 30V
Desired ouput voltage = 5V
Current through the load, average = 20mA
Regulator: 78L05
Okay, 78L05 is a good choice, it can handle 100mA, 20mA should be no problem. Power dissipation is ... hmm, the datasheet says "Internally limited". That's not very helpful.
Thermal resistance is 230 degrees C per watt. What the heck does that mean??

So, you have some concerns but you build it anyway. See what works, what doesn't.
You build it, and yep, the case gets hot, but the "internal Limiter" does its job and shuts off the regulator. Now what?

Let's go back to the beginning. The regulator puts out 5V. 30V goes into the regulator. What happens to the other 25V? It gets turned into heat by the internal pass transistor of the 78L05.

Dig out your sliderule now and figure out what 20mA times 25V is. I get 0.5W. Half a watt in a little TO-92 package. That's a lot of power for a little humk of plastic to dissipate.

Remember that thermal resistance number, 230 degrees C per watt? Here's what it means. If your 78L05 is dissipating a half a watt on average, the temperature of the die inside the plastic blob is 0.5W * 230 degrees C per watt or 115 degrees C PLUS the ambient temperature of 25 degrees C. That's 140 degrees C, well above the maximum operating temperature of the 78L05.

It's always a good idea to be sure we read and understand the datasheet before we jump in and assume we have the right part and it's going to work. I've done it too many times myself--I find a part after a long search, breadboard it up, and it sort-of works, sort-of doesn't. I go back to the datasheeta andd there it is, plain as day--the hidden gotcha.

With linear electronics, any power that goes into a device, either goes out of it as work, or is turned into heat by the device. It's liike Newton's Law: Energy in == Energy out == Work done + heat. Always. If it doesn't come out of the device as a signal or some other form of work, it is turned into heat. When you get into digital, things get really weird, but my time is up
This is an excellent writeup. It truly offers a practical look at troubleshooting that can help others steer clear of common errors. The Watts formula, volts multiplied by amps, trips everyone up at some point. Thanks for taking the time to explain the math.
 
P=IE. Inthis case, E is the difference between the input voltage and the output voltage. That power ends up as heat.
 
Oops. I made a goof. Imagine that. I used the junction to ambient thermal resistance of 230, which already accounts for ambient temp. I should not have added ambient temperature. It will still get hot, either way. Heat dissipation is something noobs often forget to account for, whether it's a voltage regulator, a powe amp, and even an active load, you gotta get the heat out.
 
Back
Top