Blue screen of death (BSOD) on a laptop is one of the most frightening errors for users. Sudden appearance of a blue background with white text and code CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL makes many people think about the worst: a broken hard drive, viruses, or even the need to buy a new laptop. In fact, in 80% of cases the problem can be solved on your own - without contacting a service center.
This article will help you understand why it appears blue screen on laptop (including models ASUS, Lenovo, HP, Acer And Dell), how to decipher error codes like 0x0000007B or VIDEO_TDR_FAILURE, and what to do first. We have collected current methods for Windows 10 And Windows 11, including rare cases where BSOD occurs due to hardware faults.
What is a Blue Screen of Death (BSOD) and why does it appear?
BSOD (Blue Screen of Death) is an emergency stop screen that Windows displays when there is a critical error that threatens the stability of the system. Unlike normal crashes, blue screen always associated with the OS kernel or drivers, so it cannot be ignored: repeated BSODs lead to data loss or complete inoperability of the laptop.
The main reasons for a blue screen on a laptop:
- 🔧 Driver conflict - especially after updating Windows or installing new software (for example, drivers for a video card NVIDIA or AMD).
- 💽 Hard drive/SSD problems — bad sectors, file system errors or drive wear.
- 🔌 RAM faults - even one bad RAM cell can cause a BSOD code
MEMORY_MANAGEMENT. - 🦠 Viruses and malware — some types of rootkits or miners provoke critical kernel errors.
- 🔥 Overheating of components - if the laptop has not been cleaned for a long time, BSOD may appear under high load (code
WHEA_UNCORRECTABLE_ERROR). - ⚡ Eating problems - A faulty power supply or battery can cause voltage surges.
Interesting fact: in Windows 11 The blue screen has become darker (color #00008B instead of traditional #0000FF), and the QR code on the screen now takes you to the official Microsoft support page explaining the specific error. B Windows 10 there is no such function.
- Once a week or more often
- 1-2 times a month
- Rarely, once every few months
- Never seen
How to decipher the BSOD error code?
Each blue screen contains a unique stop code (For example, 0x000000D1 or DRIVER_IRQL_NOT_LESS_OR_EQUAL), which indicates the cause of the failure. Deciphering the code will help narrow down the search for the problem.
Here are the most common BSOD codes and their meaning:
| Error code | Title | Possible reason | Solution |
|---|---|---|---|
0x0000007B | INACCESSIBLE_BOOT_DEVICE | Problems with bootloader, HDD/SSD or storage controller drivers | Checking the disk for errors, updating drivers storahci.sys |
0x0000001E | KMODE_EXCEPTION_NOT_HANDLED | Driver conflict or system file corruption | Launch sfc /scannow And DISM, driver rollback |
0x00000116 | VIDEO_TDR_FAILURE | Video card driver failure (often on NVIDIA or Intel HD Graphics) | Removing drivers via Display Driver Uninstaller (DDU) |
0x00000050 | PAGE_FAULT_IN_NONPAGED_AREA | RAM problems or corrupted system files | Test RAM program MemTest86, check chkdsk |
0x00000124 | WHEA_UNCORRECTABLE_ERROR | Hardware failure (CPU, RAM, motherboard) or overheating | Cleaning the laptop, testing components, checking thermal paste |
To see the complete list of BSOD errors on your laptop:
- Open
Control Panel → Administrative Tools → Event Viewer. - Go to section
Windows Logs → System. - Filter events by source
BugCheck.
If your laptop restarts too quickly and you don't have time to record the BSOD code, disable automatic reboot. For this purpose in System Properties → Advanced Settings → Boot and Recovery uncheck the box Perform automatic reboot.
First steps: what to do immediately after a blue screen appears?
If your laptop shows BSOD, don't panic. Follow this algorithm:
Try rebooting the laptop (sometimes the error is one-time)
Disconnect all peripheral devices (mouse, keyboard, flash drives)
Start Windows in safe mode (click F8 or Shift + Reboot)
Check the temperature of the components (for example, through HWMonitor)
-->
If the laptop does not boot even in safe mode:
- Create a bootable USB flash drive with Windows 10/11 on another PC.
- Boot from the flash drive and select
System Restore. - Run
Command lineand run the commands:bootrec /fixmbrbootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
⚠️ Attention: If a blue screen appears with the code CRITICAL_PROCESS_DIED immediately after the Windows logo, this may indicate registry corruption. In this case, only restoring from a rollback point or reinstalling the OS will help.
Driver problems: the main cause of BSOD on 60% of laptops
According to Microsoft statistics, more than half of blue screens are caused by incorrect or outdated drivers. This especially applies to:
- 🖥️ Video card drivers (NVIDIA GeForce, AMD Radeon, Intel UHD Graphics).
- 🔊 Audio drivers (Realtek, Conexant).
- 📶 Wi-Fi/Bluetooth drivers (Qualcomm Atheros, Intel Wireless).
- 💾 Storage controller drivers (
storahci.sys,nvme.sys).
How to check and update drivers:
- Click
Win + Xand selectDevice Manager. - Check sections with exclamation marks (usually
Video adapters,Sound devices,Network adapters). - Right click on the device →
Update driver→Automatic search. - If Windows does not find updates, download the driver from the official website of the laptop manufacturer (for example, Lenovo Support or ASUS Download Center).
To completely remove problematic drivers, use the utility Display Driver Uninstaller (DDU):
- Boot into safe mode.
- Run DDU and select the type of cleaning (for example,
NVIDIA). - After uninstallation, reboot and install fresh drivers.
How to find out which driver caused the BSOD?
In most cases, the name of the problematic driver is indicated at the bottom of the blue screen (for example, nvlddmkm.sys for NVIDIA video cards or rtwlane.sys for Realtek Wi-Fi adapters). If the screen disappears too quickly, look at the memory dump in the program BlueScreenView (you can download it from the NirSoft website).
Checking HDD and SSD: When BSOD is related to storage
If a blue screen appears with codes 0x0000007B (INACCESSIBLE_BOOT_DEVICE) or 0x00000024 (NTFS_FILE_SYSTEM), the problem is most likely in drive. It could be:
- 🔧 File system damage (for example, after a sudden power outage).
- 💥 Bad sectors on the HDD or worn out cells on the SSD.
- 🔌 Problems with the connection cable (relevant for laptops with replaceable drives).
How to check a disk for errors:
- Open
Command lineon behalf of the administrator. - Run the command to check the file system:
chkdsk C: /f /r(where
C:— system drive letter). - To check the physical state of the HDD/SSD, use:
wmic diskdrive get statusIf the status is not
OK, the disk requires replacement.
For in-depth diagnostics of SSD/HDD we recommend:
- 🛠️ CrystalDiskInfo - shows SMART status disk and temperature.
- 📊 Victoria HDD — tests the disk surface for bad sectors.
- 🔍 HD Tune — checks the read/write speed and health of the drive.
⚠️ Attention: If CrystalDiskInfo shows parameterReallocated Sectors CountorUncorrectable Error Countwith a value above zero, this means that the disk is starting to fail. We recommend that you immediately backup your data and prepare to replace the drive.
Testing RAM: How to Find Bad RAM Modules
Memory errors (MEMORY_MANAGEMENT, PAGE_FAULT_IN_NONPAGED_AREA) are often the cause of blue screens, especially if you have recently added or changed RAM sticks. Even one broken module can cause BSOD when running resource-intensive applications (for example, Photoshop, AutoCAD or games).
How to check RAM:
- Download the utility MemTest86 from the official website (memtest86.com) and create a bootable USB flash drive.
- Boot from the flash drive and run the test (it is recommended to check at least 4 passes).
- If errors appear (even 1), one of the RAM sticks is faulty.
Alternative method (without flash drive):
- Click
Win + R, entermdsched.exeand pressEnter. - Select
Reboot and check. - After restarting, Windows will automatically test the memory.
If the test shows errors:
- 🔄 Try moving the RAM sticks to other slots.
- 🧹 Clean the contacts of the strips with an eraser (sometimes it helps with oxidation).
- 🛒 If errors persist, replace the faulty module.
On laptops with two sticks of RAM (for example, 4GB + 8GB), a blue screen may appear due to incompatible modules in frequency or timing. Check the characteristics of the planks in the program CPU-Z (tab Memory).
Overheating and power problems: hidden causes of BSOD
If the blue screen appears 10-30 minutes after turning on the laptop (especially in games or when rendering videos), the culprit is overheating. Critical temperature for most processors (Intel Core i5/i7, AMD Ryzen) — 90-100°C. If this threshold is exceeded, Windows is forced to stop working to prevent damage to the chip.
How to check the temperature:
- 🌡️ Use programs HWMonitor, Core Temp or Speccy.
- 📈 Monitor the temperature graph under load (run a stress test in AIDA64 or Prime95).
Normal temperatures for a laptop:
| Component | Idle (°C) | Load (°C) | Critical threshold (°C) |
|---|---|---|---|
| Processor (CPU) | 40-50 | 70-85 | 95-105 |
| Video card (GPU) | 45-55 | 75-85 | 100-105 |
| Hard disk drive (HDD) | 30-40 | 40-50 | 60 |
| SSD | 30-45 | 50-70 | 80 |
What to do if your laptop overheats:
- 🧹 Cleaning from dust — disassemble the laptop (or contact service) and clean the radiator, fan and heat pipes.
- 🧴 Replacing thermal paste - Over time, it dries out and loses thermal conductivity.
- 🔧 Cooling setting - in BIOS, enable the mode
Cool’n’Quiet(for AMD) orIntel SpeedStep. - 💻 Use a cooling pad - especially relevant for gaming laptops (ASUS ROG, MSI, Alienware).
Another possible cause of BSOD is eating problems:
- 🔌 Check the power supply: if the laptop runs only on battery power or turns off when charging is connected, the adapter is faulty.
- 🔋 If the battery is swollen, replace it urgently! This may cause a short circuit.
- ⚡ In power settings, select a scheme
High performance(sometimes BSOD appears due to aggressive power saving).
FAQ: Frequently asked questions about a blue screen on a laptop
🔹 Why does the blue screen only appear when launching games?
In 90% of cases this is due to overheating of the video card or incorrect GPU drivers. Check the temperature via MSI Afterburner and update the drivers from the official website NVIDIA/AMD. Also the reason may be malnutrition — if the laptop is running on battery power, connect the charger.
🔹 Can a virus cause a blue screen?
Yes, some viruses (for example, rootkits or miners) modify system files, which leads to BSOD codes 0x000000C2 or 0x000000D1. Carry out a full check Kaspersky Virus Removal Tool or Dr.Web CureIt! in safe mode. Also check the task scheduler (taskschd.msc) for suspicious processes.
🔹 The laptop shows a blue screen when connected to Wi-Fi. What's the matter?
This problem is common with wireless adapter drivers (Realtek, Intel, Broadcom). Solutions:
- Update your Wi-Fi driver via
Device Manager. - Rollback the driver to the previous version (if the error appeared after the update).
- Disable the feature
802.11nin the adapter settings (sometimes it helps with an errorNETWORK_NAT_FAILED). - Check your router - some models (TP-Link, ASUS) conflict with Windows 11 drivers.
🔹 After updating Windows, a blue screen appeared. How to roll back?
If BSOD starts appearing after installing updates:
- Boot into safe mode.
- Go to
Settings → Update & Security → Recovery. - Click
Startin sectionGo back to a previous version of Windows. - If a rollback is not available, uninstall the latest update via
Control Panel → Programs → View installed updates.
For Windows 11 you can also use the command:
wusa /uninstall /kb:НОМЕР_ОБНОВЛЕНИЯ
(you can find out the update number in Windows log).
🔹 The laptop shows a blue screen when connecting an external monitor. What to do?
This problem is usually associated with:
- 🔌 Faulty cable (HDMI, DisplayPort, USB-C). Try a different cable.
- 🖥️ Video card driver conflict. Update drivers for NVIDIA Optimus or AMD Hybrid Graphics.
- ⚡ Insufficient USB-C power (relevant for laptops with Thunderbolt 3/4). Connect the power supply.
- 🔄 Incorrect resolution. Go to
Screen Optionsand select the recommended resolution for your external monitor.
If the laptop (Dell XPS, HP Spectre, Lenovo Yoga) supports Hybrid Graphics, try disabling integrated graphics in the BIOS (Intel UHD) and leave only discrete (NVIDIA/AMD).