First: Diagnose What's Actually Causing Your FPS Drops

Before changing any settings, you need to know what is dropping your frames. Randomly adjusting settings without a diagnosis wastes time and can make things worse. The two tools you need are built into Windows and NVIDIA/AMD — no downloads required.

How to check if your CPU or GPU is the bottleneck

Press Ctrl + Shift + Esc to open Task Manager, click Performance, and launch a game. Watch CPU and GPU usage while playing:

📊

Reading Your Bottleneck

Task Manager → Performance tab — monitor during gameplay
CPU Usage GPU Usage What it means Fix priority
90–100% 50–70% CPU bottleneck Sections 2, 3, 5
30–60% 90–100% GPU-limited (normal) Sections 1, 4
90–100% 90–100% Both maxed — thermal issue Section 4 first
40–60% 40–60% Neither maxed + low FPS Sections 3, 6
✅ Note your pattern above before moving to fixes — it tells you exactly where to start.

Enable in-game FPS and GPU temperature overlay

NVIDIA users: Open GeForce Experience → Alt+Z overlay or use MSI Afterburner + RivaTuner Statistics Server (RTSS) for a detailed HUD. AMD users: Open Adrenalin Software → Performance → Overlay and enable GPU temperature, CPU usage, frametime, and FPS. This gives you a real-time view while gaming — especially useful for catching thermal throttle events.

What is a frametime spike? FPS is an average — but frametime shows individual frame delivery. A "smooth" 60 FPS can still feel choppy if frametimes spike to 33ms then drop to 5ms alternately. MSI Afterburner's frametime graph exposes this. Inconsistent frametimes usually point to a CPU bottleneck, HPET issues, or driver problems rather than raw GPU performance.

Update or Clean-Install Your GPU Driver

Outdated or corrupt GPU drivers are the single most common fixable cause of FPS drops and stuttering in 2026. Game Ready and Adrenalin driver releases are closely tied to major game patches — if your driver predates a significant game update, you're likely missing performance optimizations and bug fixes specific to that title.

1

NVIDIA: Clean Driver Install via DDU

Estimated time: 15 minutes · Impact: High

A standard driver update can leave behind corrupt registry entries from the old version. A clean install via Display Driver Uninstaller (DDU) eliminates this entirely.

Download the latest Game Ready Driver from nvidia.com/drivers. Note the version before downloading.
Download Display Driver Uninstaller (DDU) from guru3d.com/ddu — it's free and safe.
Boot into Safe Mode: hold Shift while clicking Restart → Troubleshoot → Advanced Options → Startup Settings → Restart → press 4.
Run DDU. Select GPU → NVIDIA, then click "Clean and restart." This fully removes all NVIDIA driver files.
After restart (in normal mode), run the NVIDIA driver installer you downloaded. Select "Custom Install" → check "Perform a clean installation."
Restart. Open NVIDIA Control Panel → Manage 3D Settings → set Power Management Mode to "Prefer Maximum Performance."
✅ Expected result: Eliminates driver-related stuttering and FPS dips. Recommended before any other GPU-side fix.
1

AMD: Clean Install via DDU + Adrenalin

Estimated time: 15 minutes · Impact: High
Download the latest Adrenalin driver from amd.com/support.
Run DDU in Safe Mode as above, selecting GPU → AMD/ATI.
After restart, install the Adrenalin driver. Choose "Factory Reset" during installation.
Open AMD Software → Performance → Tuning. Enable Radeon Anti-Lag for competitive titles. For Apex/Fortnite, also enable Radeon Super Resolution (RSR) if running below native res.
Set GPU Power Limit to +20% in Tuning to prevent power-limit throttling (confirmed safe on modern AMD GPUs).
✅ Expected result: Removes corrupt driver artifacts, enables game-specific driver optimizations.

Windows Settings That Kill Gaming Performance

Windows 10 and 11 have several default settings that prioritize battery life and background tasks over gaming. These are safe to change and have a meaningful FPS impact — especially Windows 11's default power plan, which is often set to "Balanced" even on desktops.

2

Power Plan: Enable Ultimate Performance

Estimated time: 2 minutes · Impact: Very High on desktops

"Balanced" power plan allows Windows to reduce CPU clock speeds during low-load moments — which causes stuttering when a game suddenly demands full CPU performance. "Ultimate Performance" disables all CPU throttling.

