There’s a moment every PC gamer knows — you load into a match, your framerate tanks, and you start wondering whether your rig is actually being used to its full potential. Most of the time, it isn’t. Windows ships with a balanced power plan by default, which throttles your CPU and GPU to conserve energy. For everyday tasks that’s fine, but for competitive gaming it quietly leaves performance on the table. Enabling Windows high performance mode for gaming is one of the fastest, most impactful changes you can make without spending a dollar on hardware.
This guide walks through exactly how to do it — from the built-in Power Options menu to the hidden Ultimate Performance plan, plus a handful of supporting tweaks that compound the effect. Whether you’re on Windows 10 or Windows 11, the core steps are the same.
What Windows Power Plans Actually Do
Windows manages how your CPU scales its clock speed through a feature called power states, governed by the active power plan. The default Balanced plan allows the processor to drop to minimum frequencies during light workloads and only ramp up when load is detected. That ramp-up isn’t instantaneous — it introduces latency between input and CPU response, which translates to micro-stutters and inconsistent frame pacing in games.
The High Performance plan removes that floor-to-ceiling scaling. Your CPU runs at or near its maximum frequency at all times, trading increased power consumption and heat for consistent, predictable output. According to Microsoft’s own documentation, this plan also disables certain idle states (C-states) that can cause the processor to take several milliseconds to return to full speed — a meaningful delay in fast-paced titles where frame time consistency matters as much as raw FPS averages.
On a desktop with a 125W processor this difference is mostly a bill concern. On a gaming laptop, the trade-off between battery life and performance becomes more tangible, so it’s worth knowing when to switch plans depending on context. Understanding this distinction upfront helps you make deliberate choices rather than just leaving a single plan active around the clock regardless of what you’re doing.
How to Enable High Performance Mode in Windows 10 and 11
The quickest path is through the Control Panel power settings, which still exist in both Windows 10 and 11 even if Microsoft has been nudging users toward the Settings app.
- Press Win + R, type powercfg.cpl, and hit Enter.
- In the Power Options window, click Show additional plans if you don’t see High Performance listed.
- Select High Performance and close the window.
That’s the base change. For most desktops and mid-range gaming laptops plugged into power, this alone can improve 1% low framerates by 5–15% in CPU-bound scenarios, particularly in open-world games and real-time strategy titles where the processor handles AI, physics, and rendering simultaneously.
If you’re on Windows 11, you can also reach this through Settings → System → Power & Sleep → Additional power settings. The result is identical. One thing to verify afterward: open Task Manager, go to the Performance tab, and confirm your CPU’s base speed matches its rated maximum. If it’s idling well below spec even under the High Performance plan, your motherboard’s power delivery settings or a BIOS option like Intel Speed Shift may also need attention.
Unlocking the Ultimate Performance Plan
Windows ships with a fourth power plan that most users never see: Ultimate Performance. Microsoft introduced it in Windows 10 version 1803 and described it as designed to “reduce micro-latencies associated with fine-grained power management techniques.” It was initially hidden on non-workstation editions, but you can enable it on any version of Windows 10 or 11 with a single command.
Open an elevated Command Prompt (right-click the Start button, choose Windows Terminal (Admin) or Command Prompt (Admin)) and paste:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Press Enter. Return to Power Options (powercfg.cpl) and you’ll see the Ultimate Performance plan appear. Select it. The practical difference over standard High Performance is subtle for most users but measurable in latency-sensitive games — particularly competitive shooters where input lag below 5ms separates good players from great ones. The plan essentially prevents the CPU from entering any idle power state while active, which keeps it primed for immediate response.
Worth noting: this plan doesn’t magically overclock your hardware. It simply ensures the processor never voluntarily slows down while Windows is running. If you already have a modern CPU with fast frequency scaling (like AMD’s Ryzen 5000/7000 series or Intel’s 12th/13th gen), the gap between High Performance and Ultimate Performance narrows considerably. Still, for older hardware or any situation where you experience stutters despite decent average FPS, it’s worth trying.
Supporting Tweaks That Multiply the Effect
Switching power plans is the foundation, but several additional settings interact directly with how smoothly Windows delivers frames to your monitor.
Enable Windows Game Mode
Game Mode (Settings → Gaming → Game Mode) dedicates CPU and GPU resources to the active game by reducing background Windows processes and preventing driver installations from triggering restarts mid-session. On Windows 11, Microsoft has also tied Game Mode to Auto HDR activation on supported displays. Keep it on — there’s no meaningful downside for dedicated gaming machines.
Disable Hardware-Accelerated GPU Scheduling (HAGS) selectively
HAGS (Settings → System → Display → Graphics → Change default graphics settings) reduces CPU overhead by letting the GPU manage its own memory scheduling. On newer GPUs (NVIDIA RTX 20-series and later, AMD RX 5000 series and later) it typically helps. On older cards it can introduce stutter. Test with it on and off using a frame-time capture tool like CapFrameX to see which configuration suits your specific GPU.
Set your game’s process priority
Right-click the game process in Task Manager → Details tab → Set Priority → High. This tells the Windows scheduler to allocate CPU time to your game before background tasks. You can automate this permanently using Process Lasso or a startup script so you don’t have to do it every session. If you’re also dealing with audio issues mid-game, that’s a separate but related problem — fixing game audio bugs that disappear mid-session often involves similar Windows scheduler and driver conflicts.
Disable background startup applications
Task Manager → Startup tab. Disable anything you don’t need running while gaming: browser update managers, cloud backup clients, chat apps you’re not actively using. Each idle background process that occasionally wakes up to check for updates creates a CPU spike that can cause a frame drop.
GPU Driver and In-Game Settings to Pair With the Power Plan
A power plan change without aligning your GPU driver settings leaves part of the optimization incomplete. Both NVIDIA Control Panel and AMD Adrenalin have their own power management options that operate independently of Windows.
In NVIDIA Control Panel, navigate to Manage 3D Settings → Power management mode and set it to Prefer maximum performance. This instructs the GPU to stay at its boost clock rather than dropping to base when load varies. For AMD cards, open Adrenalin, go to Gaming → Global Graphics, and set Radeon Chill off and GPU workload to Gaming.
Also verify your display is running at its native refresh rate. Go to Settings → System → Display → Advanced display settings and confirm the refresh rate matches your monitor’s rated spec. Running a 144Hz monitor at 60Hz because Windows reset after a driver update is surprisingly common and immediately noticeable in motion clarity. If you use FreeSync or G-Sync, ensure those are enabled at the driver level as well — they work best when paired with the High Performance or Ultimate Performance plan, since VRR requires the GPU to deliver frames above a minimum threshold consistently.
Common Mistakes That Undermine Your Power Plan Setup
The most frequent error is switching to High Performance while leaving laptop mode active on a gaming laptop. Many laptops ship with manufacturer power management utilities (Lenovo Vantage, ASUS Armory Crate, MSI Dragon Center) that override Windows power plans entirely. If you’ve set Ultimate Performance and your CPU still throttles, open your laptop’s OEM software and set the performance mode there to its highest option — Windows and the OEM tool need to agree.
The second common mistake is running antivirus real-time scanning on your game folder. This doesn’t relate to the power plan directly, but it’s a CPU interrupt source that no power plan can eliminate. Add your Steam, Epic Games, or EA app library folders to your antivirus exclusion list.
Third: thermal throttling. High Performance mode increases sustained CPU load, and if your cooler can’t handle it, your processor will throttle itself at the hardware level regardless of what Windows says. Monitor temperatures using HWiNFO64 during a gaming session. If your CPU consistently hits 95–100°C, the bottleneck is thermal — not the power plan. Reapplying thermal paste or improving case airflow addresses the root cause. Optimizing your system’s performance is a layered process, much like diversifying a portfolio to reduce risk — no single adjustment solves everything alone.
Conclusion
Windows high performance mode for gaming is not a placebo — it removes a deliberate speed governor that Microsoft ships for energy efficiency rather than gaming output. The combination of High Performance or Ultimate Performance power plan, matched GPU driver settings, disabled HAGS on older cards, and cleared thermal headroom creates a compounding effect that most gamers feel immediately in frame-time consistency and input responsiveness. Start with the power plan switch, verify your CPU is running at rated speed, then layer the GPU and process priority changes on top. If you’re on a laptop, align your OEM software with your Windows plan or every other setting becomes irrelevant. Do that, and you’re extracting real performance from hardware you already own.
FAQ
Does switching to High Performance mode damage my CPU?
No — it doesn’t increase voltages or push the processor beyond its rated specifications. It simply prevents the CPU from dropping to lower frequency states during idle periods. Heat output increases under sustained load, so ensuring adequate cooling is a good practice, but the mode itself causes no hardware damage.
Will Ultimate Performance mode work on Windows 11 Home?
Yes. The powercfg command to unlock it works on all editions of Windows 10 (version 1803 and later) and Windows 11, including Home. The plan originally appeared only on Workstation editions but Microsoft didn’t restrict the unlock command to Pro or Enterprise.
How much FPS improvement can I realistically expect?
It varies heavily by game and hardware. CPU-bound titles — open-world games, strategy games, simulators — see the most benefit, sometimes 10–20% improvement in 1% low framerates. GPU-bound scenarios at high resolutions show little change because the CPU is not the limiting factor. Benchmarking before and after with a tool like FrameView gives you exact numbers for your specific setup.
Should I use High Performance mode if I’m not gaming?
For everyday tasks like browsing, documents, and video streaming, it’s unnecessary and increases power consumption. Switching back to Balanced when not gaming is a sensible habit, especially on a laptop. The switch takes under ten seconds through powercfg.cpl, so it’s low-friction to manage manually.
My game still stutters after enabling the plan. What else should I check?
Stutters after a power plan change usually trace to one of three sources: thermal throttling (check HWiNFO64 temperatures), background processes spiking during the game (check Task Manager’s CPU column during play), or a GPU driver issue. Also verify your RAM is running at its rated XMP/EXPO speed in BIOS — RAM running at default JEDEC speeds below its rated profile is a common hidden bottleneck.
Can I switch power plans automatically when a game launches?
Yes. Tools like Process Lasso and AutoHotkey scripts can detect when a specific executable starts and switch the active power plan immediately. This is particularly useful on laptops where you want Balanced for general use and Ultimate Performance only during gaming sessions, eliminating the need to remember to toggle it manually each time.

Ethan Cole is a financial writer and structural analyst focused on understanding how financial systems, incentives, and institutional design influence real-world economic outcomes over time. His work emphasizes realism, context, and long-term structural behavior, helping readers move beyond headlines and short-term narratives to better understand how money, risk, and financial pressure actually operate.