I just discovered (from an Android app called AccuBattery) that fully charging a lithium ion battery is significantly harder on it than charging it to only 80% or less. Most of my devices use lithium ion batteries, and most of the time (especially Windows laptops) I leave them plugged in because I'm at home or at work where power is readily available. I'm wondering if this is hard on them, and, if so, why utilities have not arisen to limit the charge to around 50% when the user knows they're not planning to need battery power for a long time. Is maintaining a 100% charge all the time damaging? Is there a balance regarding the frequency at which charging from 50% to 100% and using the battery back down to 50% breaks even with maintaining 100% charge and using it down to 50% at the same frequency?
Answer
For modern laptops, this usually isn't much of an issue unless you're regularly connecting to and disconnecting from AC power. Most modern laptops have power distribution systems that work very similarly to an uninterruptible power supply. When connected to AC, they will run off of that and keep the battery topped up, but they will switch to battery power if disconnected from AC. As a result, if you're plugged in all the time, you aren't cycling the charge on your battery, you're just running on AC power (and usually applying just enough charging current to the battery to keep it from losing charge by itself). In addition, a couple of OEM's actually do provide support for this type of thing (provided you install their bloatware on your system and you're using WIndows). Dell has has this for years on their systems for example.
There are however a couple of issues with not charging the battery all the way:
- Users won't consistently get the battery life they expect. As a very specific example, I almost always use my laptop plugged in, but on the occasions I do need to use the battery, I almost always need a full charge (I've also got a behemoth of a mobile workstation though, so full charge is about 2.5 hours if I'm lucky).
- Cheap batteries can actually develop reduced capacities faster if not charged all the way.
- Adding more logic to the embedded controller for the battery (which is part of what would need to change, because that's what handles charging on almost all systems) to handle this opens up new opportunities for bugs in an area that you can't afford to have bugs.
No comments:
Post a Comment