Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

What's your battery health?


  • Total voters
    33

citivolus

macrumors 65816
Original poster
Sep 19, 2008
1,218
269
I'm interested in sampling actual data as my battery health has been declining with limited use and not plugged in all the time.

If possible use an app like CoconutBattery which reports raw health instead of Apple's built-in Battery info.

Please post the following info with your responses:

Laptop Model:
Cycles:
 

Mike Boreham

macrumors 68040
Aug 10, 2006
3,919
1,905
UK
M1 MBA: 30 cycles, 96.2% from ioreg, (using the @jdb8167 script battery.sh from here.)

The health reported by Apple in System Information and Battery Pref pane is still 100%

Note that health is constantly changing. My M1 MBA was new in November 2020 but I only started monitoring it, with Better Battery 2, in late Feb. Since then it has varied from 98.1%, down to 94%, recovered to 97%, currently at 96.2%. I believe this is why Apple only give us a heavily damped number, to stop loads of premature complaints and claims.

It has been plugged in nearly 24/7 with Apple Battery Optimising on but I only saw it reduce charge from 100% once briefly, before I switched to Al Dente in mid Feb.

Screenshot 2021-05-06 at 14.23.55.png
 
Last edited:

leons

macrumors 6502a
Apr 22, 2009
662
344
For those of you concerned about battery health, there is no better app than this:
There is a free version, but the paid version is well worth the money.
 

MK500

macrumors 6502
Aug 28, 2009
434
550
Because I had a little trouble finding it based on previous link; the battery.sh script is here:


You should open a text editor, paste in that code, and save it as "battery.sh"

Then you can run it in terminal like this:

Code:
% sh battery.sh
Current charge 3010 mAh
Full charge capacity 4210 mAh
Charge at 71.400% capacity
Design capacity 4382 mAh
Current full charge at 96.000% design capacity
Cycle count is 49
Battery temperature 88.610 °F
Power adapter at 55 Watts
battery.sh: line 38: bitwise: command not found
battery.sh: line 40: [: -ge: unary operator expected
Battery voltage 12.02 V
(standard_in) 1: parse error
Discharging with
battery.sh: line 57: bitwise: command not found
battery.sh: line 58: [: -ne: unary operator expected
Power adapter disconnected
Current capacity 74%
State of charge 72%
 

jdb8167

macrumors 601
Nov 17, 2008
4,859
4,599
Because I had a little trouble finding it based on previous link; the battery.sh script is here:


You should open a text editor, paste in that code, and save it as "battery.sh"

Then you can run it in terminal like this:

Code:
% sh battery.sh
Current charge 3010 mAh
Full charge capacity 4210 mAh
Charge at 71.400% capacity
Design capacity 4382 mAh
Current full charge at 96.000% design capacity
Cycle count is 49
Battery temperature 88.610 °F
Power adapter at 55 Watts
battery.sh: line 38: bitwise: command not found
battery.sh: line 40: [: -ge: unary operator expected
Battery voltage 12.02 V
(standard_in) 1: parse error
Discharging with
battery.sh: line 57: bitwise: command not found
battery.sh: line 58: [: -ne: unary operator expected
Power adapter disconnected
Current capacity 74%
State of charge 72%
You can install the bitwise command line tool to get rid of the errors.

bitwise-arm64
bitwise-x86_64

This is a slightly modified version from here: https://github.com/mellowcandle/bitwise. I modified it to return values from pipes on the command line based on an output parameter.
 
  • Like
Reactions: MK500
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.