How to Fix Windows 11 Blue Screen of Death (BSOD) Error: Step-by-Step
Stop Windows 11 BSOD crashes with a clear US/UK-friendly checklist: note the stop code, run Startup Repair, update drivers, check RAM/disk, and recover safely.
A Windows 11 Blue Screen of Death (BSOD) looks dramatic, but it is usually solvable if you work the problem in order. This guide is written for US and UK home users who want a clear path: identify the stop code, stabilize the PC, repair Windows, then rule out hardware.
Before you change anything major, photograph the blue screen. That stop code is the difference between guessing and diagnosing.
No stop code and a blank display? Use Windows 11 black screen instead. Create a restore point once you can boot. Avoid sketchy “BSOD optimizer” tools from pop-ups.
1. Capture the stop code (do this first)
When the BSOD appears, note:
- The stop code (for example
DRIVER_IRQL_NOT_LESS_OR_EQUAL,SYSTEM_SERVICE_EXCEPTION,MEMORY_MANAGEMENT,INACCESSIBLE_BOOT_DEVICE) - Any failing file/module (such as
nvlddmkm.sys,ntoskrnl.exe, or a third-party.sysdriver) - Whether it happens at boot, while gaming, after sleep, or at random
If the screen disappears too quickly:
- Go to Settings → System → About → Advanced system settings
- Open Startup and Recovery → Settings
- Uncheck Automatically restart under System failure
That keeps the BSOD on screen long enough to read. Event Viewer → Windows Logs → System can also show BugCheck entries after you return to the desktop.
2. Get into Safe Mode or Windows Recovery
If Windows still boots
- Hold Shift and click Restart
- Choose Troubleshoot → Advanced options → Startup Settings → Restart
- Press 4 or 5 for Safe Mode (with or without networking)
If Windows will not boot
- Force shutdown three times during startup to trigger Windows Recovery Environment (WinRE)
- Select Troubleshoot → Advanced options
- Try Startup Repair first
Safe Mode loads a minimal driver set. If the PC is stable there, a driver or startup app is the likely culprit. If Safe Mode also BSOD-loops, suspect RAM, storage, or deeply corrupted system files.
3. Undo the change that triggered the crash
Most BSODs follow a recent change. In Safe Mode or normal mode, reverse the last thing you installed:
- Uninstall a new GPU/audio/VPN/antivirus driver or app
- Remove newly added RAM, SSDs, USB docks, or external GPUs
- Pause or uninstall Windows updates that landed the same day via Settings → Windows Update → Update history → Uninstall updates
Feature-update fallout: 25H2 problems. Stuck patching: Windows Update stuck.
If the crash began after a GPU driver update, use Display Driver Uninstaller (DDU) in Safe Mode from a trusted source, then install the latest clean driver from NVIDIA, AMD, or Intel — not a driver booster pack.
4. Repair Windows system files
Open Command Prompt as Administrator (or use WinRE Command Prompt) and run:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
What these do:
- DISM repairs the Windows component store
- SFC replaces corrupted system files
Restart when both finish. If you are in WinRE and offline repair is needed, Microsoft’s docs cover the offline DISM syntax for your install media.
A reputable repair suite (affiliate card) can run similar scans when the GUI is too unstable — download only from the vendor’s official site on a working PC.
5. Fix drivers linked to common stop codes
| Stop code pattern | Likely focus |
|---|---|
DRIVER_IRQL... / VIDEO_TDR... |
GPU / display driver |
INACCESSIBLE_BOOT_DEVICE |
Storage driver, disk mode, failing SSD/HDD |
MEMORY_MANAGEMENT / PAGE_FAULT... |
RAM, XMP/EXPO profile, bad memory |
SYSTEM_THREAD_EXCEPTION... |
Third-party drivers, security software |
KERNEL_SECURITY_CHECK_FAILURE |
Memory corruption, outdated drivers, rare malware |
Practical driver checklist:
- Open Device Manager
- Expand Display adapters, Network adapters, and Storage controllers
- Update from Windows Update or the motherboard/GPU vendor — avoid random “driver booster” junkware
- If a device shows a yellow mark, update or roll it back
Also update your chipset drivers from the PC or motherboard manufacturer (Dell, HP, Lenovo, ASUS, MSI, Gigabyte). That alone clears a surprising number of post-upgrade BSOD cases on Windows 11.
WiFi-only instability after driver changes: WiFi disconnects. Storage vanishing: SSD not detected.
6. Check RAM and storage health
Hardware faults create BSODs that no software tweak will permanently fix.
Memory test
- Search for Windows Memory Diagnostic
- Choose Restart now and check for problems
- If it reports faults, reseat RAM or test sticks one at a time
If you use XMP/DOCP/EXPO overclock profiles in BIOS/UEFI, temporarily disable them and retest. Laptop overheating under load can also corrupt memory traffic — clean fans (overheating guide).
Drive check
In an elevated Command Prompt:
chkdsk C: /f /r
Schedule the scan if Windows says the volume is in use, then reboot. Back up important files first if the drive is already making noises, dropping capacity, or disappearing in Disk Management. Chronic disk thrashing: 100% disk usage.
7. Disable fast startup and flaky startup apps
Fast Startup can preserve a half-broken driver state between reboots.
- Open Control Panel → Power Options → Choose what the power buttons do
- Click Change settings that are currently unavailable
- Uncheck Turn on fast startup
Then open Task Manager → Startup apps and disable non-essential entries (especially RGB utilities, overlays, and outdated antivirus leftovers).
If crashes began after a shady “optimizer” or crack, scan from Safe Mode with Networking: remove malware.
8. Analyze dumps (optional, powerful)
If you can boot:
- Ensure
%SystemRoot%\Minidumphas.dmpfiles - Use WinDbg Preview from Microsoft Store or a trusted analyzer
- Look at the MODULE_NAME pointed by the bugcheck
This confirms whether nvlddmkm.sys, antivirus filter drivers, or RAM is the villain — better than guessing from Reddit titles alone.
9. When to reset or reinstall Windows 11
If you still crash after repairs and hardware tests:
- Use Settings → System → Recovery → Reset this PC
- Prefer Keep my files first
- Choose Cloud download if local restore files may be corrupted
Only move to a clean install when:
- BSOD persists on clean boot / Safe Mode still fails
- Storage SMART data looks unhealthy and you have replaced the drive
- Stop codes keep shifting with no software pattern
Quick recovery priorities if you need files first
If the PC boot-loops and your documents are not backed up:
- Enter WinRE and open Command Prompt, or boot a Windows install USB
- Copy
C:\Users\<YourName>\Documents,Desktop, andPicturesto an external drive - Then continue repairs
Do not encrypt or “optimise” the broken volume with random tools while recovering data.
Prevention checklist
- Keep Windows Update current, but avoid installing every optional preview driver blindly
- Maintain at least 15–20% free space on the system drive
- Use quality RAM and keep dust out of GPU/CPU coolers
- Create a system restore point before major driver changes
- Keep a current backup (OneDrive, external SSD, or both)
- Prefer OEM/vendor drivers after 25H2-class upgrades
Order of operations
- Photo the stop code
- Safe Mode / WinRE
- Undo recent drivers/updates
- DISM + SFC
- Vendor GPU/chipset drivers
- Memory + chkdsk
- Clean boot
- Reset only after backups
Work through the steps above in order and most Windows 11 BSOD cases resolve without a full wipe. If a stop code repeats after clean drivers and clean memory tests, treat it as hardware until proven otherwise.
Related FixingHacks guides
Frequently Asked Questions
What does a Windows 11 BSOD actually mean?
A Blue Screen of Death means Windows hit a critical fault it could not recover from — often a bad driver, failing RAM/storage, or corrupted system files. The stop code on the screen is your best clue.
Can I lose my files after a BSOD?
Usually your personal files remain intact, but unsaved work can be lost. If the PC boot-loops, avoid random ‘reset’ clicks until you back up data from Safe Mode or a recovery environment.
Should I reinstall Windows immediately?
No. Start with stop-code notes, Safe Mode, Startup Repair, DISM/SFC, and driver rollbacks. Reinstall only after hardware checks if crashes persist.
BSOD or black screen — which guide?
If you see a stop code on a blue screen, stay here. If the display is black with no stop code, use our black screen guide.
Can malware cause BSODs?
Yes — unstable drivers and rootkits. If crashes started after a shady download, scan in Safe Mode with our malware guide.
Related fixes
WiFi Keeps Disconnecting on Windows 11? Proven Network Fixes
Stop Windows 11 WiFi dropouts: power management, driver updates, DNS tweaks, router settings, and when to replace the adapter.
Read the fixWindows Taskbar Missing Icons? Restore System Tray and Pinned Apps
Fix missing Windows 11 taskbar icons: Explorer restart, icon cache rebuild, notification area settings, ShellExperienceHost, and when a stuck update is the real culprit.
Read the fixWindows 11 Black Screen on Startup? Pro Fixes That Actually Work
Diagnose a Windows 11 black screen like a technician: monitor signal, Safe Mode, graphics driver rollback, WinRE repair, and when the disk is failing.
Read the fix