SYSTEM_SERVICE_EXCEPTION — Causes & Fix
Windows Stop code 0x0000003B (SYSTEM_SERVICE_EXCEPTION) means an exception occurred while executing a system service routine — frequently a graphics or third-party driver.
- Applies to
- Any Windows PC
- Time to fix
- 30 minutes – 2 hours
What it means
Causes include a faulty/outdated driver (often GPU), corrupt system files, or incompatible low-level software. This is a Windows Stop error (a "bugcheck" / blue screen) documented by Microsoft. The blue screen shows this code; more detail sits in the crash dump (%SystemRoot%\Minidump), which usually names the specific driver or component at fault — a free tool like BlueScreenView or WinDbg can read it.
Symptoms
- Blue screen citing SYSTEM_SERVICE_EXCEPTION
- Crashes during gaming or graphics tasks
How to fix it
- 1
Update the graphics/other drivers
1. Update (or clean-reinstall) the GPU driver first, then others named in the dump.
- 2
Repair system files
1. Run "sfc /scannow" and DISM RestoreHealth.
Frequently asked questions
Why does 0x3B happen during games?
A graphics or system driver often throws the exception under load. Cleanly reinstall the GPU driver and repair system files.
Last updated July 20, 2026
Guidance only — always consult a qualified professional or the official service manual before carrying out repairs.