Change Power Plan in Windows 11


A power plan is a collection of hardware and system settings that manages how your computer uses power. Power plans can help you save energy, maximize system performance, or achieve a balance between the two.

Changes made to a power plan will affect all users that use the same power plan as their default active power scheme.

Windows 11 includes the following default power plans:

This tutorial will show you how to choose a power plan to be the current active power scheme used by default for your account in Windows 11.

Some Windows 11 devices (ex: Modern Standby) may only have the Balanced power plan scheme available by default.

Contents


OPTION ONE

Change Power Plan in Control Panel

1. Open the Control Panel (icons view), and click/tap on the Power Options icon.
2. Select (dot) the power plan (ex: “Ultimate Performance”) you want to use by default for your account. (see screenshot below)
3. You can now close the Control Panel if you like.

Power Options


OPTION TWO

Change Power Plan using Command

1. Open Windows Terminal (Admin), and select either Windows PowerShell or Command Prompt.
2. Copy and paste powercfg /list into the terminal, and press Enter. This will give you a list of all available power plans on the PC along with their GUID. Make note of the GUID of the power plan you want to choose. (see screenshot below)

The power plan scheme that has an asterisk (*) to the right of it is your current active power plan scheme.

Windows PowerShell

3. Type or copy and paste the command below you want to use into the terminal, and press Enter. (see screenshot below)

(Good for custom power plan)​
powercfg /setactive GUID

(Balanced)​
powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260df2e

​ (High performance)​
powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

​ (Power saver)​
powercfg /setactive a1841308-3541-4fab-bc81-f71556f20b4a

​ (Ultimate Performance)​
powercfg /setactive e9a42b02-d5df-448d-aa00-03f14749eb61

Substitute GUID in the command above with the actual GUID from step 2 above for the power plan you want to choose.

4. You can now close Windows Terminal if you like.

Windows PowerShell 2

Credits:ElevenForum