How To Optimize Windows 11 for Gaming

Muhib Nadeem / July 25, 2025 / 11 min read

Your RTX 4070 is struggling to hit 144 FPS. Your friend with the same GPU gets 20% better performance. The difference? They actually optimized Windows 11 for gaming, while you’re running default settings that prioritize security over speed.

Here’s what Microsoft won’t advertise: Windows 11 ships with performance-killing features enabled by default. Some users lose up to 25% of their gaming performance to virtualization features they don’t even know exist.

Your Current Windows 11 Gaming Performance

Current Performance (Default Settings) 75%

VBS enabled, Game Mode off, default GPU scheduling

Potential After Basic Optimizations 85%

Game Mode enabled, power plan optimized, GPU settings configured

Maximum Potential (All Optimizations) 100%

VBS disabled, all tweaks applied, services optimized

The Hidden Performance Killers in Windows 11

Windows 11

Windows 11 wasn’t designed exclusively for gaming. Microsoft balanced performance with security, productivity, and compatibility. For gamers, this means several features actively reduce your FPS while providing benefits you might never use.

The biggest culprit? Virtualization-Based Security (VBS) and Memory Integrity. These features can cost you anywhere from 5% to 25% of your gaming performance, depending on the game and your hardware. Yet most users don’t even know they exist.

Default Windows 11 Settings Impact

How each feature affects your gaming performance

Feature Default State Performance Impact What It Does
VBS & Memory Integrity Enabled -5% to -25% FPS Protects kernel from malware using virtualization
Game Mode Disabled Missing latency reduction Suspends DWM compositor for lower input lag
GPU Scheduling (HAGS) Disabled +1GB VRAM usage Offloads scheduling to GPU hardware
Power Plan Balanced CPU throttling Reduces clock speeds to save power
Background Services 100+ Running -2% to -5% FPS Various system services consuming resources
Nagle’s Algorithm Enabled +5-15ms latency Bundles TCP packets, adding delay
🚨 The VBS Performance Tax
Independent testing shows VBS can reduce gaming performance by up to 25% in CPU-intensive games. Microsoft Flight Simulator sees 10-15% improvements when disabled. Even AMD’s upcoming Zen 5 CPUs show 20% better performance in Fortnite on Windows 10 (where VBS isn’t default) versus Windows 11 with VBS enabled.

Priority Optimizations

Not all optimizations are equal. Some provide massive gains with minimal risk, while others offer marginal improvements but could cause instability. Here’s your prioritized action plan:

Critical
🛡️

Disable VBS & Memory Integrity

Performance Gain:

The single biggest performance boost. Disabling virtualization-based security features can reclaim 5-25% of lost FPS, especially in CPU-bound games.

Essential
🎮

Enable Game Mode & Optimizations

Performance Gain:

Modern Game Mode eliminates compositor latency in windowed games. Combined with windowed optimizations, provides exclusive fullscreen performance without the hassle.

Important

Configure Power & GPU Settings

Performance Gain:

High Performance power plan prevents CPU throttling. HAGS reduces CPU overhead but increases VRAM usage. Critical for consistent frame times.

Moderate
🌐

Network Optimizations

Performance Gain:

Disabling Nagle’s Algorithm can reduce online gaming latency by 5-15ms. Only affects TCP-based games, but makes a noticeable difference in responsiveness.

Optional
🔧

Service & Registry Tweaks

Performance Gain:

Disabling unnecessary services and tweaking scheduler priorities provides marginal gains. Only for dedicated gaming rigs managed by advanced users.

Situational
💾

DirectStorage Setup

Performance Gain:

Dramatically reduces loading times in supported games. Requires NVMe SSD and game developer implementation. Currently limited but growing support.

Step 1: Check and Disable VBS (The Big One)

Virtualization-Based Security is enabled by default on all new Windows 11 installations and new PCs. However, it’s usually NOT enabled if you upgraded from Windows 10. This single feature can cost you up to 25% of your gaming performance.

1

Check Your VBS Status

