System Restore Missing Power Plans in Windows 11


Power_plan_banner.png

This tutorial will show you how to restore the built-in Balanced, High performance, Power saver, and/or Ultimate Performance power plans if missing in Windows 10 and 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. A power plan is also known as a power scheme.

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

Windows 10/11 includes the following power plans by default:
  • Balanced = Offers full performance when you need it and saves power when you don't. This is the best power plan for most people. Allows you to change your Power Mode.
  • Power saver = Saves power by reducing PC performance and screen brightness. If you're using a laptop, this plan can help you get the most from a single battery charge.
  • High performance = Maximizes screen brightness and might increase PC performance. This plan uses a lot more energy, so your laptop battery won't last as long between charges.
  • Ultimate Performance = Only available in the Windows 10/11 Pro for Workstations edition by default, but can be added to any edition. Provides ultimate performance on higher end PCs. It builds on the current High-Performance policy, and goes a step further to eliminate micro-latencies associated with fine grained power management techniques. As the power scheme is geared towards reducing micro-latencies it may directly impact hardware; and consume more power than the default balanced plan. The Ultimate Performance power policy is currently not available on battery powered systems by default.

Windows 11 devices that support Modern Standby will usually only have the Balanced power plan scheme available by default, and can only add custom power plans.




Contents



EXAMPLE: Power Plans

Default_Power_Plans.png
Default_Power_Plans_with_Modern_Standby.png





Option One

Restore "Balanced" Power Plan


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below into Windows Terminal, and press Enter.

powercfg -duplicatescheme 381b4222-f694-41f0-9685-ff5bb260df2e

3 Perform the appropriate step below:
  • If the "Balanced" power plan has been restored, then you can stop now.
  • If the "Balanced" power plan has not been restored, then continue on to step 4.
4 Click/tap on the download button below to download the Balanced.zip file.


5 Save the ZIP file to your desktop.

6 Unblock the ZIP file.

7 Open the Balanced.zip file, and extract (drag and drop) the Balanced.pow file to your desktop.

8 Type the command below into Windows Terminal, and press Enter.

powercfg -import "Full path of .pow file" 381b4222-f694-41f0-9685-ff5bb260df2e

Substitute Full path of .pow file in the command above with the actual full path of the Balanced.pow file from step 4.

For example: powercfg -import "C:\Users\Brink\Desktop\Balanced.pow" 381b4222-f694-41f0-9685-ff5bb260df2e


9 When finished, you can close Windows Terminal if you like.




Option Two

Restore "High performance" Power Plan


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below into Windows Terminal, and press Enter.

powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

3 Perform the appropriate step below:
  • If the "High performance" power plan has been restored, then you can stop now.
  • If the "High performance" power plan has not been restored, then continue on to step 4.
4 Click/tap on the download button below to download the High_performance.zip file.


5 Save the ZIP file to your desktop.

6 Unblock the ZIP file.

7 Open the High_performance.zip file, and extract (drag and drop) the High performance.pow file to your desktop.

8 Type the command below into Windows Terminal, and press Enter.

powercfg -import "Full path of .pow file" 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

Substitute Full path of .pow file in the command above with the actual full path of the High performance.pow file from step 4.

For example: powercfg -import "C:\Users\Brink\Desktop\High performance.pow" 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c


9 When finished, you can close Windows Terminal if you like.




Option Three

Restore "Power saver" Power Plan


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below into Windows Terminal, and press Enter.

powercfg -duplicatescheme a1841308-3541-4fab-bc81-f71556f20b4a

3 Perform the appropriate step below:
  • If the "Power saver" power plan has been restored, then you can stop now.
  • If the "Power saver" power plan has not been restored, then continue on to step 4.
4 Click/tap on the download button below to download the Power_saver.zip file.


5 Save the ZIP file to your desktop.

6 Unblock the ZIP file.

7 Open the Power_saver.zip file, and extract (drag and drop) the Power saver.pow file to your desktop.

8 Type the command below into Windows Terminal, and press Enter.

powercfg -import "Full path of .pow file" a1841308-3541-4fab-bc81-f71556f20b4a

