
SYSTEM_SERVICE_EXCEPTION usually means a driver made a request that a core Windows service could not safely process. The crash often appears during a repeatable activity such as gaming, browsing, video calls, or connecting to Wi-Fi.
This guide applies to Windows 10 and Windows 11 PCs showing the SYSTEM_SERVICE_EXCEPTION stop code.
Does This Affect You?
This stop code can be harder to trace than codes that name one device, but drivers are still the most likely cause. Match the driver category to what you were doing when the crash happened.
Update the Driver Related to the Activity
- Right-click Start and open Device Manager.
- If crashes happen during games or video, open Display adapters. If they happen while browsing or using Wi-Fi, open Network adapters. If they happen during calls or audio playback, check Sound, video and game controllers.
- Right-click the likely device, choose Properties, and open the Driver tab.
- Choose Update driver > Search automatically for drivers.
- If Windows finds nothing, download the current driver from NVIDIA, AMD, Intel, Realtek, the PC maker, or the device maker.
- If the crashes began after a recent driver update, use Roll Back Driver instead if available.
- Restart and test.
If you do not know which driver changed, check Windows Update history for driver updates installed near the first crash.
Repair Corrupted Windows Files
- Open Command Prompt as administrator.
- Run
sfc /scannowand let it finish. - Run
DISM /Online /Cleanup-Image /RestoreHealth. This can take 10 to 20 minutes and needs internet access. - Restart the PC.
- If SFC still reports unrepaired files, run
sfc /scannowagain after DISM.
Install or Undo Windows Updates
- Open Settings > Windows Update.
- Click Check for updates and install available fixes, including relevant optional driver updates.
- Restart when prompted.
- If the problem started immediately after an update, open Update history and use Uninstall updates to remove the newest suspect update.
Deeper Checks
Read Minidumps
Crash reports in C:WindowsMinidump can name the driver involved. WhoCrashed, BlueScreenView, or WinDbg can inspect them.
Temporarily Remove Third-Party Antivirus
Security tools install low-level drivers. Uninstall third-party antivirus temporarily and restart. Microsoft Defender remains active while you test.
Test RAM
Search for Windows Memory Diagnostic and run a restart-and-check memory test if driver and system-file checks do not explain the crash.
Reset Windows as a Last Resort
If the blue screen continues after drivers, updates, system files, antivirus, and memory checks, back up important files and use Reset this PC with Keep my files.
Sources
- Microsoft Learn: Bug Check 0x3B SYSTEM_SERVICE_EXCEPTION
- Microsoft Support: Troubleshoot blue screen errors
- Microsoft Support: Update drivers manually in Windows
