/
/

How to Delete Custom Power Plans in Windows 11

by Mikhail Blacer, IT Technical Writer
How to Delete a Power Plan in Windows 11

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key Points

  • Identify Power Plans by GUID Before Changes: List all existing plans with powercfg to identify unused or duplicate plans and determine administratively which ones are safe to remove.
  • Delete Unwanted Plans with powercfg: Use the powercfg /delete command to remove inactive power plans that conflict with approved configurations.
  • Restore Default Power Schemes When Needed: In situations like corruption or misconfiguration, reset to Windows’ default plans, removing all custom plans.
  • Avoid Deleting the Active Power Plan: To prevent command failure and unintended behavior, switch to an approved plan first before removal.
  • Remove Plans at Scale with Scripts: You can apply scripted power plan cleanup using RMM, Intune, or Group Policy, for consistency across devices.

Windows 11 allows users to create power plans to optimize performance and save energy. However, unused, duplicated, or corrupted power plans can clutter system settings or conflict with device management policies. Removing these can streamline configuration and ensure only approved plans appear on managed devices.

To delete power plans in Windows 11, Windows provides command-line tools that make it easy to identify and remove power plans. This guide will detail specific steps and procedures on how to do this, helping you achieve a consistent user experience across multiple devices and enforce IT-approved power plans.

How to delete a power plan in Windows 11

Before you can start deleting a power plan in Windows 11, you will need to fulfill the following requirements:

📌 Prerequisites:

  • Your device needs to run Windows 11, and you need administrator rights.
  • These steps require Command Prompt or PowerShell access with administrator privileges.
  • You will need to know how power plan Globally Unique Identifiers (GUIDs) are identified and referenced.
  • An optional device management tool may be helpful if you plan to automate changes across multiple systems.

Method 1: List existing power plans using powercfg

This step will help you identify configured power plans and their unique identifiers, helping you know which can be removed safely.

📌 Use Cases:

  • This step enables you to locate unused, duplicate, or corrupted power plans.
  • Prevents accidental removal of the current active power plan.

📌 Prerequisites:

  • This step needs administrator access to run power management commands.
  • Access to the Command Prompt or PowerShell is required.

How to do this:

  1. First, open the Command Prompt as an administrator.
  2. Next, run this command: powercfg /list.
  3. After this, review the output and note the GUID associated with each power plan.
  4. Then, identify the power plan you plan to delete by name or GUID, and make a list.
  5. Confirm that the plan is not the active power plan before proceeding. Before proceeding, if the power plan you intend to delete is currently active, switch to a different plan first using: powercfg /setactive {GUID}.

Method 2: Delete a power plan using powercfg /delete

After identifying the correct GUID, you can then safely remove the power plan.

📌 Use Cases:

  • This step removes unused or duplicate power plans that clutter the system configuration.
  • Eliminates power plans that may conflict with device or policy settings.

📌 Prerequisites:

  • This step requires the GUID of the power plan you’ve identified in Step 1.
  • You will need administrator access to run powercfg commands.

How to do this: 

  1. Open the Command Prompt as an administrator.
  2. Next, run this command, replacing GUID with the plan identifier:
    powercfg /delete {GUID}
  3. Next, rerun powercfg /list to confirm the power plan no longer appears.
  4. Repeat the process to remove unwanted/unnecessary power plans.

Method 3: Restore default Windows power plans

This step lets you restore default power plans if they were deleted, corrupted, or overwritten.

📌 Use Cases:

  • This lets you restore the default power plans needed for your device to operate normally.
  • Resets power configuration when custom plans cause instability or policy conflicts.

📌 Prerequisites:

  • You will need administrator access to run power configuration commands.
  • This requires awareness that whenever you restore defaults, you’ll also remove all custom power plans.

How to do this: 

  1. Open the Command Prompt as an administrator.
  2. Next, run the following command: powercfg -restoredefaultschemes.
  3. Rerun powercfg /list to confirm that the default Windows power schemes (such as Balanced and Power Saver) are present. Available plans may vary depending on the Windows edition and hardware.
  4. Set up and reapply any required custom power settings after restoration.

Method 4: Use scripted removal across multiple devices

