/
/

How to Change Maximum Processor Frequency in Windows

by Chiara Quiocho, Technical Writer
How to Change Maximum Processor Frequency in Windows blog banner image

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

  • Maximum processor frequency in Windows controls the highest CPU speed allowed, balancing performance, heat, and battery life.
  • On Windows 10/11, this setting often appears as Maximum processor state (percentage) instead of MHz frequency.
  • You can adjust CPU speed through Control Panel, Command Prompt, Group Policy Editor, or Registry Editor.
  • Lowering CPU frequency helps reduce overheating and extend hardware lifespan, while raising it ensures better performance for heavy workloads.
  • If changes don’t apply, BIOS/UEFI or hidden Windows power settings may be overriding CPU frequency controls.

Knowing how to change maximum processor frequency in Windows 10 & 11 allows IT professionals to ensure the processor runs at its optimal speed while still maintaining efficiency. Depending on your Windows build, you may see Maximum processor frequency (MHz) or the more common Maximum processor state (%) under Processor power management. These settings can also affect how aggressively Windows applies CPU throttling during light workloads, battery use, or high temperatures.

Adjusting the CPU frequency in Windows systems helps reduce power usage and control device temperatures, especially on laptops and small-form-factor PCs.

In this guide, we’ll help you understand maximum processor frequency, break down all the different methods to adjust processor power management, and give you the best processor settings for performance on Windows systems.

You’ll also learn when it’s better to limit CPU speed to reduce overheating, when to leave it at 100% for performance-heavy workloads, and what to check if Windows power settings don’t apply because of BIOS/UEFI controls.

Benefits of changing maximum processor frequency in Windows

1. Improving system performance

Adjusting CPU frequency in Windows allows the system to increase CPU speeds for more demanding tasks. Exceeding the recommended manufacturer settings or applying excessive limits can cause system instability or negatively impact system performance. Balancing performance versus efficiency will help you find the best processor settings for performance in Windows.

2. Power efficiency

Limiting CPU speed in Windows devices reduces power consumption and helps extend battery life.

3. Prevents overheating

Overheating can occur when the processor runs at higher clock speeds, particularly in systems with limited cooling. Setting a lower processor frequency can reduce heat generation in systems.

4. Longer-lasting hardware

Consistently high CPU speeds put stress on device hardware, which can lead to wear and tear, reducing the device’s lifespan. This is because thermal stress and increased power draw typically degrade components faster.

When should you change maximum processor frequency?

It is recommended that you adjust maximum processor state or limit CPU speed in Windows 10 or Windows 11 if you notice performance or thermal issues. While many systems work best with default settings, there are scenarios where manual adjustments are preferable.

Consider changing CPU frequency if:

  • Your laptop frequently overheats or runs loudly under light workloads
  • Battery life drains faster than expected
  • The CPU constantly spikes to 100% usage
  • You want to reduce thermal throttling during sustained workloads
  • You’re configuring systems for consistent performance in business environments

For most users, Windows automatically manages processor frequency efficiently. However, IT professionals managing multiple devices may benefit from customizing processor power management settings to match workload requirements.

Comparison: Performance Mode vs Power Saving Mode in Windows

Setting ModeRecommended Maximum Processor StateUse Case ScenariosImpact on PerformanceImpact on Power & HeatHardware Longevity
Performance Mode100%Workstations, servers, video editing, 3D rendering, gamingMaximum performanceHigher power usage and heatMay shorten lifespan if sustained
Balanced Mode80–90%General office work, multitasking, browsingGood performance with efficiencyModerate power/heatBalanced longevity
Power Saving Mode50–70%Laptops on battery, long-running background tasks (downloads, monitoring)Reduced performanceLower power usage, cooler tempsLonger hardware lifespan

How to limit CPU speed in Windows

Windows allows users to control the CPU speed in Windows to suit their needs and improve battery life and device performance.

You can change maximum processor frequency through the Control Panel app, Command Prompt, Group Policy Editor, and Windows Registry. Each method suits different levels of expertise and system requirements.

‼️IMPORTANT: Windows exposes either Maximum processor frequency (MHz, deprecated/hidden) or Maximum processor state (percentage), depending on your version.

Method 1: Change maximum processor frequency using the Control Panel app

This is the simplest way to set processor frequency on Windows 10/11. However, this setting may not appear in the Control Panel app for some systems or Windows versions. If this is the case, you can use one of the other three methods instead.

  1. Open the Control Panel > System and Security > Power Options
  2. Choose the active power plan and click on “Change plan settings”.
  3. Click on “Change advanced power settings”.
  4. Locate “Processor power management” in the list and expand it.
  5. Next, click on “Maximum processor frequency,” then adjust the values for “Plugged in” and “On battery”* (for laptops) in MHz.
  6. Click Apply and then “OK” to save the changes.

