Yeah, that message is infuriating
You’re in the middle of a build fight or an intense endgame circle, and then the screen freezes, goes black for a second, and you see it: “Display driver igfx has stopped responding and has recovered.” Or maybe it just says “Graphics driver has stopped responding.” Either way, you’re dead and the match is over. I’ve been there. Let’s fix it so it doesn’t happen again.
The real fix: Increase the TDR timeout
What’s happening is Windows has a built-in watchdog called TDR (Timeout, Detection, and Recovery). It watches how long your GPU takes to render a frame. If it takes longer than 2 seconds, Windows assumes the driver is frozen and resets it. Fortnite, especially with the latest Unreal Engine updates, can sometimes spike past that 2-second mark during loading screens or when dropping into a new area. The fix is to give your GPU a longer leash.
Step 1: Open Registry Editor
- Press Windows Key + R on your keyboard. The Run box appears.
- Type
regeditand hit Enter. If you get a User Account Control pop-up, click Yes. - You’ll see a window split in two. Don’t touch anything you don’t need to. We’re going straight to the right key.
Step 2: Navigate to the TDR settings
In the address bar at the top (or by clicking through folders), go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
After you click the GraphicsDrivers folder, look at the right pane. If you don’t see it, we’ll create it.
Step 3: Create or modify the TdrDelay value
- Right-click an empty space in the right pane. Choose New > DWORD (32-bit) Value.
- Name it exactly:
TdrDelay(case-sensitive, no spaces). - Double-click the new entry. Set Base to Decimal (it defaults to Hexadecimal, change it).
- In the Value data field, type 8. That gives the GPU 8 seconds before Windows steps in. 8 works well for Fortnite without causing other issues.
- Click OK.
Step 4: Restart your computer
After restarting, the change takes effect. Open Fortnite and play a few matches. You should see no more driver crash messages.
Why this works
Fortnite’s shader compilation and texture streaming can cause brief GPU stalls. The default 2-second timeout is too aggressive for modern games with large worlds. By raising it to 8 seconds, you tell Windows: “Hey, my GPU is busy, give it time.” The driver won’t reset unless something truly bad happens, like an overheating GPU or a memory leak. Those are separate problems. For the common Fortnite crash, TDR tweak is the fix 9 out of 10 times.
Less common variations
If the crash happens only in Creative mode or when opening inventory
That’s a different beast. Try these steps first before touching TDR again:
- Update your GPU driver. Use NVIDIA’s site or AMD’s site. Don’t use Windows Update for drivers – it’s often outdated.
- Verify Fortnite files: Open Epic Games Launcher, click Settings (gear icon) next to Fortnite, then Verify.
- Disable hardware-accelerated GPU scheduling in Windows: Go to Settings > System > Display > Graphics > Change default graphics settings. Turn Hardware-accelerated GPU scheduling off. Restart and test.
If you see “Display driver stopped responding and has recovered” but also get a blue screen
That’s not TDR. That’s a dying GPU or a power supply issue. Run a stress test like FurMark for 10 minutes. If it crashes or shows artifacts (weird colors, lines), your graphics card is failing. Back up your data and start shopping for a replacement.
AMD Radeon users: extra step
AMD’s Adrenalin software sometimes adds extra latency. Open Radeon Software, go to Gaming > Fortnite. Turn off Radeon Anti-Lag and Radeon Chill. These can interfere with the driver timeout. Then apply the TDR registry fix above.
Prevention for the future
- Keep drivers clean. Use Display Driver Uninstaller (DDU) once every 3 months to remove old driver leftovers. Then install the latest driver fresh. This prevents conflicts.
- Monitor your GPU temperature. If it’s over 85°C during Fortnite, your thermal paste is dry or the fan is clogged. Clean it out with compressed air. Overheating triggers TDR even with the registry tweak.
- Don’t overclock your GPU for Fortnite. The game doesn’t need it. Overclocking can cause instability that TDR catches. Run stock clocks for reliability.
- Update your BIOS if you have a laptop. Some manufacturers like ASUS and Razer released BIOS updates that fix GPU power spikes in games. Check your laptop support page.
That’s it. No more driver crashes mid-match. Go win that Victory Royale.