Scripted removal lets administrators clean up unwanted power plans consistently across various endpoints without having to do so manually.

📌 Use Cases:

  • This enables fleet-wide removal of unused or noncompliant power plans.
  • Supports standardized power configurations in managed environments.

📌 Prerequisites:

  • You will need a validated list of power plan GUIDs approved for removal.
  • This requires a management tool or a method to execute scripts, like an RMM, Intune, or Group Policy.

How to do this: 

  1. Create a script that runs powercfg /delete {GUID} for each power plan you intend to remove.
  2. Validate power plan GUIDs on each device prior to deletion since GUIDs vary across systems.
  3. Deploy the script across target devices using your management platform.
  4. Document the script logic and approved power plan list to ensure repeatability and compliance.

💡Note: Built-in Windows power plans use consistent GUIDs across systems. However, custom or OEM-created plans may have different GUIDs per device. Scripts should validate and enumerate power plans dynamically before deletion

Method 5: Rename or reassign plans prior to deletion

Certain power plans may only need adjustment instead of removal. Renaming or switching plans first will help avoid deleting an active or required configuration.

📌 Use Cases:

  • This preserves useful power plans that need updating instead of deletion.
  • Prevents accidental removal of the active power plan.

📌 Prerequisites:

  • You will need the GUID of the power plan you want to rename or reassign.
  • This needs administrator access to run power management commands.

How to do this: 

  1. Open the Command Prompt.
  2. If a power plan requires modification rather than deletion, rename it using this command: powercfg /changename {GUID} “NewName”
  3. If the plan you want to delete is active, be sure to switch to a different plan first: powercfg /setactive {GUID}
  4. Confirm that the device’s performance and power behavior meet expectations after applying the changes.

⚠️ Things to look out for

RisksPotential ConsequencesReversals
Deleting the active power planThe command will fail, and the plan will remain in use.Activate a different power plan before attempting deletion.
Restoring defaults removes custom plansCustom plans are removed, and built-in schemes are reset.Export or document required plans before running restoredefaultschemes.
Original equipment manufacturer (OEM) utilities recreate power plansDeleted plans may be recreated by OEM utilities, management policies, or major system updates.Disable OEM power utilities or reapply approved configurations.

Additional considerations when deleting a power plan in Windows 11

  • Some OEM power plans may return after manufacturer updates.
  • Restoring defaults will remove all custom plans. Before using restore, be sure to back up important plans.
  • Managed devices, particularly endpoints managed by IT admins, may enforce power plans using MDM or policy tools.
  • Be sure to evaluate performance-sensitive workloads before you alter power configurations.

Troubleshooting Windows 11 power plan deletion issues

  • Active plan cannot be deleted: Avoid this by activating a different power plan prior to attempting deletion.
  • Plan reappears after deletion: Check for OEM power utilities or MDM policies that could be the reason why it is being restored.
  • Powercfg access is denied: When this happens, ensure you’re running the Command Prompt or PowerShell with admin privileges.
  • Default plans are missing: Ensure that powercfg -restoredefaultschemes completed successfully, then rerun powercfg /list to verify the default schemes were recreated.

Delete power plans in Windows 11 to streamline power settings

Deleting unused or problematic power plans helps reduce configuration conflicts and simplifies power management across Windows 11 devices. By identifying existing plans, removing unnecessary entries, and restoring defaults when required, administrators can keep systems aligned with approved performance and energy settings.

Regular validation and documented procedures help maintain these changes persist across updates and deployments, helping maintain predictable performance and reducing troubleshooting overhead.

Related topics:

FAQs

Windows does not allow deletion of the currently active power plan, and built-in power plans cannot be permanently deleted. Switch to a different plan before retrying.

All custom power plans are removed, and built-in Windows power schemes are reset to their default configuration. Any custom configurations will need to be recreated afterward.

This is due to OEM power utilities, device management policies, or update processes recreating plans. You can check manufacturer tools or enforced policies and see if they override local changes.

You can use scripts deployed using your RMM or MDM and validate results regularly with powercfg to check for drift or re-created power plans.

Yes. However, make sure the plans are not required by policy or workload. Be sure to verify management rules and performance requirements prior to removal.

You might also like

Ready to simplify the hardest parts of IT?