Beacon guide

Your Mac's fan is loud — here's what to check first

When your Mac's fans spin up, something is asking them to. Here's how to find the cause — CPU load, thermals, or a stuck sensor — before assuming it's broken.

5 min read

The fans on your Mac just woke up and they’re not quiet about it. Fan noise isn’t a fault — it’s the cooling system responding to heat — but if it’s happening when you’re not doing anything demanding, something on the system is asking for that airflow. Time to find it.

How Mac fans actually work

macOS spins fans based on internal temperature sensors, not CPU usage directly. Heavy CPU work makes the chip hot, which triggers the fans — but heat can come from other sources too: GPU load, the SSD controller, an external display drawing power, or even ambient temperature if you’re in a warm room with a hot Mac in a sleeve.

Quick triage

  1. Check CPU first. Open Activity Monitor, sort by %CPU. The most common cause of unexpected fan noise is a runaway process — a hung tab, an indexing daemon, a misbehaving helper.
  2. Read the temperature. Run sudo powermetrics --samplers smc -i 1000 -n 1. CPU die temperature above 85C will keep fans elevated.
  3. Check fan RPM. Same command shows current fan RPM and the target. If RPM is climbing while temp is dropping, you're past the peak.
  4. Look at GPU activity. Activity Monitor's Window menu has a GPU History display — sustained GPU load (video playback, 3D, ML) heats the SoC just like CPU does.
  5. Rule out environmental. Mac on a soft surface, sun on the chassis, or vents blocked by a stand? The fans are working harder because they have to.

The usual offenders

Browser tabs (especially those with autoplay video or background JavaScript), Spotlight indexing after a big file change, Time Machine, cloud sync agents (Dropbox, OneDrive, iCloud), photo library analysis, Zoom/Teams calls, and Docker desktop. Any of these can run a core hot enough to wake the fans.

When the fans stay loud

If fan RPM is high but the chip is cool (below 60C), you might have a stuck fan sensor or a process that’s keeping a high-priority workload going invisibly. Try resetting the SMC (Apple Silicon: just shut down and wait 30 seconds; Intel: hold the right keys per Apple’s guide). If the fans still run at full speed with no load, that’s a hardware issue worth getting checked.

Keeping an eye on it

Watching powermetrics in a Terminal window is useful for a one-off diagnosis but tiresome to keep running. A menubar monitor surfaces fan RPM and temperature together so you can spot the spike the moment it starts. Beacon shows both, plus CPU and GPU load, in the menubar — $14.99 lifetime. Download Beacon if you want it visible all day.

Most of the time, loud fans are doing exactly what they should. The point of checking is to know which time this is.

← All Beacon tips