The Ultimate Beginner's Guide to PC Optimization (2026)

Most gaming PCs are running at 60–80% of their actual capability. Not because of bad hardware, but because nobody told Windows to stop babying the CPU, nobody clean-installed the GPU driver, and the RAM is still running at 2133 MHz when it's rated for 3600 MHz.
This guide fixes all of that. It's ordered by impact — the first three changes consistently deliver the biggest gains, so even if you stop partway through, you'll already see a difference. Before you start, grab a realistic estimate of how much FPS to expect from optimization so you know what you're aiming for.
Step 1: GPU Drivers — Start Here, Always
Outdated GPU drivers are the single most commonly missed performance source on gaming PCs. NVIDIA and AMD push game-specific optimizations constantly — a driver from six months ago may be missing 10–20% of your GPU's performance for games released since then. This isn't marketing. It's why serious players keep their drivers current.
Check your current driver version
Device Manager → Display Adapters → right-click your GPU → Properties → Driver tab → note the Driver Date and Driver Version.
Download the latest driver
- NVIDIA: nvidia.com/drivers — enter your GPU model, download Game Ready Driver
- AMD: amd.com/support — select your GPU, download Adrenalin Edition
Install cleanly with DDU
Don't just run the update installer over the old driver. Use Display Driver Uninstaller (DDU) in Safe Mode to remove all traces of the old driver before installing the new one. This eliminates driver corruption that builds up over multiple updates.
See the full GPU driver update guide for step-by-step DDU instructions.
Configure GPU driver settings
After installing the driver, open NVIDIA Control Panel or AMD Radeon Software:
- Power management mode → Prefer maximum performance (not "Optimal power")
- Low Latency Mode → Ultra (NVIDIA) or Anti-Lag (AMD)
- Shader Cache → Unlimited
Full settings breakdown: GPU optimization guide for NVIDIA and AMD.
Step 2: Windows Power Plan
Windows ships with "Balanced" mode as the default, which throttles CPU clock speed between frames to save electricity. That's a sensible default for a laptop — on a gaming desktop it's just adding microstutter. Your CPU doesn't need to ramp down between frames and then scramble back up when the next frame starts rendering.
Change power plan
- Open Control Panel → Power Options
- Select High Performance
- For desktops: enable Ultimate Performance (hidden by default) via PowerShell:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61Then select it in Power Options.
This is a 2-minute change that typically adds 5–15% FPS on mid-range systems.
Step 3: RAM Configuration
This is the most consistently misconfigured hardware setting we see on pre-built PCs — and nobody tells buyers about it at the time of purchase.
Enable XMP / EXPO
Your RAM ships at base JEDEC speed (2133–2400 MHz for DDR4). Your kit is probably rated for 3200–3600 MHz. You have to opt-in to the rated speed in BIOS.
- Restart and enter BIOS (Delete, F2, or F12 at boot)
- Find the XMP (Intel) or EXPO/DOCP (AMD) option
- Enable XMP Profile 1
- Save and exit
On AMD Ryzen systems, RAM speed directly affects CPU-to-GPU data transfer rates. The gain from 2133 MHz to 3600 MHz can be 15–25% FPS improvement in CPU-limited scenarios.
Verify dual-channel mode
If you have two RAM sticks, they must be in the correct slots for dual-channel mode (which doubles memory bandwidth). Open CPU-Z → Memory tab — the Channel field should say "Dual". If it says "Single", check your motherboard manual for the correct slot configuration (typically A2 + B2, not A1 + A2).
Full RAM optimization guide: XMP, dual channel, and speed explained.
Step 4: Windows Startup Programs
Every program that launches at startup delays your boot time and consumes RAM and CPU before you've opened a game.
Audit startup items
- Open Task Manager (Ctrl+Shift+Esc) → Startup apps tab
- Sort by Startup impact: High
- Disable everything you don't absolutely need at boot
Safe to disable at startup: Spotify, Discord, Steam, Epic Games, Microsoft Teams, OneDrive, Chrome, any third-party app with a system tray icon.
Keep enabled: GPU driver software (NVIDIA Container or AMD), Windows Security, audio drivers if required for your hardware.
This cleanup alone cuts boot time in half on most systems and frees 200–500MB of RAM.
Step 5: Windows Gaming Settings
Several Windows settings directly affect gaming performance:
Game Mode
Settings → Gaming → Game Mode → On Prioritizes your game for CPU scheduling and suppresses Windows Update during play.
Hardware-Accelerated GPU Scheduling (HAGS)
Settings → System → Display → Graphics → Default graphics settings → HAGS
- RTX 3000/4000 or RX 6000/7000 series: On
- Older hardware: Off (causes stuttering on pre-2020 cards)
Xbox Game Bar
Settings → Gaming → Xbox Game Bar → Off The Game Bar hooks into every running process. Disabling it reclaims those GPU cycles.
Visual Effects
Control Panel → System → Advanced → Performance Settings → Adjust for best performance Disables window animations and transparency effects that consume GPU cycles.
Full checklist: best Windows settings for gaming in 2026.
Step 6: Background Processes
Background applications compete with your game for CPU, GPU, and RAM. If high CPU usage persists even after closing apps, see the high CPU usage fixes for Windows 11 guide for deeper diagnosis. Before a gaming session:
- Close your browser completely (not just minimize — actually close it)
- Discord: Settings → Advanced → Hardware Acceleration → Off (stops Discord using GPU)
- Kill RGB software if you have it (CORSAIR iCUE, Razer Synapse) — they poll hardware on a timer
- Close Spotify, OneDrive, and any other tray apps you don't need during gaming
On systems with 8–16GB RAM, this cleanup frees 500MB–1.5GB before a game even launches.
Step 7: Network Settings (For Online Games)
If you play online games, two changes reduce ping and eliminate ping spikes:
Disable Nagle's Algorithm
This TCP optimization was designed for 1984 modems. On modern connections it adds 10–40ms latency to game data.
Registry fix (see the full guide for step-by-step):
TcpAckFrequency = 1TCPNoDelay = 1Both under your active network adapter's GUID in the Windows registry.
Switch to faster DNS
Settings → Network & Internet → Properties → DNS → Manual → 1.1.1.1 / 1.0.0.1 (Cloudflare's DNS).
Pause Windows Update downloads
Settings → Windows Update → Advanced → Active hours — set to your gaming window. This stops background update downloads from competing with your game connection.
Step 8: In-Game Settings
Windows optimization gives you the headroom — in-game settings determine how you spend it.
Priority order for lowest settings first
- Shadows → Off or Low (highest FPS gain)
- Anti-Aliasing → Off or FXAA
- Effects and particles → Low
- Post Processing → Low (disables bloom, motion blur, ambient occlusion)
- Textures → Medium (uses VRAM but not GPU compute — cheaper)
- V-Sync → Off (enables G-Sync/FreeSync to work correctly)
Use DLSS (NVIDIA) or FSR (AMD/all GPUs)
Both technologies render at a lower resolution and upscale intelligently. DLSS Quality mode and FSR Quality mode both provide near-native visual quality with 20–40% FPS improvement. Enable them in supported games.
Step 9: Storage Health
A failing or near-full SSD slows game loading and can cause stuttering from disk I/O latency.
- Check health with CrystalDiskInfo (free) — Overall Health should show "Good"
- Keep at least 15% free space on your SSD
- Run Windows' built-in optimizer: search "Defragment and Optimize Drives" → select SSD → Optimize (runs TRIM, not defrag)
- Never defragment an SSD
Full guide: how to optimize SSD on Windows 11.
Step 10: Timer Resolution
Advanced, but worth doing on desktop gaming PCs:
Open Command Prompt as administrator and run:
bcdedit /set useplatformtick yes
bcdedit /set disabledynamictick yes
This sets Windows timer resolution to its maximum (0.5ms), improving frame pacing on CPU-bound systems. Reboot after applying.
More detail on who benefits: timer resolution explained.
Putting It All Together
The highest-impact items in order:
- GPU driver update + clean install
- GPU driver power management settings
- RAM XMP enabled + dual-channel slot check
- Power plan → Ultimate Performance
- Background process cleanup
- HAGS configured for your GPU generation
- Startup program audit
Items 1–4 alone typically deliver 20–35% combined FPS improvement on a stock-configured mid-range PC. Items 5–7 add another 5–15%.
The Automated Approach
Working through all 10 layers manually takes 2–3 hours and requires registry editing, BIOS changes, and ongoing maintenance (Windows Updates often revert settings). SageTweaks applies all of it automatically in under 5 minutes — including hardware detection that applies the right settings for your specific GPU generation, RAM speed, and CPU model.
For competitive gaming, the combination of manual hardware optimization (RAM slots, XMP, driver clean install) plus automated Windows configuration gives the best results. SageTweaks handles everything from Layer 3 onward except the hardware-physical changes.
Continue Reading
- How much FPS can you gain from optimization? — realistic numbers by hardware tier
- Fix FPS drops — when optimization isn't enough and hardware is the issue
- GPU optimization guide — complete NVIDIA and AMD control panel settings
- Windows privacy settings for gaming — reduce background telemetry and surveillance processes
- Overclock your CPU safely — after you've maxed software optimization, hardware OC is the next step

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
Fix Game Crashes After Windows 11 Update (2026 Guide)
Fix game crashes after a Windows 11 update in 2026. Identify which update caused it, then apply 5 fixes in order: roll back the update, update GPU drivers, disable HAGS, repair game files, and disable VBS/HVCI.
Fix Gaming Laptop Thermal Throttling — Stop FPS Drops (2026)
Fix gaming laptop thermal throttling in 2026. Confirm throttling with ThrottleStop and HWiNFO, then apply 6 fixes: cooling pad, undervolting, repasting, power limits, fan curves, and OS power plan.
Fix Black Screen While Gaming on Windows 11 (2026 Guide)
Fix black screen crashes while gaming on Windows 11 in 2026. 7 causes in order — GPU driver bug, cable fault, HAGS conflict, power settings, overheating, RAM instability, Windows update regression — with a fix for each.
