You set your Windows 11 power mode to High Performance or Ultimate Performance, but after restarting the computer, it reverts to Balanced. This reset happens because of a conflict between the Windows 11 Settings app and the legacy Control Panel power plans. The Settings app now manages power modes by applying an underlying power plan, but some system services or third-party software can override this setting during boot. This article explains why the reset occurs and provides three tested methods to lock in your preferred power mode permanently.
Key Takeaways: Locking Your Power Mode After Restart
- Settings > System > Power & battery > Power mode: The quick toggle that applies a modern power mode but can be overridden by legacy plans.
- Control Panel > Power Options > Change plan settings > Change advanced power settings: The legacy interface where you set a specific power plan as active and disable automatic switching.
- Command Prompt (Admin) > powercfg /setactive: The command-line tool that directly activates a power plan and bypasses Settings-based resets.
Why Windows 11 Resets Power Mode to Balanced
Windows 11 uses a layered approach to power management. The Settings app provides a simplified Power mode dropdown with three options: Best power efficiency, Balanced, and Best performance. This dropdown maps to an underlying power plan in the legacy Control Panel. The Balanced power mode maps to the default Balanced plan, while Best performance maps to the High performance plan. However, certain system events can force the power mode back to Balanced. The most common triggers are:
1. Windows Update or driver installation. After a feature update or a graphics driver update, Windows 11 may reset all power settings to default to ensure system stability. This includes reverting the active power plan to Balanced.
2. Third-party power management software. Laptop manufacturers like Dell, Lenovo, HP, and ASUS often include their own power utilities. These utilities can override the Windows power mode during boot or after wake from sleep. Examples include Dell Power Manager, Lenovo Vantage, and ASUS Armoury Crate.
3. Fast Startup conflict. Fast Startup is a hybrid shutdown mode that saves the system state to a hibernation file. If the power plan was changed before shutdown, Fast Startup may restore the previous Balanced state on the next boot instead of the newly selected plan.
Method 1: Set Power Mode via Control Panel and Disable Automatic Switching
Using the legacy Control Panel gives you more control over power plans and prevents the Settings app from resetting your selection. This method also disables the automatic plan switching that some laptops enable by default.
- Open Power Options in Control Panel
Press Windows + R, type powercfg.cpl, and press Enter. This opens the Power Options window directly. - Select your preferred power plan
Click the radio button next to High performance or Ultimate Performance. If you do not see Ultimate Performance, click Show additional plans to expand the list. - Disable automatic plan switching
Click Change plan settings next to the selected plan. Then click Change advanced power settings. In the Advanced settings window, expand Processor power management and set Maximum processor state to 100% for both On battery and Plugged in. Click OK and Apply. - Prevent Windows from reverting the plan
In the same Power Options window, click Choose what the power buttons do on the left sidebar. Click Change settings that are currently unavailable. Under Shutdown settings, uncheck Turn on fast startup and click Save changes. This prevents Fast Startup from restoring a previous power plan. - Restart your computer
Reboot and verify that the power mode remains set to High performance by opening Settings > System > Power & battery and checking the Power mode dropdown.
Method 2: Use Command Prompt to Force a Power Plan
The powercfg command-line tool can directly activate a power plan and bypass any Settings-based resets. This method is especially useful if the Settings app keeps reverting your choice.
- Open Command Prompt as Administrator
Press Windows + S, type cmd, right-click Command Prompt, and select Run as administrator. Click Yes on the User Account Control prompt. - List all available power plans
Type the following command and press Enter:
powercfg /list
You will see output similar to:Existing Power Schemes ( Active)
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced)
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (High performance)
Power Scheme GUID: e9a42b02-d5df-448d-aa00-03f14749eb61 (Ultimate Performance) - Activate the desired power plan
Copy the GUID of the plan you want to set. For High performance, type:
powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
Replace the GUID with the one from your system. Press Enter. The active plan changes immediately. - Create a scheduled task to reapply the plan on boot
Open Task Scheduler by pressing Windows + R, typing taskschd.msc, and pressing Enter. Click Create Task on the right pane. Name it Set Power Plan. On the Triggers tab, click New, set Begin the task to At startup, and click OK. On the Actions tab, click New, set Action to Start a program, and in the Program/script field, type powercfg. In the Add arguments field, type /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c. Click OK twice. This task runs every time Windows starts and forces the plan to your chosen one.
Method 3: Disable Third-Party Power Management Software
Laptop OEM utilities often have their own power profiles that override Windows settings. Disabling or uninstalling these tools can stop the power mode reset.
- Identify the offending software
Open Task Manager by pressing Ctrl + Shift + Escape. Go to the Startup tab and look for entries from your laptop manufacturer, such as Dell Power Manager, Lenovo Vantage, HP Command Center, or ASUS Armoury Crate. Right-click and select Disable. - Disable the service in Services
Press Windows + R, type services.msc, and press Enter. Find the service related to the power utility, for example Dell Power Manager Service or ASUS Optimization. Right-click, select Properties, set Startup type to Disabled, and click Stop to stop it immediately. Click OK. - Uninstall the software if not needed
Open Settings > Apps > Installed apps. Search for the OEM power utility, click the three dots, and select Uninstall. Follow the prompts. After uninstalling, restart your computer and set your power mode again using Method 1 or 2.
If the Power Mode Still Resets to Balanced
Power Mode Resets After a Windows Update
Windows Update can reset power plans to Balanced after a feature update. To prevent this, pause updates temporarily. Go to Settings > Windows Update > Pause updates and select a date up to five weeks away. Then apply Method 2 with the scheduled task to reapply the plan after the next update. After the update completes, you can resume updates normally.
Power Mode Resets After Wake from Sleep
If the power mode changes after waking from sleep, the issue is likely with the power plan settings for sleep and wake. Open Control Panel > Power Options > Change plan settings > Change advanced power settings. Expand Sleep and set Allow wake timers to Disable. Also expand Hard disk > Turn off hard disk after and set both values to 0 (Never). Apply and restart.
Power Mode Resets on a Desktop PC with No OEM Software
On a desktop PC without third-party utilities, the reset is usually caused by Fast Startup. If disabling Fast Startup (as shown in Method 1) did not work, open Settings > System > Power & battery > Screen and sleep and set both On battery power, put my device to sleep after and When plugged in, put my device to sleep after to Never. This eliminates sleep as a trigger for the reset.
Power Mode Selection Methods: Settings App vs Control Panel vs Command Prompt
| Item | Settings App | Control Panel | Command Prompt (powercfg) |
|---|---|---|---|
| Ease of use | Simple dropdown, one click | Multiple clicks, but familiar layout | Requires typing GUID, medium complexity |
| Persistence after restart | Frequently resets to Balanced | More stable, especially with Fast Startup off | Most stable, especially with scheduled task |
| Available plans | Only Best power efficiency, Balanced, Best performance | All plans including Ultimate Performance | All plans, including hidden ones |
| Best for | Quick temporary change | Laptop users with OEM software | Desktop users and advanced users |
You can now prevent Windows 11 from resetting your power mode to Balanced after restart. Use the Control Panel method to disable Fast Startup and set a fixed plan. If the reset persists, create a scheduled task with powercfg to force the plan at every boot. For laptops, disable or uninstall OEM power utilities that override Windows settings. As an advanced step, you can export your custom power plan with powercfg /export and import it on another machine to replicate your settings.