⏱ 8 min read  ·  ✅ Updated Sep 2026
🔥Amazon Prime Day 2026 is coming — don’t miss the best deals.See Top Deals →

When you experience sudden FPS drops in all games simultaneously, the problem almost never lives inside the game itself. A single title stuttering might point to a bad shader cache or a mod conflict, but when every frame rate collapses across your entire library at once, you are looking at a system-level bottleneck. The most common culprits are thermal throttling, a rogue background process stealing resources, a power plan that has silently reverted to a balanced profile, or a GPU driver that updated and broke something. This guide walks you through the diagnostic path from the easiest check to the most invasive, so you can isolate the cause without reformatting your drive on day one.

Likely Causes

Cause How to confirm Fix difficulty
Thermal throttling (CPU or GPU) MSI Afterburner OSD shows clock speeds dropping below base when FPS collapses Low
Background process or cryptominer Task Manager shows sustained high CPU or GPU usage by an unfamiliar process Low
Windows power plan reverted to Balanced powercfg.cpl shows “Balanced” selected, GPU clocks idle at minimum under load Low
Corrupted or incompatible GPU driver Issue began immediately after a driver update; Device Manager shows yellow triangle on display adapter Medium
Windows Game Bar or overlay conflict Disabling overlays in Steam Settings, Discord, or Windows Settings resolves drops Low
Failing or near-full storage drive CrystalDiskInfo shows degraded health; FPS drops correlate with disk usage spikes in Task Manager Medium
Hardware-accelerated GPU scheduling conflict Toggling the setting in Windows Display Settings changes the drop pattern Low

Fix 1: Kill background processes and scan for miners

How to check

Open Task Manager (Ctrl+Shift+Esc) and sort by CPU, then GPU, then Disk. Note any process using resources when you are not actively gaming. Pay attention to unfamiliar names in C:\Users\[YourName]\AppData\Roaming\ or C:\Users\[YourName]\AppData\Local\. A process called svchost.exe with unusually high GPU usage is a known cryptominer disguise.

What to do

End the offending task in Task Manager. Then run a full scan with Windows Security (Windows Defender) under Virus & threat protection > Scan options > Full scan. Follow up with Malwarebytes free version to catch anything Defender missed. Check Startup in Task Manager and disable entries you do not recognize.

How to undo it

If you disabled a legitimate startup item, re-enable it through the Startup tab. Uninstall Malwarebytes from Settings > Apps if you do not want to keep it.

Fix 2: Set power plan to High Performance and lock GPU clocks

How to check

Press Win+R, type powercfg.cpl, and check which plan is active. If “Balanced” or “Power Saver” is selected, your CPU may downclock during gaming. Also open NVIDIA Control Panel > Manage 3D Settings > Power management mode and confirm it is set to “Prefer maximum performance.”

What to do

Select High Performance. If it is not visible, click “Create a power plan” and base it on High Performance. In NVIDIA Control Panel, set Power management mode to “Prefer maximum performance” globally. For AMD, open Radeon Software > Graphics > per-game profile and set GPU Workload to “Graphics.”

How to undo it

Return to powercfg.cpl and reselect Balanced. Revert the power management mode in the GPU control panel to “Optimal power” or “Adaptive.”

Fix 3: Monitor thermals and address throttling

How to check

Install MSI Afterburner with RTSS and enable the on-screen display for GPU temperature, GPU core clock, and CPU package temperature. Launch a demanding game and watch for the moment FPS collapses. If GPU temps exceed 83°C or CPU temps hit 95°C and clocks drop below their rated base, you are throttling.

What to do

Open your case and clear dust from heatsinks and fan intakes with compressed air. Ensure case fans are oriented correctly (front and bottom intake, rear and top exhaust). If the CPU cooler is more than three years old, re-paste it with quality thermal compound like Thermal Grizzly Kryonaut. Enable a custom fan curve in MSI Afterburner that spins fans up aggressively above 70°C.

How to undo it

Delete your custom fan curve in Afterburner. If you re-pasted the cooler, the new paste simply performs better or equal; there is nothing to revert.

Fix 4: Clean reinstall the GPU driver

How to check

Note when the drops started. If they began after a GeForce or Radeon Software update, the driver is suspect. Check Device Manager > Display adapters for any warning icon.

What to do

Download Display Driver Uninstaller (DDU). Boot into Safe Mode (hold Shift while clicking Restart in Windows, navigate to Troubleshoot > Advanced Options > Startup Settings > Restart > press 4). Run DDU and select “Clean and restart.” After reboot, install the latest driver from nvidia.com or amd.com using a custom install with a fresh configuration.

How to undo it

If the new driver causes a different problem, roll back from Device Manager > Display adapters > Properties > Driver tab > Roll Back Driver.

