AFAIK only macbooks have been designed to bypass battery ( once the charge is 100% ) and directly run on connected power. For other notebooks its best to unplug charger at 100% and connect charger at around 10% to get a longer lifetime of the battery.
Ask HN: Should I unplug my laptop charger at 100%?
211–220 of 249 posts
Re: Ask HN: Should I unplug my laptop charger at 100%?
#212Earlier quoted context omitted.
>Why would the battery be heated if it's not charging? Heat transfer from the device it's plugged into.
I'm not a hardware/electronics guy, but I'm rather skeptical that this is any kind of notable amount - do you have a reference?
Re: Ask HN: Should I unplug my laptop charger at 100%?
#213Earlier quoted context omitted.
Could you clarify how you arrived at 84% battery health? After the command "ioreg -l -n AppleSmartBattery -r" I see DesignCapacity, but where does the other number (5629) come from? I'd like to compute battery health myself...
running ioreg -l -n AppleSmartBattery -r | grep -i capacity gives me "MaxCapacity" = 8329 "CurrentCapacity" = 8002 "DesignCapacity" = 8440 I'm guessing MaxCapacity or CurrentCapacity (I'm at 100% charged on a ~1 year old MBP, so I don't know which number is appropriate)
100 / DesignCapacity * MaxCapacity
Or, in the way that makes way more sense to me: MaxCapacity / DesignCapacity * 100
Which, with your results, yields something to the effect of: 98.68%
It's kind of (read: very) dirty looking, but you can get the same result with: echo $(ioreg -l -n AppleSmartBattery -r | grep MaxCapacity | awk '{print $3}') / $(ioreg -l -n AppleSmartBattery -r | grep DesignCapacity | awk '{print $3}') \* 100 | bc -lRe: Ask HN: Should I unplug my laptop charger at 100%?
#214Earlier quoted context omitted.
What if you're mostly using the laptop near a power outlet? Wouldn't it be better to keep it plugged in to avoid charging/discharging the battery at all?
No. Leaving a battery at 100% is bad for the battery's life. Just as bad as deep cycling all the time. Even if your laptop is stationary, knock the charger out once a day and let it run on battery power for a bit.
Re: Ask HN: Should I unplug my laptop charger at 100%?
#215Earlier quoted context omitted.
Really? Because there doesn't' seem to be a definitive answer here and lots of conflicting information...
I'm not saying it's a bad question, but I am asking if HN is the place to ask it. There are already lots and lots of answers to this question. Maybe try Reddit, or any of the various hardware forums. People are free to down vote me (and they have) for my opinion -- even though I've been polite and (I think) thoughtful. Even still, my opinion stands: HN is the wrong forum for this kind of question. There are many, man…
Re: Ask HN: Should I unplug my laptop charger at 100%?
#216Source: I have a master's degree in mechanical engineering in hybrid vehicle powertrains, and a big part of my research was battery technology. I spent some time working with the folks at National Semiconductor learning this, so I have several primary sources. Disclaimer: my knowledge of the field is from ca 2010. 1) Lots of deep discharge cycles do negatively affect battery life. Try not to jump between 0% and 100%…
So what my laptop should do automatically is to stop charging once it hits ~90%, and start charging again when it hits ~40%. And the OS should give me an easy-to-reach option to "charge to 100%" for when I'm about to make a trip. Why hasn't anyone implemented this yet?
http://atp.fm/episodes/33-a-30-minute-skip-button
TL;DR: good idea, but people will forget and become shitty when their laptop isn't at 100% when they go on a trip.
Re: Ask HN: Should I unplug my laptop charger at 100%?
#217Re: Ask HN: Should I unplug my laptop charger at 100%?
#218Earlier quoted context omitted.
My iPhone and a couple flash drives do this, probably because it thinks my scanner is a camera. Unfortunately I can't stop it from launching (assuming I can disable it in Preferences) until it will actually launch—I have left it beachballing for a very long time and it still has not finished launching, so I just force quit it.
Open the Image Capture application, and you can change the setting at the bottom-left of the window. It seems to get increasingly hidden with each OS release.
Re: Ask HN: Should I unplug my laptop charger at 100%?
#219Earlier quoted context omitted.
That's nice to know. However, i'd rather buy a new battery after 5 years (if my laptop is still fit and the battery is dead), than having to complicate my life and think about when to unplug or charge my laptop multiple times each day for 5 years... My Macbook air from mid 2011 is currently at 100/6700*5629 = 84% battery health. (6700 = design capacity, gathered from "ioreg -l -n AppleSmartBattery -r".
Is your machine even operational? My macbook air from 2011 (with Yosemite) is sluggish to the point of being unbearable to use and just collects dust.
Re: Ask HN: Should I unplug my laptop charger at 100%?
#220Earlier quoted context omitted.
That's nice to know. However, i'd rather buy a new battery after 5 years (if my laptop is still fit and the battery is dead), than having to complicate my life and think about when to unplug or charge my laptop multiple times each day for 5 years... My Macbook air from mid 2011 is currently at 100/6700*5629 = 84% battery health. (6700 = design capacity, gathered from "ioreg -l -n AppleSmartBattery -r".
Could you elaborate on how you arrived at the "5 years" lifespan for batteries having charge state of 0-100%?