Press Win + R, type powercfg.cpl, press Enter.
If "Ultimate Performance" is listed, select it and you're done.
If not listed, open Command Prompt as Administrator and run:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Return to Power Options and select the newly created Ultimate Performance plan.
⚠️

Note for laptop users: "Ultimate Performance" on a laptop significantly increases heat and battery drain. Use "High Performance" instead, and only while plugged in.

✅ Expected result: Eliminates CPU clock dip stutters. Measurable improvement in 1% and 0.1% low FPS numbers.
2b

Hardware-Accelerated GPU Scheduling (HAGS) & Game Mode

Estimated time: 3 minutes · Impact: Medium–High (GPU dependent)

HAGS (Windows 11 feature, also available in Windows 10 20H1+) reduces CPU overhead for GPU scheduling. On NVIDIA RTX 30/40 series and AMD RX 6000/7000 series with updated drivers, it generally improves frametimes. On older GPUs (GTX 1000/RX 5000 and earlier), it can cause stuttering — disable it on those cards.

Open Settings → System → Display → Graphics → Change default graphics settings.
Toggle Hardware-Accelerated GPU Scheduling: ON for RTX 30/40 or RX 6000/7000. OFF for older cards.
On the same page, ensure Optimizations for windowed games is ON (Windows 11) — this enables Auto HDR and VRR in windowed/borderless mode.
Search "Game Mode" in Settings → ensure Game Mode is ON. This tells Windows to reduce background process priority during gaming sessions.
✅ Expected result: Improved frametime consistency. HAGS particularly helps with DX12/Vulkan titles like Warzone and Apex.
2c

Disable Xbox Game Bar & Background Recording

Estimated time: 2 minutes · Impact: Medium

Xbox Game Bar runs in the background and continuously monitors games. The background recording feature (Game DVR) encodes video constantly, consuming GPU and disk resources even when you're not actively recording.

Settings → Gaming → Xbox Game Bar → toggle Off.
Settings → Gaming → Captures → toggle "Record in the background while I'm playing a game" to Off.
If using OBS or Streamlabs for streaming, these settings don't affect your streaming software — only Windows' native recording tool is disabled.
✅ Expected result: Frees up GPU encoder resources and reduces disk activity during gaming.

RAM: Enable XMP/EXPO and Run Dual-Channel

RAM running at a lower speed than its rated frequency is one of the most common and most overlooked causes of poor gaming performance — especially on AMD Ryzen systems and in CPU-bound games. By default, most motherboards boot RAM at its base JEDEC speed (usually 2133 MHz for DDR4 or 4800 MHz for DDR5), not at the speed printed on the kit.

3

Enable XMP (Intel) / EXPO (AMD) in BIOS

Estimated time: 5 minutes · Impact: High on Ryzen, Medium on Intel
Restart your PC and press Del or F2 during POST to enter BIOS (varies by motherboard — check your manual if unsure).
Look for XMP (Intel platforms) or EXPO (AMD AM5 platforms) in the BIOS. It may be under "AI Overclock Tuner," "D.O.C.P.," or "Memory Settings" depending on your motherboard brand.
Enable XMP/EXPO and select Profile 1 (the rated speed of your RAM kit, e.g., 3200 MHz DDR4 or 6000 MHz DDR5).
Save and exit BIOS (F10 on most boards). Windows will restart. Verify in Task Manager → Performance → Memory that the speed now shows the correct rated speed.
Dual-channel matters: If you have one 16 GB stick, you're running single-channel, which cuts your memory bandwidth roughly in half compared to two 8 GB sticks in the correct slots (usually A2 and B2 — check your motherboard manual). Dual-channel provides significant FPS gains in bandwidth-sensitive games like Warzone and Apex Legends.
✅ Expected result: 5–20% FPS improvement in CPU-bound scenarios. Particularly impactful for Warzone and Apex Legends on Ryzen systems.

Fix Thermal Throttling — The Silent FPS Killer

Thermal throttling occurs when your CPU or GPU reaches its maximum safe temperature and reduces its own clock speed to avoid damage. The result is sudden, dramatic FPS drops mid-game that are easy to miss unless you're monitoring temperatures. GPU throttle temperatures: NVIDIA throttles at ~83–87°C (junction temp). AMD throttles at ~110°C (junction temp). CPU throttle temperatures: Most Intel and AMD desktop CPUs throttle at 95–100°C Tcase.

