Beacon guide

Watch your Apple Silicon Mac's live power draw

Live wattage for the CPU, GPU, and whole package on M-series Macs — via powermetrics or a menubar readout.

4 min read

One of the underappreciated joys of Apple Silicon is how visible its power draw is — these chips swing from sub-watt idle to tens of watts under load very quickly, and watching that number is honestly a good way to understand what your Mac is actually doing. macOS hides it, but the data is plentiful if you know where to look.

How to read live power

powermetrics

The canonical tool.

  1. Open Terminal.
  2. Run sudo powermetrics --samplers cpu_power,gpu_power,ane_power -i 1000.
  3. You'll get per-second readings for CPU package power, GPU power, and Neural Engine power.
  4. Ctrl-C to stop.

Key lines to watch:

On a MacBook Air with no fans, total package power around 10-15W is the sustainable cap. On a 14”/16” MacBook Pro with Pro/Max chips, you’ll see 30-90W under load depending on chip variant.

If you want a friendlier live view: pip install asitop, then sudo asitop. It’s a curses-based dashboard built specifically for Apple Silicon — wattage, frequency, residency, all in one screen. Open source, popular among the M-series performance crowd.

A menu bar readout

For ambient awareness, a menu-bar power readout is the right place — it’s the number that tells you “the chip is working” without staring at percentages. Beacon includes live power draw alongside its other readouts.

  1. Install Beacon.
  2. Click the Beacon icon and check the detail panel for current CPU and GPU power draw.
  3. Combined with the temperature readout, you get a clear picture of how hard the chip is working and how much heat it's making.

What you’ll see

A few patterns once you watch this regularly:

Once you see the numbers, battery life starts making sense — “my MacBook does 15 hours” is just “average draw is 3W and the battery is 50Wh.” Visibility is the cheapest way to learn the chip.

← All Beacon tips