Windows

How to Create Custom Power Plans in Windows 11

Richard
Written by
Richard
Jun 14, 2022 Updated Apr 29, 2026 2 min read

Windows 11 uses two different systems to manage energy. Power Modes are found in Settings > System > Power & battery. These are simple sliders that prioritize either battery life or performance. Power Plans are deeper settings found in the Control Panel. They control specific hardware behavior like how fast your processor runs or when your hard drive turns off. Why does this matter? Because Power Modes often override your custom Power Plan settings.

Prerequisites and Warnings

Before you begin, note that some laptop manufacturers (OEMs) lock power settings to protect hardware. If you do not see the option to create a plan, your manufacturer may have restricted it. Warning: Creating custom plans for maximum performance can increase heat. This may cause your laptop fans to run loudly or shorten your battery life significantly.

How to Create a Custom Power Plan

Follow these steps to create your own plan:

  1. Click the Start button and search for Control Panel. Open the app.
    control panel in windows 11 search
  2. Click on Hardware and Sound, then select Power Options.
    windows 11 hardware and sound control panel
  3. Click Create a power plan on the left. (Requires Admin Privileges)
    Custom power plans settings in Windows 11 interface
  4. Select a base plan. Balanced is best for most. Give it a name.
    My custom power plan configuration in Windows 11
  5. Click Next. Adjust your screen and sleep settings.
    Completed custom power plan setup in Windows 11
  6. Click Create.
    Overview of my custom power plan in Windows 11

What happens when done? Your computer will now follow your specific rules for energy usage, allowing you to toggle between performance and efficiency modes instantly.

Advanced Management with powercfg.exe

You can manage plans using the powercfg.exe command-line tool. Open Command Prompt as an administrator to use these commands.

To see all plans, type:

💻Code
powercfg /list

To duplicate an existing plan (like High Performance) to create a new one, use:

💻Code
powercfg -duplicatescheme [GUID]

You can find more technical details at the official Microsoft powercfg documentation.

Summary

Custom power plans help you optimize your Windows 11 device for specific tasks. By using the Control Panel or the powercfg command-line tool, you can balance performance and battery life. Always monitor your system temperatures when using high-performance settings to ensure hardware longevity.

Why is the High Performance plan missing in Windows 11?

Microsoft hides the High Performance plan by default in Windows 11 to encourage better energy efficiency. Modern hardware is designed to scale performance dynamically. You can still access it by using the powercfg command-line utility to duplicate the scheme or by checking your manufacturer’s specific software settings.

Can I create a custom power plan for gaming?

Yes. You can create a custom plan that prevents the CPU from downclocking and keeps the GPU at maximum performance. However, this will consume more electricity and generate more heat. Ensure your laptop is plugged into a power source when using a high-performance gaming plan.

How do I delete a custom power plan?

To delete a plan, go to Control Panel > Power Options. Select a different plan as active, then click the Change plan settings link next to the custom plan you want to remove. Click Delete this plan. Note that you cannot delete the default Windows plans.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version