How-To / Tips
How to Fix Game Stuttering on Windows 11 — 7 Steps (2026)
The verdict
Games stuttering on Windows 11 even at high FPS? The usual culprits are VBS, the Balanced power plan, and 24H2 bugs. Here are 7 fixes ordered by impact, every step backed by a source.
The problem: games stutter even at high FPS
The classic Windows 11 case: average FPS looks fine in the overlay — 144+ even — but the game jolts every few seconds. Camera pans feel laggy and weapon response feels off. That’s frame-time instability, not low FPS, and the fix is at the system level, not the in-game graphics menu.
Why it happens
Windows 11 ships with several security and power-saving features enabled by default that prevent CPU/GPU from running at a steady cadence under gaming load. The SmoothFPS guide (updated February 2026) identifies the biggest culprits as VBS (Virtualization-Based Security) and Memory Integrity — together they can cost 5–25% performance depending on title. Next is the default Balanced power plan, which constantly ramps CPU clocks up and down (causing micro-stutter), and on 24H2 Microsoft introduced new bugs as users have documented in Microsoft Q&A threads.
The fix, ordered by impact
1) Disable VBS / Memory Integrity
- Open
Windows Security→Device Security→Core Isolation Details - Toggle Memory Integrity off
- Restart once
SmoothFPS notes this single step fixes ~60% of stuttering complaints and recovers 5–10% FPS immediately. Trade-off: you lose protection against kernel-level attacks. Only do this on a dedicated gaming PC.
2) Switch to High Performance power plan
- Open
Control Panel→Power Options - Select High Performance
- On a desktop, unlock Ultimate Performance via PowerShell:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Balanced down-clocks the CPU when load drops; the ramp back up creates micro-stutter at scene transitions.
3) Disable “Optimizations for Windowed Games” (24H2 bug)
- Open
Settings→System→Display→Graphics - Find Optimizations for windowed games and turn it OFF
Microsoft has acknowledged this bug, and users in Microsoft Q&A confirm frame pacing improves noticeably after disabling it.
4) Trim background services
- Right-click the taskbar → turn Widgets off
Settings→Apps→Startup→ disable Microsoft Teams and any other autostart you don’t needSettings→Gaming→Xbox Game Bar→ OFF (if you don’t use clip capture)- Leave Game Mode = ON (since 22H2 it actually helps with priority scheduling)
5) GPU driver settings
NVIDIA Control Panel → Manage 3D Settings:
- Power Management Mode: Prefer Maximum Performance
- Low Latency Mode: On or Ultra
- Threaded Optimization: On
AMD Adrenalin → Gaming → Graphics: enable Anti-Lag, disable Radeon Chill.
6) Clear the shader cache
- Close the game
- NVIDIA: NVIDIA Control Panel → 3D Settings → set Shader Cache Size to Default and clear
- AMD: Adrenalin → Gaming → Graphics → Reset Shader Cache
- Launch the game and let it pre-compile shaders again at the title screen
After a Windows update or driver update, stale shader cache often causes traversal hitches. Microsoft Q&A recommends this as a first troubleshooting step.
7) Add game folders to Defender exclusions
Windows Security→Virus & Threat Protection→Manage Settings- Scroll to Exclusions → Add or remove exclusions
- Add Steam
steamapps, Epic Games, Riot, etc.
If it still stutters
- Install MSI Afterburner + RTSS and watch the frame-time graph — does the stutter coincide with Discord, a Defender scan, or something else?
- Check CPU/GPU temps — anything above 85–90°C may be thermal throttling.
- On Windows 11 24H2 and stuttering started after the update? You can roll back within 10 days at
Settings → System → Recovery → Go Back. - Toggle Hardware-Accelerated GPU Scheduling (HAGS) at
Settings → System → Display → Graphics— some games like it on, some prefer it off. Test per game.