Substitute Full path of .pow file in the command above with the actual full path of the Power saver.pow file from step 4.

For example: powercfg -import "C:\Users\Brink\Desktop\Power saver.pow" a1841308-3541-4fab-bc81-f71556f20b4a


9 When finished, you can close Windows Terminal if you like.




Option Four

Restore "Ultimate Performance" Power Plan


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below into Windows Terminal, and press Enter.

powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

3 Perform the appropriate step below:
  • If the "Ultimate Performance" power plan has been restored, then you can stop now.
  • If the "Ultimate Performance" power plan has not been restored, then continue on to step 4.
4 Click/tap on the download button below to download the Ultimate_Performance.zip file.


5 Save the ZIP file to your desktop.

6 Unblock the ZIP file.

7 Open the Ultimate_Performance.zip file, and extract (drag and drop) the Ultimate Performance.pow file to your desktop.

8 Type the command below into Windows Terminal, and press Enter.

powercfg -import "Full path of .pow file" e9a42b02-d5df-448d-aa00-03f14749eb61

Substitute Full path of .pow file in the command above with the actual full path of the Ultimate Performance.pow file from step 4.

For example: powercfg -import "C:\Users\Brink\Desktop\Ultimate Performance.pow" e9a42b02-d5df-448d-aa00-03f14749eb61


9 When finished, you can close Windows Terminal if you like.




Option Five

Reset and Restore All Default Power Plans


This option will delete all custom power plans, restore all default power plans, and reset the settings for all built-in power plans to default.


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below into Windows Terminal, and press Enter. (see screenshot below)

powercfg -restoredefaultschemes

3 When finished, you can close Windows Terminal if you like.

powercfg_restoredefaultschemes.png



That's it,
Shawn Brink


 

Attachments

Last edited:

Windows 11 devices that support Modern Standby will usually only have the Balanced power plan scheme available by default, and can only add custom power plans.

I certainly have Modern Standby disabled. But High Performance still refuses to show in the CP despite being added and present inside the registry (I even tried adding d-word Attributes with value 0). It will only show in CP and powercfg list if and only if it is the current active plan. Any ideas?

1735032154762.webp
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
I certainly have Modern Standby disabled. But High Performance still refuses to show in the CP despite being added and present inside the registry (I even tried adding d-word Attributes with value 0). It will only show in CP and powercfg list if and only if it is the current active plan. Any ideas?

View attachment 120171

Hello, :alien:

This is normal for devices with Modern Standby. They only have the Balanced power plan, and can only add custom power plans.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender
My experience with Modern Standby is that it locked the CPU to base speed of 2.0GHz regardless of the 'best performance' in the modern settings. Total :poop:
So removed S0 and reinstated High Performance and now the CPU works as intended. I don't use sleep so that makes no difference to me.

ksnip_20241224-142333.webp



ksnip_20241224-143221.webp
 

My Computers

System One System Two

  • OS
    Win 11 Home & Pro
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Vivobook
    CPU
    AMD Ryzen™ 7 7730U
    Motherboard
    M1605YA
    Memory
    15.0GB Dual-Channel DDR4 @ 1596MHz (22-22-22-52)
    Graphics Card(s)
    512MB ATI AMD Radeon Graphics (ASUStek Computer Inc)
    Monitor(s) Displays
    Generic PnP Monitor (1920x1200@60Hz) - P1 PLUS (1920x1080@59Hz)
    Screen Resolution
    1920 X 1200
    Hard Drives
    953GB Western Digital WD
    PSU
    45 Watts
    Mouse
    Lenovo Bluetooth.
    Internet Speed
    500 Mbps
    Browser
    Edge
    Antivirus
    Defender
  • Operating System
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ACER NITRO
    CPU
    AMD Ryzen 7 5800H / 3.2 GHz
    Motherboard
    CZ Scala_CAS (FP6)
    Memory
    32 GB DDR4 SDRAM 3200 MHz
    Graphics card(s)
    NVIDIA GeForce RTX 3060 6 GB GDDR6 SDRAM
    Sound Card
    Realtek Audio. NVIDIA High Definition Audio
    Monitor(s) Displays
    15.6" LED backlight 1920 x 1080 (Full HD) 144 Hz
    Screen Resolution
    1920 x 1080 (Full HD)
    Hard Drives
    Samsung 970 Evo Plus 2TB NVMe M.2
    PSU
    180 Watt, 19.5 V
    Mouse
    Lenovo Bluetooth
    Internet Speed
    500 Mbps
    Browser
    Edge
    Antivirus
    Defender
