Skip to content
Follow
Windows

How to Check Active Power Plans in Windows 11

Richard
Written by
Richard
Jun 8, 2022 Updated Aug 13, 2026 2 min read
How to Check Active Power Plans in Windows 11
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.

⚡ Quick Answer

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

Pro Tip: Command-line tools can locate the GUID (Globally Unique Identifier, a unique reference string) for your power plans. This proves helpful when automating plan switches with a script or troubleshooting performance issues.

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.

Searching for Control Panel in the Windows 11 Start menu
control panel in windows 11 search

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.

Hardware and Sound settings menu within the Windows 11 Control Panel
windows 11 hardware and sound control panel

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

Windows 11 Power Options window showing the currently active power plan
windows 11 power plan setting pane

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.

  1. Right-click the Start button and select Terminal (Admin) or Command Prompt (Admin).
  2. Type the following command and press Enter:
💻Code
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.

Was this guide helpful?

📬 Get new Windows tips in your inbox
One email when we publish something worth your time. No spam, unsubscribe anytime.
Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2896 articles → Twitter

📚 Related Tutorials

How to Change Power Plan in Windows 11
Windows How to Change Power Plan in Windows 11
How to Access Command Prompt in Windows 11
Windows How to Access Command Prompt in Windows 11
How to Change Power Saving Mode of Wireless Adapters in Windows 11
Windows How to Change Power Saving Mode of Wireless Adapters in Windows 11
How to Change Power Modes in Windows 11
Windows How to Change Power Modes in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *