How to Optimize Windows 11 for Gaming: 15 Settings That Fix Hidden Bottlenecks (2026)
Windows 11 ships with dozens of settings that silently hurt gaming performance. Learn exactly which settings to change, what to disable, and how to squeeze every last frame out of your PC — even without upgrading hardware.
title: "How to Optimize Windows 11 for Gaming: 15 Settings That Fix Hidden Bottlenecks (2026)" description: "Windows 11 ships with dozens of settings that silently hurt gaming performance. Learn exactly which settings to change, what to disable, and how to squeeze every last frame out of your PC — even without upgrading hardware." publishedAt: "2026-05-21" author: "PC Bottleneck Analyzer Team" tags: ["windows 11 gaming optimization", "optimize windows for gaming", "windows 11 gaming settings", "hidden bottlenecks windows", "game mode windows 11", "windows gaming performance 2026", "boost fps windows 11", "reduce input lag windows"] readingTime: "13 min read"
How to Optimize Windows 11 for Gaming: 15 Settings That Fix Hidden Bottlenecks
You've got a solid GPU. Your CPU is no slouch. You've enabled XMP, installed on an NVMe drive, and even turned off Chrome before launching your game. But something still feels off — frame times are inconsistent, input lag feels mushy, and your hardware utilization numbers don't quite add up.
The problem might not be your hardware at all. It might be Windows itself.
Windows 11 ships with dozens of background features, telemetry services, power management policies, and "helpful" overlays that actively compete with your games for CPU cycles, RAM, disk I/O, and GPU resources. Most of these were designed for laptops, office productivity, or enterprise security — not for pushing 240 FPS in competitive shooters.
The good news? Most of these are fixable in under 20 minutes. This guide walks through every Windows 11 setting that impacts gaming performance, ranked by how much real-world FPS and frame-time improvement you can expect.
TL;DR
- Windows 11 ships with multiple background features that steal CPU time, RAM, and disk bandwidth from games.
- The biggest free gains come from: disabling Game DVR/Game Bar recording, setting your power plan to High Performance, disabling Hardware-Accelerated GPU Scheduling (in specific cases), and killing unnecessary startup programs.
- Combined, these optimizations typically recover 5–15% FPS and dramatically improve 1% lows and frame pacing.
- Some "optimization guides" recommend dangerous registry hacks — we tell you which ones are safe and which to skip.
- After optimizing Windows, run your build through our free PC Bottleneck Analyzer to check if hardware is still holding you back.
Why Windows 11 Is Worse for Gaming Out of the Box Than You Think
Windows 11 introduced several features that are objectively bad for gaming performance in their default state:
- VBS (Virtualization-Based Security) is enabled by default on new installs and OEM PCs — it costs 5–10% performance in some games.
- Game Bar background recording constantly encodes video even when you aren't recording.
- Widgets and News and Interests run Edge WebView processes that consume RAM and CPU cycles.
- Search Indexing constantly scans your drives, including game install directories.
- Startup apps pile up over time — Discord, Steam, Epic, Razer Synapse, Corsair iCUE, and dozens of others all launch at boot.
None of this means Windows 11 is bad. It just means the default configuration prioritizes security, telemetry, and convenience over raw gaming performance. Let's fix that.
The 15 Settings to Change (Ranked by Impact)
1. Disable Game DVR and Background Recording
Impact: High (3–8% FPS recovery, major frame-time improvement)
This is the single biggest free performance gain for most gamers. Game DVR runs a background encoder that constantly records the last few minutes of gameplay so you can save highlights. Even if you never use it, it's consuming GPU encoder time, CPU cycles, and memory bandwidth.
How to disable:
- Open Settings → Gaming → Captures.
- Turn off Record what happened (background recording).
- Open Settings → Gaming → Game Bar and turn off Allow your controller to open Game Bar.
- For a complete disable: open Registry Editor, navigate to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR, and setAppCaptureEnabledto0.
If you want clip capture, use NVIDIA ShadowPlay or AMD ReLive instead — they use dedicated hardware encoders with near-zero performance impact.
2. Set Power Plan to High Performance (or Ultimate Performance)
Impact: High (2–10% FPS, especially on Intel CPUs)
Windows 11 defaults to "Balanced" power plan, which dynamically scales CPU frequency to save power. This causes the CPU to ramp up after a heavy frame is requested instead of before, creating micro-stutters.
How to change:
- Open Control Panel → Hardware and Sound → Power Options.
- Select High Performance. If it's not visible, click "Show additional plans."
- For maximum performance, open an admin PowerShell and run:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61to unlock the Ultimate Performance plan.
Note for laptop gamers: Only use High Performance when plugged in. On battery, Balanced is correct to prevent rapid drain.
3. Disable VBS (Virtualization-Based Security)
Impact: High (5–10% FPS in CPU-bound scenarios)
VBS uses hardware virtualization to create an isolated memory region for security features like Credential Guard and HVCI (Hypervisor-Enforced Code Integrity). It's excellent for enterprise security — but it adds overhead to every memory operation, which directly impacts gaming performance.
How to check if VBS is active:
- Press
Win + R, typemsinfo32, and hit Enter. - Scroll to Virtualization-based security. If it says "Running," it's active.
How to disable:
- Open Settings → Privacy & security → Windows Security → Device security → Core isolation details.
- Turn off Memory integrity (this is HVCI).
- Restart your PC.
- For a full VBS disable: open Registry Editor, navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard, setEnableVirtualizationBasedSecurityto0.
Should you do this? If you're on a personal gaming PC with no enterprise requirements, the security risk is minimal and the gaming benefit is real. If this is a work PC or you handle sensitive data, leave it on.
4. Clean Up Startup Programs
Impact: Medium-High (frees 1–4 GB RAM, reduces background CPU usage)
Every application that launches at startup consumes RAM and CPU cycles while you game. The average gaming PC has 15–25 startup programs — most of which you don't need running all the time.
How to clean up:
- Press
Ctrl + Shift + Escto open Task Manager. - Go to the Startup apps tab.
- Disable anything you don't need running 24/7. Common offenders:
- Razer Synapse, Corsair iCUE, NZXT CAM (re-launch manually when adjusting peripherals)
- Spotify, Discord (launch manually when you want them)
- Microsoft Teams, OneDrive (unless actively used)
- Adobe Creative Cloud updater
- Epic Games Launcher, GOG Galaxy (launch manually)
- Keep enabled: GPU drivers (NVIDIA/AMD tray), audio drivers, and security software.
5. Disable Windows Search Indexing on Game Drives
Impact: Medium (reduces disk I/O spikes and stuttering)
Windows Search Indexer constantly scans files to build a search database. When it decides to index your 200GB game library mid-match, you get disk I/O spikes that cause loading stutters.
How to disable for specific drives:
- Open File Explorer, right-click your game drive, select Properties.
- Uncheck Allow files on this drive to have contents indexed.
- Apply to all subfolders when prompted.
To disable entirely:
- Press
Win + R, typeservices.msc. - Find Windows Search, double-click it, set Startup type to Disabled, and click Stop.
6. Disable Widgets and News Feed
Impact: Medium (saves 200–500 MB RAM, reduces background CPU spikes)
The Widgets panel runs Microsoft Edge WebView2 processes in the background to fetch and render news articles, weather, sports scores, and stock tickers. These processes spike CPU usage unpredictably.
How to disable:
- Right-click the Taskbar → Taskbar settings.
- Turn off Widgets.
- For a complete removal, open an admin PowerShell:
winget uninstall "Windows Web Experience Pack".
7. Optimize NVIDIA Control Panel / AMD Software Settings
Impact: Medium (varies by game, 2–8% improvement)
Your GPU driver has its own set of performance-impacting defaults.
NVIDIA users:
- Open NVIDIA Control Panel → Manage 3D Settings → Global Settings.
- Set Power management mode to Prefer maximum performance.
- Set Texture filtering - Quality to High performance.
- Set Low Latency Mode to On (or Ultra for competitive games).
- Set Threaded Optimization to On.
AMD users:
- Open AMD Software → Gaming → Graphics.
- Enable Radeon Anti-Lag for competitive titles.
- Set Texture Filtering Quality to Performance.
- Disable Radeon Chill unless you specifically want frame rate capping.
8. Disable Fullscreen Optimizations (Per-Game)
Impact: Medium (reduces input lag by 5–15ms in some titles)
Windows 11's "fullscreen optimizations" force games into a hybrid borderless-windowed mode with an extra composition layer. This adds input latency, especially in older DX11 titles.
How to disable:
- Right-click the game's
.exefile → Properties → Compatibility. - Check Disable fullscreen optimizations.
- Also check Run this program as an administrator if the game has issues.
This is especially effective for competitive games like Counter-Strike 2, Valorant, and Apex Legends where every millisecond of input lag matters.
9. Configure Hardware-Accelerated GPU Scheduling (HAGS)
Impact: Situational (can help or hurt depending on GPU generation)
HAGS lets your GPU manage its own VRAM scheduling instead of relying on the Windows kernel. On newer GPUs (RTX 40/50-series, RX 7000/9000-series), it generally helps. On older hardware, it can increase stuttering.
How to configure:
- Open Settings → System → Display → Graphics → Change default graphics settings.
- Toggle Hardware-accelerated GPU scheduling on or off.
- Test both states in your most-played game for 15 minutes each. Compare 1% lows, not average FPS.
General guidance:
- RTX 40-series and newer: On
- RTX 30-series: Test both, slight benefit in most cases
- RTX 20-series and older: Off
- RX 7000/9000-series: On
- RX 6000-series: Test both
10. Disable Notifications During Gaming
Impact: Low-Medium (prevents focus-breaking popups and priority interrupts)
Windows notifications can steal window focus, trigger overlays, and cause brief frame-rate dips. Focus Assist has been replaced in newer Windows 11 builds by Do Not Disturb.
How to configure:
- Open Settings → System → Notifications.
- Turn on Do Not Disturb (or set it to activate automatically during gaming).
- Scroll down and disable notifications for specific apps that interrupt frequently.
11. Disable Mouse Acceleration (Enhance Pointer Precision)
Impact: Low for FPS, Critical for aim consistency
Windows enables "Enhance pointer precision" by default — this is mouse acceleration that changes your cursor speed based on how fast you move the mouse. For gaming, you want a 1:1 relationship between hand movement and cursor movement.
How to disable:
- Open Settings → Bluetooth & devices → Mouse → Additional mouse settings.
- Go to the Pointer Options tab.
- Uncheck Enhance pointer precision.
- Set the pointer speed slider to the 6th notch (default, 1:1 scaling).
Every competitive FPS player should do this immediately. It won't change your FPS counter, but it will transform how your aim feels.
12. Set GPU Priority for Your Games (Graphics Preference)
Impact: Low-Medium (ensures games use your dedicated GPU, not integrated)
If your CPU has integrated graphics (most Intel CPUs and some AMD APUs), Windows might route certain games through the iGPU instead of your dedicated graphics card.
How to set:
- Open Settings → System → Display → Graphics.
- Click Browse, add your game's
.exe. - Click Options and select High performance (dedicated GPU).
This is critical for laptop gamers with hybrid GPU setups (NVIDIA Optimus / AMD Switchable Graphics).
13. Disable Unnecessary Visual Effects
Impact: Low (frees minor CPU/GPU resources)
Windows animations, transparency effects, and shadows consume resources. Disabling them won't transform your gaming experience, but every bit helps on lower-end systems.
How to configure:
- Press
Win + R, typesysdm.cpl, press Enter. - Go to Advanced → Performance → Settings.
- Select Adjust for best performance, then re-enable only:
- Smooth edges of screen fonts
- Show thumbnails instead of icons
14. Update Windows, Drivers, and Firmware
Impact: Varies (some updates deliver 5–20% improvements in specific games)
This isn't a "setting" but it's often overlooked. Specific driver and Windows updates deliver massive gaming improvements:
- NVIDIA Game Ready Drivers for new AAA launches often include 10–20% optimizations.
- AMD Adrenalin updates frequently fix stuttering issues in specific titles.
- Windows cumulative updates occasionally fix scheduler bugs that impact gaming (the KB5034765 update fixed a major thread scheduling regression in 24H2).
- BIOS/UEFI updates can improve memory stability, allow higher XMP/EXPO profiles, and fix PCIe compatibility issues.
Check for updates monthly, not just when something breaks.
15. Disable Background Apps
Impact: Low (reduces idle resource consumption)
Windows 11 allows apps to run in the background even when you're not using them.
How to disable:
- Open Settings → Apps → Installed apps.
- Click the three-dot menu next to each app → Advanced options.
- Under Background app permissions, set to Never for apps you don't need running in the background.
- Pay special attention to: News, Weather, Cortana, Maps, and Microsoft Store.
Settings You Should NOT Touch (Common Bad Advice)
Not every "Windows optimization" guide is good. Here are popular recommendations that are either dangerous, placebo, or counterproductive:
Don't disable Windows Update entirely. Pausing updates temporarily for stability is fine. Permanently disabling them leaves you vulnerable to security exploits and causes you to miss genuine performance improvements.
Don't disable Superfetch/SysMain. SysMain (formerly Superfetch) pre-loads frequently used data into RAM. Disabling it on a system with 16GB+ RAM provides zero benefit and can actually increase load times. Only disable on systems with 8GB RAM or less.
Don't run "TCP optimizer" tools. Modern Windows networking stacks auto-tune TCP window sizes. Third-party TCP tools from 2015 are based on outdated assumptions and can actually increase latency.
Don't set all CPU cores to "unparked." Windows 11's core parking algorithm is sophisticated and works correctly on modern hardware. Forcing all cores unparked increases power consumption and heat without measurable gaming benefit.
Don't disable the page file. Even with 32GB+ RAM, Windows needs a page file for crash dumps and as a safety net. Disabling it can cause games and applications to crash with out-of-memory errors. Set it to system-managed or 1.5x your RAM.
How to Verify Your Optimizations Are Working
After making these changes, you need to measure the difference. "It feels faster" isn't data.
Before and After Benchmarking
- Before changing anything, run a benchmark and record your results:
- 3DMark Time Spy for GPU performance
- Cinebench R24 for CPU performance
- CapFrameX or FrameView for in-game frame time logging
- Record: average FPS, 1% lows, 0.1% lows, and average frame time.
- Make the changes from this guide.
- Run the exact same benchmarks again.
- Compare. If you don't see improvement in 1% lows and frame times, revert the change.
Ongoing Monitoring
Use HWiNFO64 or MSI Afterburner with the RTSS overlay to monitor CPU usage, GPU usage, RAM usage, and temperatures while gaming. If your CPU is hitting 100% in a specific game, you may have a CPU bottleneck that no Windows setting can fix — that's a hardware issue.
Run your system through our free PC Bottleneck Analyzer to get a comprehensive analysis of whether your hardware itself is the limiting factor, or if software optimizations like these are the right fix.
Quick Checklist: The 5-Minute Version
If you don't have time for all 15 optimizations, hit these five for the biggest immediate impact:
- Disable Game DVR/Background Recording
- Set power plan to High Performance
- Disable VBS/Memory Integrity
- Clean up startup programs (aim for under 8)
- Disable fullscreen optimizations on competitive games
These five alone typically recover 5–12% FPS and dramatically improve frame-time consistency. Come back later for the rest.
The Bottom Line
Your hardware sets your performance ceiling. Windows settings determine how close you actually get to it. A poorly configured Windows install can waste 10–15% of your GPU and CPU capability on background processes, security layers, and features you never use.
The optimizations in this guide won't turn a GTX 1660 Super into an RTX 5070. But they will ensure that whatever hardware you have is running at its full potential — and in many cases, that's the difference between a smooth experience and a frustrating one.
After optimizing Windows, the next step is understanding whether your hardware itself has bottlenecks. Run your build through our free PC Bottleneck Analyzer — it scans your system, scores it out of 100, and tells you exactly what to upgrade next.
Find Your Bottleneck
Run our free scanner and get AI-powered recommendations specific to your hardware.
Analyze My PCNew guides, upgrade deals, and optimization tips. No spam.