Blue screen of death (BSOD) on a laptop is one of the most frightening errors for a user. It appears suddenly, interrupts work and is often accompanied by strange code like CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL. In 90% of cases, the problem is solved without contacting a service center, if you know the exact sequence of actions.
In this article we will look at all possible reasons blue screen - from driver conflicts to hardware faults, and we’ll also give step by step instructions for laptops of different brands (Dell, MSI, Honor etc.). We will pay special attention BSOD error codes that help accurately diagnose the problem — decoding them saves hours of searching for a solution.
1. Decoding the BSOD error code: what the numbers and letters mean
Each blue screen contains a unique stop code (For example, 0x0000007B or KMODE_EXCEPTION_NOT_HANDLED). These codes are divided into 4 categories:
- 🔹 Hardware failures:
MEMORY_MANAGEMENT,WHEA_UNCORRECTABLE_ERROR- indicate problems with RAM, processor or motherboard. - 🔹 Driver problems:
DRIVER_IRQL_NOT_LESS_OR_EQUAL,DRIVER_POWER_STATE_FAILURE- a specific driver (often video cards or Wi-Fi) is to blame. - 🔹 System errors:
CRITICAL_PROCESS_DIED,SYSTEM_SERVICE_EXCEPTION- Windows file corruption or service conflict. - 🔹 Disk errors:
NTFS_FILE_SYSTEM,KERNEL_DATA_INPAGE_ERROR— problems with HDD/SSD or file system.
To see the full error code if the screen disappears too quickly:
- Open
Control Panel → System and Security → System → Advanced system settings. - In the section
Download and recoveryuncheckPerform automatic reboot.
- Once a week
- Once a month
- Only after updates
- First time
- I don't remember
| BSOD error code | Probable Cause | First action |
|---|---|---|
IRQL_NOT_LESS_OR_EQUAL |
Driver conflict (often network or USB) | Update drivers via Device Manager |
PAGE_FAULT_IN_NONPAGED_AREA |
Damaged RAM or driver | Check RAM with program MemTest86 |
CRITICAL_PROCESS_DIED |
Critical system file corruption | Launch sfc /scannow on the command line |
DPC_WATCHDOG_VIOLATION |
Problems with SSD/HDD or storage driver | Check disk health in CrystalDiskInfo |
⚠️ Attention: If the error code contains a file reference (for example, nvlddmkm.sys), the problem is definitely in the NVIDIA driver. Don't update the driver through GeForce Experience - download it directly from the manufacturer's website.
2. Quick solution: reboot and safe mode
The first thing to do when a blue screen appears:
- Hard reboot: Press the power button for 10 seconds, then turn on the laptop again. In 30% of cases, BSOD does not recur.
- Boot in Safe Mode:
- 🔄 On the login screen, press and hold
Shift+ buttonReboot. - 🔄 Select
Diagnostics → Advanced Options → Boot Options → Restart. - 🔄 Click
F4(or4) for safe mode.
- 🔄 On the login screen, press and hold
In safe mode:
- 📥 Uninstall recently installed programs via
Control Panel → Programs and Features. - 🔄 Roll back drivers: in
Device Managerright click on the device →Properties → Driver → Roll Back. - 🛡️ Run an antivirus (for example, Kaspersky Virus Removal Tool) - some BSODs are caused by rootkits.
All USB devices (mouse, flash drives, printers) are disabled |
The laptop is connected to charging (ruling out power problems)|
Checked processor temperature (not higher than 85°C when idle)|
A photo of the BSOD code was taken for further analysis -->
If the blue screen does not appear in safe mode, the problem is definitely in the software. If it appears, the hardware (RAM, disk, motherboard) is most likely to blame.
3. Testing RAM: MemTest86 and built-in tools
Errors MEMORY_MANAGEMENT or PAGE_FAULT_IN_NONPAGED_AREA almost always related to RAM. Diagnostics takes 1–2 hours, but allows you to exclude one of the most common causes of BSOD.
Method 1: Windows built-in utility
- Type in search
Windows Memory Checkerand run as administrator. - Select
Reboot and check. - After rebooting, wait for the test to complete (usually 2 passes).
Method 2: MemTest86 (for deep testing)
- 📁 Download MemTest86 from the official website and create a bootable USB flash drive.
- 🔌 Boot from a flash drive (you may need to disable
Secure Bootin BIOS). - ⏳ Run the test for 4–8 passes. Even 1 error means a faulty RAM stick.
What to do if MemTest86 shows errors?
1. Take out all the RAM sticks and check them one by one (this way you will find the faulty one).
2. If errors appear on any plate, the problem is in the slot on the motherboard.
3. On laptops with soldered memory (for example, MacBook or Dell XPS) the motherboard will need to be replaced.
⚠️ Attention: On laptops Lenovo ThinkPad series T480/T490 And HP EliteBook Built-in memory check may give false positives. Use only MemTest86.
4. Diagnosis of hard drive and SSD
Errors KERNEL_DATA_INPAGE_ERROR or NTFS_FILE_SYSTEM indicate problems with the drive. For diagnostics we use:
- 🔧 CrystalDiskInfo — shows the health status of the disk (
S.M.A.R.T.). If the statusPre-failureorBad— the disk needs to be changed. - 🔧
chkdsk /f /r— checks the file system for errors. Run from the command line (Win + X → Command Prompt (Administrator)). - 🔧 Victoria HDD — for deep surface testing (only for HDD).
Instructions for chkdsk:
1. Откройте командную строку от имени администратора.2. Введите: chkdsk C: /f /r (замените C: на букву системного диска).
3. Нажмите Y для подтверждения и перезагрузите ноутбук.
If CrystalDiskInfo shows errors by parameters Reallocated Sectors Count or Uncorrectable Errors — the disk requires replacement. Parameters are critical on SSDs Wear Leveling Count And Program Fail Count.
If laptop Asus ROG or MSI with two disks (SSD + HDD), check the HDD first - they fail more often. Disable it in BIOS and check if the BSOD goes away.
5. Updating and rolling back drivers
Driver conflicts are the cause of 40% of blue screens. Especially often the culprits are:
- 🖥️ Video card drivers (NVIDIA, AMD, Intel).
- 📶 Wi-Fi/Bluetooth drivers (Qualcomm, Intel AX200, Broadcom).
- 🔊 Sound drivers (Realtek, Dolby).
How to update drivers correctly:
- Boot into Safe Mode with Networking (
F5when loading). - Open
Device Manager(Win + X → Device Manager). - Look for the device with the yellow exclamation mark (if there is one).
- Right click →
Update driver → Search for drivers on this computer → Select from list. - If the problem started after the update, select
Rollback.
For video card NVIDIA:
- 📥 Download the driver from the site NVIDIA (not through GeForce Experience!).
- 🧹 Before installation, remove the old driver with the program Display Driver Uninstaller (DDU).
- 🔄 Install the driver in clean mode (optional
Custom → Perform a clean installation).
On laptops with hybrid graphics (Intel + NVIDIA) update the Intel driver first, then NVIDIA. Otherwise, a conflict is possible.
6. Restore system files and reset Windows
If the BSOD appears with the code CRITICAL_PROCESS_DIED or SYSTEM_THREAD_EXCEPTION_NOT_HANDLED, system files are damaged. We use built-in tools:
1. System File Integrity Check (SFC):
sfc /scannow
Run on the command line as administrator. If there are errors that could not be corrected, proceed to the next step.
2. Windows Image Recovery (DISM):
DISM /Online /Cleanup-Image /RestoreHealth
This command will download the missing files from Microsoft servers. Requires stable internet.
3. Reset Windows to factory settings:
- 🔄 Go to
Settings → Update & Security → Recovery. - 🔄 Click
Startunder the itemRestore your computer to its original state. - 🔄 Select
Save my files(if you need to save documents).
⚠️ Attention: On laptops HP Pavilion And Dell Inspiron Resetting Windows may remove the recovery partition. First create a backup copy to a flash drive using Control Panel → Backup and Restore.
7. Checking temperature and cleaning from dust
Overheating is a hidden cause of BSOD, especially on gaming laptops (Asus TUF, MSI GF63, Lenovo Legion). Normal temperatures:
- 🌡️ Idle: 40–55°C.
- 🌡️ Under load: up to 85°C (for processors Intel 11–13 generations) or 95°C (for AMD Ryzen).
How to check the temperature:
- 📊 Use HWMonitor or Core Temp.
- 🔥 If the temperature exceeds the norm:
- 🧹 Clean your laptop from dust (especially ventilation grilles and radiator).
- 🔄 Replace the thermal paste (on the processor and video card).
- 🔌 Check the operation of the cooler - if it does not rotate, replacement is required.
On laptops Acer Predator And Alienware a common problem with thermal throttling - the processor reduces the frequency due to overheating, which leads to a BSOD code WHEA_UNCORRECTABLE_ERROR. Solution:
- 🔧 Disable Turbo Boost in BIOS.
- 🔧 Set TDP limit via ThrottleStop (for advanced users).
8. Hardware faults: when to contact service
If all software methods have been tried, and the blue screen appears again, the problem is in the hardware. Typical hardware reasons:
| Symptom | Possible malfunction | Solution |
|---|---|---|
| BSOD when charging is connected | Faulty power controller or battery | Replacing the battery or motherboard |
| Blue screen when laptop moves | The display or motherboard cable is damaged | Diagnostics in the service (disassembly required) |
Error WHEA_UNCORRECTABLE_ERROR on a new laptop |
Defective processor or chipset | Warranty repair (if the laptop is under 2 years old) |
| BSOD when connected to a docking station | Thunderbolt/USB-C port problem | Replacing a port or controller |
On laptops Apple MacBook (with processors M1/M2) the blue screen has been replaced with a black one, but the diagnostic principles are the same. Critical for them:
- 🔋 Malfunction of the power controller (often after using non-original chargers).
- 🖥️ Overheating due to a clogged cooling system (in MacBook Air without a fan - chip overheating).
⚠️ Attention: If the laptop has been dropped or subjected to impacts, even light ones, check the motherboard for microcracks. They can appear months after the fall.
FAQ: Frequently asked questions about a blue screen on a laptop
🔹 Why does the blue screen appear only when playing games?
In 95% of cases, overheating or unstable overclocking of the video card is to blame. Check the temperature in MSI Afterburner and if necessary:
- Clean your laptop from dust.
- Reset overclock settings to NVIDIA Control Panel or AMD Adrenalin.
- Set FPS limit (for example, via RivaTuner).
If the temperature is normal, the problem is in the video card driver (uninstall it via DDU and install again).
🔹 Is it possible to recover data if the laptop does not boot due to BSOD?
Yes, there are 3 ways:
- Connecting the drive to another PC: Take out the SSD/HDD and connect it via a USB adapter to your work computer.
- Bootable USB flash drive from Live CD: use Ubuntu Live or Hiren’s BootCD to copy files.
- Recovery via command line:
1. Загрузитесь с установочной флешки Windows.2. Нажмите
Shift + F10для открытия командной строки.3. Введите:
notepad
Файл → Открыть → Этот компьютер(скопируйте файлы на флешку).
If the disk is physically damaged (knocking, not detected in the BIOS), contact a data recovery laboratory.
🔹 How to prevent blue screens in the future?
Preventive measures:
- 🔄 Update your drivers regularly (but not through “updaters” like Driver Booster - only from official sites).
- 🛡️ Use an antivirus with rootkit protection (for example, Kaspersky Internet Security).
- 🧹 Once every 6 months, clean your laptop from dust and change thermal paste.
- 🔋 Do not use non-original chargers (especially on MacBook And Dell XPS).
- 💾 Create system backups via
Control Panel → Backup and Restore.
On laptops with Windows 11 disable automatic driver updates via gpedit.msc (if you have the Pro version).
🔹 BSOD appears after Windows update. What to do?
Windows updates often break driver compatibility. Solutions:
- Rolling back an update:
Параметры → Обновление и безопасность → Центр обновления Windows → Просмотреть журнал обновлений → Удалить обновленияUninstall the last 1-2 updates (especially if their numbers begin with
KB502...orKB503...). - Blocking a problematic update:
Download the utility wushowhide from Microsoft and hide a specific update.
- Manual driver installation:
After rolling back the update, manually install the latest drivers from the manufacturers' websites (not through Windows Update).
If the problem started after a major update (for example, a transition from Windows 10 on 11), consider rolling back to a previous version via Settings → System → Recovery.
🔹 The laptop gives BSOD when connected to the Internet. What's the matter?
The problem in 90% of cases is related to the driver of the network card or Wi-Fi adapter. Actions:
- Boot into safe mode with network support (
F5when loading). - Uninstall the network card driver via
Device Manager(in sectionNetwork adapters). - Download the latest driver from the laptop manufacturer's website (not from Intel or Realtek!).
- Disable IPv6 in connection properties (sometimes it conflicts with IPv4).
If the problem persists, check the router. Some models (TP-Link Archer C6, Keenetic) conflict with drivers Killer Networking on laptops MSI And Alienware.