Windows Power Management Guide ยท 2026

How to Limit CPU Frequency
in Windows 10 & Windows 11 Power Options

Reduce processor speed, heat, fan noise, and battery drain by changing the Maximum processor state, disabling turbo boost, or applying PowerCFG limits.

๐ŸชŸ Windows 10 & 11 ๐Ÿ”‹ Laptop Battery Saving ๐ŸŒก๏ธ Lower Temperatures โš™๏ธ GUI & Command Methods

What Does Limiting CPU Frequency Do in Windows 10 and Windows 11?

Windows does not usually expose a simple โ€œset the processor to exactly 2.0 GHzโ€ slider in the modern Settings app. Instead, the most reliable built-in method is to control how aggressively the processor can boost through the Maximum processor state option in the classic Power Options window.

When you reduce the maximum processor state below 100%, Windows limits how much performance the CPU can request from the firmware and processor driver. On many laptops, setting it to 99% also prevents turbo boost, which can noticeably reduce temperature spikes and fan noise.

๐ŸŒก๏ธ

Lower temperatures

Reducing the CPU power ceiling can prevent short high-frequency bursts that make laptops run hot.

๐Ÿ”‡

Less fan noise

A lower processor limit helps keep cooling fans from ramping up during light or medium workloads.

๐Ÿ”‹

Better battery life

On battery power, a conservative maximum processor state can extend runtime for browsing, writing, and office work.

๐ŸงŠ

More stable performance

Instead of fast boosts followed by thermal throttling, the CPU may run cooler and more consistently.

Before You Change Processor Power Settings

CPU power limits are safe when changed through Windows Power Options, but they can reduce performance in games, video rendering, virtual machines, code compilation, and other CPU-heavy tasks. Before changing anything, decide whether you want the limit for AC power, battery power, or both.

โ„น๏ธ
Important

On desktop PCs, limiting the CPU is usually useful for noise and temperature control. On laptops, it is often used to extend battery life or prevent overheating while plugged in.

How to Limit CPU Speed in Windows Power Options

The classic Power Options panel is the easiest way to limit CPU frequency without installing third-party utilities. This method works in both Windows 10 and Windows 11, although the path to the old Control Panel window is less obvious in Windows 11.

  1. Press Win + R, type control, and press Enter.
  2. Open Hardware and Sound โ†’ Power Options.
  3. Next to your active plan, click Change plan settings.
  4. Click Change advanced power settings.
  5. Expand Processor power management.
  6. Expand Maximum processor state.
  7. Set a lower value for On battery, Plugged in, or both.
  8. Click Apply and then OK.
99% Often disables CPU turbo boost while keeping normal non-turbo performance.
80% Good balance for lower heat and acceptable everyday performance.
50โ€“70% Useful for silent operation, battery saving, or overheating troubleshooting.
โš ๏ธ
Note

If Maximum processor state is set to 100%, the CPU can use its normal boost behavior. If you set it to 99% or lower, many systems stop using turbo boost and run cooler.

How to Open Advanced Power Settings in Windows 11

Windows 11 emphasizes the modern Settings app, but the detailed CPU power controls are still in the classic Control Panel dialog.

Where to start Path Use when
Run dialog Win + R โ†’ powercfg.cpl You want the fastest route to Power Options.
Control Panel Control Panel โ†’ Hardware and Sound โ†’ Power Options You prefer the graphical interface.
Settings app Settings โ†’ System โ†’ Power & battery You only need simple power mode options, not detailed CPU limits.

For this task, use powercfg.cpl because it opens the classic page where Change advanced power settings is available.

How to Limit Processor Frequency in Windows 10 Control Panel

In Windows 10, the Control Panel path is usually easier to find. You can right-click the Start button, open Power Options, and then use the related settings link to reach additional power settings. The direct command is still faster:

Run command
powercfg.cpl

After the Power Options window opens, edit the active plan and lower Maximum processor state. If you use more than one power plan, repeat the change for each plan where you want the CPU limit to apply.

How to Limit CPU Frequency with PowerCFG Commands

If you want a faster or scriptable method, use Command Prompt or Windows Terminal as administrator. The following commands change the maximum processor state for the currently active power plan.

Set maximum CPU state to 80% while plugged in
powercfg -setacvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 80
powercfg -setactive SCHEME_CURRENT
Set maximum CPU state to 70% on battery
powercfg -setdcvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 70
powercfg -setactive SCHEME_CURRENT

In these commands, AC means plugged in, and DC means battery power. Change the number at the end to the percentage you want.

โœ…
Tip

To return to full CPU performance, run the same commands with 100 instead of 80 or 70.

How to Disable CPU Turbo Boost from Windows Power Options

Turbo boost allows the processor to exceed its base frequency for short periods. This improves responsiveness, but it can also cause high temperatures and fan bursts. On many systems, setting Maximum processor state to 99% is enough to stop boost.