Method 2: Change maximum processor frequency using Command Prompt

Windows Command Prompt offers an alternative way to set processor frequency for Windows 10/11 devices that don’t have this in their Power Options. However, you will need administrator-level access to follow these steps.

  1. Open an elevated Command Prompt.
  2. Enter one of the two codes below to adjust CPU frequency in Windows
  • Battery

powercfg -setdcvalueindex SCHEME_CURRENT 54533251-82be-4824-96c1-47b60b740d00 75b0ae3f-bce0-45a7-8c89-c9611c25e100 <MHz>[/code block] 

  • Plugged in

powercfg -setacvalueindex SCHEME_CURRENT 54533251-82be-4824-96c1-47b60b740d00 75b0ae3f-bce0-45a7-8c89-c9611c25e100 <MHz>[/code block] 

Method 3: Change maximum processor frequency using Group Policy Editor

The Local Group Policy Editor enables users managing multiple devices to deploy processor frequency settings at scale.

However, the Group Policy Editor is only available on Windows Professional, Enterprise, and Education, but not in Home editions.

That being said, this method can be a good choice for IT teams and managed service providers (MSPs) that need to change the maximum processor frequency across multiple systems.

  1. Press Win + R, then enter “gpedit.msc”.
  2. Navigate to Computer Configuration > Administrative Templates > System > Power Management > Processor Power Management
  3. Configure the Maximum Processor Frequency policy by enabling it and entering a value in percentage rather than MHz.
  4. Restart the device to apply the changes.

💡NOTE: Group Policy Editor allows you to configure Maximum processor state (percentage), not frequency (MHz).

Method 4: Change maximum processor frequency using Windows Registry

Using Windows Registry to make changes is only recommended for advanced users because incorrect modifications using Windows Registry can lead to system instability or crashes. Before using this method, use reliable backup software to prevent any data loss.

  1. Press Win + R, then enter “regedit”.
  2. Navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\75b0ae3f-bce0-45a7-8c89-c9611c25e100
  3. Locate the subkeys that correspond to “Processor power management”.

💡NOTE: Again, if you cannot find the Processor Power Management settings, try this troubleshooting method for more information.

  1. Inside “Processor power management”, find another subkey with a GUID that corresponds to the “Maximum processor state”.
  2. Change the “Value Data” within the “Maximum processor state” subkey. This data is usually represented as a percentage. Be careful with this step as the format and meaning of the “Value Data” can differ, depending on the system and processor.
  3. Exit the Registry Editor and restart the device.

See the process demonstrated in this video: ‘How to Change Maximum Processor Frequency in Windows’.

Troubleshooting and common issues with maximum processor state

Processor frequency not changing after adjustments

Some changes may not take effect if overridden by BIOS/UEFI settings. Follow these steps to fix this error.

  1. Restart the system and enter the BIOS/UEFI interface. Typically, you can do this by pressing F2, but this button varies between manufacturers and models, so look up the specific process for your device.
  2. Check CPU-related settings, such as “CPU Configuration”, “Advanced CPU Control” or “CPU Clock Ratio”.
  3. Modify the values according to your CPU’s rated specifications or higher if you intend to overclock. Some model-specific features, like SpeedStep on Intel, dynamically adjust processor frequency so they do not limit maximum frequency.
  4. Save changes and reboot.

Missing processor power management options

Some versions of Windows will not show processor frequency controls in the Control Panel’s Power Options. The easiest way to enable the hidden option is to enter the following command into Command Prompt:

  • powercfg -attributes SUB_PROCESSOR CPMAXFREQ -ATTRIB_HIDE

This should enable options to change maximum processor frequency in Power Options.

If the issue persists, try checking for any system updates via Windows Update to ensure compatibility with newer power settings features.

Compatibility issues with certain processors or Windows versions

Not all hardware or Windows editions support custom settings for processor frequency. Confirm processor support for frequency control by checking the CPU manufacturer’s documentation before making these changes

CPU frequency is limited

Check if your device is overheating. Windows systems can sometimes automatically throttle processor frequency to prevent damage to the hardware. To prevent this issue, monitor CPU temperatures with remote monitoring tools.

Why is my CPU frequency fluctuating in Windows?

Your processor frequency changes in Windows systems because of the power management feature, which adjusts processor frequency based on workload. Modern CPUs in Windows 10 and Windows 11 dynamically scale clock speeds using built-in technologies, such as Intel SpeedStep, Intel Turbo Boost, or AMD Precision Boost.

