Share via

I cannot restore the power plans in Windows 11

Anonymous
2023-01-06T09:29:56+00:00

I discovered I'm missing the powersave and high performance power plans in Windows 11.

so I ran the following command to restore them:

powercfg -restoredefaultschemes

in the Administrator console above and restarted my computer. That did not work.

I then tried running the following commands:

Power Saver Restoration

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

High Performance Restoration

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

in the Administrator console above and restarted my computer. That also did not work.

I am using an administrator user ID with the console. I also tried the SFC and DISM commands to check for image damage and none was found.

I have no idea why they are not coming back.

Windows for home | Windows 11 | Sleep and Power on, off

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

13 answers

Sort by: Most helpful
  1. Ramesh 176.3K Reputation points Volunteer Moderator
    2023-01-06T18:44:49+00:00

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-01-06T16:59:41+00:00

    Thanks for the feedback. Let's check the integrity of your system files. Windows has two tools commonly used for this purpose: SFC and DISM.

    The System File Checker (SFC) tool built into Windows will scan your Windows system files for corruption or any other changes. If a file has been modified, it will automatically replace that file with the correct version. If the SFC command doesn’t work, you can also try the Deployment Image Servicing and Management (DISM) command to repair the underlying Windows system image.

    [ Using System File Checker in Windows ]

    System File Checker is a utility in Windows that checks for problems with files on your computer. To run it, follow these steps:

    Make sure you've installed the latest updates for Windows, and then restart your machine. To find out more, read Update Windows.

    In the search box on the taskbar, type Command Prompt, and right-click or press and hold Command Prompt (Desktop app) from the list of results. Select Run as administrator, and then select Yes.

    Type

    DISM.exe /Online /Cleanup-image /Restorehealth

    (note the space before each "/"), and then press Enter. (Note: This step may take a few minutes to start and up to 30 minutes to complete.)

    After you see a message that says "The operation completed successfully," type

    sfc /scannow

    (note the space between "sfc" and "/") and press Enter.

    After you see a message that says, "Verification 100% complete," type exit.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-01-06T15:31:26+00:00

    Hi, Anderson.

    I can create new power plans based on the Balanced plan only.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Ramesh 176.3K Reputation points Volunteer Moderator
    2023-01-06T11:05:27+00:00

    This has to do with Modern standby or your UEFI settings. Please check out the following thread for more information:

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more