How to Check Battery Time Remaining on Mac
The Mac menu bar used to show "3:42 remaining" next to the battery icon. Apple removed that readout years ago because it swung around too much — but the estimate still exists. Here's where to find it in Activity Monitor and Terminal, and why it changes so often.
What the battery menu shows now
Click the battery icon in the menu bar (or open Control Center and click Battery). You get the charge percentage, the power source (battery or power adapter), and a list of apps using significant energy — but no time estimate. That's deliberate: the number depends entirely on what you're doing right now, and Apple decided a percentage was less misleading.
If you don't see the battery icon at all, turn it on in System Settings → Control Center → Battery → Show in Menu Bar. The Show Percentage toggle in the same place puts the number next to the icon.
The real estimate: Activity Monitor
The time-remaining figure never went away — it moved to Activity Monitor.
- Open Activity Monitor (Applications → Utilities, or press
⌘Spaceand type its name). - Click the Energy tab.
- Look at the bottom pane: Time Remaining shows the current estimate. Time on Battery next to it shows how long you've been unplugged.
Two things to know: the readout only appears while you're actually running on battery (plugged in, it shows time until fully charged instead), and it says Calculating… for the first minute or two after you unplug while macOS samples your power draw.
Check it from Terminal
The same estimate is one command away, which is handy over SSH or in scripts:
# Show charge, power source, and time remaining
pmset -g batt
Typical output: -InternalBattery-0 … 74%; discharging; 4:12 remaining. This is read-only — it changes nothing, so there's nothing to undo. Right after unplugging it prints (no estimate) until macOS has enough samples.
Why the estimate swings around
The number is not a measurement, it's a forecast: remaining charge divided by your recent power draw. Kick off a video call, a game, or a big export and the estimate can drop from six hours to two in a minute — then bounce back when the load stops. Screen brightness alone can move it by an hour or more.
- Treat it like a weather forecast. It's accurate if you keep doing what you're doing now.
- Watch the "Using Significant Energy" list in the battery menu — that's usually the app dragging the estimate down.
- Check the last 24 hours instead. System Settings → Battery graphs charge level and screen-on usage over 24 hours or 10 days, which tells you more about real-world endurance than any instant estimate.
Plugged in: time until full
The same tools answer the opposite question. With the charger connected, the battery menu reports charging status, and pmset -g batt prints something like charging; 1:24 remaining — that's time until full. One wrinkle worth knowing: Optimized Battery Charging (System Settings → Battery) deliberately holds the charge at 80% when your Mac expects to stay plugged in, so "stuck at 80%, not charging" is usually a feature, not a fault — the battery menu says so when it's active, and offers Charge to Full Now. Low Power Mode, in the same Battery pane, is the flip side for discharging: it trims performance and background activity, and you'll see its effect show up directly in the time-remaining estimate.
While you're keeping an eye on the battery, Mainspring turns 90+ hidden macOS settings — including power and display tweaks that stretch runtime — into labelled, reversible toggles.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Make the hours last longer
Once you know how much time is left, the next step is stretching it. Low Power Mode, display sleep, and a few background settings make a real difference — here's how to use battery saver settings on a Mac.