Skip to content
Follow
Windows 🟡 Intermediate

How to turn “Processor performance boost mode” on or off in Power Options on Windows 11

Richard
Written by
Richard
Jun 16, 2026 Updated Jul 16, 2026 4 min read
Desktop monitor showing power and battery settings at 88% charge on a wooden desk
Desktop monitor showing power and battery settings at 88% charge on a wooden desk

Processor performance boost mode” in Windows 11’s Power Options lets you control how your CPU speeds up for demanding tasks. This setting influences technologies like Intel Turbo Boost or AMD Turbo CORE, which let your processor run faster when needed.

⚡ Quick Answer

To turn “Processor performance boost mode” on or off, open Windows Terminal as administrator. Paste the appropriate `powercfg` or `reg add` command from the tutorial to either hide or show the setting in Power Options. This controls how your CPU uses speed boosts.

This feature is found within “Processor power management” and lets you choose between prioritizing maximum speed or saving power and reducing heat.

Windows 11 offers distinct choices for “On battery” and “Plugged in,” allowing you to manage performance differently depending on your power source. For example, setting it to “Aggressive” when plugged in can give you a speed boost for games or heavy applications.

  • Disabled: Your CPU won’t boost its speed. It will run closer to its normal speed. This saves power and reduces heat but might make your computer feel less responsive for quick tasks.
  • Enabled: This is the normal setting. Your CPU can boost its speed when needed. It balances speed with power and heat.
  • Aggressive (Default): Your CPU will boost its speed more often and for longer periods. This can improve performance for demanding tasks but uses more power and generates more heat.
  • Efficient Enabled: Your CPU can still boost, but it tries to do so only when it really helps performance. It avoids boosting for small gains to save energy.
  • Efficient Aggressive: This is a mix. Your CPU boosts for performance, but it also focuses more on saving power than the “Aggressive” setting. It aims for good performance while reducing wasted energy.
  • Aggressive At Guaranteed: Your CPU will always try to reach the highest possible speed above its guaranteed speed.
  • Efficient Aggressive AT Guaranteed: Your CPU will try to reach the highest possible speed efficiently if the hardware allows it.
Windows 11 advanced power options showing processor performance boost mode settings.
Windows 11 advanced power options showing processor performance boost mode settings.

Administrator rights are required to change this setting.

Option 1Add “Processor performance boost mode” to Power Options

  1. Open Windows Terminal (Admin). You can choose either Windows PowerShell or Command Prompt.
  2. Copy and paste one of the following commands into Terminal (Admin) and press Enter.

Adding the “Processor performance boost mode” option to your Windows 11 Power Options is possible with a simple command. This allows you to control how your computer uses its processor for demanding tasks, impacting both performance and battery life.

OR

⚠️Warning
reg add HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7 /v Attributes /t REG_DWORD /d 0 /f
Windows 11 Terminal showing command for processor performance boost mode.
Windows 11 Terminal showing command for processor performance boost mode.

Option 2Remove “Processor performance boost mode” from Power Options

Removing the “Processor performance boost mode” from your Windows 11 Power Options can be achieved with a specific command. This action hides the setting, which may be beneficial if you wish to simplify your power settings or if the option is leading to unexpected behavior.

  1. Open Windows Terminal (Admin). You can choose either Windows PowerShell or Command Prompt.
  2. Copy and paste one of the following commands into Terminal (Admin) and press Enter.

powercfg -attributes SUB_PROCESSOR PERFBOOSTMODE +ATTRIB_HIDE

OR

⚠️Warning
reg add HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7 /v Attributes /t REG_DWORD /d 1 /f
Windows 11 Terminal displaying command to enable processor performance boost mode.
Windows 11 Terminal displaying command to enable processor performance boost mode.

That’s all there is to it!

Reference:

Summary

This guide explains how to enable or disable the “Processor performance boost mode” in Windows 11’s Power Options, assisting you in balancing your computer’s speed and energy consumption.

What does processor performance boost mode do?

Processor performance boost mode controls how aggressively your CPU uses its Turbo Boost or Turbo CORE technology. This setting allows you to fine-tune the balance between peak performance and power efficiency, influencing how quickly your CPU speeds up for demanding tasks.

Should I have core performance boost on or off?

Whether to have core performance boost on or off depends on your needs. If you prioritize maximum performance for demanding applications, keeping it on (often the default ‘Aggressive’ setting) is beneficial. For power saving and reduced heat, consider turning it off or setting it to ‘Efficient Enabled’.

Is it safe to disable processor performance boost mode?

Yes, it is safe to disable processor performance boost mode. Disabling it means your CPU will run closer to its normal speed, which conserves power and reduces heat generation. Your system will still function correctly, but you may notice slightly lower performance during intensive tasks.

Should I turn on CPU turbo mode?

Turning on CPU turbo mode, managed by the ‘Processor performance boost mode’ setting, is recommended if you need maximum performance for gaming, video editing, or other demanding applications. If power efficiency and lower temperatures are more important, you might choose to disable or limit this feature.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
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.

📚 Related Tutorials

How To Optimize Windows 11 Performance: Speed Up Your PC
Windows How To Optimize Windows 11 Performance: Speed Up Your PC

No comments yet — be the first to share your thoughts!

Leave a Comment

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