Battery health on a Mac: what the percentage means
· 5 min read
A MacBook battery is a consumable, and macOS reports on it in three numbers that people tend to conflate. Knowing which one matters saves both unnecessary worry and unnecessary repairs.
Where to look
System Settings, Battery, then the small information button beside Battery Health.
For the fuller picture, the command line is more direct:
system_profiler SPPowerDataType | grep -E "Cycle Count|Condition|Maximum Capacity"
Real output from a machine that has been in daily use for a few years:
Cycle Count: 824
Condition: Service Recommended
And for the immediate state:
pmset -g batt
which returns something like 61%; discharging; 2:39 remaining.
The three numbers
Maximum capacity, shown as a percentage. How much charge the battery holds now compared with when it was new. A battery at 85 percent holds 85 percent of its original charge, so a machine that once ran nine hours now runs about seven and a half.
This declines gradually and then flattens. Dropping from 100 to 90 in the first year is normal and not a fault.
Cycle count. One cycle is a full charge’s worth of use, not one plug-in. Using 50 percent today and 50 percent tomorrow is one cycle. Apple rates modern MacBook batteries for 1000 cycles before capacity is expected to fall meaningfully.
The example above at 824 cycles is well used and not yet at the rated limit.
Condition. The summary judgement, and the one people react to. Two values matter: Normal, and Service Recommended.
What Service Recommended actually means
It means the battery holds noticeably less than it did and macOS thinks you would benefit from a replacement. It does not mean the battery is dangerous, that the machine will stop working, or that you must act today.
A machine reporting Service Recommended will keep working. It will run for less time unplugged, and it may shut down unexpectedly at low percentages because the remaining capacity is less predictable.
Whether to replace depends on how you use it. A laptop that lives on a desk with the charger attached can carry a tired battery for a long time. One you rely on for a day out cannot.
What Service Recommended is not is a reason to panic. On a machine at 824 cycles it is the expected outcome of ordinary use.
When to act sooner
Three symptoms that mean replace it now rather than eventually.
Physical swelling. If the trackpad is not sitting flush, the case is bowing, or the machine rocks on a flat surface, stop using it and get it serviced. A swollen battery is the one genuine safety case.
Sudden shutdowns at 20 or 30 percent. The battery can no longer deliver under load. Annoying and a good indicator that capacity readings are no longer reliable.
Capacity falling quickly. A drop of several percent in a month suggests a fault rather than wear.
What actually affects battery life
More useful than the folklore.
Heat is the main thing. Batteries degrade faster warm. A laptop that lives on a duvet, or spends hours compiling with the fans running, ages its battery faster than one that stays cool. Why a Mac gets hot covers the causes.
Sitting at 100 percent for months. This is why Optimised Battery Charging exists: it holds at 80 percent and finishes the charge when it predicts you need it. Leave it on. On machines that offer an 80 percent limit, using it on a desk-bound laptop is worth it.
Deep discharges. Occasionally running flat is fine; doing it daily is not.
What does not matter: unplugging at exactly 100, “calibrating” the battery, or avoiding use while charging. Those are habits from older battery chemistry. Charging habits that actually affect a MacBook battery covers this in more detail.
Replacing it
A battery replacement is a service, not a user-installable part, on every current MacBook. Apple and authorised providers do it, and independent repair shops do it for less with varying quality of cell.
The machine is otherwise unaffected. A four-year-old MacBook with a new battery is a perfectly good machine, and it is usually the cheapest way to add two years to it. Getting another two years out of an ageing Mac covers what else helps.
Questions
Does cycle count reset after a battery replacement? Yes. A new battery reports its own cycles, starting near zero.
Is 85 percent capacity bad? No. That is ordinary wear. Below about 80 percent is where most people start noticing the shorter runtime.
Why does the remaining-time estimate jump around? It is a projection from current draw. Open a heavy application and it drops; close it and it recovers. Judge by percentage rather than by the estimate.
Should I run it flat occasionally? No need. There is nothing to calibrate on a modern battery, and deep discharges are mildly harmful rather than helpful.