Windows CMDInteractive Lab
Advanced System Toolspowercfg

powercfg -duplicatescheme scheme_min: Copy Power Saver Plan

Learn how to use powercfg -duplicatescheme scheme_min to clone the Power Saver plan, customize settings safely, and activate the new power scheme.

Rojan Acharya·
Share

The powercfg -duplicatescheme scheme_min command creates a copy of the built-in Power Saver plan (GUID alias scheme_min) so you can customize power settings without modifying the default profile. It returns a new GUID for the cloned plan, which you can then activate and tune for laptops, kiosks, or energy-efficient workstations.

Whether you are an IT professional standardizing power plans across devices, a system administrator creating a low-power profile for fleet deployment, or a power user building a custom battery-optimized plan, duplicating the Power Saver scheme gives you a safe starting point and preserves defaults.

This guide covers syntax, parameters, practical examples, troubleshooting, related commands, FAQs, and a quick reference card. By the end, you will confidently clone, activate, and manage custom power plans using powercfg.

What Is powercfg -duplicatescheme scheme_min?

powercfg -duplicatescheme copies an existing power scheme and outputs a new GUID for the duplicate. The alias scheme_min points to the default Power Saver plan, making it the best baseline for battery-focused or energy-saving configurations. The clone is independent, so changes will not affect the built-in Power Saver profile.

This is especially useful for enterprise deployments and automation. You can create a baseline plan, change specific settings, then apply it to multiple machines without risk of breaking default policies.

Syntax

powercfg -duplicatescheme scheme_min

Parameters and Options

ParameterDescriptionExample
-duplicateschemeDuplicates a power schemepowercfg -duplicatescheme
scheme_minBuilt-in Power Saver scheme aliaspowercfg -duplicatescheme scheme_min

The command returns a new GUID you use for activation and configuration.

Parameters Explained

scheme_min

scheme_min is a powercfg alias for the Power Saver plan. It is ideal for creating low-power profiles for laptops, VDI terminals, or energy-conscious workstations.

-duplicatescheme output

The output is a GUID, such as:

Power Scheme GUID: 1d9f3c9e-6f56-4b72-9f76-3b7f4a6cb9f2 (Power Saver - Custom)

Use this GUID with powercfg -setactive and other powercfg commands.

Examples (HowTo)

1. Duplicate Power Saver and capture the new GUID

Scenario: You want a custom Power Saver plan for laptops without touching the default plan.

powercfg -duplicatescheme scheme_min

Expected output:

Power Scheme GUID: 1d9f3c9e-6f56-4b72-9f76-3b7f4a6cb9f2

Explanation: The GUID is the new custom scheme. Save it for later commands.

2. Activate the new power plan

Scenario: You want to make the cloned plan active on the current system.

powercfg -setactive 1d9f3c9e-6f56-4b72-9f76-3b7f4a6cb9f2

Explanation: The cloned plan becomes the active scheme.

3. List power schemes to verify the clone

Scenario: You want to confirm the new plan appears in the list.

powercfg /list

Expected output (excerpt):

Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced)
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (High performance)
Power Scheme GUID: 1d9f3c9e-6f56-4b72-9f76-3b7f4a6cb9f2 (Power Saver - Custom)

Explanation: The cloned scheme shows as a new entry in the list.

4. Rename the cloned scheme

Scenario: You want a clear name for deployment and documentation.

powercfg -changename 1d9f3c9e-6f56-4b72-9f76-3b7f4a6cb9f2 "Fleet Power Saver" "Battery optimized profile"

Explanation: Adds a friendly name and description for identification.

5. Export the custom plan for reuse

Scenario: You want to deploy the plan to other systems.

powercfg -export C:\PowerPlans\fleet-powersaver.pow 1d9f3c9e-6f56-4b72-9f76-3b7f4a6cb9f2

Explanation: Exports the plan to a .pow file for import elsewhere.

6. Import the plan on another PC

Scenario: You need to roll out the custom plan to another machine.

powercfg -import C:\PowerPlans\fleet-powersaver.pow

Explanation: Import adds the plan and outputs a new GUID for that machine.

