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.
Your Mac feels warm, the fans just kicked in, and you want to know if something is actually hammering the CPU — without dragging Activity Monitor across every Space you’re in. macOS doesn’t put CPU usage in the menu bar by default, and that’s a strangely big gap for a power-user OS.
Here are the two ways to get a permanent CPU readout up top.
Two paths
The native way (Activity Monitor)
Activity Monitor can show a live CPU graph in the Dock, but not the menu bar. Open Activity Monitor, then View > Dock Icon > Show CPU Usage (or Show CPU History for the rolling graph). That gives you a tiny live chart bolted to your Dock icon.
The catch: you have to leave Activity Monitor running, the Dock has to be visible, and the icon is small. You can also pop a floating CPU window via Window > CPU Usage — same problem, it floats in front of your work.
If you want numbers in Terminal instead, top -o cpu gives you a live process list sorted by CPU. Useful for a one-off check, less so as ambient awareness.
The Beacon way
Beacon puts a live CPU percentage (or bar, or graph — your pick) directly in the menu bar, where it stays visible no matter what app you’re in.
- Install Beacon and grant it the permissions it asks for on first launch.
- Click the new Beacon icon in your menu bar to open the panel.
- In Settings > Menu Bar, tick CPU to add it to the bar.
- Pick your display style — percentage, mini bar, or sparkline graph.
- Click the CPU readout any time to see a per-core breakdown and the top CPU-using processes.
That’s the entire setup. Beacon updates roughly once a second and uses a trivial amount of CPU itself (under 1% on Apple Silicon in my testing).
A small tip: if you’re on a notched MacBook and your menu bar is crowded, switch Beacon’s CPU display to just the percentage number — it takes maybe 30 pixels and you stop fighting the notch.
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.
-
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.
-
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.
-
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.