Takes 30 seconds to verify if you’re affected

  • Press Windows key and type “System Information”
  • Open the System Information app
  • In the System Summary, scroll down to find “Virtualization-based security”
  • Check if it says “Running” or “Not enabled”
If it says “Running”: You’re losing performance. Continue to disable it.
If it says “Not enabled”: You’re already optimized. Skip to the next section.
2

Disable Memory Integrity

First part of disabling VBS

  • Press Windows key and type “Core Isolation”
  • Click on “Core isolation” when it appears
  • Toggle “Memory integrity” to Off
  • Restart your PC when prompted
Security Trade-off: This reduces protection against kernel-level malware. Only disable on dedicated gaming PCs that don’t handle sensitive data.
3

Disable Virtual Machine Platform

Completes the VBS removal

  • Press Windows key and type “Turn Windows features on or off”
  • Scroll down and uncheck “Virtual Machine Platform”
  • Click OK and restart when prompted
Alternative Method: If settings revert, open Command Prompt as Administrator and run:
bcdedit /set hypervisorlaunchtype off
💡 Expected Performance Gains
Testing shows average FPS improvements of 5% across all games, but CPU-intensive titles see much bigger gains. Microsoft Flight Simulator: +10-15% FPS. Cyberpunk 2077: +5-7% FPS. Fortnite (competitive settings): +15-20% FPS.

Step 2: Enable Modern Gaming Features

Windows 11’s Game Mode isn’t the placebo it was in Windows 10. It now provides genuine latency reduction by suspending the Desktop Window Manager compositor, giving windowed games the low-latency benefits of exclusive fullscreen.

Game Mode
Reduces input lag in windowed games
Hardware GPU Scheduling
Offloads work to GPU (watch VRAM usage)
Variable Refresh Rate
Enables VRR for older games
Windowed Optimizations
Forces modern flip model presentation
Auto HDR
AI-enhanced colors (HDR displays only)
DirectStorage
Check if supported (game dependent)
1

Enable Core Gaming Features

Essential for all gaming PCs

  • Go to Settings > Gaming > Game Mode and turn it On
  • Navigate to Settings > System > Display > Graphics
  • Click “Change default graphics settings”
  • Enable Hardware-accelerated GPU scheduling
  • Enable Variable refresh rate
  • Enable Optimizations for windowed games
  • Restart your PC for GPU scheduling to take effect
VRAM Warning: HAGS increases VRAM usage by up to 1GB. If you have 8GB or less VRAM and experience PC stuttering, disable it. Required for NVIDIA DLSS 3.

Step 3: Optimize Power and Background Processes

Windows defaults to balanced power plans that throttle your CPU to save energy. For gaming, you need consistent maximum performance.

1

Set High Performance Power Plan

Prevents CPU throttling during gameplay

  • Go to Settings > System > Power & battery
  • Set Power mode to Best performance
  • For more control, open Control Panel > Power Options
  • Select High performance or Ultimate Performance if available
Laptop Users: This will reduce battery life significantly. Only use when plugged in.
2

Disable Startup Programs

Free up RAM and reduce background CPU usage

  • Press Ctrl + Shift + Esc to open Task Manager
  • Click on the Startup apps tab
  • Right-click and disable everything except:
  • Essential drivers (GPU, audio)
  • Antivirus (if not using Windows Defender)
  • Gaming peripherals software
⚠️ Xbox Game Bar Performance Impact
Xbox Game Bar can reduce FPS by 2-5% when enabled. If you don’t use its features (recording, overlay), disable it completely: Settings > Gaming > Xbox Game Bar > Off. Also disable background recording in Captures settings.

Step 4: Network Optimization for Online Gaming

For competitive online gaming, every millisecond counts. Windows has a built-in feature called Nagle’s Algorithm that bundles small network packets together, adding 5-15ms of latency. Disabling it can noticeably improve responsiveness.

Advanced Network Optimization
# First, find your network adapter’s IP address
C:\> ipconfig
# Note your IPv4 Address (e.g., 192.168.1.100)

