Latest / The Windows Podcast with Fexingo: Microsoft, PC, and Enterprise Windows Conversations / Windows 11 Is Redesigning Enterprise Power Management
Transcript
- Lucas: There's a quiet change in Windows 11 that's been driving enterprise IT admins crazy, and it's not about security or app compatibility for once — it's about power management. Luna: Battery life again? I thought that was mostly a consumer issue. Lucas: You'd think so, but a Fortune 500 manufacturing firm's internal report I saw recently flagged that after migrating to Windows 11, their Lenovo ThinkPad X1 Carbons started losing about 12 percent more battery per shift. And it's not the hardware — it's the new power framework Microsoft introduced. Luna: What's different? Windows 10 had power sliders too. Lucas: Yes and no. Windows 10 had the classic three-mode slider — Power Saver, Balanced, High Performance — and IT could override it via Group Policy. Windows 11 replaces that with a new 'Power Slider' API that's tied to Modern Standby and dynamic refresh rates. The problem is, the OS now decides when to shift between modes based on its own telemetry, not the admin's policy. Luna: So the laptop might throttle the CPU even when it's plugged in, because Windows thinks it's being smart? Lucas: Exactly. That manufacturing firm's report showed that in Windows 11's 'Balanced' scheme, the CPU clock speed dropped by an average of 400 megahertz compared to the same machine running Windows 10 Balanced. That doesn't sound like much, but their Excel VBA macros — which run complex inventory models — took 12 percent longer to execute. Luna: Ouch. And they can't just flip it to High Performance because the slider is now adaptive? Lucas: Right. Even if you set the slider to 'Best Performance', Windows 11's power management framework — it's based on the newer 'Power Settings' schema — will still allow the CPU to downclock during what it considers idle micro-bursts. The old registry overrides that IT used to lock the CPU frequency don't work the same way. Luna: So what's the root cause? Is Modern Standby the culprit? Lucas: Partly. Modern Standby replaces the old S3 sleep state. It keeps the system in a low-power state that can still do network updates. But the power policy that governs Modern Standby also affects active use. There's a new 'Power Mode' setting that overrides the classic power scheme. Microsoft's documentation calls it 'Energy Saver' — it's a layer on top of the old scheme. Luna: I remember reading that Windows 11 also introduced a dynamic refresh rate — like 60 hertz versus 120 hertz — to save battery. But enterprise users don't need 120 hertz on a ThinkPad. Lucas: True, but the dynamic refresh rate is part of the same power profile. The OS can drop the refresh rate to 60 hertz to save power, and that's fine. But the CPU throttling is the bigger issue. And it's not just the manufacturers. Lenovo's own power management software, Lenovo Vantage, now has to negotiate with Windows 11's power API — and sometimes it loses. Luna: That's a big shift. For years, IT could just set a group policy that locked the power plan to High Performance, and it stuck. Lucas: And a couple of dollars a month is genuinely what keeps these going — buy me a coffee dot com slash fexingo, if you've gotten something out of the show. We don't run ads, so listener support is what keeps the server on. Luna: Yeah, it's a small thing that makes a real difference. Back to power management — so what's the workaround for IT? Lucas: The most effective fix I've seen involves the command line. You can use 'powercfg' to enable the 'Ultimate Performance' power scheme, which is still hidden in Windows 11 Pro. The command is 'powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61'. That unlocks a scheme that bypasses the new adaptive throttling. Luna: But does that scheme hold up under Modern Standby? I've heard it can still get overridden. Lucas: That's the catch. It works for active use — when the laptop is awake and plugged in. But if the system goes into Modern Standby and wakes up, it can sometimes revert to a default Balanced-like behavior. So IT teams are also setting a group policy to disable Modern Standby entirely on enterprise fleets. That forces the system back to S3 sleep, which gives admins more control. Luna: Right, but Microsoft has been deprecating S3 support. Newer Lenovo and Dell laptops don't even have it in the BIOS anymore. Lucas: Exactly. That's the deeper problem. The hardware is moving to Modern Standby by design, and Windows 11's power management is built for that. So IT can fight it with group policies and scripts, but it's an uphill battle. The manufacturing firm I mentioned ended up writing a PowerShell script that runs at logon to reapply the Ultimate Performance scheme and disable the 'Power Mode' setting in the registry. Luna: What registry key do they target? I see this coming up in a lot of IT forums. Lucas: They modify the 'HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings' branch, specifically the 'EnergySaverPolicy' subkey. Setting it to zero disables the Energy Saver overlay. But that's not officially supported — Microsoft could break it in a future update. In fact, the Windows 11 24H2 update changed the behavior of that key, so some companies that deployed the fix had to revise it. Luna: So it's a moving target. What's the long-term recommendation? Should enterprises just accept the battery-saving behavior? Lucas: For most workers, yes. The battery savings are real — on a typical ThinkPad X1 Carbon, Windows 11's adaptive power management adds about 45 minutes of battery life per charge. But for power users running compute-heavy macros or CAD software, IT should identify those users and apply the Ultimate Performance scheme via group policy targeting specific machines. Microsoft has a 'High Performance' policy template in the Group Policy editor for Windows 11 that lets admins lock the power mode, but it only works if Modern Standby is disabled. Luna: So it's a trade-off: better battery for most, but you need to carve out exceptions for the heavy lifters. Lucas: Exactly. And that's the kind of nuance that gets lost in the 'Windows 11 is worse for enterprise' narrative. It's not worse — it's just different. IT needs to learn the new power architecture instead of fighting it. The companies that have adapted are the ones that tested their power policies before the full rollout, not after. Luna: That's a solid takeaway. Don't just migrate — audit your power management first. Lucas: Right. And if you're an IT admin listening, check if your fleet has any users running cpu intensive tasks. If they are, test the Ultimate Performance scheme before you deploy. It might save you a helpdesk ticket or two.