everyday mac tools

Fan noise on a Mac: finding the cause before the fix

· 5 min read

Fans running hard are a symptom, not a fault. The Mac is removing heat, and the useful question is what is producing it. Nine times out of ten it is one process, and it is often something you did not start.

Find the process first

Activity Monitor, CPU tab, sorted by %CPU. Or:

ps -Ao %cpu,%mem,comm -r | head -10

One entry usually accounts for most of it. Common causes that are working as intended:

Spotlight indexing, after a migration, a large copy or a macOS update. Runs for hours and then stops.

Photos analysing a library. Same pattern.

Time Machine, especially a first backup.

A browser tab with a runaway script. Check the browser’s own task manager; it will name the page.

A cloud sync client reconciling a large change.

If one of those is responsible, let it finish. Killing it usually means it starts again later.

Check whether the machine is actually hot

pmset -g therm

A healthy machine reports no thermal or performance warning levels recorded. If it reports a warning level, the Mac is limiting itself to stay cool, which confirms heat rather than a fan fault.

Rule out the physical causes

Blocked vents. A laptop on soft furnishing has nowhere to send heat. The single most common physical cause.

Dust, on any machine more than a couple of years old with fans. Years of accumulation genuinely restricts airflow. A can of compressed air at the vents helps; opening the machine is a job for someone who does it regularly.

Ambient temperature. A hot room reduces headroom. Fans running in August and not in January is correct behaviour.

A case that insulates, which some do.

When the fans are the problem

Three signs the fans themselves need attention.

Full speed immediately at boot, before anything loads. That suggests a sensor fault, since the machine has not had time to get hot.

A grinding or rattling noise, rather than rushing air. A failing bearing or something touching the blades.

Fans at full speed with an idle processor and no thermal warnings. Check pmset -g therm and Activity Monitor together; if both are quiet and the fans are loud, something is misreporting.

On Intel Macs, an SMC reset occasionally clears stuck fan behaviour. On Apple silicon there is no SMC reset and a restart is the equivalent. Resetting NVRAM and SMC covers when it is worth trying.

Then run the hardware test. Apple Diagnostics covers it, and it reports fan and sensor faults specifically.

Test with a clean boot

If nothing in Activity Monitor explains it, Safe Mode narrows it quickly. Safe Mode loads without third-party extensions and login items.

If the fans are quiet in Safe Mode, something you installed is responsible, and the login items list is where to look next. Safe Mode covers what it proves, and login items on a Mac covers auditing them.

What not to do

Fan control software. Forcing fans slower than the machine wants means it runs hotter and throttles more, and forcing them faster achieves what the system would do anyway. It treats the symptom and hides the cause.

Assuming it is broken. A Mac under sustained load is supposed to be audible. Exporting video with silent fans would be the surprising outcome.

The MacBook Air case

The Air has no fan. It cannot be loud, and it responds to heat by slowing down instead.

So an Air that feels slow under sustained work is doing the equivalent of what a Pro’s fans prevent. That is the design, and MacBook Air or MacBook Pro covers when it matters.

Questions

Is it bad for the fans to run at full speed often? For the fans, no; they are consumables with long lives. Sustained heat does age the battery faster, which is the real cost. Battery health on a Mac covers reading the wear.

kernel_task is using huge CPU and the fans are loud. kernel_task occupies the processor deliberately to reduce heat. It is a response to the machine being hot, not the cause. Find what made it hot.

The fans run when the Mac is asleep. It probably is not asleep. pmset -g assertions names whatever is keeping it awake.

Should I get the fans cleaned? On a machine several years old that runs hot under light load, yes, it often helps noticeably.