Hello, :alien:

This is normal for devices with Modern Standby. They only have the Balanced power plan, and can only add custom power plans.
Even with Modern Standby disabled?

But if you look at my screenshot above, all the other plans are exposed, only High Performance is hidden, why is that?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
Even with Modern Standby disabled?

But if you look at my screenshot above, all the other plans are exposed, only High Performance is hidden, why is that?
It looks like those could be custom plans added by the OEM or you instead.

The GUIDs of the default plans will still be listed in the registry for reference, but just not available with Modern Standby.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender
It looks like those could be custom plans added by the OEM or you instead.

The GUIDs of the default plans will still be listed in the registry for reference, but just not available with Modern Standby.
You keep mentioning Modern Standy, but I have it disabled. Does that not matter?

So my only option would be to use powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c which creates a scheme based on High Performance with a new GUID right? Is that GUID random?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
You keep mentioning Modern Standy, but I have it disabled. Does that not matter?

So my only option would be to use powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c which creates a scheme based on High Performance with a new GUID right? Is that GUID random?
As a workaround, check to see if you have Power Mode settings below. If so, you can set it to "Best Performance" to effectively be the same as High Performance.

 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender
As a workaround, check to see if you have Power Mode settings below. If so, you can set it to "Best Performance" to effectively be the same as High Performance.

I do, and it is set to Best Performance while I'm in another plan. But this power mode is not the same as the High Performance power plan, because High Performance is the only plan that does not constantly write to the Speed Shift EPP register. I am using Throttlestop and any plan other than High Performance causes a tug of war for that EPP register.

I have exposed the EPP settings in the power plan but they seem to be completely useless in that Windows does not respect the value I put in, and simply wants to use its own which is fixed for every plan, except again High Performance.
1735096739154.webp
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
It seems to be some sort of placebo (8 is my change in Balanced).
1.webp

2.webp


In comparison.
3.webp
 

My Computer

System One

  • OS
    Microsoft Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI MS-7D98
    CPU
    Intel Core i5-13490F
    Motherboard
    MSI B760 GAMING PLUS WIFI
    Memory
    2 x 16 Patriot Memory (PDP Systems) PSD516G560081
    Graphics Card(s)
    GIGABYTE GeForce RTX 4070 WINDFORCE OC 12G (GV-N4070WF3OC-12GD)
    Sound Card
    Bluetooth Аудио
    Monitor(s) Displays
    INNOCN 15K1F
    Screen Resolution
    1920 x 1080
    Hard Drives
    WD_BLACK SN770 250GB
    KINGSTON SNV2S1000G (ELFK0S.6)
    PSU
    Thermaltake Toughpower GF3 1000W
    Case
    CG560 - DeepCool
    Cooling
    ID-COOLING SE-224-XTS / 2 x 140Mm Fan - rear and top; 3 x 120Mm - front
    Keyboard
    Corsair K70 RGB TKL
    Mouse
    Corsair KATAR PRO XT
    Internet Speed
    100 Mbps
    Browser
    Firefox
    Antivirus
    Microsoft Defender Antivirus
    Other Info
    https://www.userbenchmark.com/UserRun/66553205
Does not the "High Performance" setting in Power Mode do what we are attempting to do from the Control Panel? Please advise.
 

My Computer

System One

  • OS
    Windows 11 23H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GF76 Katana
    CPU
    12th Generation Intel i7-12700H 2700 Mhz 14(Core)s
    Memory
    16 Gigs
    Hard Drives
    1 Terabyte
    Keyboard
    Red
    Mouse
    Logitech MX Master 2S
    Internet Speed
    500 MBP
    Antivirus
    Windows Security
Back
Top Bottom