4

Optimize Fan Curves in MSI Afterburner

Estimated time: 10 minutes · Impact: High if temps are elevated

Default GPU fan curves are conservative — the fan ramps up slowly to reduce noise. A more aggressive fan curve keeps the GPU cooler and maintains full boost clocks throughout a gaming session. MSI Afterburner works on both NVIDIA and AMD GPUs.

Download MSI Afterburner from msi.com/Landing/afterburner — it's free and widely used. Install with the bundled RivaTuner Statistics Server (RTSS) for the FPS overlay.
Click the fan curve icon (looks like a fan blade) in Afterburner to open the fan curve editor.
Enable "Enable user defined software automatic fan control."
Set the curve so fans reach ~70% speed at 70°C and ~100% at 83°C. This keeps most GPUs well below throttle temperature during sustained gaming.
Click Apply and check "Apply at Windows startup." Run a game for 30 minutes and monitor GPU temp in the Afterburner overlay.
⚠️

If your GPU still hits 85°C+ with aggressive fan curves: the GPU heatsink likely needs repasting (thermal paste replacement) — usually required every 3–5 years. This is a hardware task that our remote service cannot perform, but we can diagnose remotely and advise you exactly what's needed.

✅ Expected result: Eliminates sudden mid-session FPS drops caused by thermal throttle. GPU maintains full boost clocks throughout the session.
4b

CPU Thermal Fixes

Estimated time: 5 minutes (software) · Impact: High if CPU temp exceeds 90°C
Download HWiNFO64 (free, from hwinfo.com) and run it in Sensors mode. Look at CPU Package Power and CPU Temperature during gaming. If CPU temp exceeds 90°C consistently, you have a cooling problem.
Intel 12th/13th/14th gen users: These CPUs run hot by design. In BIOS, set Power Limit Long (PL1) = Power Limit Short (PL2) to their rated TDP (e.g., 125W for a Core i7-13700K). Many motherboards default to uncapped limits that push thermals unnecessarily high.
AMD Ryzen users: In AMD's Ryzen Master software, verify Eco Mode is disabled if you're on a desktop. Eco Mode limits power and can cap performance below what your cooler can handle.
Ensure your case has adequate airflow: intake fans at front/bottom, exhaust at rear/top. A single exhaust fan with no intake creates negative pressure and pulls warm air over components.
✅ Expected result: Stable CPU boost clocks, no mid-game performance cliff from thermal throttle.

In-Game Settings That Matter Most for FPS

Most competitive gamers know to lower settings — but the specific settings that hit performance hardest are different for each game engine, and some settings have almost no FPS cost while others are devastating. Here's what actually matters in each title.

Warzone (Call of Duty)

5a

Warzone — Verified High-Impact Settings

In-game Display + Quality settings
Display Mode: Fullscreen Exclusive (not Borderless Windowed). Full-screen exclusive gives the game direct GPU access and reduces input lag.
Render Resolution: 100 for accurate pixel rendering. Lower values (e.g., 85) gain FPS but blur the image. Use DLSS/FSR instead for better quality upscaling.
Upscaling/Sharpening (NVIDIA): Set to DLSS, Mode "Quality" or "Balanced." For AMD: FSR Quality. For Intel Arc: XeSS.
Shadow Map Resolution: Set to Normal. "Ultra" and "Extra" shadow quality are the single highest GPU-cost settings in Warzone — often worth 30+ FPS to drop these alone.
Texture Cache Size: Set to Unlimited (uses your VRAM to cache textures, preventing streaming hitches on GPUs with 8 GB+ VRAM).
On-Demand Texture Streaming: Disabled unless you have slow internet. This setting continuously downloads textures during gameplay and causes stutter on all but the fastest connections.
NVIDIA Reflex: Set to Enabled + Boost. This reduces input lag with no FPS cost — one of the most valuable settings for competitive play.
✅ Dropping Shadow Quality from Extra to Normal alone is worth 20–40 FPS on mid-range GPUs in Warzone.

Fortnite

5b

Fortnite — Verified High-Impact Settings (Unreal Engine 5)