# Open Registry Editor as Administrator
C:\> regedit

# Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces

# Find the folder matching your IP, then create two DWORD values:
TcpAckFrequency = 1
TCPNoDelay = 1
⚡ Quick Alternative: If you’re not comfortable with Registry editing, many games have a “Reduce Buffering” or “Low Latency Mode” option that achieves similar results at the application level.

Step 5: DirectStorage

DirectStorage is Windows 11’s revolutionary I/O technology that bypasses traditional bottlenecks. It can reduce loading times from 10 seconds to under 2 seconds in supported games by sending data directly from your NVMe SSD to your GPU.

DirectStorage Requirements & Benefits

Next-gen loading technology explained

Requirement Your System Needs Benefit
Storage NVMe SSD (PCIe 3.0 minimum) 70% faster I/O throughput
GPU DirectX 12 with Shader Model 6.0 GPU decompression instead of CPU
Windows Version Windows 11 (optimal) or Windows 10 1909+ Improved storage stack in Win11
Game Support Developer must implement DirectStorage Near-instant loading, no texture pop-in

Check DirectStorage Compatibility

Verify if your system is ready

  • Go to Settings > Gaming > Game Mode
  • Look for “DirectStorage” status
  • If supported, ensure games are installed on your NVMe drive
  • Check individual game settings for DirectStorage options
Current Games with DirectStorage: Forspoken, Ratchet & Clank: Rift Apart, Horizon Forbidden West, and more coming. Expect widespread adoption by 2025-2026.

Advanced Tweaks for Enthusiasts

These modifications go deeper into Windows internals. They’re completely safe when done correctly but require more technical knowledge. Only proceed if you’re comfortable with registry editing.

Registry Gaming Optimizations
# Game Priority Boost – Forces high priority for games
Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games
GPU Priority = 8 (DWORD)
Priority = 6 (DWORD)
Scheduling Category = “High” (String)

# Reduce System Background CPU Reservation
Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile
SystemResponsiveness = 10 (DWORD, decimal)

# Disable Power Throttling Completely
Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
Create new Key: PowerThrottling
Inside PowerThrottling, create: PowerThrottlingOff = 1 (DWORD)
💡 Service Optimization for Dedicated Gaming Rigs
On a pure gaming PC, you can disable these services via services.msc: Print Spooler, Windows Search, Connected User Experiences and Telemetry, Remote Desktop Services, Windows Defender (only if using third-party AV). This frees up resources but removes functionality – never do this on a work PC.

Common Myths About Windows 11 Gaming

The internet is full of outdated or incorrect optimization advice. Let’s separate fact from fiction:

Gaming Optimization Myths Debunked

Common Myth Reality What to Do Instead
“Game Mode is useless” Was true in early Windows 10, not anymore Always enable it – reduces input lag significantly
“Defrag your SSD for better performance” Harmful – reduces SSD lifespan Windows handles SSD optimization automatically
“Disable page file for more RAM” Causes crashes when RAM fills up Leave it on your fastest drive (NVMe)
“32GB RAM doubles gaming performance” No benefit over 16GB for 99% of games Focus on RAM speed (DDR5-6000+) instead
“More CPU cores = better gaming” Most games use 6-8 cores maximum Prioritize single-thread performance

Your Complete Optimization Checklist

Follow this priority order for maximum impact with minimum risk:

Essential Optimizations Checklist

Complete these in order for best results

Tier 1: Foundation (Do First)

  • ☐ Update GPU drivers to latest version
  • ☐ Update Windows 11 to latest version
  • ☐ Enable XMP/EXPO in BIOS for RAM
  • ☐ Set Power Mode to Best Performance

Tier 2: Core Gaming Features

  • ☐ Enable Game Mode
  • ☐ Enable Windowed Optimizations
  • ☐ Enable Variable Refresh Rate
  • ☐ Enable HAGS (monitor VRAM usage)
  • ☐ Configure Auto HDR (if applicable)

Tier 3: The Big Performance Win

  • ☐ Check VBS status
  • ☐ Disable Memory Integrity (if comfortable)
  • ☐ Disable Virtual Machine Platform

