First: find what's making the heat
Fans react to temperature, so the fastest fix is to find what's heating the CPU. Open Activity Monitor (⌘ Space, type Activity Monitor), click the % CPU column to sort, and look at the top one or two processes. Also check the Energy tab — “Energy Impact” is a good proxy for what's working the chip hardest.
From Terminal, this shows the live top CPU consumers:
top -o cpu1. kernel_task is high (this is the fix, not the bug)
Symptom: kernel_task sits near the top of Activity Monitor using lots of CPU, and the Mac is hot. Why: this confuses everyone — kernel_task is not malware and not the problem. macOS uses it to occupy the CPU on purpose so heat-generating processes get less time, cooling the machine. It's a symptom of heat, not a cause.
Fix: don't try to kill it (you can't, and shouldn't). Instead remove the real heat: look just above it for the actual busy app, and address the physical causes below. As the Mac cools, kernel_task backs off on its own.
2. A runaway app or browser
Symptom: one app pinned near 100% CPU; fans ramp whenever it's open. Common offenders: a browser with many heavy tabs (video, web apps, ad-laden pages), video calls, a stuck Photos/Music sync, or a creative app rendering in the background. Fix: quit it and watch the temperature drop. For browsers, use the browser's own task manager (Chrome: Menu > More Tools > Task Manager) to find the specific tab or extension, and close it.
3. Temporary background tasks (often after an update)
Symptom: sudden heat and fans for an hour or two, especially right after a macOS update, importing photos, or copying lots of files. Why: macOS runs intensive one-time jobs — Spotlight indexing (mds, mdworker), Photos analysis (photoanalysisd, mediaanalysisd), and Time Machine. These are normal and finish on their own. Check whether Spotlight is mid-index:
mdutil -s /Fix: if you just updated or imported a big library, give it 24 hours plugged in before worrying. If a background process runs hot for days, that points to a stuck task worth a closer look.
4. Heat can't escape (vents, surface, dust)
Symptom: the Mac is hot even under light load, or only overheats in certain spots. Why: MacBooks vent heat through small gaps near the hinge; soft surfaces block them. Fix:
- Use it on a hard, flat surface — beds, couches, and laps trap heat. A cheap laptop stand helps a lot.
- Keep it out of direct sunlight and hot rooms; ambient heat stacks on top of CPU heat.
- Clear dust from the vents (a can of compressed air); years of dust insulates the internals.
- Take off thick cases while doing heavy work — they hold heat in.
5. External displays and heavy graphics
Symptom: heat and fans kick in when you connect a 4K/5K monitor or do anything graphics-heavy; WindowServer high in Activity Monitor. Why: driving large or multiple high-resolution displays makes the GPU work hard. Fix: reduce the number of open windows, turn on Reduce motion and Reduce transparency in System Settings > Accessibility > Display, and close GPU-heavy apps when you don't need them.
6. Fans always loud or always off? Reset the SMC (Intel Macs)
Symptom: on an Intel Mac, fans run at full speed constantly even when idle and cool, or never spin up when hot. Why: the SMC (System Management Controller) handles fan and thermal behavior and can occasionally get confused. Fix: reset the SMC (the steps differ by model — Apple has a per-model guide). Note: Apple Silicon Macs (M1 and later) have no SMC to reset; a normal restart accomplishes the same thing.
7. Want the actual temperatures? (Intel)
On Intel Macs, you can read live CPU temperature and fan speed from Terminal:
sudo powermetrics --samplers smc -i1 -n1Apple Silicon reports thermal data differently; a third-party menu-bar monitor is the easiest way to watch temps there. In practice, you rarely need exact numbers — the process list tells you what to fix.
8. Old thermal paste or aging hardware
Symptom: an older Mac that overheats easily even after everything above. Why: over years, thermal paste dries out and dust cakes the heatsink, so the cooling system can't keep up. Fix: a professional cleaning and repaste can dramatically lower temperatures on older Intel MacBooks. If the Mac also shuts down unexpectedly from heat, get it looked at — sustained overheating does shorten hardware life.
The fastest path, in order
- Open Activity Monitor > % CPU; note and quit the top offender.
- Check browser tabs/extensions and heavy apps.
- Move to a hard surface, clear vents, get out of the heat.
- If you just updated/imported, let background tasks finish (give it a day).
- Fans stuck on an Intel Mac? Reset the SMC. Otherwise, restart.