Find your Mac's battery cycle count and health
Check your MacBook's battery cycle count, max capacity, and overall health — and what the numbers actually mean.
A MacBook battery is rated for a number of charge cycles (1,000 for almost every model since 2015) and a maximum capacity that drifts down over time. Knowing where your battery sits on both numbers tells you whether it’s healthy, about to need replacing, or somewhere in between.
How to check
System Information
The most authoritative source.
- Hold Option and click the Apple menu, then System Information.
- In the sidebar, click Power.
- Look for Cycle Count, Condition, Maximum Capacity, and Full Charge Capacity (mAh).
This is what Apple’s own diagnostics see. Cycle Count is the headline number, Maximum Capacity (as a percentage) is what people usually mean by “battery health.”
System Settings > Battery > Battery Health
- Open System Settings.
- Click Battery in the sidebar.
- Click the (i) next to Battery Health.
You get a friendlier summary — Maximum Capacity as a percentage and a Condition (Normal, Service Recommended). Less detail than System Information but easier to read.
Terminal
system_profiler SPPowerDataType
Same data, scriptable. Useful if you want to log it over time:
system_profiler SPPowerDataType | grep -E ‘Cycle Count|Maximum Capacity|Condition’
A menu bar monitor
For ongoing awareness, a menubar battery readout that includes health (not just current charge) is convenient. Beacon includes battery cycle count and max capacity in its battery detail panel.
- Install Beacon.
- Enable Battery in Settings > Menu Bar.
- Click the battery readout — you'll see cycle count, current charge, max capacity, and time-to-empty / time-to-full.
How to read the numbers
A few rules of thumb:
- Cycle Count — Apple rates modern Macs for 1,000 cycles to 80% capacity. A 3-year-old laptop with 400 cycles is fine. A 1-year-old with 800 cycles has had a hard life.
- Maximum Capacity — what your battery can hold now versus when new. 90%+ after a year is normal. Below 80% combined with “Service Recommended” is replacement territory.
- Condition: Service Recommended — Apple’s polite way of saying “this battery is worn enough that you’ll notice.” Time for a replacement if you depend on the laptop’s runtime.
To keep cycle accumulation low: enable Optimized Battery Charging (System Settings > Battery), avoid leaving the laptop plugged in at 100% all day if you can, and don’t worry about partial cycles — modern lithium chemistries don’t have a “memory effect.” A cycle is a full 100% of capacity consumed cumulatively, not one plug/unplug.
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.
-
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.