A blue screen (BSOD – Blue Screen of Death) on a laptop usually means something went wrong at the system level—often due to hardware, drivers, or software errors. But don’t worry—most BSODs are fixable! Here’s how to troubleshoot and resolve it:
🔍 Step-by-Step: How to Fix Blue Screen on a Laptop
✅ 1. Note the Error Message
- Look for codes like
IRQL_NOT_LESS_OR_EQUAL,CRITICAL_PROCESS_DIED, or filenames likentoskrnl.exe,dxgmms2.sys, etc. - You can also use a tool like BlueScreenView (free) to analyze dump files after reboot.
🧰 2. Basic Fixes
🔄 Restart in Safe Mode
- Turn off → Press Power → When it starts loading, hold Shift + F8 or power cycle 3x to reach Recovery.
- Choose: Troubleshoot → Advanced → Startup Settings → Enable Safe Mode
🧼 Uninstall Problem Software or Drivers
- Go to Device Manager
- Roll back or uninstall any recent driver updates (especially GPU, network, or USB)
- Uninstall newly installed programs
⚙️ 3. System Checks
🔧 Run SFC and DISM Scans:
Open Command Prompt as Administrator and run:
sfc /scannow
Then:
DISM /Online /Cleanup-Image /RestoreHealth
💽 Check Hard Drive Health:
In CMD, type:
chkdsk /f /r
It may schedule a check on next boot.
🧠 4. Update or Reinstall Drivers
- Use Windows Update or visit manufacturer websites (Intel, AMD, NVIDIA, etc.)
- Update chipset, graphics, network, and storage drivers
🔄 5. System Restore or Reset
- System Restore: Roll back to a previous working state
- Reset this PC: Go to Settings → Recovery → Reset (choose to keep files if possible)
💾 6. Check for Hardware Issues
- RAM: Use Windows Memory Diagnostic or MemTest86
- SSD/HDD: Use tools like CrystalDiskInfo to check for drive health
- Overheating: Clean fans and heatsinks; overheating can also cause crashes
🔐 7. Scan for Malware
Sometimes rootkits or malware can cause BSODs. Run a deep scan with:
- Windows Defender (Full Scan)
- Malwarebytes (recommended)
🛠 Common Error Codes & Fixes
| Error Code | Likely Cause | Fix |
|---|---|---|
IRQL_NOT_LESS_OR_EQUAL | Bad driver or RAM | Check drivers, run memory diagnostic |
CRITICAL_PROCESS_DIED | System file corruption | SFC / DISM, safe mode |
PAGE_FAULT_IN_NONPAGED_AREA | RAM or SSD issue | Run chkdsk and memory tests |
VIDEO_TDR_FAILURE (e.g., nvlddmkm.sys) | GPU driver crash | Update/reinstall graphics drivers |
Want Help?
If you share the exact error code or message you see on the blue screen, I can give you a precise solution. Would you like that?





Leave a Reply