What is DXGI-ERROR-ACCESS-DENIED?
DXGI_ERROR_ACCESS_DENIED is a medium-severity graphics API (DirectX) problem. DXGI_ERROR_ACCESS_DENIED (0x887A002B) occurs when an application attempts to acquire exclusive fullscreen mode on a monitor that another application is already controlling, or when the OS denies GPU resource access for security reasons. Common in gaming environments with overlays, screen capture software, or virtual display drivers active. Use the steps below to track down and fix the cause.
Common Causes
- Multiple fullscreen applications competing for display
- Screen capture software holding display lock
- Virtual display driver conflict
Step-by-Step Fix Guide
-
1
Close all overlays before launching game (Discord, RTSS, GeForce Experience)
Borderless windowed mode avoids exclusive display ownership and eliminates most DXGI_ERROR_ACCESS_DENIED occurrences in gaming.
-
2
Switch game from fullscreen exclusive to borderless windowed
Hardware Accelerated GPU Scheduling (HAGS) can cause access conflicts on some GPU/driver combinations — try disabling in Windows display settings.
-
3
Disable hardware-accelerated GPU scheduling if enabled
"Disable hardware-accelerated GPU scheduling if enabled" is the next step worth ruling out for DXGI-ERROR-ACCESS-DENIED.
Commands & Diagnostics
dxdiag /t dxdiag_output.txt
Frequently Asked Questions
Multiple fullscreen applications competing for display accounts for the majority of DXGI-ERROR-ACCESS-DENIED reports; screen capture software holding display lock and virtual display driver conflict come up less often but are documented.
Try "Close all overlays before launching game (Discord, RTSS, GeForce Experience)" first — it resolves most DXGI-ERROR-ACCESS-DENIED cases on its own. Only work through the rest of the guide above if it comes back.
As a medium-severity issue, DXGI-ERROR-ACCESS-DENIED is more of a stability annoyance than a hardware risk — the steps above should clear it up.
In most cases, yes — the guide above resolves DXGI-ERROR-ACCESS-DENIED without a clean install. Treat a reinstall as the last resort, not the first move.
Still Need Help?
Search our full database of 535+ documented PC errors for more solutions and step-by-step repair guides.
Search Error Database