How to Check Active Power Plans in Windows 11
The active power plan in Windows 11 controls how your PC uses electricity to balance speed and battery life. Windows 11 comes with three built-in choices: Balanced, Power saver, and High performance.
Checking your current power plan shows you exactly how your computer saves energy or uses full power. You can check your active plan in a few seconds using the Control Panel or Windows Terminal.
Open Control Panel , go to Hardware and Sound, then Power Options. The active power plan is indicated by a dot or asterisk next to its name. You can also use the command line by typing powercfg -getactivescheme in an administrator terminal.
Understanding Power Modes vs. Power Plans
Windows 11 uses two systems, Power Modes and Power Plans, to manage energy consumption. Power Modes (think ‘Balanced’ or ‘Best power efficiency’) provide quick settings for general power saving. Power Plans, which include detailed settings like processor power management, offer precise control over how hardware consumes electricity.
How to Check Your Power Plan via Control Panel
The Control Panel provides a graphical method for auditing power configurations in Windows 11. This interface displays the active profile, helping users manage battery life or performance. Type ‘Control Panel’ into the Start menu search bar and click on the result to open it.
1. Click the Start button and type Control Panel . Select the app from the results.

2. Click Hardware and Sound, then select Power Options. Direct access is also possible by typing control.exe /name Microsoft.PowerOptions in the Run dialog.

The Power Options window displays a list of available power plans. A dot or asterisk appears next to the active profile.

Using the Command Line to Check Power Plans
The command line offers a faster way to audit power options. Running a quick query reveals the active scheme immediately. This method works well when managing configurations via terminal interfaces.
- Right-click the Start button and select Terminal (Admin) or Command Prompt (Admin).
- Type the following command and press Enter:
powercfg -getactivescheme
3. The list shows all available power schemes on the system, marking the active plan with an asterisk.
Summary
Reviewing power plans in Windows 11 helps balance hardware performance and battery longevity.
Why does 🪟 Windows 11 only show the Balanced power plan?
Why does 🪟 Windows 11 only show the Balanced power plan?
Many modern Windows 11 computers use a feature called Modern Standby (S0), which keeps devices connected and ready. Microsoft hides older power plans like High Performance or Power Saver by default to prevent conflicts with native power management.
How do I restore missing power plans in 🪟 Windows 11?
Missing power plans like High Performance can be restored quickly via the command line.How do I restore missing power plans in 🪟 Windows 11?
If a specific plan like High Performance is needed, restoration occurs through 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 the Control Panel.
No comments yet — be the first to share your thoughts!