Beacon guide

M1, M2, M3 fan noise — what's normal, what's not

Apple Silicon Macs run cool, so fan noise is rare. When it happens, it's worth understanding — here's what's normal and what to investigate.

4 min read

You bought an M-series Mac partly because reviewers said the fans almost never spin up. Now yours is, and you’d like to know whether that’s normal. The short answer: it depends on which chip and what you’re doing — but the bar for “loud” is much higher than on Intel.

What’s normal

Fanless M1, M2, and M3 MacBook Airs — never spin a fan, because they don’t have one. They get warm, sometimes very warm, and slow themselves down before damage.

M1/M2/M3 MacBook Pro 13” — fans usually idle at minimum (1200-1500 RPM, basically inaudible) and stay there during browsing, email, video calls, light Xcode. Spinning up on sustained loads (long compiles, video editing, ML) is normal and intended.

M1/M2/M3 Pro and Max MacBook Pro 14”/16” — similar baseline, with much more thermal headroom before fans kick in. You can run heavy workloads for a while before they wake.

Mac mini, Mac Studio, iMac — desktop cooling. Audible only under serious load.

What’s not normal

If any of these match, something is consuming resources you don’t see.

Diagnose it

  1. Check Activity Monitor's CPU tab. Sort by %CPU. Look for the usual offenders — runaway tabs, indexers, sync agents, helpers.
  2. Get a temp reading: sudo powermetrics --samplers smc -i 1000 -n 1. Above 80C explains fan activity. Below 60C with fans up is unusual.
  3. Check GPU load. Activity Monitor - Window menu - GPU History. Sustained GPU use heats the SoC just as much as CPU.
  4. Look for kernel_task. If kernel_task is high, the system is intentionally burning cycles to slow itself down — usually because of a thermal sensor or peripheral issue.
  5. Try unplugging external peripherals. Some USB-C devices push enough power demand to warm the chip noticeably.

The “fan won’t stop” case

If your M-series fan ramps to high RPM and stays there with the chip cool (below 60C), you may have:

Run pmset -g assertions to see if anything is preventing low-power states.

Why this matters

Apple Silicon is designed to run fanless or near-fanless at light load. When that breaks, it’s almost always a software issue rather than a hardware one — and the diagnostic is just finding what’s eating CPU.

Keeping eyes on it

A menubar monitor that shows CPU load and fan RPM in one place tells you immediately when a fan spin-up matches a CPU spike. Beacon shows both, plus temperature, in the menubar — $14.99 lifetime. Download Beacon if you’d rather see the cause than wonder.

← All Beacon tips