Fix 'Your GPU Is Disabled' Error in Overwatch 2 on Windows 11
Overwatch 2 won't start because it thinks your GPU is disabled. Here's the real fix: disable the Windows Graphics Settings toggle that forces a specific GPU.
You're not crazy—Overwatch 2 really does throw that Your GPU is disabled (0xE00701A0) error even though your graphics card works fine in every other game. I've seen this on Windows 11 22H2 and 23H2, especially after a feature update. Here's what's actually happening: Windows Graphics Settings is telling Overwatch to use a specific GPU, but the game's engine sees that as a forced override and bails out.
The Fix in Three Steps
- Open Settings (Win + I) → System → Display → scroll down to Graphics.
- Under Custom options for apps, find Overwatch 2. If it's not there, click Add an app → Desktop app and point to
C:\Program Files\Overwatch 2\_retail_\Overwatch.exe. - Click Options next to Overwatch 2, select Let Windows decide (NOT High performance or Power saving), then click Save.
That's it. Launch Overwatch 2 again. The error should be gone.
Why This Works
The Overwatch 2 engine uses DirectX 12 and has its own GPU selector baked into the game's configuration. When you pin a specific GPU in Windows Graphics Settings—say, the NVIDIA RTX 4060—Windows passes a flag to the game that overrides the internal detection. The game's startup routine checks that flag and sees "GPU disabled" because the override conflicts with its own hardware probe. Setting it back to Let Windows decide removes that override, letting Overwatch 2 scan your hardware normally.
I've seen people reinstalling drivers or even Windows itself for this. Don't do that. The issue is 100% a Windows-side GPU preference conflict, not a driver corruption.
Less Common Variations
1. The Error Happens on a Laptop with Dual GPUs
If you're on a gaming laptop with an Intel integrated GPU and a discrete GPU (NVIDIA or AMD), Windows might default to the integrated one for Overwatch 2. The error still shows 0xE00701A0, but the real cause is the opposite: Overwatch 2 can't find a capable GPU at all. The fix is different—go back to Graphics Settings, click Options next to Overwatch 2, and explicitly pick High performance for your dGPU. Then launch the game once. If it works, the issue was GPU starvation, not conflict.
2. Error Appears After a Windows Feature Update
Windows updates (especially 23H2 or 24H2) sometimes reset Graphics Settings preferences to defaults or add new entries. Check if Overwatch 2 got added with a GPU override automatically. If it did, switch back to Let Windows decide.
3. Overwatch 2 Crashes Instead of Showing the Error
In rare cases, the game just crashes to desktop without the error code. The root cause is still the GPU preference override. Apply the same fix—set Overwatch 2 to Let Windows decide. Also clear the Battle.net cache: %ProgramData%\Blizzard Entertainment\Battle.net\Cache.
How to Prevent It from Coming Back
- Don't manually set GPU preferences for Overwatch 2 in Windows Graphics Settings. Ever. Let the game pick its own GPU.
- After any Windows feature update, check Graphics Settings for new overrides. Microsoft loves adding entries for popular games after updates.
- Keep your GPU drivers updated—but that's not the fix here, just general maintenance. Use DDU in Safe Mode if you're swapping GPU brands.
- If you use third-party tools like MSI Afterburner or RivaTuner, make sure they're not forcing a GPU affinity. Overwatch 2 is sensitive to API hooks that touch device selection.
One last thing: if you've already tried reinstalling the game, Battle.net, or drivers, that's wasted time. The registry key HKCU\System\GameConfigStore stores these GPU overrides. You can nuke the Children subkey for Overwatch 2 there, but the Settings UI method is safer and easier.
Was this solution helpful?