Mac running hot — what's actually happening?
Why your Mac gets hot, what temperatures are normal, and how to find the process or condition causing it — instead of just feeling the chassis and worrying.
Your Mac is warm to the touch, the fans are audible (or completely silent on a fanless Air, which is its own kind of worrying), and you’d like to know if you should be doing something about it. Heat in laptops is normal up to a point — but past that point, performance drops and the chip starts throttling.
What “hot” actually means
Apple Silicon Macs run their CPU dies at 50-80C under light to moderate load. Sustained workloads push that into the 85-95C range, which is still fine — Apple’s silicon is designed to operate there. Trouble starts around 100C, where the chip aggressively slows itself down to avoid damage. Intel Macs have similar thresholds but hit them more often.
The chassis feels hot well before the chip is in trouble. The aluminium is doing its job — pulling heat away from the silicon. A warm palmrest doesn’t mean the Mac is overheating; it means the cooling is working.
What to actually check
- Check CPU usage first. Open Activity Monitor, sort by %CPU. Heat without load is suspicious. Heat with a process burning 200% CPU is just physics.
- Get a real temperature reading. Run
sudo powermetrics --samplers smc -i 1000 -n 1and look for "CPU die temperature." That's the number that matters. - Check fan speed. Same command shows fan RPM. If fans are at max and the chip is still 95C+, airflow is restricted.
- Check thermal pressure. Run
pmset -g thermlog— if you see "CPU_Speed_Limit" below 100, the system is throttling. - Look for environmental causes. Mac on a bed, blanket, or cushion? Vents blocked? Charging on a hot day? All push temps up 5-10C.
Common culprits
The frequent offenders for unexplained heat are Spotlight indexing after a big file change (mds, mds_stores), Time Machine backups, photo library analysis (photoanalysisd), cloud sync agents catching up, and browser tabs running crypto-mining JavaScript. Any of these can keep one or two cores busy for hours.
Watching it over time
A single temperature reading tells you what’s happening now. What you usually want is a trend — is it always hot, or only during specific workloads? Beacon sits in the menubar and shows CPU temperature, fan RPM, and CPU load together, so you can correlate “the Mac got hot” with “what was I doing.” It’s $14.99 lifetime. Download Beacon if continuous visibility would help.
When to worry
Worry if: the Mac is hot at idle (no processes above 5% CPU), the chassis is hot enough to be uncomfortable to touch, the fans are at maximum constantly, or pmset -g thermlog shows persistent throttling. Otherwise — your Mac is doing what it’s designed to do.
More Beacon tips
-
Better alternatives to Activity Monitor on Mac
Activity Monitor is fine for a one-off check, but it's a window you have to keep finding. Here are faster, ambient ways to see what your Mac is doing.
-
Is your Apple Silicon Mac thermal-throttling?
Apple Silicon throttles less than Intel, but it still throttles. Here's how to tell — and what it costs you when it happens.
-
Comparing Mac system monitors (iStat, MenuMeters, Beacon, etc.)
An honest look at the main menubar system monitors for macOS in 2026 — what each does well, what's frustrating, and how to pick.
-
See CPU usage in your Mac menubar
How to keep an always-visible CPU readout in your menu bar, without leaving Activity Monitor open in the corner of every Space.