Are you looking to boost your computer’s performance? Adding the high performance power plan in Windows 10 and 11 can help you maximize your system’s potential. In this guide, I’ll walk you through two simple methods to add this missing power plan to your Windows settings.
Key Takeaways
- The high performance power plan can be added through the Control Panel or PowerShell.
- This power plan maximizes system performance at the cost of higher energy consumption.
- If one method doesn’t work, you can try the alternative approach.
Method 1: Using Control Panel
Access Power Options
- Click on the Start button and search for “Control Panel”.
- Open the Control Panel app.
- Change the view settings to either small or large icons.
- Locate and click on “Power Options”.
Create High Performance Plan
- If the high performance plan is missing, click on “Create a power plan”.
- Choose “High performance” from the available options.
- Name the plan “High Performance” (or any name you prefer).
- Click “Next”.
Customize Plan Settings
- Adjust the plan settings according to your preferences.
- I typically set all options to “Never” for maximum performance.
- Click “Create” to finalize the plan.
Method 2: Using PowerShell
If the first method doesn’t work or you prefer using command-line tools, try this PowerShell method.
Open PowerShell as Administrator
- Click the Start button and search for “PowerShell”.
- Right-click on “Windows PowerShell” and select “Run as administrator”.
Add High Performance Plan
- Copy the following command:
powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
- Paste the command into PowerShell (right-click or press Ctrl+V).
- Press Enter to execute the command.
Verify the New Power Plan
- Return to the Control Panel and open Power Options.
- You should now see the High Performance power plan in the list.
Conclusion
Adding the high performance power plan to Windows 10 and 11 is a simple process that can potentially boost your system’s performance. Whether you prefer using the graphical interface through Control Panel or the command-line approach with PowerShell, you now have the tools to customize your power settings. Remember, while this plan maximizes performance, it also increases power consumption, so use it wisely based on your needs.
In addition to the High Performance power plan, you can also add and activate the Ultimate Performance plan on Windows 10 and Windows 11.
Frequently Asked Questions (FAQ)
What is the high performance power plan?
The high performance power plan is a Windows power setting that prioritizes system performance over energy efficiency. It keeps your CPU running at higher speeds and prevents components from entering low-power states.
Why isn’t the high performance plan showing up in my power options?
Some Windows installations, especially on laptops, may not show the high performance plan by default to conserve battery life. You can add it manually using the methods described in this guide.
Will using the high performance plan drain my laptop’s battery faster?
Yes, the high performance plan typically consumes more power. It’s best used when your laptop is plugged in or when you need maximum performance for resource-intensive tasks.
Can I customize the high performance plan after adding it?
Absolutely! After adding the plan, you can modify its settings in the Power Options menu to fine-tune performance and power usage according to your needs.
Is it safe to use PowerShell to add the high performance plan?
Yes, using PowerShell to add the high performance plan is safe. The command simply creates a copy of an existing power plan schema, which is a standard Windows operation.