How to Check CPU Temperature on Mac (2026 Guide)

Learn every method for monitoring your Mac's CPU temperature — from Terminal commands to third-party apps. Covers Apple Silicon and Intel Macs, normal temperature ranges, and when to worry.

Your Mac's CPU temperature is one of the most important metrics to keep an eye on, especially if you push your machine with video editing, software development, or gaming. An overheating processor leads to thermal throttling, reduced performance, and — over time — shortened hardware lifespan. Yet macOS does not include a built-in temperature readout in Activity Monitor or System Settings. In this guide, we will walk through every reliable method for checking CPU temperature on a Mac in 2026, covering both Apple Silicon and Intel machines.

Why CPU Temperature Matters

Modern processors are designed to operate within a specific thermal envelope. When the CPU exceeds that envelope, the system reduces clock speed to generate less heat — a process called thermal throttling. On a MacBook, this can turn a snappy machine into a sluggish one within minutes of sustained workload. On a Mac Studio or Mac Pro, it may mean your renders take significantly longer than they should.

Monitoring temperature also helps you detect problems early. A fan clogged with dust, dried-out thermal paste, or a malfunctioning cooling system will show up as abnormally high idle temperatures long before you notice any other symptoms. Catching these issues early can save you an expensive repair.

Normal CPU Temperature Ranges

Before you start monitoring, it helps to know what numbers are normal:

  • Idle (light browsing, email): 35 °C – 55 °C for Apple Silicon, 40 °C – 60 °C for Intel Macs.
  • Moderate load (compiling code, photo editing): 60 °C – 80 °C on Apple Silicon, 65 °C – 85 °C on Intel.
  • Heavy load (video export, 3D rendering, stress tests): 80 °C – 100 °C on Apple Silicon, 85 °C – 100 °C on Intel.
  • Thermal throttling threshold: Apple Silicon chips typically begin throttling around 105 °C–110 °C. Intel Macs throttle around 100 °C–105 °C depending on the specific chip.

If your Mac consistently sits above 90 °C at idle or light workloads, something is likely wrong with cooling or a runaway process.

Apple Silicon vs. Intel: Key Differences

Apple's M-series chips (M1, M2, M3, M4 and their Pro/Max/Ultra variants) are built on ARM architecture and are significantly more power-efficient than Intel's x86 chips. This means Apple Silicon Macs generally run cooler, with the MacBook Air models famously lacking a fan entirely. Intel-based Macs, particularly the 15-inch and 16-inch MacBook Pro models from 2019 and earlier, were known for running hot under load.

The tools you use to read temperature differ slightly between the two architectures. Some older utilities that relied on Intel's SMC (System Management Controller) keys do not work on Apple Silicon. Always verify that your chosen tool explicitly supports your chip generation.

Method 1: Terminal with powermetrics (Apple Silicon)

On Apple Silicon Macs, the built-in powermetrics command provides detailed thermal data. Open Terminal and run:

sudo powermetrics --samplers smc -i 1000 -n 1

This outputs a snapshot of SMC sensor data including CPU die temperature. The -i 1000 flag sets a one-second sampling interval, and -n 1 limits it to a single sample. You will need to enter your admin password. Look for lines containing "CPU die temperature" or "SOC temperature" in the output.

This method is free, requires no third-party software, and gives you accurate readings directly from Apple's own system tools. The downside is that it is a one-shot measurement — not a live dashboard.

Method 2: Terminal with istats (Intel Macs)

If you are running an Intel-based Mac and have Homebrew installed, you can install the iStats Ruby gem:

gem install iStats

Then simply run istats in Terminal to see CPU temperature, fan speeds, and battery temperature. This tool reads directly from the SMC and is lightweight, but it only works on Intel Macs. It does not support Apple Silicon.

Method 3: Menu Bar Apps

For continuous monitoring, a menu bar utility is far more practical than Terminal commands. Several options exist:

Pulse