When the system is idle or performing light tasks, the CPU slows down to save power and reduce heat. For heavy tasks, it speeds up for better performance.

Windows power plans and processor power management settings also influence this behavior. Frequency may adjust depending on whether the device is plugged in or running on battery, as well as current background processes.

In some situations, the CPU may reduce speed due to thermal throttling, which occurs when temperatures rise to prevent hardware damage. If fluctuations seem excessive, review your power plan settings, cooling system, and running applications before manually adjusting maximum processor state.

Best processor settings for performance in Windows

  1. Set Maximum processor state to 100% for performance-heavy workloads, such as databases, heavy multitasking, video editing, 3D rendering, or gaming.
  2. Limit CPU speed on Windows devices running long-term tasks, such as file downloads or system monitoring, to save energy.
  3. Create specific power plans to guarantee power consistency and system temperatures across devices. You can also use an endpoint management tool to push out configurations
  4. Monitor background processes and identify any unnecessary programs running in the background. These can consume resources and make high-frequency settings less effective.

How to reduce CPU overheating by limiting processor state

If your system runs hot, adjusting maximum processor state can help reduce CPU temperatures. Lowering the setting from 100% to 80–90% limits peak clock speeds, which reduces heat output without significantly affecting everyday performance.

This approach is particularly helpful for laptops, compact desktops, or systems with limited cooling. Windows may already lower CPU frequency automatically when temperatures rise, but setting a manual limit can provide more consistent thermal control.

Before changing processor settings, check for dust buildup, ensure proper ventilation, and monitor temperatures using Task Manager or hardware monitoring tools. If overheating persists, the issue may be related to cooling hardware rather than processor frequency settings.

Gain granular control of Windows system settings with third-party software

Following the steps outlined in this guide to change maximum processor frequency. IT teams should balance performance, efficiency, and hardware health. Make use of IT monitoring tools to keep track of CPU usage, clock speeds, and hardware temperatures.

A third-party Windows endpoint management software such as NinjaOne centralizes device monitoring while enabling you to push out custom processor frequency settings across multiple devices, streamlining your IT operations.

Named as G2’s no.1 choice for endpoint management, NinjaOne offers a full suite of tools that allow IT teams to monitor, manage, and secure their Windows devices.

Boost IT efficiency, optimize device performance, and apply custom settings at scale with NinjaOne. On average, IT administrators spend 95% less time on manual tasks thanks to NinjaOne’s powerful automation capabilities. See how NinjaOne can help you manage Windows devices at scale. Watch a demo or get started with a 14-day free trial.

FAQs

Maximum processor frequency is a Windows power management setting that limits the top CPU speed in MHz (or percentage in modern versions). It helps IT professionals control performance, power consumption, and device temperatures.

  • Maximum processor frequency sets a fixed CPU speed in MHz (older setting, often hidden).
  • Maximum processor state sets the CPU’s maximum utilization in percentage (commonly available in Windows 10/11).

You can adjust CPU frequency by:

  1. Using Control Panel > Power Options > Processor Power Management.
    Running a powercfg command in Command Prompt.
  2. Editing policies in Group Policy Editor (Pro, Enterprise, Education editions).
  3. Modifying entries in Registry Editor (advanced users).

Windows dynamically changes CPU frequency through power management. The processor lowers speed during light workloads to save energy and ramps up speed when performance is needed.

This option is hidden in most modern builds. You can re-enable it by running this command in Command Prompt:

powercfg -attributes SUB_PROCESSOR CPMAXFREQ -ATTRIB_HIDE

If unavailable, use the Maximum processor state setting instead.

Yes. Reducing CPU speed lowers heat and power draw, decreasing thermal stress on components and helping extend hardware lifespan.

  • For performance: Set Maximum processor state to 100%.
  • For battery efficiency: Lower Maximum processor state to 70–80% to reduce power usage and heat.

To limit CPU usage to 80% in Windows 10 or Windows 11, open Control Panel > Power Options > Change plan settings > Advanced power settings, then expand Processor power management and set Maximum processor state to 80%. This limits peak CPU performance and can help reduce heat and power consumption.

Yes, lowering the maximum processor state reduces the CPU’s ability to reach higher clock speeds. However, setting it between 80–90% typically has minimal impact on everyday tasks like browsing or office work, while significantly reducing heat and power usage.

Windows may throttle CPU speed due to power plan settings, thermal limits, or background workloads. To reduce throttling, ensure your power plan is set to High performance, check cooling and ventilation, and confirm BIOS/UEFI settings are not limiting processor performance.

You might also like

Ready to simplify the hardest parts of IT?