Common Performance Updated 2026-09-26

MacBook Fan Loud and Running Hot? Check These Five Causes

“My Mac suddenly gets very hot and the fan never stops”

Overheating is rarely a hardware fault. Usually a process is pegging the CPU, or the machine is doing heavy work somewhere it cannot cool itself. Find the culprit in Activity Monitor first.

中文版:用中文阅读这篇 →

⚡ Try this first

Open Activity Monitor → CPU and sort by %CPU. If something sits above 80% for a sustained period, quit it — that solves the majority of cases.

What you are seeing

  • The underside or area above the keyboard gets noticeably hot
  • The fan runs continuously at high speed and is audible
  • The system stutters and window animations drop frames
  • Battery drains much faster than usual

Common causes

  • A process sustaining high CPU — often a browser tab, cloud sync or antivirus scan
  • Spotlight rebuilding its index, typically after an update or migration
  • Genuinely heavy tasks such as video export, compilation or local AI inference
  • Using the machine on a bed or sofa, blocking the vents
  • An ageing battery causing power anomalies and indirectly raising load

Full walkthrough

  1. 01

    Identify the process in Activity Monitor

    Open Applications → Utilities → Activity Monitor, switch to the CPU tab and click the %CPU column. Watch for a minute or more. Brief spikes do not matter; sustained high usage does.

  2. 02

    Check whether indexing is running

    If the process is mds, mds_stores or mdworker, Spotlight is rebuilding its index. That typically follows a system upgrade, data migration or disk problem. It is normal and usually finishes within hours to a day — leave it alone.

    Terminal
    mdutil -s /
  3. 03

    Rule out browsers and cloud sync

    Browsers are quiet power hogs: one stuck page can saturate a core. Cloud clients such as iCloud, Dropbox and Google Drive also sustain high load during an initial sync of a large library. Quit them one at a time and watch the temperature.

  4. 04

    Give the machine room to breathe

    On most MacBooks the vents sit near the hinge or underneath, so soft surfaces block them outright. Elevating the machine on a stand, or simply using a hard desk surface, usually drops temperatures by several degrees.

  5. 05

    Check battery health

    An ageing battery can cause abnormal heat and rapid drain. Look at Maximum Capacity and Cycle Count in System Settings → Battery → Battery Health. Below 80%, replacement is worth considering.

  6. 06

    Read the thermal state from the terminal

    This command reports CPU throttling and thermal limits, which is useful when you suspect the machine is being throttled.

    Terminal
    pmset -g therm

How to prevent it

  • Avoid using a MacBook on beds and sofas for extended periods
  • Keep browser tabs to a sensible number and restart the browser regularly
  • Run heavy workloads on power rather than on battery
  • Clear dust from the vents every six months or so

Follow-up questions

Does a constantly spinning fan mean the fan is broken?

Not necessarily. Fan speed follows temperature and load, so it should drop once the machine cools. If temperatures are normal and the fan still runs at full speed, a sensor or the fan itself may have failed and the machine needs servicing.

Can a fanless Apple silicon Mac overheat?

Machines like the MacBook Air rely on passive cooling. Under sustained load they throttle rather than get damaged, so you see slower performance instead. That is by design.