Pulse is a modern system monitor built with SwiftUI for macOS 14 and later. It displays CPU temperature, GPU temperature, per-sensor thermal readings, fan speeds, CPU load, memory pressure, network speed, battery health, and disk usage — all from compact menu bar widgets. Pulse supports both Apple Silicon and Intel Macs and is designed to be lightweight with minimal resource usage. It is available on the Mac App Store.

iStat Menus

iStat Menus has been the go-to system monitor for Mac power users for over a decade. It offers highly customizable menu bar readouts and dropdown panels for CPU, memory, disks, network, sensors, and battery. It supports both Apple Silicon and Intel, though it carries a higher price tag and is sold as a subscription through Setapp or a one-time purchase from the developer's website.

TG Pro

TG Pro is focused specifically on temperature monitoring and fan control. If your primary concern is thermal management, TG Pro lets you set custom fan curves and alerts. It supports both architectures and includes a diagnostics mode for identifying faulty sensors.

Stats

Stats is a free, open-source alternative that displays basic system metrics in the menu bar. It supports temperature readouts on both Apple Silicon and Intel, though its interface is less polished than commercial options.

Method 4: Third-Party Desktop Applications

Beyond menu bar utilities, some applications provide full-window dashboards. Intel Power Gadget was historically popular for Intel Macs but has been discontinued and does not support Apple Silicon. Macs Fan Control offers a simple UI for viewing temperatures and setting fan speeds and works on both architectures.

What to Do If Your Mac Is Running Hot

If you discover that temperatures are consistently higher than the ranges listed above, here are steps to take:

  1. Check Activity Monitor: Open Activity Monitor and sort by CPU usage. A runaway process (often a browser extension or a stuck application) can peg the CPU at 100% indefinitely.
  2. Close unnecessary tabs and apps: Each Chrome or Safari tab consumes CPU cycles and memory, contributing to heat.
  3. Ensure airflow: Avoid using your MacBook on soft surfaces that block the vents. A laptop stand with good airflow can drop temperatures by several degrees.
  4. Clean the fans: Over time, dust accumulates on the internal fans and heat sink. If you are comfortable opening your Mac, compressed air can clear the buildup. Otherwise, take it to an Apple Store or authorized service provider.
  5. Reset the SMC (Intel) or restart (Apple Silicon): On Intel Macs, an SMC reset can resolve fan-related issues. On Apple Silicon, a simple restart achieves the same effect since the SMC is integrated into the chip.
  6. Check thermal paste: On older Intel Macs (5+ years), the thermal paste between the CPU and the heat sink can dry out, drastically reducing heat transfer. Re-pasting is an advanced repair but can significantly lower temperatures.

Monitoring Temperature Over Time

A single temperature reading is useful, but trends tell a more complete story. Apps like Pulse can display real-time graphs of CPU temperature alongside CPU load, making it easy to correlate high temperatures with specific workloads. If you notice your Mac hitting 95 °C during a video call but staying at 60 °C while browsing, the culprit is clear.

For users who want to log data, some tools allow exporting temperature history to a CSV file for later analysis. This is particularly useful for IT administrators managing a fleet of Macs or developers benchmarking applications.

Summary

Checking your Mac's CPU temperature in 2026 is straightforward, whether you prefer Terminal commands, free open-source tools, or polished menu bar apps. The key takeaway is that regular monitoring helps you catch problems early, maintain peak performance, and extend the life of your hardware. Pick the method that fits your workflow and make it a habit to glance at your thermals, especially during demanding tasks.

Next Article

What Is Memory Pressure on Mac and Why It Matters

Understand macOS memory pressure — green, yellow, and red levels — and learn how your Mac manages RAM with compressed, wired, and app memory. Know when to close apps and when to upgrade.

Next Article

Try Pulse for Free

CPU, memory, network, battery, temperature, disk, GPU, and fan monitoring — all from your menu bar.

Download Pulse