CMD & PowerShell

How Can You See the Active Power Plan in Windows 11?

Windows can store more than one power plan, but only one plan is active at a time. The active plan supplies the current collection of power-policy settings, such as when the display turns off and when the PC sleeps. If you are troubleshooting battery life or comparing settings, identifying that plan first prevents you from inspecting the wrong profile.

I reproduced the check on Windows 11 Home Single Language version 25H2, build 26220.7872, from a regular non-administrator terminal. The command returned the plan name Turbo and its scheme GUID on this laptop. It did not activate, edit, create, import, export, or delete a plan.

What does the active power plan mean?

A Windows power plan, also called a power scheme, groups related power settings under one identifier. The active scheme is the one Windows currently uses when it evaluates those settings. Its friendly name may be a built-in label such as Balanced or a manufacturer-created name.

The name alone is not a reliable universal identifier because vendors and users can rename plans. Windows therefore also returns a scheme GUID. The GUID identifies the exact local scheme even when two PCs use different friendly names.

Table of contents

How can you check the active power plan?

  1. Open Windows Terminal, Command Prompt, or Windows PowerShell as a regular user. Administrator rights are not required for this query.
  2. Enter powercfg /getactivescheme, and then press Enter.
  3. Read the value after Power Scheme GUID. The friendly plan name appears in parentheses.
powercfg /getactivescheme
Windows Terminal showing the active power scheme returned by powercfg with the GUID and plan name outlined in WinSides purple
The read-only command returns the GUID and friendly name of the power plan that is active on this PC.

The tested result was 6fecc5ae-f350-48a5-b669-b472cb895ccf (Turbo). Your GUID and plan name can be different. That difference does not indicate a problem; it reflects the schemes available and selected on your device.

How should you read the powercfg result?

  • Power Scheme GUID is the locally unique identifier for the scheme.
  • The text in parentheses is the scheme’s friendly name.
  • A successful return with no error means Windows could retrieve the active scheme for the current session.

Copy the GUID only when another documented command specifically asks for a scheme identifier. Do not assume a GUID copied from another computer identifies the same custom plan on yours.

Why might the plan name differ from another Windows 11 PC?

PC manufacturers can install their own profiles, management software can add schemes, and a user can create or rename a plan. Some modern laptops expose only a single visible plan. In addition, the Windows Settings power mode control and the classic power-plan system are related but not identical interfaces.

For a separate battery-saving control, WinSides’ Windows 11 Energy Saver guide explains when that feature reduces background activity. Checking the active scheme is useful context, but it does not tell you whether Energy Saver is currently running.

What can you do if the command returns an error?

First, confirm that the command is spelled exactly as shown and that you are using a Windows terminal rather than a remote shell that does not expose the local Windows executable. Run where powercfg privately if Windows says the command is not recognized; a normal installation should resolve it from the Windows system directory.

If Windows returns a policy or system error, record the exact message before troubleshooting. Do not import a plan, delete a plan, reset schemes, or change permissions merely to make a screenshot match another PC. Those operations change state and are outside this read-only check.

Which powercfg commands should you avoid during this check?

The /getactivescheme option only retrieves the active scheme. Other options have different effects. In particular, /setactive changes the active scheme, while /change, /setacvalueindex, and /setdcvalueindex edit power settings. Import, delete, and duplicate operations also modify the local scheme inventory.

Do not substitute those commands when your goal is only to identify the current plan. Close the terminal after recording the result. No rollback is needed because the reproduced command did not change Windows state or write a report file.

Frequently Asked Questions

Do you need administrator rights to see the active power plan?

No. The reproduced powercfg /getactivescheme query succeeded from a regular, non-elevated terminal on Windows 11.

Does checking the active scheme change battery or sleep settings?

No. The documented option retrieves the current scheme. It does not call the separate options that activate a plan or edit AC and battery values.

Why does your PC show Balanced instead of Turbo?

Friendly names depend on the device, manufacturer software, and plans created or renamed locally. Use the result from your own PC rather than expecting a particular label.

Is the power-plan GUID a product key or secret?

No. It is an identifier for a local power scheme, not a Windows product key, password, recovery key, or account credential.

Identify the current plan without changing it

Run powercfg /getactivescheme in a regular Windows terminal and read both the returned GUID and friendly name. Treat the result as device-specific, keep state-changing powercfg options out of the check, and use the active scheme as a reliable starting point for later power troubleshooting.

Community

Comments (0)

Leave a helpful comment

Your email is never published. Replies are reviewed before appearing.