Follow
Windows

How to Check Active Power Plans in Windows 11

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

You check your active power plan in Windows 11 to understand how your PC manages energy consumption and performance. A power plan is a set of system and hardware settings that controls how your computer uses power, impacting everything from screen brightness to processor speed.

Knowing your current power plan, such as “Balanced,” “Power saver,” or “High performance,” helps you optimize your experience. For instance, if your Windows 11 laptop feels sluggish during everyday tasks, you might be using a “Power saver” plan, which prioritizes battery life over speed.

Understanding these settings empowers you to make informed choices. You can then select the plan that best suits your needs, ensuring you get the performance you want without unnecessarily draining your battery.

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

Pro Tip: You can use the 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.

Searching for Control Panel in the Windows 11 Start menu

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

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.

Windows 11 Power Options window showing the currently active power plan

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:

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

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.

📚 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 *