7 ms·
Unplug Your Laptop Now, or It Will Stay Plugged in Forever
- cryptozeus 2y agoNo one: Gizmodo: "Somewhere down the line, many of us got the idea that our laptops should always be plugged in to improve their performance."
- deergomoo 2y agoIt’s worded a little weird there, but it’s not untrue. Laptops with high TDP CPUs and/or discrete GPUs will often perform significantly worse on battery, either by default or always. It’s why whenever a new M-series chip launches, Apple makes sure to highlight how it performs every bit the same on battery as while charging.
- Terr_ 2y agoThe problem isn't plugging it in, the problem is naive control software and non-communicated expectations. In contrast, at night I plug in my phone, and it "knows" I won't need it until the morning alarm goes off, so it avoids unnecessarily charging the battery too soon or too rapidly.
- knorker 2y agoThis is why modern laptops don't stay at 100% if the detect that they're always plugged in, no?
- amanaplanacanal 2y agoYeah mine is always plugged in and stays at 60%. This article is stupid.
- juitpykyk 2y agoAnd one day you'll unplug it and complain "why is the battery at 80%? It was plugged in all day. Stupid manufacturer. I will tell everyone to avoid this piece of shit" The least losing move for the manufacturer is to always charge 100%.
- alexvoda 2y agoOr you can actually explain the feature to users and let them choose and users can learn. On my Lenovo laptop I have a toggle I can switch any time between battery saver mode(stay at 80%) and fast charging mode (charge asap to 100%). If when designing products you never even let users choose to learn, you guarantee you will have a stupid user base. Stop endorsing stupidity.
- userbinator 2y agoSomewhere down the line, many of us got the idea that our laptops should always be plugged in to improve their performance Because the manfacturers made the firmware defaults downclock the CPU if it was on battery power. Also, is it just me or does this article have an "AI generated" feel to it? The arguments it makes are somewhat in the "uncanny valley" between truth and fiction, and the phrasing of some of the sentences seems very unusual, especially this last one: Stop charging your laptop past 100% today, so you can free yourself from being plugged in tomorrow. Stuff like this also raises some red flags: It’s when hen[sic] there are too many lithium ions on one side that the battery gets stressed.
- tumult 2y agoYeah, this does seem AI generated, or at least “AI assisted” in that it was primarily written by AI and a human slightly modified it and then stamped their name on it. Just look at this paragraph: “Many laptops sit on a charger throughout the workday and all through the night. We don’t even think about it; we just plug in everywhere. We’re charging at work, at home, at the coffee shop – a collective addiction to a laptop at 100% battery. There’s nothing more frustrating than a laptop that can’t hold a charge, but your charging addiction may be accelerating the issue.” It’s entirely air. It says nothing. The transition to the “There’s nothing more frustrating than a laptop that can’t hold a charge” sentence also doesn’t make sense. It’s like an 11th grader padding their essay to 1000 words, except the entire article is like that.
- publius_0xf3 2y agoI usually shut down my computer when not in use. If the laptop remains plugged in even in its unpowered state, does the battery still degrade?
- lesuorac 2y agoYes. Per the article the problem is being at 100% charge.
- sanqui 2y agoPlease explain like I'm five: if continuously charging and drawing power at 100% hurts my laptop's battery, why doesn't the laptop bypass the battery circuitry, keeping it idle, and use the incoming juice directly?
- frizlab 2y agomacOS actually does that somehow indeed. Not exactly, but it does prevent charge when it “guesses” the computer will stay plugged in for a long time based on previous usage.
- nolist_policy 2y agoChromeOS too.
- frizlab 2y agoiOS too, most of android phones too, etc. And well, most of PCs too… https://support.microsoft.com/en-us/windows/use-smart-charging-in-windows-2ac1b4ba-6027-410a-b80e-f6767d867002 https://support.microsoft.com/en-us/windows/use-smart-chargi...
- alpaca128 2y agoWhich isn't a solution, I just want a toggle so I know it works. I don't want to train some hidden logic so it correctly guesses what I want based on what someone on the other side of the planet assumed my usage pattern looks like.
- frizlab 2y agoNot builtin, but possible: https://apple.stackexchange.com/a/406961 https://apple.stackexchange.com/a/406961
- kcplate 2y ago> Which isn't a solution… …for you. For me, I am perfectly content with the algorithm deciding, and then me, deciding when I know I am going to be disconnected outside of my normal usage pattern…telling the machine to charge it to a 100%.
- dns_snek 2y agoIs there a good reason why we can't tell our devices to charge the battery to say 70% and then internally disconnect the battery, so it's neither charging nor discharging?
- omgtehlion 2y agoSome laptop manufacturers include this mode. At least I have it in lenovos (not exatctly 70%, they allow cap at 80%), and have seen in some samsungs years ago.
- bornfreddy 2y agoWhere do you set this? OS, BIOS or some Lenovo control software?
- paraselene_ 2y agoLenovo vantage, under battery management or something like that. Has been an option for quite long.
- arp242 2y agoOn Linux you can set this in /sys/class/power_supply/BAT?/charge_{stop,start}_threshold – you can read and write a percentage (1-100) to there. You'll have to set it on every boot. I assume there's some way to do this in Windows as well, but I don't know it.
- yjftsjthsd-h 2y agoAt least one of those; depends on the device. As sibling comments note, plenty of devices expose it in software, where in Windows you use the vendor's utility and Linux puts it in /sys, but I've got laptops that either don't do that or I couldn't find it but I could configure it in the BIOS settings. So you might have to dig around a little.
- suprjami 2y agoThinkPad has this. My battery only charges to 75% and it must drop to 50% before it starts charging again. You can configure any value for either setting with TLP.
- _0ffh 2y agoIt's rather unfortunate that many laptops still do this to their batteries. The last time I bought one I made sure it has a smart charging feature: It charges the battery to a configurable upper level, then stops charging until the battery has dropped to another configurable lower level. Defaults are at 80% and 20%. Also, the discharge takes a very, very long time when plugged in, as it feeds directly from the power supply.
- _fw 2y agoApple took this out of Mac OS somewhat recently. You can try to rely on their power management, but given battery decay is a common reason to buy a new machine I don’t trust them really. If you have an Apple Silicon Mac I can recommend Battery [1]. It can keep your Mac at 80%, and even force discharge while plugged in to get there. It’s a CLI and status bar utility, I love it. [1: https://github.com/actuallymentor/battery https://github.com/actuallymentor/battery]
- alpaca128 2y agoThanks, that's exactly what I was missing. I don't know what heuristic Apple's magical 80% charging setting uses but it does absolutely nothing for me, all I wanted is a checkbox for a limit but that's not "smart" and unpredictable enough I guess.
- deleted 2y ago[deleted]
- TheCapeGreek 2y agoOoh, thanks for this. There's a similar plugin for Decky on Steam Deck too, in case any SD users are reading this.
- danaris 2y ago...took what out of macOS? It definitely still does "smart charging", keeping it at 80% until just before when it has learned you are likely to unplug it. If you have a highly irregular schedule, then sure, this may not be helpful. But I find that my and my wife's Apple Silicon laptops are usually kept at 80% unless we explicitly tell them to "charge to full now".
- _fw 2y agoYou can’t explicitly tell it to hold at 80% using system settings, when once you could. Glad it works for you and your wife.
- DavideNL 2y ago
- brandall10 2y agoThe article doesn't explain the why here... it's because 2 things impact lithium ion lifetime - voltage (both high and low) and temp. "In terms of longevity, the optimal charge voltage is 3.92V/cell." https://batteryuniversity.com/article/bu-808-how-to-prolong-lithium-based-batteries https://batteryuniversity.com/article/bu-808-how-to-prolong-... That maps out to roughly 65% charge state. There's a great app called AlDente for MacOS that allows you to set the charge limit while plugged in.
- TrianguloY 2y agoI can confirm from my own experience that this happens. First laptop at work, always plugged in (except for maybe one or two hours a week). After two years of use (maybe a couple more from a previous employee) the battery lasted 30 minutes. Personal laptop. Mostly plugged in (except when traveling maybe 3-4 weeks per month) but with the charging at 80% capped (it's an option from the manufacturer). Almost 10 years later still holds around 1-2 hours (disclaimer: I don't use this laptop anymore except for occasional tests)
- karolist 2y agoMy previous Intel MBP which I've used for every day charging to 100% and discharging to 20% or so has 600 cycles now, battery health is at 81% and has been hovering there. It's still fine, but my point is if you think of relying on applecare+ to replace your dead battery, they will only do so if it's under 80% reported health and my conspiracy is that there's some reported value stickiness around 80%, it will have to be really bad for it to go below, and without it going below no applecare+ replacement.
- mundays 2y agoIf you use your laptop as a laptop, the ideal charging habit is 100% and stop worrying about it. You paid for 100% of the battery, you want to use 100% of the battery. It doesn't make sense to artificially cripple the product to extend the life of the device for a questionable period. Unless it's a desktop with ups, in which case it should stay at 50%-80%.
- sakisv 2y agoPersonal anecdata: - Work MPB which I got 2021-12, 99% of the time plugged in because I was WFH, last time I unplugged it to return it to my employer, the battery was at ~95% of max capacity (as reported by MacOS) - Personal MBP bought 2021-12, only plugging in when battery was low, and 1.5y later the battery was at 80% of max capacity It was then that I investigated a bit and learned the trick of charging only up to 80%, which is something that MacOS does automatically when it's constantly plugged in which preserves battery life. Since then, my personal laptop also stays plugged in most of the time, its battery is almost always at 80% and the battery hasn't decayed further.
- concinds 2y agoAnother anecdote: - 2012 MBP used by my parents, almost always plugged in. Battery died last year. Forgot the cycle count but it shocked me by how low it was. This was before they implemented the feature where it stops charging at 80%. - 2015 MBP used by me, mostly plugged in for the first few years, then afterwards always on battery, at least one charge/discharge cycle every day (often more than one). Battery died 2 years ago (and was 3 years younger). Cycle count was something crazy like ~2000. If your laptop is near power, plug it in.
- Havoc 2y agoI do this with my phones. Notification pops up at 80% and I unplug it if I see it. If not oh well Hard to tell if it max a difference but judging by battery health stats others are reporting I’d say yes. Would be nice if device had a built in way to cap it for daily use and only go to 100% if travelling etc. I’m rarely away from a power socket day to day anyway
- leipie 2y agoThe article's advice isn't the best. It's better to not cycle your battery whenever possible. Set your battery up to only charge when bellow a certain threshold (I do 70%) lower than the max charge (I have it set to 80%). This optimises for not over straining the battery (by not going to 100%) and it reducing cycles to a minimum for my everyday use only travelling between (desk) locations. I set this up through the power manager of KDE, without much effort. I expect this to be available to most Linux distributions and moderately modern laptops. I think I could also set this up on Mac OS when I was using that in the recent past (and I think it comes with something similar out of the box, but less conservative).
- xela79 2y ago^this guy batteries. but seriously, when they announced EV with lithium batteries, all I could think of was the baby sitting for batteries. Look at all the intelligence that goes into those EV car setups.
- bryanlarsen 2y agoYour advice is good but your reasoning is misleading. Smaller more frequent charges are easier on a battery than less frequent larger charges of the same magnitude. Better to go from 70% to 80% five times than to go from 30% to 80% once. That's true with thermal control like most car batteries, and even more without thermal control, like laptops.
- davotoula 2y agoI disagree. 2022 mbp. Always plugged in... 5 charge cycles in total. It seldom charges while plugged in. Even when down to 80% it alerts me it's not charging because I seldom use the battery. Apple could change this behaviour silently and mess it up but for now it's perfect for my needs.
- kybernetikos 2y agoIt seems like laptops should treat 80% like its 100% and have a separate "overcharge" feature that can be activated manually or automatically on a schedule or when not on home WiFi.
- timbit42 2y agoMy Toyota Prius does this with its NiMH traction battery. The battery is now 18 years old and only starting to show its age.
- joshka 2y ago> Somewhere down the line, many of us got the idea that our laptops should always be plugged in to improve their performance. Various things have different default behavior when not plugged in to the power (e.g. iTerm2 disables GPU rendering by default). This is just the one place I know that's a counterpoint (and there's a setting to disable that), but it's actually something that I've hit a few times while developing Ratatui.
- DimuP 2y agoWhy not to implement a feature on all OSs that stops charging your battery once it gets at 100% and start the charging again at about 50%? It's healthy for the battery (aka it doesn't degrade it if it doesn't charge) and it's not letting you remain at 10% - from where it goes instantly at 0%. The dingus remains at how to make it happen, even if i've seen it getting into iOS and Android.
- bryanlarsen 2y agoIf you're running KDE, max charge can be set in advanced battery settings. Other Linuxes can set it at the command line.
- bryanlarsen 2y agoNote that this advice is wrong if you have a device with good software and settings. (aka maximum and minimum charge settings). Smaller more frequent charges are easier on a battery than less frequent larger charges of the same magnitude. Better to go from 70% to 80% five times than to go from 30% to 80% once. Especially on a laptop that doesn't have battery cooling. Even worse, unplugging your laptop makes it use battery charge, adding additional wear to your battery. Virtually all EV's have good software, so your electric car should be plugged into a charger as often as possible. It should be the same for laptops, unless you have one that is poorly configured; most are.
- the_snooze 2y agoA lot of this advice strikes me as folk theories. Just treat batteries as consumables and use the device as you see fit. Replace the battery as necessary every few years. There's no similar advice for avoiding doing an oil change for cars. Why treat laptop and phone batteries as if they're precious resources?
- geor9e 2y agoThat's more annoying than the consequence, so I won't do it. I am not so poor and unskilled that a $79.99 macbook battery swap in a 10 years is worse than the daily annoyance of thinking about a plug every hour of my life. But that's all moot. The latest MacOS already accounts for this, and lets the battery drain while plugged in, instead of topping off to 100% https://support.apple.com/en-us/102338 https://support.apple.com/en-us/102338. So it's not even a real issue anymore.
- DavideNL 2y ago> "The latest MacOS already accounts for this" Does that actually work, though? My iPhone does quite a terrible job at "optimized battery charging"...
- Leftium 2y agoChargie solves this problem for smartphones: https://chargie.org https://chargie.org Next month, they will release a version for laptops: https://chargie.org/product/chargie-for-laptops-preorder https://chargie.org/product/chargie-for-laptops-preorder
- xela79 2y agoDell has advanced power management options in the BIOS, I set it to keep the battery charged at 70%, which is ideal for lithium batteries. And you set a custom schedule on days you need the battery charged at 100% so that you can take the laptop with you at full capacity. It's not rocket science, and definitely something anybody reading this site should be able to figure out for their make/model. For MAC there is a similar app that resides in top system tray where you can also define max charge. (https://apphousekitchen.com/ https://apphousekitchen.com/ )