Blue Screen of Death (BSOD) Guide for Windows 11
What is a Blue Screen of Death?
The Blue Screen of Death (BSOD) is a critical system error screen displayed by Windows when the operating system encounters a fatal issue it cannot recover from. It forces a system reboot to prevent further damage.
Common Causes of BSOD in Windows 11
- Driver conflicts or outdated drivers
- Faulty or incompatible hardware
- Corrupt system files
- Malware infections
- Overheating or power supply issues
- Windows update problems
Understanding the BSOD Error Codes
Each BSOD shows an error code like CRITICAL_PROCESS_DIED or MEMORY_MANAGEMENT.
These codes help identify the source of the problem.
Example BSOD Error Codes
IRQL_NOT_LESS_OR_EQUALSYSTEM_THREAD_EXCEPTION_NOT_HANDLEDPAGE_FAULT_IN_NONPAGED_AREA
How to Troubleshoot BSOD in Windows 11
Step 1: Note the Stop Code
Take a picture or write down the stop code displayed on the BSOD screen.
Step 2: Boot into Safe Mode
- Restart your PC.
- Press
Shift+F8before Windows loads. - Choose Advanced Options > Startup Settings > Enable Safe Mode.
Step 3: Update Drivers
Ensure all device drivers are up-to-date using Device Manager or via the manufacturer's website.
Step 4: Run Windows Memory Diagnostic
- Type
mdsched.exein Windows Search. - Restart and check for memory issues.
Step 5: Run SFC and DISM Scans
Open Command Prompt as Administrator and run:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Step 6: Check for Windows Updates
Go to Settings > Windows Update and ensure your system is fully updated.
Step 7: Analyze Dump Files
Use the Windows Debugger tool (WinDbg) to analyze *.dmp files located in C:\Windows\Minidump.
Preventing Future BSODs
- Regularly update Windows and drivers.
- Avoid installing untrusted software.
- Keep hardware clean and ensure proper cooling.
- Use reliable antivirus software.
Microsoft BSOD Troubleshooting Guide