Windows 11 throttles background apps to save power, and it's not always right about which ones deserve it. Power Throttling at the system level and Efficiency Mode per process in Task Manager handle this. With Windows version 25H2, both have gotten more aggressive, even on desktops that aren't on battery. If your background renders, downloads, or file syncs feel slower than they should, there's a good chance Windows is quietly cutting their CPU access.
Power Throttling and Efficiency Mode aren't the same thing
Power Throttling has been around since Windows 10. It's a system-level feature that reduces CPU frequency for apps Windows considers inactive - anything you're not directly interacting with. The OS monitors which windows are in the foreground and which aren't, then dials back clock speeds for background processes to conserve power. It's automatic, and unless you go looking for it, you'd never know it's happening.
Popular Now: GTA 6 physical copies in Japan have a 170-day expiration dateEfficiency Mode is newer and more targeted. Microsoft introduced it in Windows 11 22H2 as a per-process control inside Task Manager. When it kicks in, or when manually applied, it uses the EcoQoS API to lower a process's CPU priority and cap its power usage. You'll see a green leaf icon next to any process running in Efficiency Mode.

The two are related but not interchangeable. Efficiency Mode sits on top of Power Throttling since it relies on the same underlying mechanism but adds its own layer of CPU-priority reduction. This means disabling Efficiency Mode for a specific process in Task Manager doesn't stop Windows from applying Power Throttling to it at the system level. They're separate levers, and controlling one doesn't automatically control the other.
This distinction matters when you're troubleshooting. If a background app feels sluggish and you toggle off Efficiency Mode but nothing improves, Power Throttling might still be quietly limiting its CPU access. Fixing the problem properly sometimes means addressing both.

Best Deals: Samsung 9100 PRO 1TB SSD
Task Manager shows you exactly which apps are being held back
Open Task Manager with
For a more detailed view, switch to the Details tab. Right-click any column header, select "Select columns," and enable "Power Throttling." This adds a column that shows "Enabled" or "Disabled" for every running process, which is more useful than the leaf icon when you're trying to get the full picture.
Our Latest TweakTown Guides
- How to Turn Your Windows Laptop Into a Second Monitor with Miracast and Wireless Display in Minutes
- 6 Mistakes to Avoid When Buying a Windows Laptop
- I capped Windows Update's bandwidth with Delivery Optimization, and my downloads stopped choking
- I use this decade-old free tool that finds files faster than Windows Search does
- I install and update most of my apps with this Windows command now, and I stopped downloading sketchy installers


One thing to watch for is browsers like Chrome and Edge, as they group their processes together in the Processes tab. The parent entry might look fine, but individual sub-processes underneath could be throttled. You can expand the group to check.
This is worth doing whenever a background task feels unusually slow, such as file sync clients, download managers, and media encoders, which are frequent targets. If the leaf icon is there or Power Throttling reads "Enabled," you've found the bottleneck.

You can disable it per-app, but the Task Manager fix doesn't stick
The quickest fix is to right-click a throttled process in Task Manager and toggle Efficiency Mode off. It works immediately, but it's a session-only change. The moment that process restarts, or you reboot, Windows will throttle it again.

For something that actually persists, open an elevated Command Prompt and run: powercfg /powerthrottling disable /path "C:\path\to\app.exe". Replace the path in double quotes with the actual executable location. This exempts that specific app from power throttling across reboots, which is what the Task Manager toggle should do, but doesn't. You can confirm your exemptions at any time with powercfg /powerthrottling list.


To undo this later, run powercfg /powerthrottling reset /path "C:\path\to\app.exe" in an elevated Command Prompt. This returns the app to Windows' default throttling behavior.
There's also a Settings-based option. Go to Settings > Apps > Installed apps, find the app, open its Advanced options, and set "Background apps permissions" to "Always." This doesn't fully bypass Efficiency Mode, but it tells Windows to be less aggressive with that app when it's running in the background. It's a softer approach and comes in handy for apps like OneDrive or apps that you download from the Microsoft Store and want them to run at full speed without turning off throttling entirely.
Disabling it system-wide takes a registry edit or Group Policy change
The simplest system-wide option is changing your power mode. Go to Settings > System > Power & battery and set Power mode to "Best performance." This reduces throttling aggressiveness across the board, but it doesn't fully disable it - Windows can still apply it selectively.
For a complete disable on any edition of Windows 11, including Home, you'll need the registry. However, before making any registry changes, create a backup. Open Registry Editor, click File > Export, and save the file somewhere accessible. If something goes wrong, you can restore it by double-clicking the exported file.
In the Registry Editor, navigate to HKLM\SYSTEM\CurrentControlSet\Control\Power, and create a new key called "PowerThrottling" if it doesn't already exist. Inside it, create a DWORD (32-bit) value named "PowerThrottlingOff" and set it to 1. Restart your PC. Task Manager will still show the Efficiency Mode option, but Windows won't actively throttle anything behind the scenes.

If you're on Pro, Group Policy is cleaner. Open gpedit.msc, navigate to Computer Configuration > Administrative Templates > System > Power Management > Power Throttling Settings, and set "Turn off Power Throttling" to Enabled. Restart your PC to apply.

Remember that both methods increase power consumption. On a desktop, that's negligible, but on a laptop running on battery, it's a different calculation.
Some apps deserve full power - most don't
Leave Power Throttling on for most things, since idle browser tabs and background update processes don't need full CPU access. The apps worth exempting are the ones doing real work behind the scenes, such as video encoders, virtual machines, torrent clients, and IDEs compiling code. If you use a desktop, you can get away with the system-wide disable. However, laptops are better off using the powercfg /powerthrottling command, which lets you target specific executables while preserving battery savings for everything else.




