Is your Apple Silicon Mac thermal-throttling?
Apple Silicon throttles less than Intel, but it still throttles. Here's how to tell — and what it costs you when it happens.
One of the headline claims about Apple Silicon was that it doesn’t throttle the way Intel Macs did. That’s broadly true — M-series chips run cool and stay at full clock under loads that would have melted an Intel MacBook. But “less throttling” isn’t “no throttling,” and on sustained heavy workloads even an M3 Max will slow itself down.
What throttling looks like
Apple Silicon throttles in two ways:
- Clock speed reduction — performance cores drop from peak boost frequency (4.0+ GHz on recent M-series) toward base frequency.
- Power limit — the chip caps total package power to keep temperature in safe range.
You won’t see throttling on short bursts. Compile a small project, encode a 30-second video, run a couple of benchmarks — the chip stays at peak. The throttling shows up on sustained work: long video encodes, large compiles, ML training, extended Cinebench or Geekbench runs.
Confirm it’s happening
- Run
sudo powermetrics --samplers smc,cpu_power -i 1000 -n 10in Terminal during the heavy workload. - Watch CPU die temperature. If it stays at 100C+ for sustained periods, you're at the limit.
- Watch package power. A throttling M-series will hit a power ceiling and stop climbing even when more cores are loaded.
- Run
pmset -g thermlogalongside. Look forCPU_Speed_Limitdropping below 100 — that's the explicit signal. - Compare benchmark scores. Single-shot benchmarks vs the same benchmark run in a loop for 10 minutes shows the sustained-vs-burst gap.
Where you’ll actually feel it
- Fanless MacBook Air (especially the original M1 and M2 Air) — throttles fastest because it has no fan. Sustained heavy workloads slow within 5-10 minutes.
- 13” MacBook Pro and base 14” — small chassis, some throttling under prolonged load.
- 14”/16” Pro with M Pro/Max chips — the cooling is substantial. Throttling exists but takes longer to hit and is less severe.
- Mac Studio and Mac mini — desktop cooling. Rarely throttles in normal use.
What it costs
In sustained workloads, throttled Apple Silicon typically loses 10-25% of peak performance. That’s significant for someone running 30-minute video exports, but invisible for everyday work. The chip prioritises sustained predictable performance over Intel’s “burst then collapse” pattern, which is why M-series Macs feel fast even when they’re throttled.
What helps
- Better airflow (raise the back edge, hard surface, AC)
- A stand that gives the bottom vents room
- For Air owners: don’t run sustained heavy workloads on battery, where there’s no fan to help even after throttling kicks in
- For Pro owners: the cooling already works hard — the fans will be loud, but performance will hold
Watching for it live
Throttling shows up as a sudden drop in performance during a long task. A menubar monitor that shows CPU temperature and load lets you correlate “the encode got slower” with “the chip hit 100C.” Beacon surfaces CPU temp, fan RPM, and CPU load together — $14.99 lifetime. Download Beacon if you do enough sustained work to care.
For most people, Apple Silicon throttling is academic. For people pushing the chip for hours at a time, it’s worth knowing where the limits are.
More Beacon tips
-
Better alternatives to Activity Monitor on Mac
Activity Monitor is fine for a one-off check, but it's a window you have to keep finding. Here are faster, ambient ways to see what your Mac is doing.
-
Comparing Mac system monitors (iStat, MenuMeters, Beacon, etc.)
An honest look at the main menubar system monitors for macOS in 2026 — what each does well, what's frustrating, and how to pick.
-
See CPU usage in your Mac menubar
How to keep an always-visible CPU readout in your menu bar, without leaving Activity Monitor open in the corner of every Space.
-
Monitor disk I/O on Mac
Read and write throughput, IOPS, and per-process disk activity on macOS — using iostat, Activity Monitor, fs_usage, or a menubar monitor.