MainspringGuides › Exact percentage
macOS Guide

See the exact battery percentage on Mac

Updated July 2026 · 3 min read

The battery icon fills and empties in broad strokes — a half-full glyph could be anywhere from 40% to 60%, and you can't plan around a guess. To see the precise figure, turn on System Settings → Control Center → Battery → Show Percentage. macOS then prints the exact number inside the icon, so "about half" becomes a real, actionable 47%.

Why the icon alone falls short

The menu-bar battery is a small graphic with only so many pixels to work with, so it rounds hard. Its fill barely moves between readings that are 15 or 20 points apart, and at a glance you genuinely can't distinguish a comfortable 65% from a get-to-a-charger 45%. That vagueness is fine when you're plugged in, and frustrating the moment you're not — the difference between those two numbers is often an hour of real work.

The percentage removes the estimation. Instead of interpreting a shape, you read a digit and decide: keep going, dim the screen, or find an outlet. It's a small change that makes the battery indicator actually informative.

Switch on the number

The toggle is in Control Center settings on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia:

  1. Open System Settings.
  2. Select Control Center in the sidebar.
  3. Scroll to Battery.
  4. Turn on Show Percentage.

The exact figure appears at once, set into the battery outline in the menu bar. Flip the same switch off to go back to the plain icon — the change applies instantly, with no restart.

How precise the number really is

The percentage is your Mac's live estimate of remaining charge, updated continuously from the battery's own measurements. It's far more useful than the icon, but treat it as a close estimate rather than a lab reading: you may see it hold at a number for a while and then step down by two or three points at once, particularly after waking from sleep or unplugging. That's the system recalibrating, not a fault. If the number ever jumps around wildly or drops to a low value and back, that's a separate issue worth looking into rather than a display setting.

If you want to peek at the figure without keeping it in the menu bar full-time, open Control Center from the menu bar and click Battery — the current percentage shows there too, alongside which apps are using significant energy.

The command-line route

The percentage toggle is backed by a defaults key, handy for scripts or a new-Mac setup. It sets the same preference as the switch:

# Show the exact percentage, then relaunch Control Center
defaults write com.apple.controlcenter BatteryShowPercentage -bool true
killall ControlCenter

# Undo — remove the number
defaults write com.apple.controlcenter BatteryShowPercentage -bool false
killall ControlCenter
Precision in one tap

Showing the exact percentage is one of 90+ hidden macOS settings Mainspring turns into a labelled, one-click toggle — flip it on for accuracy, off again any time, fully reversible and Terminal-free.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

When the number won't sit still

If your exact reading leaps up and down instead of counting steadily, that's a battery behaviour, not a display quirk. See our guide on a battery percentage that jumps on Mac for what causes it and how to recalibrate.