


Microsoft Has a New Trick To Improve Laptop Battery Life On Windows (theverge.com) 47
Microsoft is testing a new adaptive energy saver mode in Windows 11 that automatically turns energy saver on or off based on system workload instead of battery percentage, aiming to extend laptop battery life without dimming screen brightness. The feature is currently available to Windows Insider testers and expected to roll out later this year. The Verge reports: The energy saver mode in Windows 11 typically dims a display brightness by 30 percent, disables transparency effects, and stop apps running in the background. Non-critical Windows update downloads are also paused, and certain apps like OneDrive, OneNote, and Phone Link may not sync fully while energy saver is enabled. This new adaptive energy saver mode, which will only be available on devices with a battery, will automatically enable or disable without affecting screen brightness. That will make it less noticeable on devices like laptops, tablets, and handhelds.
"Adaptive energy saver is an opt-in feature that automatically enables and disables energy saver, without changing screen brightness, based on the power state of the device and the current system load," explains Microsoft's Windows Insider team.
"Adaptive energy saver is an opt-in feature that automatically enables and disables energy saver, without changing screen brightness, based on the power state of the device and the current system load," explains Microsoft's Windows Insider team.
VTEC! (Score:1)
Less processes, obvious choice (Score:2)
Microsoft should be able to get a Windows desktop down to 25 or fewer processes after boot up when it is sitting idle.
- Stop letting applications add their own services, just for application updates
- Stop letting add a process at startup or start a permanent background process
And yes, a suspended processes, swapped out to the OS pagefile is not in RAM, but is in all of the OS system tables for process information....
A better trick still? (Score:4, Funny)
It seems to me that Linux is easier on batteries than Windoze is... ;-)
Re:A better trick still? (Score:4, Informative)
Is it though? My experience with battery life under Linux is mixed, shall we say. It may well be better than windows; I haven't used windows in many years now. I suspect we're a long ways off of the 12 hour battery life of an M series MacBook.
Re: (Score:3)
Re:A better trick still? (Score:5, Funny)
You can fix that by installing Microsoft Defender for Linux. That'll let your battery know who's boss.
Re: (Score:2)
Joking aside, Defender is not the primary user of battery on windows. All the spyware and telemetry is.
Re: (Score:2)
It sounds like you don't use Windows very often. The "background trash" windows runs are usually scheduled tasks that when completed leave Windows in the same low power state as Linux. You're likely in a situation where you never give it enough time to complete.
The reality is under controlled tests - i.e. tests where Windows is not judged immediately after first install, (same for Linux, i.e. not building the slocate database) both system perform relatively equally with Windows often coming out slightly ahe
Re: (Score:3)
Re: A better trick still? (Score:2)
Instead of judging battery life based on "screaming fans", perhaps take a look if the cpu is doing anything and what, if any process, is involved?
Could just be that you don't have a particular driver installed for the system to manage the fan, something as innocuous as smbus?
Re: A better trick still? (Score:2)
The laptop was designed for Windows and comes with Windows. That won't be a thing.
Re: (Score:2)
You would think. Unless you have useless IT monkeys that install a whole bunch of shit that is constantly doing crap in the background and ruining the experience.
I was given a Dell notebook at my job that should run circles around just about everything with the hardware in there, and it boots and runs slower than a 5 year old Dell because of all the Crowdstrike bullshit, other security agents, the workarounds necessary due to non-admin users for software delivery, etc. It's terrible.
If I could wipe the th
Re: (Score:2)
Yeah, I do have that same shit. It's not a driver problem though, it's a too much bullshit problem. The management agent on my PC sometimes goes rogue and starts using up CPU to an extent which not only causes the fan to throttle up, but actually causes perceptible performance degradation — Even the GUI itself is affected, perhaps exacerbated by the fact that it's an intel-based laptop with integrated graphics. (HP had the gall to sell this fucker as an Elitebook, which used to mean something. Not qua
Re: (Score:2)
Then you have something very wrong with your Windows installation. People are usually very quick to blame "Windows" for something that is broken specifically on their machine - either some software they installed that has a bug or some driver that is misbehaving.
Any fan running is not normal on a Windows laptop under normal use. My fan is running now sure but that's because I'm posting on Slashdot while doing a video export. In a few minutes it'll be quiet again and my CPU will be clocked down into a low en
Re: (Score:1)
Re: (Score:2)
It sounds like you don't use Windows very often. The "background trash" windows runs are usually scheduled tasks that when completed leave Windows in the same low power state as Linux. You're likely in a situation where you never give it enough time to complete.
SteamOS would demonstrate differently. The same hardware with SteamOS would get twice the battery life and with better gaming performance.
The reality is under controlled tests - i.e. tests where Windows is not judged immediately after first install, (same for Linux, i.e. not building the slocate database) both system perform relatively equally with Windows often coming out slightly ahead.
See SteamOS
Re: (Score:2)
Would it be mixed due to mixed HW? Different components have different current usage.
Re: (Score:2)
It seems to me that Linux is easier on batteries than Windoze is... ;-)
Funny. On multiple levels. On the one side you wrote Windoze implying that Windows spends more time sleeping that Linux does. And you may have a point there. Many comparisons show Linux lags in battery life compared to Windows. Some do show the other way. The reality is battery life is always a complex combination of software, drivers, and current working state.
Re: (Score:2)
My laptop has Linux installed from the OEM and it reaches 10 hour battery life without issue with coding.
Last time I went to a co-work place 2 hours train away I did not even bother to bring the charger with me.
Re: (Score:2)
On fully supported hardware Linux has better battery life then Windows.
Saying something doesn't make it so. There are plenty of examples online where actual tests show battery life is a wash between the OSes.
Re: A better trick still? (Score:2)
Linux historically had battery life problems because power saving was not good, but modern kernels have got good support for modern systems' equipment in most cases. Now you're mostly ok with drivers in general (as in, not just for power saving) unless you have an Nvidia card.
Re: (Score:3)
It seems to me that Linux is easier on batteries than Windoze is... ;-)
On the one side you wrote Windoze implying that Windows spends more time sleeping that Linux does.
I didn't imply that Windows spends more time sleeping - you inferred it. The doziness I had in mind was that of continuing to support a company whose product spies on its customers, makes it difficult to choose an alternative browser and search engine, forces unwanted upgrades, makes older hardware obsolete on purpose, and does its best to take away choice at every turn.
I understand that some people need to use Windows. I understand the need for honesty and accuracy in evaluating and reporting OS performanc
Re: (Score:3)
Depends on battery management of that specific model. Sometimes it's a bit better, and sometimes it's a lot worse.
In general Linux will run less background crap (telemetry etc) so CPU will spend longer in lower power states. But model specific optimizations will be worse.
Re: (Score:2)
Say what you will about Windows (and I've said quite a bit) but it's power management does seem to be better about reaching lower C-states than Linux on the same hardware. I routinely see better battery life on Windows than Linux, but also routinely see more productivity on Linux than dealing with all the Windows bullshit, so it's probably a wash in the end.
Re: (Score:1)
If they really want to save battery life and improve performance, they should start by fixing the Windows Updates system so it doesn't try to store half the internet in virtual memory whenever it's downloading updates, because that results in a *lot* of swapping; and relatedly they should rip out the E
Welcome To The Club (Score:3)
So they're doing what Apple has done for more than a decade. Got it.
Re: (Score:3)
I also have a trick (Score:5, Insightful)
Turn off all those power wasting crap MS provides. MS Teams, gone. Copilot, gone. OneDrive, gone. I wish I could get rid of the SearchApp and a bunch of those other things I do not use or need.
Re: (Score:2)
You can. You just need to bake it into ISO you install from. It's much more difficult to get rid of that crap once it's installed.
Re: (Score:2)
Turn off all those power wasting crap MS provides. MS Teams, gone. Copilot, gone. OneDrive, gone. I wish I could get rid of the SearchApp and a bunch of those other things I do not use or need.
With recent laptops we're encountering a dual issue of smaller batteries to save weight and more power hungry processors.
Both my work and personal laptops now have AMD processors and 3 cell batteries, both have poor battery life. I don't mind as I prefer a more powerful processor (which the AMD is to the equivalently priced Intel) and am not usually away from a power source for that long anyway. My old 2017 Asus (i5) still gets 10 hours battery life but the 2022 model I replaced it with (Ryzen 5) only ge
Why so much shit? (Score:2)
Why are transparency effects enabled by default?
Why are automatic updates happening while on battery power?
Re: (Score:3)
More to the point, is always on battery (charge at home, use on train) do you ever get an update?
Re: (Score:2)
Re: (Score:1)
Re: (Score:3)
I believe *that* is why.
Why not save energy on desktops too? (Score:2)
Re: (Score:2)
Because in desktop usage, you don't care about fractions of a watt per hour. But it is extremely annoying when power saving features kick in when you don't want them to, and slow system down or suspend/terminate processes you actually want running.
Just stop running so much needless crap (Score:3)
...as a part of your operating system and you won't need a batter saver.
Re: (Score:2)
Are you implying that Windows sits there unused and people don't actually use their laptops? Yes battery saving functions are a good thing, especially when they dynamically adjust to workload. You're begging the question when you say something is unneeded. You never asked the user.
Another device.... (Score:1)
Oh well, another device that I will have to look for "how to disable the enshittificated battery management on this device so that my apps and the rest function as desired and expected".
Thanks Microsoft.
Microsoft innovates power saving mode :| (Score:3)
Re: (Score:2)
Yes if your entire knowledge on power saving is the result of only ever reading Slashdot headlines you may think so. I'm not sure if you were going with a funny mod, but you come across quite silly. No Jobs didn't have a similar power saving mode in 1991.
Re: (Score:2)
Of course not - Jobs had been outsted from Apple by then. Jean-Louis Gassee was the product manager, and they got Sony to help with the design of the PowerBook 100.
Another Microsoft-Only Feature--For Them (Score:2)