The DXGI_ERROR_DEVICE_HUNG error is a common issue when playing games or running graphics-intensive applications on Windows.
It typically means the graphics driver stopped responding, often due to a bad driver, overheating GPU, unstable overclocking, or API/engine conflicts.
π§ What It Means
DXGI_ERROR_DEVICE_HUNG = “The application’s device failed due to badly formed commands sent by the application. This is an design-time issue that should be investigated and fixed.”
β Microsoft DirectX Graphics Infrastructure (DXGI)
β Common Fixes
Hereβs a breakdown of how you can fix or troubleshoot it:
1. Update Your Graphics Drivers
-
Go to NVIDIA / AMD / Intel‘s website and download the latest stable driver.
-
Avoid beta drivers unless needed.
-
Consider doing a clean install:
-
Use Display Driver Uninstaller (DDU) in Safe Mode.
-
Then install the driver fresh.
-
2. Disable Overclocking
-
Reset GPU, CPU, RAM to factory clock speeds.
-
Even factory overclocks (like “OC Edition” cards) can cause instability in some cases.
-
Try MSI Afterburner or your BIOS to check and disable overclock settings.
3. Lower In-Game Settings
-
Reduce settings like:
-
Texture Quality
-
Shadow Quality
-
Ray Tracing (if applicable)
-
-
Turn off V-Sync, G-Sync, or FreeSync as a test.
4. Increase TDR Delay (Advanced)
Windows can terminate GPU tasks it thinks are frozen. Increasing this timeout can help.
Steps:
-
Press
Win + R, typeregedit, and press Enter. -
Navigate to:
-
Right-click β New β
DWORD (32-bit) Value-
Name:
TdrDelay -
Value:
10(Decimal) β this is 10 seconds
-
-
Reboot.
π Be cautious editing the registry.
5. Check for Heat and Stability
-
Monitor GPU temps with HWMonitor, GPU-Z, or MSI Afterburner.
-
Clean out dust from your case, check airflow.
-
Run stress tests like FurMark, Heaven Benchmark, or 3DMark.
6. Check for Game-Specific Bugs
-
Some games (e.g., COD, Apex, Starfield) are known to trigger this error more.
-
Look for:
-
Patches or hotfixes
-
Game forums for known issues and workarounds
-
7. Reinstall DirectX & Visual C++ Redistributables
-
Download and reinstall:
-
DirectX End-User Runtime Web Installer
-
8. Test Different Power Plans
-
Go to Control Panel β Power Options
-
Set to High Performance or Ultimate Performance
-
Also, make sure NVIDIA Control Panel β Manage 3D settings β Power management mode is set to Prefer maximum performance
π§ͺ If All Else Fails
-
Try an older GPU driver (sometimes new drivers break certain games)
-
Try the game on DirectX 11 vs. DirectX 12 (if supported)
-
Reinstall the game or verify integrity via Steam/Epic/etc.
-
Check Windows Event Viewer for related logs.
Be the first to comment