How to Restore Missing Power Plan Options on Windows?

Power plan choices disappearing in Windows often leave only the “Balanced” plan available, with others like “High Performance” and “Power Saver” missing from the Power Options menu. This problem usually means the system’s power settings have been changed, maybe because of a recent update, broken registry settings, or changes to system rules. The main cause is damaged or wrongly set power plans, often started by system updates or power-related registry edits.

This issue can also happen because of turned-off Modern Standby, problems with connected standby features, or wrong system settings.

In this article, we will discuss solutions to this problem.

1. Restore Them Manually

To get back the missing power plans, you can manually restore them by turning on the default settings that were lost due to system problems or updates.

1.1 Command Prompt:

  1. Search for Command Prompt in the Search Menu and run it as Administrator.
  2. Type in the following commands one after another.
  3. powercfg -duplicatescheme a1841308-3541-4fab-bc81-f71556f20b4a
    powercfg -duplicatescheme 381b4222-f694-41f0-9685-ff5bb260df2e
    powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
    powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
  4. Restart your computer and check if the power plans have returned.

1.2 Download the Files Yourself:

  1. Click on this link to download the “.zip” file containing the power plans. Locate the file in your Downloads folder, right-click on it, and choose the Extract option. Extract the files to a simple location for ease of access.
  2. Search for “Command Prompt” in the Start menu and run it as an Administrator.
  3. Use the following command to install the required power plan:
    powercfg -import "C:\Users\2570p\Downloads\Default_Power_Plans\Power saver.pow" (or another path depending on the install location)
  4. Ensure you replace “C:\Users\2570p\Downloads\Default_Power_Plans\Power saver.pow” with the correct path to the file in the folder where you extracted the files.
  5. Navigate to the folder where the files are located, click the address bar, copy the address, and paste it into Command Prompt. If the files are in a folder called Default_Power_Plans within Downloads, the command should be:
    powercfg -import "C:\Users\2570p\Downloads\Default_Power_Plans\Power saver.pow"
  6. Repeat the process for all power plans you want to install and check if they have appeared in Control Panel.

2. Edit the Registry

Editing the registry means changing certain settings that control power management in Windows. By fixing or recreating these settings, you can make sure the system shows all power plan options.

  1. Press Windows + R, type regedit, and hit Enter.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
  2. Click on this key and locate an entry called CsEnabled on the right side of the window. If it exists, right-click on it and choose Modify from the context menu.
  3. In the Edit window, change the value from 1 to 0 under Value data and apply the changes. Confirm any security dialogs that appear.
  4. Manually restart your computer by clicking the Start menu > Power button > Restart, and check if the problem is resolved.
  5. Note: If this didn’t work, try adding an option to show the power plans individually for each one recognized by your computer.
  6. Navigate to the following key in your registry by browsing the left pane:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings
  7. You will see many oddly named keys inside the PowerSettings key. Navigate to each one, right-click the blank side of the screen, and choose New > DWORD (32-bit) Value.
  8. Name each of these values “Attributes” by right-clicking and choosing Rename. Then right-click the newly created attribute value and choose Modify.
  9. Set the value to 2 under Value data, keep the base in hexadecimal, and click OK. Repeat this process for each key in PowerSettings.
  10. Check if the problem is resolved.

3. Create a Custom Power Plan

Creating a custom power plan lets you avoid any system issues or hidden settings that hide the default options. By starting with a template like “Balanced” or “High Performance,” you can fully control and adjust the power settings to fit your needs.

  1. Right-click the battery icon in the system tray at the bottom right of your screen, next to the time and date, and select Power Options.
  2. If it’s not there, click the Start menu, search for Control Panel, change the View by option to Large icons, then click Power Options.
  3. On the left side of the window, click Create a power plan. In the Create a power plan window, choose the power plan you want to restore.
  4. Under Plan name, enter the name you prefer, then click Next at the bottom right of the window.
  5. Adjust additional settings like Turn off the display, Put the computer to sleep, and Adjust plan brightness now or later, then click Create.
  6. The new power plan is now available. Select it when you need it.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Comments

