Last Updated: January 25, 2026
Unlock maximum gaming performance on Windows
Windows isn't optimized for gaming out of the box. These tweaks will unlock hidden performance, reduce input lag, and squeeze every last FPS from your hardware.
Windows Game Mode prioritizes resources for your game.
Game Bar uses 2-5% GPU and can cause stutters.
Windows "Balanced" power plan throttles CPU/GPU to save power.
Enable Ultimate Performance (Windows 11):
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Run this in Command Prompt as Administrator, then select Ultimate Performance in Power Options.
Background apps waste CPU, RAM, and GPU resources.
Windows animations use GPU resources.
Enable HAGS for reduced latency
Reduces CPU overhead and input lag (Windows 10 v2004+).
Windows 10/11 forces games into borderless window mode, adding latency.
NVIDIA maximum performance settings
Force GPU to run at max clocks during gaming.
Windows sends usage data constantly, using network and CPU.
Improper page file settings can cause stutters.
Many programs autostart and waste resources.
Temp files can slow down Windows over time.
%temp% → Delete all filesIndexing uses CPU/disk constantly. Only disable if you don't use Windows Search.
Reduce ping and latency in online games.
Disable Network Throttling:
netsh int tcp set global autotuninglevel=normal
netsh int tcp set global chimney=enabled
netsh int tcp set global dca=enabled
netsh int tcp set global netdma=enabled
Run in Command Prompt as Administrator
Update Network Adapter Drivers:
Disable Nagle's Algorithm (For Competitive Gaming):
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\InterfacesDefender can cause FPS drops during scans.
Memory Integrity feature can reduce FPS by 5-10%.
If you have both SSD and HDD:
Never defragment an SSD (shortens lifespan).
TRIM maintains SSD performance over time.
fsutil behavior query DisableDeleteNotify
If result = 0, TRIM is enabled. If = 1, enable it with:
fsutil behavior set DisableDeleteNotify 0
| Optimization | Expected Gain |
|---|---|
| Game Mode + High Performance Plan | +5-15% FPS |
| Disable Fullscreen Optimizations | -2-10ms Input Lag |
| Hardware-Accelerated GPU Scheduling | -1-5ms Latency |
| Disable Startup Apps + Background Processes | +10-20% FPS (CPU-bound games) |
| Network Optimizations | -5-15ms Ping |
| Total Combined Effect | +15-30% FPS, -5-20ms Latency |