Windows 11 Optimization Guide for Gamers (2026)

A stock Windows 11 install is genuinely mediocre for gaming. Not because Microsoft hates performance — but because Windows ships for the average user, not a gamer running a desktop at 100% GPU load for six hours. The defaults make sense for a laptop shared between students. For your gaming PC, they're wrong.
The changes below are targeted and safe — no third-party tools, no sketchy registry hacks. Just turning off things you didn't ask for and configuring what matters. Want to see what kind of FPS improvement to expect? Check how much FPS Windows optimization actually delivers first so you know what you're working toward.
Remove Windows 11 Bloatware
Windows 11 includes apps like Xbox Game Bar (useful), but also Microsoft Teams (pre-pinned), Cortana, Tips, Weather, and News — all of which run background processes.
The safe way — PowerShell, with named packages:
# Remove Teams (pre-installed stub)
Get-AppxPackage *Teams* | Remove-AppxPackage
# Remove Cortana
Get-AppxPackage *Cortana* | Remove-AppxPackage
# Remove News, Weather, Xbox App (keep Xbox Game Bar separately)
Get-AppxPackage *BingNews* | Remove-AppxPackage
Get-AppxPackage *BingWeather* | Remove-AppxPackage
Run PowerShell as Administrator. Remove only what you recognize — Get-AppxPackage | Select Name lists everything installed.
Fix Your Startup Applications
Every app that auto-launches adds 1–5 seconds to boot time and starts consuming RAM and CPU before your first game loads.
Open Task Manager (Ctrl+Shift+Esc) → Startup apps. Disable anything with High startup impact that you don't use in the first 10 minutes after boot: Discord, Spotify, OneDrive, Steam, and most RGB software can all launch when you need them.
Leave enabled: GPU control panels, audio drivers, antivirus.
Set CPU Scheduling Priority to Games
Windows can be told to give games scheduling priority over background services.
Open Settings → System → Display → Graphics → Default graphics settings. Enable Optimizations for windowed games — this improves latency in borderless window mode.
For deeper scheduling priority, right-click your game's .exe in Task Manager while it's running and set priority to Above Normal (not Realtime — that can cause system instability).
Disable Unnecessary Visual Effects
Windows 11's animations and transparency effects run on the GPU. For productivity tasks, imperceptible. For a GPU running at 99% in-game, every cycle counts.
Settings → Accessibility → Visual effects → Animation effects → Off
Settings → Personalization → Colors → Transparency effects → Off
For maximum performance: open sysdm.cpl → Advanced → Performance Settings → Adjust for best performance, then manually re-enable "Smooth edges of screen fonts" (ClearType) so text stays readable.
Disable Telemetry and Background Data Collection
This isn't primarily a privacy guide, but Windows telemetry services consume CPU cycles and disk I/O, especially on spinning drives or NVMe SSDs with low-power firmware.
# Disable Connected User Experiences and Telemetry service
sc config DiagTrack start= disabled
Stop-Service -Name DiagTrack
# Disable WAP Push Message Routing Service (telemetry-related)
sc config dmwappushservice start= disabled
Apply in an Administrator PowerShell session.
Disable Search Indexing on Game Drives
Windows Search indexes every file on your drive. On SSDs this consumes I/O during game loads. On drives where you store games, turn it off.
Open File Explorer → right-click your game drive → Properties → uncheck "Allow files on this drive to have contents indexed". Apply to the drive and all subfolders.
Enable Storage Sense Correctly
Storage Sense auto-cleans temp files, but its default schedule runs during peak hours and can cause micro-stutters during active play.
Settings → System → Storage → Storage Sense — configure it to run during off-peak hours, or trigger it manually before a session, not during one.
Let SageTweaks Do This Automatically
The above covers the most impactful manual changes. But there are more settings inside Windows — network adapter offload settings, interrupt affinity, memory page file configuration, and game-aware CPU/process tuning — that require careful, hardware-specific tuning.
SageTweaks detects your hardware, builds hardware-aware recommendations for your CPU/GPU class, and applies supported Windows-side settings. It also helps you recheck settings after Windows updates, which can reset many changes.
Start with startup management and CPU scheduling — those two changes alone are worth 5–15% FPS. Clean up bloatware next, then visual effects. The rest are incremental but compound over time. For the input latency side that goes beyond FPS, also review the guide to reducing input lag on PC.
For a complete, automated optimization in under 5 minutes, get SageTweaks.

PC performance enthusiast and Windows optimization specialist with 10+ years tuning gaming rigs. Contributor to SageTweaks.
More from Alex →SageTweaks
Ready to review guided PC optimization?
Use SageTweaks to review FPS, input latency, and Windows overhead workflows. Guided optimization for Windows 10 & 11.
- Guided GPU, CPU & power plan workflows
- Dedicated and detected-game FPS profiles
- Registry cleaner & startup manager
- Monthly, Yearly & Lifetime plans
30-day money-back guarantee
Next steps
Free PC optimization checklist
The 47-tweak manual version — yours to keep.
Free per-game FPS cheat sheets
Printable settings for Valorant, CS2, Fortnite, Apex.
See every SageTweaks feature
System tweaks, game profiles, cleaner, registry, power plans.
How we keep your PC safe
VirusTotal report published, rollback support, clear network use.
Read user reviews
Read public feedback and product notes before you buy.
Compare plans
Monthly $5.99 · Yearly $49.99 · Lifetime $79.99.
Related Posts
How to Remove Copilot from Windows 11 (Permanent Fix 2026)
Remove Copilot from Windows 11 for good. 4 methods (Settings, Group Policy, registry, debloat) — including how to stop it returning after updates.
How to Skip the Microsoft Account on Windows 11 (2026 Methods)
Skip the Microsoft account requirement during Windows 11 setup. 4 methods — Rufus, OOBE bypass, command line, network skip — for Home and Pro editions.
Windows 11 24H2 Debloat Guide — What to Remove, What to Leave Alone
Debloat Windows 11 24H2 the safe way. What's new to remove (Copilot+, Recall), what's risky to touch, and the right tool for each level of cleanup.
