Windows 11 and 10 come with preset power plans: High Performance, Power Saver, Balanced, and sometimes Ultimate Performance. You can switch between these plans to get the best performance, more battery life or a bit of both worlds. Some laptop manufacturers, like HP, have their own power plan, like HP Recommended.

However, often after installing a Windows update, default power plans can go missing, or you may see only one power plan. This can also happen if you have made changes to your power plans recently. In any case, here are a few troubleshooting steps to help restore the missing default power plans on Windows 11 and 10 running systems.

How to Check Which Power Plan Is Missing

check missing power plans control panel windows 11

Depending on your system hardware specification, you may see three or four power plans in the Power Options panel. Balanced, Power Saver and High Performance are the most common in all Windows computers.

However, higher-end hardware running Windows 11\10 Pro can have the Ultimate Performance Power plan as well. It is a preset power plan to help boost your system performance in a professional setup. Even if available, enabling the Ultimate Performance power plan may not be necessary for most users.

You can check the available and missing power plans on Windows from Control Panel:

  1. Press Win + R to open Run.
  2. Type control and click OK
  3. In the Control Panel, open Hardware and Sound.
  4. Next, click on Power Options.
  5. Expand the Show additional plans section.

1. Change Power Mode From the Settings Panel

change power mode windows 11

On Windows 11, you can change the power mode from the Settings app. You can choose between the Best power efficiency, Balanced, and Best performance power modes in the Power & battery settings.

To change power mode on Windows 11:

  1. Press Win + I to open Settings.
  2. In the System tab, scroll down and click on Power & battery.
  3. Click the drop-down for Power mode and select your preferred power plan.

If the Power Mode doesn’t show any or some power schemes, you’ll need to restore it using the powercfg command-line utility.

2. Reset the Default Power Plan Settings Using Power PowerShell

Before you try to restore the power plans, reset all the power plan settings to factory default. A reset will only fix issues that occurred due to incorrect configuration.

To reset Windows default power plans:

  1. Open PowerShell with administrator rights.
  2. In the PowerShell window, type the following command and press Enter:
            powercfg -restoredefaultschemes
        
  3. The above command will reset default power schemes. Close PowerShell and check for any improvements.

3. Restore the Missing Power Plan Using the Command Prompt

restore default power plan windows 11 command prompt

You can restore the missing default power plans on Windows using the Command Prompt. We’ll use the powercfg command-line feature to duplicate the existing but missing power plans.

Follow these steps to restore the missing control power schemes. Make sure to only execute the commands for the power control schemes that are missing. Otherwise, it will create duplicate entries for the same power plan in Power Options.

  1. Press the Win key and type cmd.
  2. Right-click on Command Prompt and select Run as administrator.
  3. In the Command Prompt window, type the following command and press Enter:
            [High Performance]
    powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
    [Balanced]
    powercfg -duplicatescheme 381b4222-f694-41f0-9685-ff5bb260df2e
    [Power Saver]
    powercfg -duplicatescheme a1841308-3541-4fab-bc81-f71556f20b4a
    [Ultimate Performance]
    powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
  4. If successfully executed, type exit and press Enter to close Command Prompt.

Next, open Control Panel and go to Power Options to check if the missing power plans are restored on your Windows computer.

4. Enable the High Performance Power Plan Using Command Prompt

enable high performance plan windows command prompt

You can use a different powercfg command to enable the High Performance power plan on Windows. This is useful if your system is missing only the High Performance power scheme. Here’s how to do it.

  1. Open Command Prompt with administrator rights.
  2. In the Command Prompt window, type the following command and press Enter:
            powercfg /s SCHEME_MIN
        
  3. After the command is executed, close the Command Prompt window.
  4. Next, go to Control Panel > Hardware and Sound > Power Options. Here, you can use the High Performance power plan.

If the power plans are still missing, check if Modern Standby (S0) is enabled. If yes, you’ll need to disable Modern Standby to restore the missing power plans.

5. Disable Modern Standby (S0) to Restore Default Power Plans

If you have a Modern Standby (S0) compatible system, check if this sleep state is enabled. When enabled, the default power plans may be disabled to prevent any conflict when the system is in a low-power idle state.

As you may have guessed already, in this situation, you’ll need to disable Modern Standby (S0) on Windows to restore the default power plans on Windows. After you disable Modern Standby (S0), open Power Options to use the default power plans.

Conversely, you may encounter BSOD and other critical errors after disabling Modern Standby (S0). If yes, enable Modern Standby again to fix the issues.

6. Manually Create the Power Plans

If you don’t want to use the preset power plans, you can create your own power plans on Windows. This should work irrespective of the Modern Standby state of your computer.

To create a custom Power Plan on Windows:

  1. Press Win + R to open Run.
  2. Type control and click OK to open Control Panel.
  3. Go to Hardware and Sound.
  4. Next, click on Power Options.
    control panel create power plan windows 11
  5. In the left pane, click on Create a Power Plan.
    control panel create power plan power saver windows 11
  6. Next, select the power plan you want to restore and enter a name for the plan under the Plan name field.
    control panel create power plan configure
  7. Next, configure the settings for the new power plan.
  8. Click Create.`

Your new custom power plan will appear in Power Options. To remove the power plan, unselect the plan and click on Change plan settings. Next, click on Delete this plan and click OK.

Restore the Missing Default Power Plans on Windows

Power plans on your Windows laptops help you manage how your device uses power. If you don’t see the power schemes on Windows, try to reset the default power plans using PowerShell. Similarly, you can also use PowerShell to duplicate and restore the existing power plans.

That said, not seeing the Ultimate Performance power plan in Power Options is not unusual. By default, it is only available on high-end Windows hardware and disabled to prevent battery draining. But you can still enable it using a PowerShell cmdlet. For most users, however, the balanced power plan offers a great balance between performance and battery life.