19
    IA
    Ian Sep 17, 2019

    Thanks for this write up! Your commands were exactly what I needed to fix the issue!

    SW
    Shane Warren Author Oct 13, 2019

    Check the “Solution 4” it seems that the power settings have been moved

    MI
    Mirek Feb 22, 2020

    Hello, I found a small mistake in Soltion 1. There is an extra space in command line. It should be like this:
    powercfg -import ” C:Users2570pDownloadsDefault_Power_PlansPower saver.pow”

    Reply
      SW
      Shane Warren Author Feb 24, 2020

      Fixed, thanks for the input.

    SK
    singkong keju Sep 22, 2020

    Hello, I found an issue with my laptop which can’t enter sleep mode. When I put my laptop to sleep, the screen became off, but the power indicator led does not blinking as usual sleep mode. And when I press any button, it remains not responding. Could you please help me ?

      MZ
      Muhammad Zubyan Author Sep 23, 2020

      Hey, Can you please confirm which power plan you are using? If you are using a High-performance power plan the Sleep mode will be disabled so I suggest you right-click on your start menu and open Power options after that go to “additional power settings” and let me know which power plan you are using if you are using “High Performance” change it to “Balance” if it’s already set to balanced Check on your right side of that power plan for option named “Customize power plan” click on it and make you that your Sleep timer is set to something instead of 0

    NJ
    Nitya Jacob Nov 27, 2020

    The second option worked. It was tedious as promised but did the job. Thankyou

    VA
    vanchisel Jan 11, 2021

    Great job. “Solution 2: Use the Following Registry Hack” worked for me. The others did not. After which there were many duplicates which I deleted to leave one power options each. This is a LG Gram 17 17Z90N-R.AAC801 new out-of-the-box and didn’t have those options available.

    Now, if only I can find a solution to why my username folder is one letter short. Microsoft’s solution didn’t work. Caused desktop folder not found so it cannot log on

    Reply
      MZ
      Muhammad Zubyan Author Jan 12, 2021

      Try this:

      1. Create a new Local Administrator account.
      2. Log in to the account you created and Sign in to your Microsoft account.
      3. Now your name should be represented correctly.

      Let me know if that helps you.

      MU
      Mussels Oct 10, 2021

      Oh if you hadn’t figured the user thing out, the online account creation has a character limit – mine gets shortened to Musse (and i have to use that shortened name to login to shared folders etc on this PC)

    JC
    Jonathan Michael Collier Dec 13, 2021

    Hey , guys im really lost i got a new alienware x17 and it only has the balanced profile . i tried every way listed , even the registry hack does have the CZ file . i have no idea what to do

      MZ
      Muhammad Zubyan Author Dec 14, 2021

      Which Power plan are you trying to find and apply ? I can export my power plan and send them to you.

        ST
        Saif Tamimi Jan 2, 2022

        Hey can you do the same to me? I think my problem is that I have the cracked version of windows 10. And it only has the “Balanced” power option. I tried all the 4 solutions above and nothing worked, it just creates more Balanced options but not the other ones. I’m so confused

          MZ
          Muhammad Zubyan Author Jan 2, 2022

          Yes sure! Which power plan?

          FG
          Frosty Gorilla Apr 15, 2022

          Turbo, and Ultimate Performance

          RU
          Ruslan Aug 11, 2023

          did it work

      AA
      Angelo Alex Nov 17, 2023

      If dont work your modern standby is on you must turn it off
      if modern standby is off and will dont work you must run just a dism /online /cleanup-image /restorehealth and when the restorehealth is running or when she is over you must run the powerplan copy command
      That is the solution

      Reply
    CH
    Chuck Feb 2, 2022

    Hello, and thank you for the article. Windows 10 and 11 seem to be emulating the Apple OS nowadays … taking away much of our ability to tweak our systems by hiding the tools to do so. There was a big reason I have stayed away from Apple for decades. Microsoft may yet push me to fully embrace Linux, instead of just as a second OS on some of my PCs.

    Now I cannot find and manage Link State Power Management and some other advanced power settings in Windows 11, for example. They are still there doing whatever they’re set to do, but are now hidden away from our eyes and our control. I’ll shortly be adding or modifying the “Attributes” key to “2” in each section to get all of them back. But we should not have to do this! Microsoft does not need nor deserve to be Big Brother.

    AK
    Abdul Rehman Khalid Aug 30, 2022

    Solution-1 worked for me.