Skip to content
Follow
Windows

How to Check Active Power Plans in Windows 11

Richard
Written by
Richard
Jun 8, 2022 Updated Jul 11, 2026 3 min read
How to Check Active Power Plans in Windows 11
How to Check Active Power Plans in Windows 11

You can check your active power plan in Windows 11 by looking at the Power Options within the Control Panel or Settings app.

A power plan is a set of hardware and system settings designed to manage how your computer uses energy. These plans directly influence your PC’s performance and battery life.

Windows 11 typically offers plans like “Balanced,” “Power saver,” and “High performance.” For example, the “Balanced” plan is the default for most users, aiming for a good mix of performance and energy saving.

Knowing which plan you’re currently using helps you troubleshoot performance issues or optimize battery longevity.

⚡ 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 your computer's energy use. Power Modes, like "Balanced" or "Best power efficiency," offer quick settings for general power saving. Power Plans, which include detailed settings such as processor power management, provide more granular control over how your device consumes electricity.

How to Check Your Power Plan via Control Panel

Pro Tip: You can use a command to quickly find the GUID (Globally Unique Identifier) for your power plans. This can be really helpful if you plan to automate switching plans with a script or if you’re trying to fix performance issues.

You can easily check your current power plan in Windows 11 by opening the Control Panel. This tool lets you see which power setting is active on your computer, helping you manage battery life or performance. Just 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
💡Tip
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.
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. You will see a dot or asterisk next to the active plan, showing which plan is currently in use.

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

Checking your active power plan in Windows 11 using the command line is a quick way to see all your power options. You can use a simple command to find out exactly which power plan is currently running. This method is helpful if you prefer using text commands or need to quickly check your system’s settings.

  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 will show all available power schemes on your system. The one with an asterisk is your active plan.

Summary

Checking your power plan in Windows 11 helps you manage your computer’s energy use for either better performance or longer battery life.

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 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?

You can restore missing power plans, like the High Performance option, in Windows 11 using the Command Prompt. If you find that a specific power plan isn’t showing up in your settings, a simple command can add it back. This is useful if you want to easily switch between different performance modes for your computer.

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?

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.

2710 articles → Twitter

📚 Related Tutorials

How to Access Command Prompt in Windows 11
Windows How to Access Command Prompt in Windows 11
How to Change Power Plan in Windows 11
Windows How to Change Power Plan 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 *