“`html
Video TDR Failure is a common error in Windows 10 and 11, typically associated with graphics drivers. This issue can lead to system crashes, blue screen errors, and unexpected restarts. Fortunately, there are several ways to resolve this error and restore system stability.
What is Video TDR Failure?
Video TDR (Timeout Detection and Recovery) Failure occurs when the system’s display driver does not respond within a specific period. Windows attempts to reset the driver, but if it fails repeatedly, it results in a blue screen with an error message mentioning files like nvlddmkm.sys (NVIDIA), atikmpag.sys (AMD), or igdkmd64.sys (Intel).

Common Causes
- Outdated or incompatible graphics drivers
- Overclocked GPU settings
- Overheating components
- Corrupted system files
- Hardware failure
Methods to Fix Video TDR Failure
1. Update or Reinstall Graphics Drivers
Obsolete or corrupted graphics drivers are one of the primary reasons for this error. Updating or reinstalling them can often help.
- Press Win + X and select Device Manager.
- Expand Display adapters and right-click your graphics card.
- Select Update driver and choose Search automatically for drivers.
- Alternatively, visit your GPU manufacturer’s website (NVIDIA, AMD, Intel), download the latest driver, and install it.
2. Roll Back the Graphics Driver
If the problem started after a recent driver update, rolling back to an earlier version may solve it.
- Go to Device Manager and expand Display adapters.
- Right-click on your GPU and select Properties.
- Go to the Driver tab and click Roll Back Driver (if available).
- Restart your PC.
3. Check for Overheating
Overheating can cause graphical instability leading to Video TDR Failure. Ensure your hardware stays within safe temperature limits.
- Use monitoring tools like HWMonitor or MSI Afterburner.
- Clean dust from the GPU and airflow components.
- Ensure proper ventilation and consider adding cooling solutions.

4. Disable Overclocking
If you have overclocked your GPU, revert it to the default settings:
- Open the overclocking software you used (e.g., MSI Afterburner).
- Reset all settings to default.
- Save changes and restart your computer.
5. Run System File Checker and DISM
Corrupted system files may contribute to this issue. Running built-in Windows utilities can help repair them.
- Open Command Prompt as Administrator.
- Type
sfc /scannow
and press Enter. Wait for the process to complete. - If issues persist, run the following commands one by one:
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
- Restart your computer.
6. Adjust Power Settings
High-performance power settings may help in resolving GPU-related issues.
- Press Win + R, type
powercfg.cpl
, and press Enter. - Select High performance (or Ultimate Performance if available).
- Click Change plan settings > Change advanced power settings.
- Expand PCI Express > Link State Power Management and set it to Off.
- Apply changes and restart.
7. Perform a Clean Boot
Conflicting software may interfere with the graphics driver, causing TDR Failure.
- Press Win + R, type
msconfig
, and press Enter. - Go to the Services tab and check Hide all Microsoft services.
- Click Disable all and apply changes.
- Switch to the Startup tab and open Task Manager.
- Disable unnecessary startup programs.
- Restart your PC and check if the issue persists.

Conclusion
Video TDR Failure on Windows 10 and 11 is often caused by issues related to graphics drivers, overheating, or system corruption. By following the solutions outlined above, users can troubleshoot and resolve this annoying blue screen error effectively.
FAQs
What is causing Video TDR Failure on my PC?
This error usually occurs due to outdated or corrupted graphics drivers, overheating, overclocking, or system file corruption.
Can I fix Video TDR Failure without reinstalling Windows?
Yes, in most cases, updating drivers, adjusting power settings, or checking for overheating is enough to resolve the problem without reinstalling Windows.
How do I know if my GPU is overheating?
Use GPU monitoring tools such as MSI Afterburner or HWMonitor to check temperature levels. If it goes beyond safe limits (usually above 85°C), take cooling measures.
Should I update my graphics driver manually or use Windows Update?
It is recommended to download drivers directly from the GPU manufacturer’s website (NVIDIA, AMD, Intel) for the most reliable updates.
My PC keeps restarting after Video TDR Failure. What should I do?
Try booting into Safe Mode by pressing F8 or Shift + Restart, then update or roll back your graphics driver.
“`