“Fix Tech Daily helps you solve real-world IT problems, with daily tips on Windows, Office, networks, and devices.”
Wednesday, August 27, 2025
How to Fix “Windows 10 Blue Screen of Death (BSOD)” Errors
The Blue Screen of Death (BSOD) in Windows 10 appears with error messages like “Your PC ran into a problem and needs to restart” along with a STOP CODE (e.g., CRITICAL_PROCESS_DIED, IRQL_NOT_LESS_OR_EQUAL, MEMORY_MANAGEMENT).
These errors are usually caused by:
-
Faulty drivers
-
Corrupted system files
-
Failing RAM or hard drive
-
Overheating
-
Incompatible updates
✅ Solution 1: Note the Stop Code
Each BSOD shows a STOP CODE at the bottom (like CRITICAL_PROCESS_DIED
).
-
Write it down.
-
Search Microsoft’s official site or use the code to identify the cause.
✅ Solution 2: Boot Into Safe Mode
If Windows won’t start normally:
-
Restart your PC and press F8 (or hold Shift + F8) repeatedly.
-
Choose Troubleshoot → Advanced options → Startup Settings → Restart.
-
Press 4 (Enable Safe Mode).
This allows troubleshooting without loading unnecessary drivers.
✅ Solution 3: Uninstall Recently Installed Updates or Drivers
Steps:
-
Go to Settings → Update & Security → Windows Update → View update history → Uninstall updates.
-
For drivers:
-
Press Windows + X → Device Manager.
-
Right-click the problematic device (like Display Adapter).
-
Choose Uninstall device.
-
-
Restart your PC.
✅ Solution 4: Run Windows Memory Diagnostic (Check RAM)
Steps:
-
Press Windows + R, type
mdsched.exe
, press Enter. -
Choose Restart now and check for problems.
-
The tool scans your RAM for errors.
-
If errors are found → Replace the faulty RAM.
-
✅ Solution 5: Check Hard Drive for Errors
Steps:
-
Open Command Prompt as Administrator.
-
Run:
chkdsk C: /f /r
-
Restart your PC so the scan can run.
✅ Solution 6: Update or Roll Back Drivers
Steps:
-
Press Windows + X → Device Manager.
-
Expand categories (like Display adapters, Network adapters).
-
Right-click device → Update driver OR Roll back driver if issue started after update.
✅ Solution 7: Run System File Checker (SFC) and DISM
Corrupted files often cause BSODs.
Steps:
-
Open Command Prompt (Admin).
-
Run:
sfc /scannow
-
Then run:
DISM /Online /Cleanup-Image /RestoreHealth
-
Restart after completion.
✅ Solution 8: Check for Overheating
-
Clean dust from fans.
-
Ensure proper airflow in PC/laptop.
-
Use a cooling pad for laptops.
-
Check CPU temps using free tools like HWMonitor.
✅ Solution 9: Disable Fast Startup
Sometimes Fast Startup causes crashes.
Steps:
-
Go to Control Panel → Power Options.
-
Click Choose what the power buttons do.
-
Click Change settings that are currently unavailable.
-
Uncheck Turn on fast startup → Save.
✅ Solution 10: Perform a System Restore
Steps:
-
Press Windows + R, type
rstrui.exe
, press Enter. -
Choose a restore point before the BSOD issue started.
-
Follow prompts to restore Windows.
✅ Solution 11: Reset or Reinstall Windows 10 (Last Resort)
If nothing works:
-
Go to Settings → Update & Security → Recovery.
-
Choose Reset this PC → Keep files or Remove everything.
-
Follow on-screen instructions.