0x0000003B
Microsoft Windows
Severity: CriticalWhat Does This Error Mean?
The 0x0000003B blue screen means a system service encountered an error it could not recover from. This is called SYSTEM_SERVICE_EXCEPTION. It is most often caused by outdated drivers, corrupted system files, or incompatible antivirus software.
Affected Models
- Windows 10
- Windows 11
- Windows 8.1
- Windows Server
Common Causes
- A driver (especially graphics or network) is outdated or incompatible
- Third-party antivirus software is conflicting with Windows system services
- Windows system files have become corrupted
- A recently installed Windows update introduced a bug
- Your hard drive or RAM has a hardware problem
How to Fix It
-
Update your graphics card driver. Go to your manufacturer's website (NVIDIA, AMD, or Intel) and download the latest driver for your specific card.
The graphics driver is the number one cause of SYSTEM_SERVICE_EXCEPTION blue screens.
-
Temporarily disable or uninstall third-party antivirus software. Some antivirus programs hook deep into Windows and can cause this error.
Windows Defender (built into Windows 10 and 11) will automatically protect you while other antivirus is disabled.
-
Run System File Checker. Open Command Prompt as Administrator and type: sfc /scannow
This scans for and repairs corrupted Windows files. Let it complete fully before restarting.
-
Run the DISM repair tool. In the same Administrator Command Prompt, type: DISM /Online /Cleanup-Image /RestoreHealth
This repairs the Windows component store. It needs an internet connection and can take 15 to 30 minutes.
-
Check for Windows Updates. Go to Settings > Windows Update and install all available updates.
Microsoft often releases fixes for known blue screen issues through Windows Update.
When to Call a Professional
If you have tried all the steps below and still get this blue screen regularly, there may be a hardware issue. A technician can run advanced diagnostics to check your RAM, hard drive, and other components. Frequent blue screens (multiple times per day) should not be ignored.
Frequently Asked Questions
Why does my antivirus cause blue screens?
Antivirus software runs at a very deep level in Windows to monitor everything. Sometimes it conflicts with Windows updates or other drivers. If your antivirus is causing crashes, consider switching to Windows Defender, which is built in and less likely to conflict.
The blue screen mentions a specific file name. What should I do?
Write down the file name shown on the blue screen. Search for that file name online to find out which program or driver it belongs to. Then update or uninstall that specific program or driver.
Can I prevent blue screens from happening?
You can reduce the risk by keeping your drivers and Windows updated. Avoid installing software from unknown or untrusted sources. And make sure your computer has adequate cooling, since overheating can also cause crashes.