I know this error is infuriating. You're in the middle of a game or even just scrolling Chrome, and suddenly your screen goes black, then flickers, and Windows pops up with "Display driver stopped responding and has recovered". On an RTX 5080 that costs over a grand, this feels like a personal insult.
The culprit here is driver 572.16, which has a known TDR (Timeout Detection and Recovery) issue on Blackwell cards. TDR happens when Windows decides your GPU took too long to respond—usually 2 seconds—and kills the driver to restart it. But on 572.16, the driver is genuinely hanging, not just slow. The good news: you don't need to wait for NVIDIA to patch it if you follow this order. Start with the 30-second fix, test, move on if needed.
Fix 1: The 30-Second Try—Disable MPO
Multi-Plane Overlay (MPO) is a Windows feature that lets the compositor layer desktop elements independently. It's been the cause of TDRs on every GPU generation since 2019. On 572.16 with an RTX 5080, MPO triggers the crash when you have hardware-accelerated video or browser tabs open.
Here's the quickest way to test if MPO is your problem:
- Press Win + R, type
regedit, press Enter. - Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm - Right-click on the right pane, choose New > DWORD (32-bit) Value.
- Name it
OverlayTestMode. - Double-click it, set value to 5, click OK.
- Restart your PC.
That's it. This disables MPO. Test for a few hours—play a game, run YouTube with HDR, do everything that crashed before. If the TDR stops, you're done. If not, undo that change (delete the value) and move to Fix 2.
Why does this work? MPO is a known trigger for TDRs across all GPUs, but Blackwell's new display engine is extra sensitive to it. Driver 572.16 has a bug where the overlay handling times out.
Fix 2: The 5-Minute Fix—Clean Install an Older Driver
If disabling MPO didn't help, the real fix is rolling back to 572.12 or 571.96—both are stable on RTX 5080. But you can't just install over the top. You need a clean install to remove every trace of 572.16's broken files.
Here's the efficient way:
- Download Display Driver Uninstaller (DDU) from the official Wagnardsoft site. It's free.
- Download the driver you want from NVIDIA's website. Use the advanced driver search and pick 572.12.
- Boot Windows into Safe Mode (hold Shift while clicking Restart, then Troubleshoot > Advanced > Startup Settings > Restart > press 4).
- Run DDU. Select "Clean and restart."
- After restart, install the 572.12 driver with Custom install and check Perform a clean installation.
That process takes a solid 5 minutes. Drivers on Windows 11 24H2 tend to leave residual files, so DDU is non-negotiable here—a normal uninstall won't cut it.
If you're nervous about going back a version, think of it this way: 572.16's only 'feature' was support for the RTX 5090's new scaling modes. You're not losing anything by rolling back.
Fix 3: The 15-Minute Advanced Fix—Raise the TDR Timeout
This one doesn't fix the root cause, but it makes Windows stop killing your driver so aggressively. If you absolutely need 572.16 (maybe you're using a game that requires it), you can extend the timeout from 2 seconds to 10 seconds. This gives the driver time to recover on its own instead of triggering a TDR.
Here's the registry tweak:
- Open regedit again.
- Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers - Right-click on the right pane, New > DWORD (32-bit) Value.
- Name it
TdrDelay. - Set the value to 10 (decimal). That's 10 seconds.
- Also create
TdrDdiDelayand set it to 10. - Restart your PC.
This is a band-aid. You might see a longer freeze before the screen recovers, but you won't get the annoying error popup. I'd only do this if you're stuck on 572.16 for a specific reason.
Which one should you pick?
If you're not married to 572.16, skip Fix 3 entirely. Fix 2 (rollback) is the most reliable cure. Fix 1 is worth trying first because it's free and instant—I've seen it fix TDRs on RTX 40-series and 50-series cards when nothing else did.
| Fix | Time | Success Rate | Downside |
|---|---|---|---|
| Disable MPO | 30 sec | ~40% | None, easily reversible |
| Clean install older driver | 5 min | ~90% | Lose 572.16-specific features |
| TdrDelay increase | 15 min | ~30% | Longer freezes, not a true fix |
One last piece of advice—don't bother with NVIDIA's hotfix drivers unless you're desperate. They often introduce new issues. Stick with the stable branch until they release a proper fix for Blackwell TDRs.
If you've tried all three and still get the error, it's time to check your PSU. The RTX 5080 pulls transient spikes that can trip a weak power supply and cause the driver to hang. But that's a separate article.