How to Export, Import, Rename or Delete Power Plans

Power plans are a big part of latency and FPS tweaking and most custom Windows ISOs come with unique power plans. Unlike more advanced tweaks importing a power plan and using it is quite simple and does not take special technical know-how.

If you are going to test multiple power plans to see which one results in the best FPS and latency on your machine, knowing how to import, export, rename, and delete them will make your job much easier.

Importing a Power Plan

The easiest way to import a power plan is to simply double click the .pow file and it will automatically show up in your power settings menu. If you however want to be a bit more technical you can also use CMD to import any power plan you have downloaded to your machine.

  1. Open CMD in Admin mode by right-clicking it
  2. Type in powercfg -import and then the full file path and name
  3. Ex: powercfg -import C:\Users\Administrator\Desktop\PowerPlans\Muren.pow
  4. import power plan

Exporting a Power Plan

To export a power plan in case you want to share it with someone else you have to follow similar steps.

  1. Open CMD in Admin mode
  2. Use the powercfg -list command to see all available power plans on your machine
  3. Use powercfg -export and the full path of where you want it to go\filename.pow and the file GUID
  4. Ex: powercfg -export C:\Users\Administrator\Desktop\power\backup.pow 578f6d61-cf3b-4452-bc64-97af5cc4d0f6
  5. exporting power plan

With this, I have exported and created a backup of my power plan that forces the idle state of the CPU off in a folder on my desktop.

Renaming a Power Plan

When dealing with a bunch of power plans it is sometimes hard to keep track of all of their names so it is easier to rename them to something simple like “1, 2, 3, etc”. To do this you need to follow a couple of steps.

  1. Open CMD in Admin mode
  2. Type in powercfg -list
  3. Then type powercfg -changename followed by the GUID of the power plan and in quotes your new name
  4. Ex: powercfg -changename 3e8bc07e-483e-440e-92b8-925cab5c3e7e “changingnames”
  5. renaming power plan

Deleting a Power Plan

Once you have selected the power plan that you like the most it is time to get rid of the other power plans you will not be using. To do so you can simply head to your power options, click on the power plan, and click delete this plan.

delete power plan method 1

To use CMD to delete power plans you need to:

  1. Open CMD in Admin mode
  2. Type in powercfg -list
  3. Then type powercfg -delete and the GUID of the plan you want to get rid of
  4. Ex: powercfg -delete e53bd548-3907-4917-9b06-9c1927598f5b
  5. delete power plan method 2

About The Author

Chris (vile_is_dead)

Custom Windows ISO enjoyer, FPS optimizer, and aim improvement enthusiast. Will disassemble all of his peripherals (and sometimes PC parts) to mod them even if all of them work perfectly fine. Discord/Twitter: vile_is_dead

Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Christopher Jackson (Ravetank / Jacksonstrut)
Christopher Jackson (Ravetank / Jacksonstrut)
1 year ago

Nice! Here’s a few slightly more advanced powerplan tools as well as a link on how they operate. Power Settings Explorer: Advanced options power plan settings utility. (Best power plan manager I’ve found except for the Power Plan Manager included with QuickCPU) – If you want deep customization with a decent interface and do not want to install QuickCPU I recommend this. QuickCPU: The included Power Plan Manager in QuickCPU is by a large margin the BEST power plan related utility I have ever come across. Unfortunately it is not available as an individual download, but you can install QuickCPU,… Read more »