How to Check Active Power Plans in Windows 11
This guide explains how to check your active power plan in Windows 11. A power plan is a collection of hardware and system settings that manages how your computer uses power. Choosing the right plan helps you balance performance and battery life.
Why check your power plan?
Your computer uses power plans to decide how much energy to give your processor and other parts. If your laptop is running slow, you might be on a power-saving mode. If your battery drains too fast, you might be on a high-performance mode.
What happens when done?
Once you finish these steps, you will know exactly how your computer manages its power. You can then pick the best plan for your needs, such as Balanced for everyday use or High Performance to get the most speed out of your machine.
Understanding Power Modes vs. Power Plans
Windows 11 uses two different systems to manage energy. Power Modes are found in the modern Settings app. They are simple sliders like “Best power efficiency” or “Best performance.” Power Plans are the legacy settings found in the Control Panel. These offer more advanced control over specific hardware components.
How to Check Your Power Plan via Control Panel
powercfg -list command to quickly identify the GUID of your power plans. This is useful if you want to switch plans automatically using a script or if you are troubleshooting performance issues on your machine.Follow these steps to see your active plan using the classic interface:
1. Click the Start button and type Control Panel. Select the app from the results.

2. Click Hardware and Sound, then select Power Options. You can also reach this directly by typing control.exe /name Microsoft.PowerOptions in the Run dialog.

3. The Power Options window will appear. You will see a list of available plans. Look for the plan that has a dot or asterisk next to it. That shows which plan is currently active.

Using the Command Line to Check Power Plans
If you want to see all plans, including hidden ones, use the command line. Note: This step requires admin privileges.
1. Right-click the Start button and select Terminal (Admin) or Command Prompt (Admin).
2. Type the following command and press Enter:
powercfg -getactivescheme
3. The list will show all available power schemes on your system. The one with an asterisk is your active plan.
Summary
Checking your power plan is a simple way to manage how your computer uses energy. Whether you use the Control Panel for a visual list or the powercfg command for technical details, you can easily see if your device is set to save power or perform at its best. Understanding the difference between modern Power Modes and legacy Power Plans helps you keep your system running efficiently.
Why does Windows 11 only show the Balanced power plan?
Many modern Windows 11 computers use Modern Standby (S0). This feature is designed to keep your device connected and ready. Because of this, Microsoft hides legacy power plans like High Performance or Power Saver by default to prevent conflicts with the system’s power management features.
How do I restore missing power plans in Windows 11?
If you need a specific plan like High Performance, you can restore it using the command prompt. Run the terminal as an administrator and type: powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c. This command adds the High Performance plan back to your list of available options in the Control Panel.
Was this guide helpful?
Leave a Reply