I know that sinking feeling: you're 12 minutes into a ranked match, the screen freezes, and you get a black flicker before the game crashes to desktop with a driver error. It's infuriating. I've fixed this on everything from a GTX 1060 to a brand-new RTX 4070, and the fix usually comes down to three escalating steps. Work through them in order — stop as soon as your game runs.
Step 1: The 30-second fix (restart the graphics driver)
Most driver errors — the classic "Display driver stopped responding and has recovered" or a sudden black screen — happen because the GPU driver hung. Windows can often recover on its own, but sometimes it needs a nudge.
- Press Win + Ctrl + Shift + B at the same time.
- You'll hear a beep and the screen will flash black for a second. That's normal.
- Wait 10 seconds, then try launching your game again.
This restarts the graphics driver without rebooting. It's saved me dozens of times mid-session. If the game still crashes, move on.
Step 2: The 5-minute fix (clean driver reinstall with DDU)
When a driver error repeats — especially after a Windows update or a game patch — the driver files are likely corrupted or mismatched. The real fix is a clean install using Display Driver Uninstaller (DDU). Don't just uninstall from Device Manager; leftovers cause the same crash.
- Download DDU from Wagnardsoft (free). Also grab the latest driver installer from NVIDIA, AMD, or Intel — don't rely on Windows Update.
- Boot into Safe Mode (hold Shift while clicking Restart, then Troubleshoot > Advanced Options > Startup Settings > Restart > press 4).
- Run DDU, select your GPU brand, and click Clean and restart.
- After reboot, install the driver you downloaded. Choose Custom installation and check Perform a clean install.
Skip any "driver booster" tools. They install outdated or wrong drivers and make things worse.
This fixes about 80% of persistent driver errors. I've seen it cure Error Code 43 on a RX 580 that three other guides couldn't touch.
Which driver version should you use?
Game-ready drivers are usually fine, but if a new game crashes right after a driver update, roll back one version. For example, if you're on NVIDIA 552.22 and Starfield crashes, go back to 551.86. AMD users: the Recommended driver is more stable than Optional for most games.
Step 3: The 15+ minute fix (advanced troubleshooting)
If a clean install didn't help, the problem is deeper — power, thermals, or conflicting software. Work through these one at a time.
3a. Check power and thermals
Driver timeouts often happen when the GPU isn't getting enough power or is overheating. Use HWiNFO64 to log GPU temperature and power draw while gaming.
- If GPU temp exceeds 85°C, clean your fans and repaste if it's an older card.
- If power draw spikes then drops to zero, your PSU might be failing. A 650W unit for an RTX 3070 is borderline; 750W is safer.
3b. Disable conflicting overlays and services
Discord overlay, GeForce Experience overlay, MSI Afterburner, and Windows Game Bar can all trigger driver crashes. Turn them off temporarily:
# Disable Windows Game Bar via registry
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v AppCaptureEnabled /t REG_DWORD /d 0 /f
reg add "HKCU\System\GameConfigStore" /v GameDVR_Enabled /t REG_DWORD /d 0 /f
Also disable the Xbox Game Bar in Settings > Gaming > Xbox Game Bar. Then test your game. If it works, re-enable one overlay at a time to find the culprit.
3c. Roll back Windows updates
Windows 11 23H2 had a nasty bug that caused AMD driver timeouts in DirectX 12 games. If your errors started right after a Patch Tuesday, uninstall that update:
- Go to Settings > Windows Update > Update history > Uninstall updates.
- Find the most recent cumulative update and uninstall it.
- Pause updates for 7 days to confirm stability.
3d. Test with a different game or benchmark
If only one game crashes, it's the game's problem — verify game files, reinstall DirectX, or check the game's forums. If every game crashes, it's your hardware or driver. Run 3DMark Time Spy or FurMark for 10 minutes. A crash there points to a failing GPU.
When to RMA your card
If you've done a clean driver install, checked thermals, and still get driver errors in every game, your GPU is likely dying. I've seen this on cards that artifacted for weeks before failing completely. Back up your data, then contact the manufacturer for an RMA. Don't waste time on more software fixes.
That's the whole flow. Start with the 30-second restart, then the clean install, then the deep dive. Most of you will stop at step 2. For the rest, at least you'll know whether it's software or time for a new card.