How to resolve VIDEO_DXGKRNL_FATAL_ERROR on Windows

Windows users often encounter graphics-related issues, and one of the most frustrating is the VIDEO_DXGKRNL_FATAL_ERROR, which triggers the dreaded Blue Screen of Death. If you’re facing this error, don’t worry – we’ve got you covered with several effective solutions to get your system back on track.

Method 1: Update graphics drivers

Outdated or corrupt graphics drivers are often the culprits behind this error. Here’s how to update them:

  1. Right-click the Start button and select “Device Manager”.
  2. Expand the “Display Adapters” section.
  3. Right-click on your graphics driver and choose “Uninstall device”.

  1. Check the box next to “Attempt to remove the driver for this device” and click “Uninstall”.

  1. Restart your PC. Windows should automatically install a suitable driver, but you can also download the latest version from your GPU manufacturer’s website for optimal performance.

Method 2: Run the Hardware and Devices Troubleshooter

Windows has built-in tools to diagnose and fix hardware issues. Here’s how to use the Hardware and Devices Troubleshooter:

  1. Press Win + R, type msdt.exe -id DeviceDiagnostic, and hit Enter.

  1. In the troubleshooter window, click “Next”.

  1. Follow the on-screen instructions and apply any recommended fixes.

  1. Restart your computer after the process completes.

Method 3: Perform DISM and SFC scans

System file corruption can trigger various errors. Use these built-in Windows utilities to repair system files:

  1. Open Command Prompt as administrator.
  2. Run the following command: DISM.exe /Online /Cleanup-image /Restorehealth

  1. After it completes, run: sfc /scannow

  1. Restart your PC once both scans finish.

Method 4: Update DirectX

An outdated DirectX version can cause graphics-related errors. Here’s how to update it:

  1. Visit the Microsoft DirectX download page and click “Download”.

  1. Run the downloaded installer and follow the on-screen instructions to update DirectX.

Method 5: Disable Fast Startup

Fast Startup can sometimes cause boot-related issues. Here’s how to turn it off:

  1. Open Control Panel and go to “Power Options”.

  1. Click “Choose what the power buttons do”.

  1. Click “Change settings that are currently unavailable”.

  1. Uncheck “Turn on fast startup” and click “Save changes”.

Method 6: Perform a clean boot

A clean boot can help identify if a third-party application is causing the error:

  1. Press Win + R, type msconfig, and run as administrator.
  2. In the System Configuration window, go to the “Services” tab and check “Hide all Microsoft services”.

  1. Click “Disable all”.

  1. Go to the “Startup” tab and click “Open Task Manager”.

  1. Disable all startup items in Task Manager.

  1. Restart your PC and check if the error persists.

Method 7: Use System Restore

If you have a restore point from before the error started occurring, you can use it to revert your system:

  1. Type “system restore” in the Start menu and click “Recovery”.

  1. Click “Open System Restore”.

  1. Follow the wizard to choose a restore point and complete the process.

Method 8: Reset your PC

As a last resort, you can reset Windows to its default state:

  1. Go to Settings > System > Recovery.

  1. Click “Reset PC”.

  1. Choose “Remove everything” for a clean slate.

  1. Select “Local reinstall” unless you prefer to download the latest Windows version.

Additional tips:

  • If you have both integrated and dedicated graphics, try setting one as default in BIOS.
  • Run a memory diagnostic to rule out RAM issues.
  • Check hardware components, especially power supply and RAM.
  • Remove recently installed software that might be causing conflicts.
  • Perform a thorough malware scan using a reliable antivirus program.

By following these methods, you should be able to resolve the VIDEO_DXGKRNL_FATAL_ERROR and get your Windows system running smoothly again.