Windows 11 Blue Screen: What to Do and How to Fix It
The dreaded Blue Screen of Death (BSOD) on Windows 11 is scary, but in most cases fixable in minutes. Let's see how to identify the cause and fix it.
Quick fix (TL;DR)
- Note the error code on the blue screen
- Boot into Safe Mode (
Shift + Restartโ Troubleshoot) - Run
sfc /scannowandchkdsk /f /r - Update or roll back recent drivers
- If nothing works, System Restore
Most common BSOD codes
| Code | Meaning | Recommended action |
|---|---|---|
CRITICAL_PROCESS_DIED | Critical process crashed | sfc + DISM + drivers |
MEMORY_MANAGEMENT | RAM or memory driver issue | RAM test with mdsched |
DRIVER_IRQL_NOT_LESS_OR_EQUAL | Faulty driver | Update/uninstall recent driver |
PAGE_FAULT_IN_NONPAGED_AREA | Faulty RAM or disk | RAM test + chkdsk |
IRQL_NOT_LESS_OR_EQUAL | Driver/hardware conflict | Check recent drivers |
SYSTEM_SERVICE_EXCEPTION | Windows service error | sfc + update |
KMODE_EXCEPTION_NOT_HANDLED | Kernel driver | Safe mode + driver removal |
Step-by-step guide
Step 1 โ Identify the cause
Before the BSOD, did you install something? Update drivers? Change hardware? Note the error code shown on screen (e.g., MEMORY_MANAGEMENT). On Windows 11, under the QR code you'll find "What failed" with the responsible file (e.g., nvlddmkm.sys = NVIDIA driver).
Step 2 โ Boot into Safe Mode
If Windows won't start normally:
- Force shutdown during boot 3 times in a row
- Recovery Environment activates
- Troubleshoot โ Advanced options โ Startup Settings โ Restart
- Press 4 for Safe Mode
In Safe Mode only essential drivers load: if PC is stable here, the problem is a driver/software.
Step 3 โ Run repair commands
Open Command Prompt as administrator:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
chkdsk C: /f /r
Restart after each command if requested.
Step 4 โ Uninstall recent drivers
Open Device Manager (Win + X โ Device Manager). Look for devices with yellow triangle. For each suspicious driver:
- Right-click โ Properties โ Driver โ Roll Back Driver (if available)
- Alternative: Uninstall device (Windows reinstalls on reboot)
The most common culprits: graphics card, network card, audio.
Step 5 โ Test RAM and disk
RAM test:
- Search "Windows Memory Diagnostic", choose "Restart now"
- PC will run test at boot (15-30 minutes)
Disk test:
- Open Admin PowerShell and run:
Get-PhysicalDisk | Get-StorageReliabilityCounter - If you see read/write errors, disk is failing
Step 6 โ System Restore
If you have a restore point before the issue:
- Search "Create a restore point"
- Click "System Restore"
- Choose a point before the issue
- Confirm and wait (20-40 minutes)
Step 7 โ Reset Windows (last resort)
If nothing works: Settings โ System โ Recovery โ Reset PC. Choose "Keep my files" to preserve documents and photos.
Common mistakes to avoid
- โ Don't ignore recurring BSODs: they indicate a real issue that may worsen
- โ Don't install random "BSOD fixers": often malware
- โ Don't open the PC if under warranty
- โ Don't overclock if you don't know what you're doing: causes 30% of BSODs on gaming PCs
When to call a technician
If after all steps BSODs continue and RAM/disk tests show errors, you have a hardware problem. A technician can confirm and replace the faulty component.
Frequently asked questions
Does the blue screen delete my data?
No, BSOD is a Windows protection that stops the system to prevent damage. Your files remain intact.
What does the error code mean?
It indicates the type of issue. Common ones: CRITICAL_PROCESS_DIED (driver/process), MEMORY_MANAGEMENT (RAM/driver), DRIVER_IRQL (faulty driver).
Do I need to reinstall Windows after a BSOD?
Only as a last resort. 90% of cases are solved by updating drivers, running sfc /scannow, or restoring the system.
How many BSODs before something breaks?
Occasional BSOD doesn't damage hardware. Frequent BSODs (multiple times a day) indicate a serious problem.
Related articles
Windows 11 Slow Boot: Causes and Definitive Fixes
Windows 11 takes forever to start? Discover the most common causes and how to fix them in minutes with our step-by-step guide.
How to Free Up Disk Space on Windows 11: Complete Guide
Disk almost full on Windows 11? Recover dozens of GB with built-in tools and practical tricks, without uninstalling useful apps.