How to fix VIDEO_DRIVER_DEBUG_REPORT_REQUEST Blue Screen Error on Windows 11

Windows 10 and 11 both have a mountain of different Blue Screen of Death error messages you will come across while using it but VIDEO_DRIVER_DEBUG_REPORT_REQUEST is one of the more uncommon ones. It's also one of the more easily fixable of the assortment of BSOD errors as well. So follow along as we guide you through the process.

How to fix VIDEO_DRIVER_DEBUG_REPORT_REQUEST Blue Screen Error on Windows 11

Rather than using the Control Panel option to uninstall and reinstall your graphics drivers, you need to uninstall and reinstall them using Display Driver Uninstaller. This will remove any corruption or other junk and give you a perfectly clean slate.

This is hands down the best fix for most issues so I'd be pretty surprised if it didn't work.

Roll back the Graphics Driver

Again use Display Driver, as shown above, however, this time try using a slightly older graphics driver. try something a few versions older and see if that solves the problem, The latest version might be causing issues on your device. You'd be surprised how often this happens.

Check for Windows updates

Repair Corrupted Files Using SFC and DISM

sfc /scannow

Wait till the scan is finished. If Windows finds system file integrity violations, it will attempt to fix them. After this, use the set of the following commands, pressing Enter each time:

DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

Note: if you get an error executing this last command, add /Source:C:\RepairSource\Windows /LimitAccess to it and try again

Check Disk for errors

Note: use chkdsk c: /f /r /x command if you are using SSD as your primary partition

Comments