How to Check Active Power Plans in Windows 11
Active power plans in Windows 11 control how your PC balances speed and energy use across your hardware. Windows 11 includes three default options named Balanced, Power saver, and High performance to help manage your battery life.
Checking your active power plan takes less than 10 seconds using the Control Panel or Windows Terminal (a command-line tool for running text commands).
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
You can check your active power plan in Windows 11 using the classic Control Panel . This built-in tool shows your current power profile and lets you switch between different performance and battery settings. Open the Start menu , type Control Panel, and press Enter to find the settings you need.
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
You can check your current power plan in Windows 11 using the command line by running a quick command in Terminal or Command Prompt. This method instantly reveals your active power scheme and its unique ID string, which helps when you want to automate power settings with a script.
- 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!