Thermal throttling
Also: Mac slows down when hot
Quick answer
Thermal throttling is when a computer lowers its processor speed to keep temperatures in a safe range. The Mac keeps working, but tasks take longer until it cools down.
Every Mac manages its own temperature. When the CPU or GPU gets hot, macOS can run fans faster and reduce clock speeds. This protects the hardware and is normal behavior, not a fault.
Throttling shows up as a Mac that gets slower during a long heavy task, such as an export or a build, while Activity Monitor still shows high % CPU. The work is being done at a lower speed.
How to tell if your Mac is throttling
Watch for a heavy task that starts fast and then slows down, with fans running loudly on Macs that have fans. A Mac that feels hot to the touch while doing it is another sign.
In Terminal, pmset -g therm prints any thermal warning levels macOS has recorded. What it reports depends on the Mac model.
How to keep a Mac from overheating
Use the Mac on a hard, flat surface and keep its vents clear. Soft surfaces such as a bed or a lap can block airflow. Avoid leaving it in direct sun or a hot car.
Quit apps that keep the CPU or GPU busy in the background. If a Mac runs hot while idle, check Activity Monitor for a process that is stuck using CPU.
How to check for thermal throttling in Terminal
macOS keeps a record of thermal events that affect CPU speed. These commands only read that information.
- Run
pmset -g therm. If nothing has happened, it prints notes such as No thermal warning level has been recorded. On many Intel Macs it also prints a CPU_Speed_Limit value, where 100 means no limit and a lower number means macOS is capping CPU speed. - Run
pmset -g thermlogand start the heavy task. It keeps printing thermal notifications as they happen. Press Control-C to stop it. - Run
sudo powermetrics --samplers thermal -n 1for the current thermal pressure level. Nominal means there is no thermal pressure. It asks for your administrator password. - In Activity Monitor, watch whether kernel_task starts using a large share of CPU during the task. Apple describes this as a way macOS keeps processor time away from busy apps while the CPU is too hot.
Common causes of thermal throttling on a Mac
- Long, heavy work such as video exports, 3D rendering, games or large builds.
- A background process stuck at high % CPU or % GPU, so the Mac is working hard while it looks idle.
- Blocked vents, or using the Mac on a bed, a couch, a pillow or your lap. Apple says fans may run more on soft surfaces.
- A hot room. Apple notes that when the room is hot, the fans turn on sooner and run faster.
- Direct sun or a hot car, which heat the Mac before it even starts working.
MacBook Air and other Macs without a fan
MacBook Air models with Apple silicon have a fanless design. They are silent, but they cannot speed up a fan when they get hot. During a long heavy task, macOS keeps the temperature in range by lowering performance instead.
Short tasks are rarely affected. If you often run long exports or builds, expect them to take longer on a fanless Mac than on a Mac with a fan and the same chip.
Settings that change how hot your Mac runs
Choose Apple menu > System Settings > Battery, then look at Energy Mode. Low Power Mode reduces energy use, and Apple says it can also reduce fan noise on Macs that have fans. The trade off is lower performance.
Some MacBook Pro, Mac mini and Mac Studio models also offer High Power Mode. Apple says it lets the fans run at higher speeds, which may allow higher performance in very intensive workloads, with more fan noise.
If the fans run fast when the Mac is not busy and the vents are clear, Apple suggests restarting a Mac with Apple silicon, or resetting the SMC on an Intel Mac.
Questions people ask
Does my Mac slow down when it gets hot?
Yes, it can. macOS reduces processor speed when needed to keep temperatures safe. Performance returns once the Mac cools down.
Is thermal throttling bad for my Mac?
No. It is how the Mac protects itself. Frequent throttling during light work may mean blocked vents or a background process using CPU.
How do I check my Mac's temperature?
macOS does not show CPU temperature in Activity Monitor. `pmset -g therm` shows thermal warnings, and third party apps can read temperature sensors.
Why is my Mac hot when CPU usage is low?
Check % GPU in Activity Monitor, since graphics work also makes heat. A heavy task that just finished, a hot room or blocked vents can also keep a Mac warm for a while.
Does Low Power Mode prevent thermal throttling?
It lowers energy use, so the Mac makes less heat. But it also lowers performance on purpose, so heavy tasks still take longer.
Is high kernel_task CPU a sign of throttling?
Often, yes. Apple describes kernel_task taking CPU time as a way to cool the processor. It backs off on its own once the temperature drops.
Related
Looking for something better than Activity Monitor? See the best Activity Monitor alternatives for Mac, or browse every term in the glossary.