Chapter 6 uses Nanite/Lumen — requires specific optimization
Rendering Mode: Set to DirectX 12 for modern GPUs (RTX 20 series and newer, RX 6000 and newer). DX11 is still valid for older hardware.
Temporal Super Resolution (TSR): Fortnite's built-in upscaling (Epic's equivalent to DLSS). Set to Quality for the best balance. TSR is particularly important in Fortnite because UE5's Nanite rendering is GPU-intensive — using TSR at a lower internal resolution recovers significant FPS.
Nanite Virtualized Geometry: Disabled for competitive play. Nanite improves visual detail but costs FPS. For competitive settings, this should be off.
Lumen Global Illumination: Disabled. Lumen is a real-time ray-traced lighting system and is by far the most expensive setting in Fortnite UE5. Disabling it recovers 40–80 FPS on mid-range hardware.
Shadows: Medium or Off. Shadow quality is the second biggest FPS cost in Fortnite.
View Distance: Epic has minimal FPS impact in Fortnite — leave this at Epic or Far for gameplay advantage (see distant players sooner).
✅ Disabling Lumen alone recovers 40–80 FPS depending on hardware. This is the most impactful single setting change in Fortnite Chapter 6.

Apex Legends

5c

Apex Legends — Verified Settings (Source Engine)

CPU-bound game — prioritize CPU-side fixes
Launch Options in Origin/EA App: Right-click Apex → Properties → Advanced Launch Options → add: +fps_max unlimited -novid -high -preload. The -high flag sets Apex's process priority to High in Windows.
Adaptive Resolution FPS Target: Set to 0 (disabled). When enabled, this dynamically lowers your render resolution during drops — which causes blurry visuals mid-fight. Disable it and lower static settings instead.
Texture Streaming Budget: Set to match your VRAM (e.g., "6 GB VRAM" for a 6 GB card). Setting this too low causes texture pop-in and micro-stutters as textures stream from your drive during gameplay.
Model Detail and Effects Detail: Set both to Low. These are the biggest FPS costs in Apex and have little to no competitive impact.
Ambient Occlusion Quality: Disabled — high cost, subtle visual impact.
V-Sync: Disabled. Use your monitor's G-Sync or FreeSync instead. Game-level V-Sync adds input lag and causes frame pacing issues.
✅ Disabling Adaptive Resolution and setting Effects to Low are the two highest-impact changes in Apex Legends.

Kill Background Processes Stealing CPU/GPU Resources

Overlays, Discord, browser tabs, and system processes compete with your game for CPU and GPU resources. Some of the worst offenders are processes that look harmless but run GPU-accelerated rendering in the background.

6

Background Process Cleanup

Estimated time: 10 minutes · Impact: Medium–High
Discord GPU Hardware Acceleration: Discord's default mode uses GPU acceleration for rendering its interface. Open Discord → User Settings → Advanced → Hardware Acceleration → Off. This alone frees up significant GPU encoder resources on lower-VRAM cards.
Browser GPU acceleration: Close Chrome/Edge/Firefox before gaming, or at minimum close all background tabs. Chromium-based browsers keep GPU processes running even when minimized.
Startup programs: Press Ctrl + Shift + Esc → Startup tab → right-click and disable anything non-essential. Common offenders: OneDrive, Spotify, Teams auto-start, manufacturer update utilities.
Windows Search Indexing: Search services.msc → find "Windows Search" → right-click → Properties → set Startup Type to Manual. This stops the indexer from running during gaming sessions. Search still works — it just won't re-index in the background.
NVIDIA/AMD overlay conflicts: Only run one overlay at a time. Having NVIDIA Overlay, Discord Overlay, Steam Overlay, and MSI Afterburner all active simultaneously creates overlay hook conflicts that cause stuttering in DX12/Vulkan games. Disable all but one.
✅ Expected result: More consistent frametimes, fewer GPU memory pressure events, reduced CPU overhead during gameplay.

Enable Resizable BAR / Smart Access Memory

Resizable BAR (ReBAR) is an Intel/PCIe feature that allows the CPU to access the full GPU frame buffer directly, rather than in 256 MB chunks. NVIDIA calls this "Resizable BAR," AMD calls it "Smart Access Memory (SAM)." On supported hardware, it provides measurable FPS gains in many titles — particularly Warzone and Apex Legends. It requires a 10th+ gen Intel CPU or Ryzen 5000/7000 series, a compatible motherboard with an updated BIOS, and a recent GPU (NVIDIA RTX 30/40 or AMD RX 6000/7000).

