How to Fix the Blue Screen of Death (BSOD)
What is a BSOD?
The Blue Screen of Death (BSOD) is a stop error screen displayed by Windows upon encountering a critical system error. It means Windows can no longer operate safely and must restart to prevent data corruption.
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.
Step 2: Boot into Safe Mode
If your PC crashes immediately upon startup, you need to enter Safe Mode:
- Turn off your PC.
- Turn it on, and as soon as the Windows logo appears, hold the power button to hard power it off. Repeat this 3 times.
- On the 4th boot, Windows will enter Automatic Repair. Choose Advanced Options > Troubleshoot > Advanced Options > Startup Settings > Restart.
- Press 4 or F4 to start in 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?
If you've tried these steps and the crashes persist, it could be a hardware failure. Consider testing your hard drive health or checking your system temperatures.