How to Fix the Blue Screen of Death (BSOD)
What is a BSOD?
A Blue Screen of Death (BSOD) is Windows stopping hard because something critical failed—bad driver, corrupt file, or hardware fault. It reboots to avoid damaging your data further. The stop code on screen is the clue you want before guessing.
Common Causes
- Incompatible or outdated device drivers (especially GPU or network drivers).
- Corrupted system files or registry entries.
- Failing hardware (RAM, hard drive, or power supply).
- Overheating.
The Fix: Step-by-Step
Step 1: Note the Error Code
When the blue screen appears, there is usually a stop code at the bottom (e.g., IRQL_NOT_LESS_OR_EQUAL or VIDEO_TDR_FAILURE). Write this down—it's your biggest clue.
Have a specific stop code? Jump to the targeted guide:
Step 2: Boot into Safe Mode
If Windows will not stay up long enough to change drivers, boot Safe Mode first. Full walkthrough: how to enter Safe Mode in Windows 11.
Quick path: interrupt startup three times at the logo (power button) → Automatic Repair → Advanced options → Startup Settings → Restart → press 4 (Safe Mode).
Step 3: Update Drivers
If you just installed a new piece of hardware or updated a driver before the crash, roll it back or update it.
- Right-click the Start button and select Device Manager.
- Look for any yellow exclamation marks. Right-click and choose Update driver or Uninstall device.
Step 4: Run System File Checker (SFC)
Corrupted OS files can trigger BSODs. Let's fix them:
- Open Command Prompt as Administrator (
Win + X, thenCommand Prompt (Admin)orTerminal (Admin)). - Type
sfc /scannowand press Enter. Let the verification complete.
Step 5: Check Your RAM
Faulty memory is a leading cause of random BSODs.
- Press
Win + R, typemdsched.exe, and press Enter. - Choose Restart now and check for problems.
- Windows will reboot and test your RAM.
Still crashing?
- Hot CPU or loud fans under load? See fix CPU overheating and thermal throttling.
- Black screen instead of blue? That is a different guide: black screen on boot.
- Persistent crashes after RAM and disk checks often mean failing hardware—test the drive with the manufacturer's tool and consider a shop visit if the machine is under warranty.
Related guides
How to Fix CRITICAL_PROCESS_DIED in Windows 11
Getting the CRITICAL_PROCESS_DIED blue screen on Windows 11? Boot Safe Mode, repair system files, fix bad drivers, and stop stop code 0x000000EF.
How to Fix Windows 11 Freezing or Crashing Randomly
PC locks up, reboots alone, or apps freeze for seconds—check RAM, drivers, disk health, and overheating before you assume Windows is broken.
How to Fix Clipboard Not Working in Windows 11
Copy and paste broken, Clipboard History empty, or Win+V does nothing? Restart Clipboard, fix Remote Desktop conflicts, and reset clipboard services.
How to Fix Sleep and Hibernation Not Working in Windows 11
PC won't sleep, wakes instantly, or hibernate is missing? Fix power plans, wake timers, fast startup, and drivers that block sleep on Windows 11.
How to Fix Snipping Tool Not Working in Windows 11
Print Screen or Snipping Tool does nothing, screenshots are black, or Win+Shift+S fails? Reset the app, fix keyboard shortcuts, and repair capture permissions.