7

Enable Resizable BAR in BIOS

Estimated time: 10 minutes including BIOS update · Impact: Medium (3–15% FPS in supported titles)
First, update your motherboard BIOS to the latest version from your manufacturer's website. ReBAR support was added to most boards via BIOS updates in 2021–2022 — if your BIOS is older, you likely need to update it first.
Enter BIOS → find Above 4G Decoding → enable it. This is a prerequisite for Resizable BAR.
Find Resizable BAR Support (may be labeled "Re-Size BAR Support" or "Smart Access Memory" on AMD boards) → enable it.
Save and exit. Verify it's active: open NVIDIA Control Panel → System Information and look for "Resizable BAR: Yes," or in AMD Software → Performance → check the SAM status badge.
✅ Expected result: 3–15% FPS improvement depending on title and hardware. Larger gains seen in Warzone and newer DX12 titles.

Your Prioritized 2026 FPS Fix Checklist

Work through these in order. Most systems see significant improvement after steps 1–4 alone.

1️⃣ Clean-install GPU driver via DDU — highest single-fix impact
2️⃣ Set Power Plan to Ultimate Performance — eliminates CPU clock stutter
3️⃣ Enable XMP/EXPO in BIOS — run RAM at rated speed
4️⃣ Check temperatures — fix fan curve or thermal paste if throttling
5️⃣ Enable HAGS (RTX 30/40, RX 6000+) — better DX12 frametimes
6️⃣ Disable Discord GPU hardware acceleration — frees GPU resources
7️⃣ Apply game-specific settings (shadows off, DLSS/FSR on)
8️⃣ Enable Resizable BAR / Smart Access Memory in BIOS

FPS Drop FAQs

Sudden drops mid-session are almost always thermal throttling (CPU/GPU hitting max temp), a background process starting (Windows Update, antivirus scan, Disk Indexer), or a VRAM overflow causing assets to spill onto slower system RAM. Open Task Manager and MSI Afterburner overlay simultaneously to catch the culprit — a background CPU spike or temperature spike will show clearly when the FPS drops.
Yes — significantly on AMD Ryzen systems (which use the RAM bus for CPU internal communication via Infinity Fabric) and in CPU-bound games. Running DDR4 at 3200 MHz vs. 2133 MHz can provide 10–20% FPS improvement in titles like Warzone and Apex. Enable XMP/EXPO in BIOS to ensure you're running at the rated speed. Also verify you're running two sticks in the correct dual-channel slots (usually A2 and B2).
Micro-stuttering with high average FPS is usually caused by: (1) RAM running in single-channel mode, (2) CPU bottleneck causing irregular frame delivery, (3) HPET enabled — which can interfere with high-precision timing on some hardware, (4) multiple GPU overlays creating hook conflicts in DX12/Vulkan, or (5) VRAM near capacity causing intermittent overflow to system RAM. Check frametimes in MSI Afterburner — spikes in the frametime graph are the signature of each cause.
Low GPU usage with poor FPS indicates a CPU bottleneck — the CPU can't feed frames to the GPU fast enough. Common causes: Balanced power plan throttling the CPU, RAM in single-channel or at JEDEC speed, too many background processes eating CPU cycles, or a genuinely underpowered CPU for the game. Fix the power plan first (Section 2), then RAM XMP (Section 3), then check CPU utilization in Task Manager.
Before overclocking, ensure your GPU is hitting its factory boost clock. Many GPUs are limited by their power limit and run below advertised boost. In MSI Afterburner, increase the Power Limit slider to +20% first — this is safer than a traditional overclock and often recovers the full advertised boost clock. A full memory and core overclock can provide an additional 5–10% FPS but requires testing for stability and increases heat. Only attempt after thermals are resolved.

Still Dropping Frames?
Let Us Fix It Remotely.

If you've worked through this guide and still have FPS issues, it's time for a deeper diagnosis. Our remote gaming PC techs can connect to your PC, run full diagnostics, and fix what software guides can't — driver-level conflicts, BIOS misconfigurations, and hardware-specific issues identified through live monitoring.