WiseCleaner Think Tank
Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.
Jul 29, 2026
The Minimum and Maximum Processor State settings define the performance floor and ceiling of your CPU—directly influencing battery life, heat output, and overall system responsiveness. Yet, these crucial options are frequently hidden by PC manufacturers or Windows updates to keep the Power Options menu uncluttered. Whether you're a power user looking to squeeze out extra performance, a laptop owner hoping to extend battery life, or simply someone who wants to tidy up the advanced settings menu, this guide has you covered. Below, we’ll briefly explain what the Minimum and Maximum Processor State are, how to change their value, and how to show or hide the setting in Windows.
Sometimes the Minimum Processor State option may be missing from your Power Options menu—this can happen due to manufacturer customizations, system updates, or Group Policy restrictions. You can show or hide this setting using either Command Prompt or the Registry Editor.
This is the quickest method. You'll need to run Command Prompt as administrator.
To show the Minimum Processor State:
powercfg -attributes SUB_PROCESSOR 893dee8e-2bef-41e0-89c6-b55d0929964c -ATTRIB_HIDE
To hide the Minimum Processor State:
powercfg -attributes SUB_PROCESSOR 893dee8e-2bef-41e0-89c6-b55d0929964c +ATTRIB_HIDE
To show the Maximum processor state:
powercfg -attributes SUB_PROCESSOR bc5038f7-23e0-4960-96da-33abaf5935ec -ATTRIB_HIDE
To hide the Maximum processor state:
powercfg -attributes SUB_PROCESSOR bc5038f7-23e0-4960-96da-33abaf5935ec +ATTRIB_HIDE
You can also control the visibility of this setting by modifying the Windows Registry.
1. Press Win + R, type regedit, and press Enter.
For Minimum Processor State, navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\893dee8e-2bef-41e0-89c6-b55d0929964c
For Maximum Processor State, navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\bc5038f7-23e0-4960-96da-33abaf5935ec
3. In the right pane, double-click the Attributes value.

You can adjust the Minimum and Maximum Processor State through the advanced power settings in the Control Panel.
1. Open Control Panel. Navigate to Hardware and Sound > Power Options.
2. Click Change plan settings next to the active power plan. 
3. Select Change advanced power settings.
4. Expand Processor power management. You will see:
For laptops, you can set different values for On battery and Plugged in. For desktops, only one value appears.
The Minimum Processor State and Maximum Processor State settings allow you to control how Windows manages CPU performance and power consumption. By understanding what each setting does, choosing appropriate values, and knowing how to show or hide them when necessary, you can optimize your PC for performance, battery life, or lower operating temperatures.
Additional Related Articles
wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.
I Accept