Windows 11 includes several built-in power plans designed to balance performance and energy consumption. While the default Balanced plan works well for most users, there are situations where creating a custom power plan can provide a better experience. For example, gamers may want maximum performance, laptop users may prefer extended battery life, and professionals working with resource-intensive applications may need a plan that prevents the computer from reducing performance during demanding tasks.
A custom power plan allows you to control how Windows manages hardware components such as the processor, hard drives, display, wireless adapters, USB devices, and sleep settings. By adjusting these options, you can create a power profile tailored specifically to your needs. Whether you want to reduce power consumption, improve performance, or find the perfect balance between the two, Windows 11 makes it relatively easy to build a custom plan.
In this guide, you will learn multiple ways to create a custom power plan in Windows 11, customize its settings, manage advanced power options, export and import plans, and troubleshoot common issues. The instructions are suitable for beginners as well as advanced users looking for greater control over their system’s power management.
Method 1: Create a Custom Power Plan Using Control Panel
The easiest and most common method is through the traditional Control Panel interface. This option allows you to create a new plan based on an existing one and then modify it according to your preferences.
Steps to create a custom power plan:
- Press Windows + R to open Run.
- Type control and press Enter.
- Click Hardware and Sound.
- Select Power Options.
- In the left pane, click Create a Power Plan.
- Choose an existing plan as the base:
- Balanced
- Power Saver
- High Performance
- Enter a name for the new plan.
- Click Next.
- Configure display and sleep settings.
- Click Create.
Once the plan is created, Windows automatically activates it. You can now further customize it according to your requirements.
For most users, starting with the Balanced plan is recommended because it provides a good foundation that can be adjusted for either better performance or improved battery life.
Method 2: Customize Basic Power Settings
After creating a custom plan, you can modify its basic settings.
Steps:
- Open Control Panel.
- Navigate to Power Options.
- Locate your custom plan.
- Click Change plan settings.
You can adjust:
- Turn off display time
- Sleep timeout
- Battery-saving behavior (on laptops)
- Plugged-in power settings
For example, if you frequently leave your PC unattended for short periods, you might set the display to turn off after 5 minutes while keeping the computer awake for 30 minutes. This saves power without interrupting your work.
Desktop users often disable sleep mode entirely, while laptop users may choose shorter sleep durations to maximize battery life.
Method 3: Configure Advanced Power Settings
Advanced Power Settings provide complete control over how Windows handles various hardware components.
Steps:
- Open Power Options.
- Click Change plan settings next to your custom plan.
- Select Change advanced power settings.
A new window will appear containing many configurable categories.
Hard Disk Settings
These options determine when Windows powers down storage drives during inactivity.
You can:
- Turn off hard disks after a specified time.
- Prevent disks from sleeping.
- Optimize power usage.
SSD users often leave this setting unchanged since modern SSDs already consume very little power.
Sleep Settings
Sleep options control how your system behaves when inactive.
Available settings include:
- Sleep after
- Hibernate after
- Allow hybrid sleep
- Allow wake timers
Users who frequently leave work unfinished may benefit from enabling hibernation because it preserves open applications while using almost no power.
USB Settings
USB devices can consume power even when not actively being used.
Options include:
- USB selective suspend
- Device power management
Enabling selective suspend can help conserve battery life on laptops.
Processor Power Management
This section is one of the most important.
You can control:
- Minimum processor state
- Maximum processor state
- System cooling policy
For maximum performance:
- Minimum processor state: 100%
- Maximum processor state: 100%
For battery savings:
- Minimum processor state: 5%
- Maximum processor state: 80% to 99%
Adjusting processor settings allows you to fine-tune the balance between performance and energy efficiency.
Display Settings
Display settings affect monitor power consumption.
Options include:
- Display timeout
- Adaptive brightness
- Brightness levels
Since displays consume significant power, reducing screen-on time can noticeably improve battery life.
Wireless Adapter Settings
Wireless adapters can be configured to prioritize either performance or power savings.
Available modes include:
- Maximum Performance
- Low Power Saving
- Medium Power Saving
- Maximum Power Saving
Laptop users traveling frequently may benefit from more aggressive power-saving options.
Method 4: Create a Custom Power Plan Using Command Prompt
Advanced users can create power plans directly from Command Prompt.
Steps:
- Open Start.
- Search for Command Prompt.
- Select Run as administrator.
To duplicate the Balanced plan:
powercfg -duplicatescheme SCHEME_BALANCED
Windows will generate a new power scheme and provide its GUID.
To view all available plans:
powercfg /list
To activate a specific plan:
powercfg /setactive GUID
Replace GUID with the identifier shown in the command output.
This method is useful for administrators managing multiple computers.
Method 5: Create a Custom Power Plan Using Windows Terminal
Windows Terminal offers the same functionality as Command Prompt while providing a more modern interface.
Steps:
- Right-click the Start button.
- Select Terminal (Admin).
- Run the following command:
powercfg -duplicatescheme SCHEME_MIN
This duplicates the Power Saver plan.
You can also duplicate:
powercfg -duplicatescheme SCHEME_MAX
For High Performance.
After creating the plan, customize it through Power Options.
Many IT professionals prefer Terminal because it supports multiple shells in one application.
Method 6: Rename and Organize Power Plans
Over time, multiple custom power plans can become confusing.
To rename a power plan:
- Open Power Options.
- Click Change plan settings.
- Select Change advanced power settings if needed.
- Return to the Power Options page.
- Create a new descriptive name.
Examples include:
- Gaming Mode
- Battery Saver Plus
- Video Editing
- Office Work
- Maximum Performance
Using meaningful names makes it easier to switch between plans based on your activities.
Method 7: Export a Custom Power Plan
Windows allows you to back up your custom plan.
Steps:
- Open Command Prompt as administrator.
- Run:
powercfg -export C:\PowerPlan.pow GUID
Replace GUID with your plan’s identifier.
The power plan will be saved as a .pow file.
Exporting is useful when:
- Reinstalling Windows
- Migrating to another PC
- Backing up custom settings
- Sharing configurations
Method 8: Import a Custom Power Plan
If you have previously exported a power plan, you can import it easily.
Steps:
- Open Command Prompt as administrator.
- Run:
powercfg -import C:\PowerPlan.pow
Windows imports the plan automatically.
You can then activate it through Power Options or the command line.
This feature saves time when setting up multiple computers with identical power configurations.
Method 9: Delete Unwanted Custom Power Plans
If you no longer need a plan, you can remove it.
Steps:
- Open Power Options.
- Switch to another plan first.
- Open Command Prompt as administrator.
- View available plans:
powercfg /list
- Delete the unwanted plan:
powercfg /delete GUID
Only custom plans should be deleted. Avoid removing built-in plans unless you fully understand the consequences.
Method 10: Restore Default Power Plans
If your custom settings cause problems, restoring default plans can quickly resolve the issue.
Steps:
- Open Command Prompt as administrator.
- Run:
powercfg -restoredefaultschemes
This command:
- Removes custom plans.
- Restores default Windows power plans.
- Resets power settings.
This is often the fastest solution when troubleshooting unusual power-related behavior.
Best Custom Power Plan Configurations
For Gaming
- High Performance base plan
- Display sleep disabled
- Processor minimum state 100%
- Processor maximum state 100%
- USB selective suspend disabled
- Wireless adapter maximum performance
For Battery Life
- Power Saver base plan
- Short display timeout
- Processor maximum state 80–90%
- USB selective suspend enabled
- Wireless adapter power saving enabled
For Office Work
- Balanced base plan
- Moderate display timeout
- Sleep after 20–30 minutes
- Adaptive brightness enabled
For Video Editing
- High Performance base plan
- Sleep disabled
- Processor minimum state 100%
- Maximum performance wireless settings
Frequently Asked Questions
Does Windows 11 allow unlimited custom power plans?
Yes. Windows 11 allows multiple custom power plans, although keeping too many may make management difficult.
Is High Performance better than Balanced?
Not always. High Performance increases power usage and heat generation. Balanced is sufficient for most users.
Can I create different power plans for battery and plugged-in modes?
Yes. Most advanced settings provide separate options for battery and plugged-in operation on laptops.
Will custom power plans improve gaming performance?
A properly configured power plan can help maintain maximum CPU performance and prevent aggressive power-saving behavior, which may improve gaming consistency.
Can I transfer my custom power plan to another PC?
Yes. Export the plan using the powercfg command and import it on another Windows 11 computer.
What happens if I delete a custom power plan?
Only that specific plan is removed. Other power plans remain unaffected.
Final Thoughts
Creating a custom power plan in Windows 11 is one of the best ways to tailor your computer’s performance and power consumption to your specific needs. While the default Balanced plan works well for everyday use, a personalized power plan can provide better battery life, improved gaming performance, or optimized productivity depending on how you use your device.
Windows 11 offers several methods for creating and managing custom plans, including Control Panel, Command Prompt, and Windows Terminal. Once created, you can fine-tune advanced settings for processors, storage devices, USB ports, wireless adapters, displays, and sleep behavior. These adjustments allow you to achieve the ideal balance between performance and efficiency.
Whether you are a casual user, gamer, content creator, student, or business professional, learning how to create a custom power plan can help you get the most out of your Windows 11 PC. By understanding and adjusting power settings carefully, you can ensure your system performs exactly the way you want while making the best use of available resources.