Windows also has a hidden setting named Processor performance boost mode. You can make it visible with PowerCFG and then configure it in Advanced Power Settings.

Show Processor performance boost mode
powercfg -attributes SUB_PROCESSOR PERFBOOSTMODE -ATTRIB_HIDE
  1. Open Power Options with powercfg.cpl.
  2. Click Change plan settings for the active plan.
  3. Open Change advanced power settings.
  4. Expand Processor power management.
  5. Open Processor performance boost mode.
  6. Set it to Disabled, Efficient Enabled, or another mode depending on your goal.
๐Ÿ’ก
Practical choice

For most users, the simplest low-heat setup is: Maximum processor state 99% and Processor performance boost mode Disabled.

How to Show the Maximum Processor Frequency Setting in Power Options

Some Windows installations include a hidden Maximum processor frequency option that lets you specify a frequency cap in MHz. Availability depends on the processor, firmware, and power driver, so it may not work on every system.

Unhide Maximum processor frequency
powercfg -attributes SUB_PROCESSOR 75b0ae3f-bce0-45a7-8c89-c9611c25e100 -ATTRIB_HIDE

After running the command, reopen Advanced Power Settings and check Processor power management. If the setting appears, enter the desired value in MHz. For example, 2000 means 2.0 GHz. Enter 0 to remove the frequency cap and let Windows manage the CPU normally.

โš ๏ธ
Compatibility note

If the setting appears but does not change actual CPU speed, use Maximum processor state instead. Percentage-based limits are more consistently supported across Windows 10 and Windows 11 devices.

How to Check Whether the CPU Frequency Limit Works

After applying a limit, verify it under a realistic workload. Idle frequency is not enough because modern CPUs constantly change clock speed depending on load, temperature, power mode, and background activity.

โ„น๏ธ
Why the number may fluctuate

Even with a limit, Windows and the CPU firmware can briefly adjust clock speed. Look for the general ceiling and temperature trend rather than a perfectly fixed MHz value.

How to Restore Default CPU Power Settings

If the PC becomes too slow, applications lag, or games lose performance, restore the maximum processor state to 100%.

Restore full CPU performance for the active plan
powercfg -setacvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 100
powercfg -setdcvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 100
powercfg -setactive SCHEME_CURRENT

You can also reset the entire selected plan from the graphical interface: Power Options โ†’ Change plan settings โ†’ Restore default settings for this plan.

โ—
Warning

Resetting a plan restores all advanced settings in that plan, not only CPU limits. Custom sleep, display, USB, Wi-Fi, and PCI Express settings may also be reset.

Why Maximum Processor State Is Missing or Not Working

On some devices, processor power settings may be hidden, controlled by firmware, overridden by manufacturer utilities, or affected by modern standby power management. Use the checks below if the CPU limit is missing or ignored.

Problem Possible cause Fix
Processor power management is missing Hidden power setting or restricted power profile Use PowerCFG commands or switch to another power plan.
CPU still boosts above the expected speed Turbo boost is still enabled Set Maximum processor state to 99% or disable Processor performance boost mode.
Settings reset after reboot OEM power utility applies its own profile Check Lenovo Vantage, Dell Power Manager, Armoury Crate, MSI Center, HP utilities, or similar apps.
Performance is too low Maximum processor state is too aggressive Raise the value by 5โ€“10% and test again.
Only battery value changes AC and DC settings are separate Set both Plugged in and On battery values manually.

FAQ: Limiting CPU Frequency in Windows 10 and Windows 11

Q Is it safe to limit CPU frequency in Windows?
Yes. Changing Maximum processor state through Windows Power Options is a normal power management setting. It does not overclock the CPU or change voltage manually. The main downside is reduced performance.
Q What is the best value to reduce CPU temperature?
Start with 99% to disable turbo boost on many systems. If temperatures are still too high, try 90%, 80%, or 70% and test your normal workload.
Q Does limiting CPU frequency improve battery life?
Usually yes, especially on laptops that boost aggressively. Lowering the On battery maximum processor state can reduce power draw, heat, and fan usage, though demanding tasks will take longer.
Q Why does Task Manager still show changing CPU speed?
Modern CPUs adjust speed many times per second. A power limit does not necessarily lock the CPU to one fixed frequency; it reduces the allowed performance range.
Q Should I limit CPU speed for gaming?
Only if your system overheats, throttles, or becomes too loud. For maximum FPS, leave the plugged-in value at 100%. For cooler gaming laptops, try 90โ€“99% and compare performance.

Conclusion: The Easiest Way to Limit CPU Speed in Windows

The most practical built-in method is to open Power Options, go to Processor power management, and reduce Maximum processor state. Use 99% to reduce turbo boost behavior, 80โ€“90% for quieter everyday use, and 60โ€“80% for battery saving or overheating troubleshooting. If you need automation, apply the same limits with powercfg commands.