1

I have a Raspberry Pi 3 Model B. I installed Ubuntu MATE but decided to go back to Raspbian as Ubuntu MATE was very slow. But during the short lived time I had with Ubuntu MATE, the processor's temperature go up, so now I am worried, how hot is too hot?

The CPU is pretty hot when doing tasks like apt-get upgrade, and when I run /opt/vc/bin/vcgencmd measure_temp, temperatures are hovering in the mid 40's to low 50's in °C, which is more than 100°F. Is that not normal?

Roger Jones
  • 1,494
  • 7
  • 14
flash76
  • 113
  • 1
  • 1
  • 5
  • Have you seen this? https://raspberrypi.stackexchange.com/questions/103/whats-the-maximum-minimum-running-temperature – SDsolar Apr 11 '18 at 05:33

3 Answers3

1

The maximum operating temperature of the Raspberry Pi is 85°C so 40-50°C is probably OK.

Raspbian shows a thermometer in the corner of the screen when the Raspberry Pi reaches 80°C which slowly fills up until the Raspberry Pi reaches 85°C.

Roger Jones
  • 1,494
  • 7
  • 14
0

The Raspberry Pi foundation has the 85C temp rating as a qualifier for their boards, pre rpi4. Check the supporting documentation for your particular board as it's definitely listed there.

James
  • 1
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center. – Community May 02 '23 at 07:22
0

Those temperatures may be a little high for the kinds of loads you're describing, although, from experience, my Pi 3 begins to thermal throttle at 80 degrees Celsius and rarely (if ever) exceeds 85 degrees Celsius. It's easy to worry about the temperature of the SoC and under heavy loads you can expect to burn your finger upon touching it, it's normal.

Is your Pi encased in an enclosure, or do you use a heatsink?

tl;dr Don't worry.

  • I use a case and aluminum heatsink, although sometimes I remove the top casing. – flash76 Apr 11 '18 at 00:11
  • Here is a great Q&A on that exact subject: https://raspberrypi.stackexchange.com/questions/103/whats-the-maximum-minimum-running-temperature – SDsolar Apr 11 '18 at 03:28