First, find what's making the heat
Fans react to temperature, so the fastest fix is to find what's heating the CPU — the chip that does your Mac's work. Open Activity Monitor (⌘ Space, type Activity Monitor), click the % CPU column to sort, and read the top process or two. That's almost always your heat source. The Energy tab helps too — “Energy Impact” shows what's working the chip hardest.
From Terminal, the same live view:
% top -o cpuPress q to quit. The top rows are what's driving your temperature.
kernel_task is high — that's the cooling, not the bug
kernel_task sits near the top of Activity Monitor using lots of CPU, and the Mac feels hot.
This one confuses everyone. kernel_task is a core part of macOS — not a virus, and not your problem. When the Mac gets too hot, macOS makes kernel_task hog the CPU on purpose, so the apps making heat get less time to run and the machine cools off. Deliberately slowing the chip to shed heat like this is called thermal throttling. So high kernel_task is a symptom of heat, not its cause.
Fixdon't try to quit it — you can't, and shouldn't. Find the real heat source in the row just above it, and clear the physical causes below. As the Mac cools, kernel_task backs off on its own.
A runaway app or browser
One app sits pinned near 100% CPU, and the fans ramp up whenever it's open.
A single app is doing far more work than it should. The usual culprits: a browser with many heavy tabs (video, web apps, ad-laden pages), a video call, a stuck Photos or Music sync, or a creative app rendering in the background.
Fixquit it and watch the temperature drop. For a browser, open its own task manager (in Chrome: Menu > More Tools > Task Manager) to find the exact tab or extension eating the CPU, and close that.
Temporary background work, often after an update
Sudden heat and fans for an hour or two — usually right after a macOS update, importing photos, or copying a lot of files.
macOS runs heavy one-time jobs in the background. Spotlight indexing — the work that catalogs your files so search is instant — shows up as mds and mdworker; Photos analysis runs as photoanalysisd and mediaanalysisd; Time Machine backs up. These are normal and finish on their own. To see whether Spotlight is mid-index:
% mdutil -s /Reports whether indexing is on for your drive. If it's indexing, the heat from it is usually temporary — let it finish.
Fixif you just updated or imported a big library, leave the Mac plugged in and give it 24 hours before worrying. A background process that runs hot for days is a stuck task worth a closer look.
Heat can't escape — vents, surface, dust
The Mac runs hot even under light load, or only overheats in certain spots.
MacBooks push heat out through small gaps near the hinge. Soft surfaces block them, and trapped heat stacks up fast.
Fixget the heat a way out:
- 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 sun and hot rooms — room heat stacks on top of CPU heat.
- Blow dust out of the vents with a can of compressed air; years of buildup insulates the internals.
- Take thick cases off during heavy work — they hold heat in.
External displays and heavy graphics
Heat and fans kick in when you plug in a 4K or 5K monitor, or do anything graphics-heavy; WindowServer sits high in Activity Monitor.
WindowServer is the part of macOS that draws everything on your screen. Driving a large or second high-resolution display makes the GPU — the graphics chip — work hard, and WindowServer climbs with it.
Fixclose windows and apps you don't need, and turn on Reduce motion and Reduce transparency in System Settings > Accessibility > Display to ease the load.
Fans always loud or always off? Reset the SMC (Intel Macs)
On an Intel Mac, the fans run flat out even when it's idle and cool — or never spin up when it's hot.
The SMC (System Management Controller) is the low-level chip that manages fans and thermal behavior on Intel Macs, and it can occasionally get stuck. Apple Silicon Macs (M1 and later) have no SMC and run far cooler — there, constant fan noise almost always means a runaway app, so check Activity Monitor first.
Fixon an Intel Mac, reset the SMC — the exact steps vary by model, so follow Apple's per-model guide. On Apple Silicon, a normal restart does the same job.
Want the actual temperatures? (Intel)
On an Intel Mac, you can read live CPU temperature and fan speed from Terminal:
% sudo powermetrics --samplers smc -i1 -n1Shows CPU die temperature and fan RPM on Intel Macs. Asks for your password; press Ctrl-C to stop.
Apple Silicon reports thermal data differently — a third-party menu-bar monitor is the easiest way to watch temperatures there. You rarely need the exact numbers, though: the process list already tells you what to fix.
Old thermal paste or aging hardware
An older Mac overheats easily even after everything above.
Over years, the thermal paste — the compound that carries heat from the chip to the cooling system — dries out, and dust cakes the heatsink. The cooling system can no longer keep up.
Fixa professional cleaning and repaste can drop temperatures a lot on older Intel MacBooks. If the Mac also shuts itself down from heat, have it looked at — sustained overheating does shorten hardware life.
The short version
- Open Activity Monitor > % CPU, then quit the top offender.
- Check browser tabs and extensions, and any heavy app.
- Move to a hard surface, clear the vents, get out of the heat.
- Just updated or imported? Let background tasks finish — give it a day.
- Fans stuck on an Intel Mac? Reset the SMC. Otherwise, restart.