I know that this was an issue on my ThinkPad W700 with Linux installed. In Windows, the Lenovo drivers would automatically manage the charging level to preserve battery life, but in Linux it would overheat when plugged in for extended periods of time, and I suspect that it was "over-charging". Within a year, the battery had about 50% capacity, and a replacement battery degraded as quickly. My current ThinkPad w540 do…
I'm pretty sure that the charging logic is built into the battery or other dedicated charging circuit hardware. Almost positive that while the OS can say "don't give power to the battery", it can't say "give power to the battery even though the battery says no". Not a great source, but this agrees: http://computer.howstuffworks.com/laptop-battery-overcharged...
Ask HN: Should I unplug my laptop charger at 100%?
191–200 of 249 posts
Re: Ask HN: Should I unplug my laptop charger at 100%?
#192I know that this was an issue on my ThinkPad W700 with Linux installed. In Windows, the Lenovo drivers would automatically manage the charging level to preserve battery life, but in Linux it would overheat when plugged in for extended periods of time, and I suspect that it was "over-charging". Within a year, the battery had about 50% capacity, and a replacement battery degraded as quickly. My current ThinkPad w540 do…
I'm pretty sure that the charging logic is built into the battery or other dedicated charging circuit hardware. Almost positive that while the OS can say "don't give power to the battery", it can't say "give power to the battery even though the battery says no". Not a great source, but this agrees: http://computer.howstuffworks.com/laptop-battery-overcharged...
Re: Ask HN: Should I unplug my laptop charger at 100%?
#193Source: 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%…
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".
upower -i /org/freedesktop/UPower/devices/battery_BAT1 | grep capacity | awk '{print $2}'
You can see all of your power options with upower -eRe: Ask HN: Should I unplug my laptop charger at 100%?
#194Source: 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%…
Re: Ask HN: Should I unplug my laptop charger at 100%?
#195Source: 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%…
On Linux and ThinkPads you can use acpi_call to set these tresholds https://wiki.archlinux.org/index.php/Tp_smapi#2nd_Option (the old tp_smapi way ceased to work about four years ago).
Re: Ask HN: Should I unplug my laptop charger at 100%?
#196From a realistic perspective, though, I've found that (in my experience) to be marginally beneficial; the slight benefit to battery health it had afforded to me wasn't worth the hassle.
Re: Ask HN: Should I unplug my laptop charger at 100%?
#197Earlier 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%?
#198Earlier 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.
Always 'Quit' open apps you don't use, never, NEVER have 2 sessions open at the same time, and try using lighter applications when you can (VLC instead of iTunes for music, Skim instead of Preview for PDFs, Preview instead of Photos for images, etc)
I have to use a 2012 MBP with Yosemite from time to time and if I follow these rules it is definitely bearable.
Re: Ask HN: Should I unplug my laptop charger at 100%?
#199Earlier quoted context omitted.
It'd be nice if the battery controller/charger had the intelligence to make these optimizations transparent to the end user. So present them with 100% or whatever, but in actuality, the battery is at 90%, most of the time it's plugged in, and so on.
I thought this was actually standard operating procedure for laptop batteries (or really, anything using lithium batteries). Similarly, 0% is actually more like 5 or 10%. If you actually deep discharge a lithium battery to 0%, think they'll sometimes have problems taking a charge again. You see this occasionally when someone has taken to 0% on the meter, then let it self-discharge on the desk for a long time.
Re: Ask HN: Should I unplug my laptop charger at 100%?
#200Source: 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%…
That's insightful, thanks. But how do I know the battery reports honest numbers? If all these years spent dealing with hard disks tought me anything, it's that what's being reported by the device could be totally different from the reality :) Perhaps some brands charge a premium for a "long lasting" battery whose only actual difference from a regular one is a firmware hack that keeps it at %80 charge? Can I actually…
http://en.wikipedia.org/wiki/Write_amplification#Over-provis...