Skip to content
Windows laptop on a desk during troubleshooting

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.

11 min readWindows 11, BSOD, stop code

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 .sys driver)
  • Whether it happens at boot, while gaming, after sleep, or at random

If the screen disappears too quickly:

  1. Go to Settings → System → About → Advanced system settings
  2. Open Startup and Recovery → Settings
  3. 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

  1. Hold Shift and click Restart
  2. Choose Troubleshoot → Advanced options → Startup Settings → Restart
  3. Press 4 or 5 for Safe Mode (with or without networking)

If Windows will not boot

  1. Force shutdown three times during startup to trigger Windows Recovery Environment (WinRE)
  2. Select Troubleshoot → Advanced options
  3. 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:

  1. Open Device Manager
  2. Expand Display adapters, Network adapters, and Storage controllers
  3. Update from Windows Update or the motherboard/GPU vendor — avoid random “driver booster” junkware
  4. 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

  1. Search for Windows Memory Diagnostic
  2. Choose Restart now and check for problems
  3. 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.

  1. Open Control Panel → Power Options → Choose what the power buttons do
  2. Click Change settings that are currently unavailable
  3. 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:

  1. Ensure %SystemRoot%\Minidump has .dmp files
  2. Use WinDbg Preview from Microsoft Store or a trusted analyzer
  3. 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:

  1. Use Settings → System → Recovery → Reset this PC
  2. Prefer Keep my files first
  3. 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:

  1. Enter WinRE and open Command Prompt, or boot a Windows install USB
  2. Copy C:\Users\<YourName>\Documents, Desktop, and Pictures to an external drive
  3. 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

  1. Photo the stop code
  2. Safe Mode / WinRE
  3. Undo recent drivers/updates
  4. DISM + SFC
  5. Vendor GPU/chipset drivers
  6. Memory + chkdsk
  7. Clean boot
  8. 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.

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.