Tier 4: Advanced (Optional)

  • ☐ Disable Nagle’s Algorithm
  • ☐ Apply Registry gaming tweaks
  • ☐ Disable unnecessary services

The Bottom Line

Windows 11 can match or exceed Windows 10’s gaming performance, but only after proper optimization. The biggest gains come from disabling VBS (5-25% improvement) and enabling modern gaming features like the new Game Mode.

For most gamers, completing Tiers 1-3 will unlock 90% of available performance gains. The advanced tweaks provide diminishing returns and are best left to enthusiasts running dedicated gaming rigs.

Frequently Asked Questions

Is Windows 11 worse for gaming than Windows 10?

Not necessarily. Windows 11 has better gaming features like DirectStorage and improved Game Mode, but it enables security features by default that can reduce performance by 5-25%. After proper optimization (especially disabling VBS), Windows 11 can match or exceed Windows 10 performance.

What is VBS and should I disable it for gaming?

Virtualization-Based Security (VBS) protects your kernel from malware using hardware virtualization. It’s enabled by default on new Windows 11 installations and can reduce gaming performance by 5-25%. For dedicated gaming PCs that don’t handle sensitive data, disabling it provides significant FPS gains. Keep it enabled on work or general-use computers.

Does Game Mode actually work in Windows 11?

Yes, Game Mode in Windows 11 is completely different from the Windows 10 version. It now suspends the Desktop Window Manager compositor for borderless windowed games, eliminating a full frame of input lag. This gives you exclusive fullscreen performance without the alt-tab hassles. Always enable it.

Should I enable Hardware-Accelerated GPU Scheduling?

HAGS provides small performance gains (1-2%) but increases VRAM usage by up to 1GB. Enable it if you have 10GB+ VRAM or need DLSS 3 (which requires it). Disable it if you have 8GB or less VRAM and experience stuttering in demanding games.

What’s DirectStorage and do I need it?

DirectStorage is a new API that dramatically reduces game loading times by bypassing CPU bottlenecks and using GPU decompression. You need an NVMe SSD and a DirectX 12 GPU, but the game must also support it. Currently limited to a few titles but growing. It can reduce loading from 10 seconds to under 2 seconds.

Will disabling services break my PC?

Disabling the services mentioned (Print Spooler, Windows Search, etc.) won’t break Windows but will remove their functionality. Only disable services on a dedicated gaming PC where you don’t need printing, search, or remote access. Never do this on a work or general-use computer.

Do I need 32GB RAM for gaming in 2025?

No, 16GB remains sufficient for 99% of games. The extra 16GB will sit unused. Instead, focus on fast RAM (DDR5-6000+) in dual-channel configuration. Only consider 32GB if you stream while gaming or run heavy background applications.

Should I disable the page file?

Never disable the page file. It’s a critical safety net when RAM fills up. Disabling it causes crashes and instability with no performance benefit. Windows manages it efficiently by default. Just ensure it’s on your fastest drive (usually your OS NVMe SSD).

How much performance can I gain from these optimizations?

Total gains vary by system and game. Disabling VBS alone provides 5-25% improvement. All optimizations combined typically yield: 10-15% average FPS increase across all games, 20-30% in CPU-intensive games, and significantly reduced input lag. The biggest gains come from VBS removal and proper power management.

Are these optimizations safe?

Yes, when done correctly. The main trade-off is security (disabling VBS) versus performance. All settings can be reverted. Create a system restore point before making changes. Only apply advanced registry tweaks if you’re comfortable with that level of modification. Start with basic optimizations first.

Full Performance,
No Cost

Kick off an exciting adventure for free! Just download the app, create your account, and enjoy up to 20 optimizations at no cost.

Muhib Nadeem

Muhib Nadeem

I grew up on frame drops, boss fights, and midnight queues. Now I write about games with the same energy I once saved for ranked.

Level Up
Your FPS

Kills background lag

Instant FPS boost

One-click setup

Table of Contents

You may also like