How to Fix Blue Screen of Death (BSOD) Errors in Windows 11

Windows 11

PC

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

  1. IRQL_NOT_LESS_OR_EQUAL
  2. SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
  3. PAGE_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

  1. Restart your PC.
  2. Press Shift + F8 before Windows loads.
  3. 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

  1. Type mdsched.exe in Windows Search.
  2. 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

Common BSOD Causes in Windows 11
Percentage
Driver Issues
40%
Hardware Failures
25%
System File Corruption
15%
Malware Infections
10%
Windows Update Problems
10%