Common Use Cases

  1. Laptop battery optimization – Create a low-power plan to extend battery life.

  2. Kiosk or VDI power control – Standardize power settings for fixed-function devices.

  3. Enterprise power policy baselines – Use a cloned plan as a controlled starting point.

  4. Lab testing – Compare power usage across multiple custom plans without overwriting defaults.

  5. Energy cost reduction – Deploy Power Saver-based plans across fleets.

  6. Performance vs battery tuning – Clone and tweak settings for a specific workflow.

  7. Compliance reporting – Document that only approved plans are active.

  8. Device-specific profiles – Maintain different power plans for different hardware types.

  9. Remote management – Export a plan, distribute it, and activate with scripts.

  10. Change control – Keep default plans untouched while iterating on custom profiles.

Tips and Best Practices

  1. Record the GUID immediately – Save the output for later commands.

  2. Rename for clarity – Use powercfg -changename to avoid confusion.

  3. Export plans for deployment.pow files are the safest way to replicate settings.

  4. Avoid editing built-in plans – Clone first, then customize.

  5. Use documentation tags – Add descriptions for inventory and audits.

  6. Verify active scheme – Use powercfg /getactivescheme after switching.

  7. Test on a pilot device – Validate power behavior before fleet rollout.

  8. Keep a rollback plan – Note how to revert to Balanced quickly.

  9. Check for policy overrides – Group Policy can override power settings.

  10. Standardize naming – Use consistent labels across departments.

Troubleshooting Common Issues

"Invalid Parameters" error

Problem: The command fails when using the alias.

Cause: Typo or incorrect syntax.

Solution: Use the exact command:

powercfg -duplicatescheme scheme_min

Prevention: Copy and paste the alias to avoid mistakes.

Clone does not appear in list

Problem: The scheme is not visible in powercfg /list.

Cause: The command failed or was not run as administrator.

Solution: Rerun in an elevated terminal and verify output.

Prevention: Always use admin rights for power scheme operations.

Changes revert after reboot

Problem: The active scheme resets to another plan.

Cause: Group Policy or OEM power utilities override settings.

Solution: Check local or domain policy and vendor utilities.

Prevention: Align custom plans with policy enforcement.

Export file not created

Problem: powercfg -export fails.

Cause: Output path missing or lacks permissions.

Solution: Ensure the folder exists and is writable.

Prevention: Use a known local path like C:\PowerPlans.

Related Commands

powercfg /list

Lists all power schemes so you can verify your clone exists.

powercfg -setactive

Activates a specific power scheme by GUID.

powercfg -changename

Renames a power scheme for clarity.

powercfg -export / -import

Exports and imports plans for deployment across systems.

powercfg /getactivescheme

Shows the active power scheme in effect.

Frequently Asked Questions

What is scheme_min?

scheme_min is the alias for the built-in Power Saver plan in Windows.

Does duplicating Power Saver change the original plan?

No. The duplicate is a separate scheme with its own GUID and settings.

Do I need admin rights?

Yes, power scheme operations typically require administrative privileges.

How do I activate the cloned plan?

Use powercfg -setactive <GUID> with the GUID returned by the command.

Can I deploy this plan to other machines?

Yes. Export it to a .pow file and import it on target devices.

How do I rename the new plan?

Use powercfg -changename <GUID> "Name" "Description".

Why does my plan revert after reboot?

Group Policy, OEM utilities, or power management tools may override the active plan.

Is scheme_min the only alias?

No. scheme_balanced and scheme_max are common aliases for Balanced and High Performance.

Quick Reference Card

CommandPurposeExample
powercfg -duplicatescheme scheme_minClone Power Saverpowercfg -duplicatescheme scheme_min
powercfg /listList schemespowercfg /list
powercfg -setactive <GUID>Activate planpowercfg -setactive 1d9f...
powercfg -changename <GUID> "Name" "Desc"Rename planpowercfg -changename 1d9f... "Fleet Power Saver" "Battery"
powercfg -export file.pow <GUID>Export planpowercfg -export C:\PowerPlans\plan.pow 1d9f...

CTA: Practice and Explore

Practice powercfg safely in the Windows Command Simulator and browse the Commands Reference for related system tools like powercfg and shutdown. Learn more about this project on the About page.

Summary

powercfg -duplicatescheme scheme_min is the safest way to create a custom Power Saver plan without changing the built-in defaults. It returns a new GUID, which you can rename, activate, export, and deploy across systems. This makes it ideal for enterprise standardization, battery optimization, and change-controlled power management.

Save the GUID, validate with powercfg /list, and apply the plan using powercfg -setactive. For consistent rollouts, export to a .pow file and import it on target devices. With a cloned plan, you maintain stability and keep Windows defaults intact.