Fix 5: Disable overlays and GPU scheduling

How to check

Open Steam > Settings > In-Game and toggle off “Enable the Steam Overlay while in-game.” Open Discord > User Settings > Game Overlay and toggle it off. In Windows Settings > Display > Graphics > Change default graphics settings, check whether “Hardware-accelerated GPU scheduling” is on.

What to do

Disable all overlays one at a time, testing between each. Then toggle Hardware-accelerated GPU scheduling off, reboot, and test. This setting conflicts with some driver builds and causes periodic micro-stutters that feel like FPS drops.

How to undo it

Re-enable any overlay or scheduling option individually until you find the one that restores performance without reintroducing the problem.

Fix 6: Check storage health and free space

How to check

Download CrystalDiskInfo and inspect the health status of every drive containing game installations. A “Caution” status with elevated Reallocated Sector Count or Current Pending Sector Count indicates a failing drive. Also verify your game drive has at least 15% free space remaining.

What to do

If a drive shows Caution or Bad, back up immediately and replace it. If a drive is simply full, run cleanmgr /sageset:1 and clean temp files, then move unused games out. For NVMe drives, ensure the motherboard driver (not Microsoft’s generic one) is installed from the manufacturer’s site.

How to undo it

Moved games can be relocated back. Cleaned temp files regenerate automatically.

Fix 7: Run system file and image repair

How to check

Open Command Prompt as Administrator. Type sfc /scannow and wait for the result. If it reports “found corrupt files and successfully repaired some,” or “unable to fix some,” proceed to DISM.

What to do

Run DISM /Online /Cleanup-Image /RestoreHealth, reboot, then run sfc /scannow again. This repairs the Windows component store that drivers and subsystems depend on.

How to undo it

These commands only replace corrupt or missing files with correct versions from a trusted source. No undo is needed.

Fix 8: Perform a clean boot to isolate third-party software

How to check

Press Win+R, type msconfig, go to the Services tab, check “Hide all Microsoft services,” then click Disable all. Go to Startup tab, open Task Manager, and disable all startup items. Reboot and test gaming.

What to do

If FPS drops disappear during clean boot, re-enable services in groups of five and test each round until you identify the culprit. Common offenders include RGB software (iCUE, ARMOURY CRATE, Razer Synapse), antivirus with aggressive game scanning, and third-party screen capture tools.

How to undo it

Open msconfig again, go to Services, uncheck “Hide all Microsoft services,” click Enable all, then restore your original startup configuration in Task Manager.

Fix 9: Reset or reinstall Windows in place

How to check

Before taking this step, confirm that none of the above fixes resolved the issue and that your GPU and CPU hardware pass stress tests (FurMark, Prime95) without artifacts or blue screens.

What to do

Open Settings > System > Recovery > Reset this PC > Keep my files. This reinstalls Windows 2026-era system components while preserving your documents and installed programs. It rebuilds the registry, re-registers all DLLs, and eliminates accumulated software rot that can silently degrade performance.

How to undo it

There is no undo for an in-place reset. Ensure your important data is backed up to an external drive before proceeding.

If Nothing Works

At this point the problem is likely hardware-level. Test your system with a different GPU if you have a spare, or plug your monitor into the motherboard’s video output to rule out a failing discrete card. Run MemTest86 from a USB drive to check for RAM errors that can cause rendering stalls. A failing power supply that cannot sustain peak GPU load will also manifest as sudden drops, particularly in demanding titles. If the drops began after a BIOS update, load defaults in BIOS and disable any aggressive memory overclock or XMP profile you may have enabled.

FAQ

Can Windows 11 updates cause sudden FPS drops in all games?

Yes. Feature updates and cumulative patches occasionally replace graphics subsystem components or introduce regressions in the WDDM driver model. If drops began immediately after a Windows Update, go to Settings > Windows Update > Update history > Uninstall updates and remove the most recent patch to test.

Why do FPS drop only for a few seconds then recover?

Short recovery windows usually indicate thermal throttling with a lag (the cooler catches up and clocks restore), a background process that runs in bursts (antivirus scan, indexer), or Windows swapping memory pages when RAM is nearly full. The pattern helps you distinguish these from a permanent performance loss.

Does a full SSD affect game performance?

A significantly full SSD loses sustained write performance because the controller has fewer spare blocks for garbage collection. Games that stream textures continuously can experience hitching. Aim to keep at least 15-20% of the drive unoccupied.

Should I reinstall the game or fix the system first?

If the symptom affects every game on your system, reinstalling individual titles will not help. Focus on the system-level fixes in this guide. Per-game reinstalls are only worth attempting when a single title behaves abnormally while the rest of your library runs fine.

Explore Our Guides & Free Tools