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

This guide explains how to check your active power plan in Windows 11. A power plan is a collection of hardware and system settings that manages how your computer uses power. Choosing the right plan helps you balance performance and battery life.

Why check your power plan?

Your computer uses power plans to decide how much energy to give your processor and other parts. If your laptop is running slow, you might be on a power-saving mode. If your battery drains too fast, you might be on a high-performance mode.

What happens when done?

Once you finish these steps, you will know exactly how your computer manages its power. You can then pick the best plan for your needs, such as Balanced for everyday use or High Performance to get the most speed out of your machine.

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

2472 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
Windows 11 Control Panel Shortcuts Guide
Windows Windows 11 Control Panel Shortcuts Guide

Leave a Reply

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