Overview
The Blue Screen of Death (BSOD) is Windows' way of saying "something went wrong, and I have to stop". On Windows 10 and 11, the screen shows a stop code (e.g., `CRITICAL_PROCESS_DIED`, `MEMORY_MANAGEMENT`, `PAGE_FAULT_IN_NONPAGED_AREA`) along with a QR code.
BSODs are caused by hardware failures, driver issues, corrupted system files, or incompatible software — roughly in that order of frequency. The stop code is the key to diagnosis: write it down before rebooting, because Windows clears the screen quickly.
This guide walks through the systematic process to identify and fix BSODs that aren't from hardware failure.
Before you start
- ✓Note down the BSOD stop code (e.g., 0x0000007E)
- ✓Administrator access
- ✓Recent backup of important data
5-step guide
Read time: ~10-30 min
Check Recent Changes
Most BSODs are triggered by recent changes. Ask yourself:
- Did you install new software in the last few days?
- Did Windows install updates recently?
- Did you connect new hardware (USB, monitor, printer)?
- Was there a power outage or sudden shutdown?
If yes to any: try System Restore to a point before the change. Press Windows + R, type rstrui.exe, and follow the wizard.
Update or Roll Back Drivers
Driver issues cause ~40% of BSODs. Identify the culprit:
- Open Device Manager (right-click Start → Device Manager).
- Look for any device with a yellow warning icon — those are problem drivers.
- Right-click the device → Update driver → Search automatically.
- If a recent driver update caused the BSOD, instead choose Roll Back Driver under Properties → Driver tab.
For a comprehensive scan, Driver Easy can identify all outdated/corrupt drivers in one pass.
Run System File Checker and DISM
Corrupted system files cause many BSODs. Run both:
- Open PowerShell (Admin).
- Run System File Checker:
bashsfc /scannowTest RAM with Windows Memory Diagnostic
Faulty RAM is a common BSOD cause, especially for MEMORY_MANAGEMENT and PAGE_FAULT_IN_NONPAGED_AREA codes.
- Press
Windows + R, typemdsched.exe, press Enter. - Choose Restart now and check for problems.
- The PC will reboot and run a memory test (5-15 minutes).
- After it completes, Windows boots back into your account and shows results in Event Viewer.
If RAM errors are detected, you'll need to replace the faulty stick.
Replacing RAM is hardware work — if you're not comfortable, contact a local repair shop or our remote help service for diagnosis.
Boot in Safe Mode and Investigate Further
If BSODs prevent normal boot, use Safe Mode:
- From the boot screen, hold Shift while clicking Restart.
- Choose Troubleshoot → Advanced options → Startup Settings → Restart.
- Press 4 to boot into Safe Mode.
In Safe Mode, only essential drivers load. If BSODs don't occur in Safe Mode, you've narrowed it to a third-party driver or software. Uninstall recently added programs one at a time.
Still seeing Blue Screen of Death?
If the guide is not enough, describe the issue first. We will explain whether remote help is appropriate before any access is granted.
No automatic remote access.
- DIY steps first
- Permission before access
- Hardware limits explained
Common questions
What does the QR code on the BSOD do?
Should I worry about losing data from BSOD?
Can BSOD damage my hardware?
Why do I get BSOD after Windows updates?
When should I just reinstall Windows?
Written by PCDoc Team
Tested on a real Windows machine on 2026-05-15. Found a mistake? Tell us.