Blue screen of death (BSOD) on a laptop is one of the most frightening errors for users. It appears suddenly, interrupts work and is often accompanied by a cryptic error code that means little to an unprepared person. Unlike normal failures, Blue Screen of Death indicates a critical problem in the system - be it a driver conflict, file corruption, or hardware failure.
According to statistics Microsoft, more than 70% of BSOD cases are caused by driver problems or incompatible software. However, in 20% of cases the hardware is to blame - overheating, faulty RAM or hard drive. In this article we will analyze all possible reasons blue screen on laptops ASUS, Lenovo, HP, Acer, Dell and other brands, and will also give step by step instructions for diagnosing and troubleshooting. We will pay special attention to specific error codes like CRITICAL_PROCESS_DIED, IRQL_NOT_LESS_OR_EQUAL or MEMORY_MANAGEMENT, which are most often found on modern devices.
Why does a blue screen appear on a laptop: 7 main reasons
BSOD never happens for nothing - it's a defense mechanism Windows, which stops the system to prevent data corruption. Here are the key reasons why a laptop may produce a blue screen:
- 🔄 Driver conflict - especially after the update NVIDIA/AMD, network adapters or chipset. For example, driver
nvlddmkm.sysoften to blame for crashes on laptops with video cards GeForce. - 💾 Damage to system files - due to a sudden power outage, viruses or incorrect update Windows (especially relevant for versions 22H2 And 23H2).
- 🔥 Overheating of the processor or video card — critical temperatures (above
90°C) lead to emergency shutdown. Common problem for laptops MSI And Gigabyte with a weak cooling system. - 🧠 Faulty random access memory (RAM) - even one broken module can cause errors
MEMORY_MANAGEMENTorPAGE_FAULT_IN_NONPAGED_AREA. - 💽 Problems with your hard drive or SSD — bad sectors, drive wear or file system errors (
NTFS/ReFS). - ⚡ Unstable power supply — power surges in the network or a faulty laptop power supply.
- 🦠 Viruses and malware - some rootkits (rootkits) purposefully damage the system core, causing BSOD.
Interestingly, on laptops with Windows 11 Blue screens are 15% more common than on Windows 10, due to more stringent driver and security requirements (data Avast for 2023). At the same time 9 out of 10 cases of BSOD on new laptops with 12th and 13th generation Intel Core associated with incorrect operation of power management (ACPI.sys).
- Once a week or more often
- Once a month
- Rarely, several times a year
- Never happened
- I find it difficult to answer
How to read the BSOD error code and find the reason
When a blue background with white text appears on the screen, the first thing to do is write down the error code and related information. B Windows 10/11 it usually looks like this:
Your PC ran into a problem and needs to restart.
Stop Code: CRITICAL_PROCESS_DIED
Key elements for analysis:
- 🔍 Stop Code — the main problem identifier (for example,
IRQL_NOT_LESS_OR_EQUALorSYSTEM_THREAD_EXCEPTION_NOT_HANDLED). - 📄 File name - if specified (for example,
ntoskrnl.exe,dxgkrnl.sys), this is a direct indication of the culprit. - 🔢 Stop code in hexadecimal format (for example,
0x0000007B).
The decryption of the code can be found on the official website Microsoft or using the utility BlueScreenView (free, you can download from nirsoft.net). For example:
| Error code | Possible reason | Recommendations for elimination |
|---|---|---|
CRITICAL_PROCESS_DIED |
A critical system process has been interrupted (often due to corruption win32k.sys or csrss.exe) |
Checking the integrity of system files (sfc /scannow), registry restoration |
IRQL_NOT_LESS_OR_EQUAL |
Driver problems (especially network or graphics) or hardware conflict | Update/rollback drivers, check RAM test MemTest86 |
MEMORY_MANAGEMENT |
RAM errors or page file corruption (pagefile.sys) |
RAM test, increasing virtual memory, replacing modules |
NTFS_FILE_SYSTEM |
Damage to the file system or bad sectors on the disk | Disk check (chkdsk /f /r), HDD/SSD replacement |
If your laptop reboots too quickly for you to write down the code, disable automatic reboot:
- Click
Win + R, entersysdm.cpland go to the tab Additionally. - In the section Download and recovery click Options.
- Uncheck Perform automatic reboot.
If the laptop does not turn on after BSOD, try booting into Safe Mode (hold Shift + F8 when booting) or use a bootable USB flash drive with Windows for recovery.
First steps: what to do immediately after a blue screen appears
Don't panic! In most cases, BSOD is one-time failure, which will not happen again after a reboot. Follow this algorithm:
☑️ Emergency actions for BSOD
If the blue screen appears again, follow these steps: diagnostics step by step:
- Check the temperature with the help HWMonitor or Core Temp. If the CPU/GPU gets hotter
85°Cwhen idle, the thermal paste needs to be cleaned or replaced. - Disable overclocking (if used MSI Afterburner, ThrottleStop or BIOS settings).
- Restore the system to the rollback point (if there is one). To do this, enter in the search
Recovery→ Running System Restore.
Critically important: if the laptop doesn't turn on at all (even the BIOS does not boot), the problem is most likely in hardware — power supply, motherboard or RAM. In this case, only a service center will help.
What to do if the laptop goes into endless reboot after BSOD?
If Windows cannot boot even in safe mode, create a bootable USB flash drive with Windows 10/11 on another PC, boot from it and select System Restore → Troubleshooting → Startup Recovery. This will automatically fix critical bootloader errors.
Advanced Diagnostics: Tools to Find the Cause of BSOD
If simple methods do not help, it’s time to use specialized utilities. Here TOP-5 tools to analyze memory dumps and system logs:
- 🛠️ BlueScreenView - shows all memory dumps (
.dmpfiles) indicating the drivers that caused the failure. - 🔍 WhoCrashed — analyzes dumps and produces a clear report on possible causes.
- 📊 Windows Event Viewer (built-in) - look for errors in the log
Systemwith code1001(BugCheck). - 💾 CrystalDiskInfo — checks the health of the HDD/SSD (parameters
Reallocated SectorsAndPending Sectors). - 🧠 MemTest86 — tests RAM for errors (you need to run from a flash drive).
Sample report from BlueScreenView:
==================================================
Dump File : 071223-18456-01.dmp
Crash Time : 12.07.2023 18:45:16
Bug Check String : IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x0000000a
Parameter 1 : 00000000`00000008
Parameter 2 : 00000000`00000002
Parameter 3 : 00000000`00000000
Parameter 4 : fffff803`1a8d7e4a
Caused By Driver : nvlddmkm.sys (NVIDIA Graphics Driver)
Caused By Address : nvlddmkm.sys+1a8d7e4a
File Description : NVIDIA Windows Kernel Mode Driver
Product Name : NVIDIA Graphics Drivers
Company : NVIDIA Corporation
In this example you can see that the video card driver is at fault. NVIDIA. Solution - roll back the driver or install an older version from the manufacturer's website.
If the report specifies a file ntoskrnl.exe, this does not mean that Windows is to blame. Most often, such a file is simply “substituted” for a real problem - check the drivers and hardware!
How to fix a blue screen: step-by-step instructions for different cases
Depending on the cause, the methods to resolve BSOD vary. Below - detailed guides for the most common scenarios.
1. Driver conflict or corruption
If the error code specifies a driver (for example, nvlddmkm.sys, rtwlane.sys, iaStorV.sys), proceed like this:
- Boot into Safe Mode with Networking (hold
F8orShift + F8when loading). - Open Device Manager (
devmgmt.msc) and find the device corresponding to the problematic driver. - Right click → Properties → Roll back driver (if the button is active).
- If a rollback is not possible, uninstall the driver completely and reinstall it from manufacturer's official website (not through Windows Update!).
For drivers NVIDIA/AMD use the utility Display Driver Uninstaller (DDU) for a complete cleanup before installing the new version.
2. Damage to system files
If the BSOD is caused by corruption win32k.sys, ntoskrnl.exe or other system components, run:
sfc /scannow
dism /online /cleanup-image /restorehealth
These commands will check and restore the integrity of system files. If they don't help, try recovery via installation flash drive:
- Boot from the flash drive, select System Restore.
- Go to Command line and enter:
bootrec /fixmbrbootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
3. Problems with RAM
Errors MEMORY_MANAGEMENT or PAGE_FAULT_IN_NONPAGED_AREA almost always RAM related. Take the test:
- Download MemTest86 and write it to a flash drive.
- Boot from the flash drive and run the test (minimum 4 passes).
- If there are any errors - rearrange memory sticks into other slots or replace the faulty module.
On laptops with soldered memory (For example, MacBook Air or Dell XPS) replacement is not possible - you will have to take it to the service center.
4. Problems with your hard drive or SSD
If the error code mentions NTFS_FILE_SYSTEM or CRITICAL_PROCESS_DIED along with disk.sys, check the drive:
chkdsk C: /f /r
wmic diskdrive get status
If CrystalDiskInfo shows status Pred Fail or Caution, immediately make a backup of your data - the disk can fail at any time.
On laptops with SSD type errors CRITICAL_PROCESS_DIED sometimes occur due to the mode being turned on AHCI in BIOS. Try switching to IDE (temporarily) if other methods do not help.
Prevention: How to prevent blue screens in the future
The best way to deal with BSOD is preventing its occurrence. Follow these guidelines:
- 🔄 Update your drivers regularly, but not via Windows Update - only from official sites (Intel, NVIDIA, Realtek etc.).
- 🛡️ Use an antivirus with protection against rootkits (for example, Kaspersky Internet Security or Bitdefender).
- 💾 Check disk health once a month using CrystalDiskInfo.
- 🔥 Clean your laptop from dust every 6 months (or more often if it gets hot).
- ⚡ Use an uninterruptible power supply (UPS), if there are power surges in your network.
Pay special attention power settings:
- Open
Control Panel → Power Options. - Select a scheme High performance (especially for laptops with discrete graphics).
- Disable quick start in power options (it sometimes causes conflicts with drivers).
For laptops with Windows 11 it is also recommended to disable Secure Boot in the BIOS if it causes boot problems (relevant for devices with AMD Ryzen).
If you often connect your laptop to a docking station or external monitor, update your drivers Thunderbolt And DisplayLink First of all, they most often cause BSOD when hot plugged.
When to contact a service center: signs of hardware faults
Not all blue screen problems can be solved programmatically. If after all the manipulations the BSOD continues to appear, it may be to blame iron. Contact the service if:
- 🔊 The laptop makes strange noises (creaking, crackling) - this could be a faulty fan or hard drive.
- 🔥 CPU temperature exceeds 100°C even when idle - a sign of a faulty cooling system.
- ⚡ BSOD appears when connected to a 220V network (but not on the battery) - a problem with the power supply.
- 💥 Laptop turns off spontaneously without a blue screen - there may be a malfunction of the motherboard or battery.
The cost of repair depends on the problem:
| Malfunction | Average repair price (₽) | Deadlines |
|---|---|---|
| Replacing thermal paste | 1 500 — 3 000 | 1 day |
| Cleaning dust + replacing thermal paste | 2 500 — 4 500 | 1–2 days |
| Replacing RAM | 3,000 – 6,000 (without module cost) | 1 day |
| Replacing HDD with SSD | 4,000 - 8,000 (without storage cost) | 1–2 days |
| Motherboard repair | from 10 000 | 3–7 days |
Before visiting the service be sure to backup your data — some malfunctions (for example, failure of the disk controller) can lead to irretrievable loss of information.
⚠️ Attention: If the laptop is under warranty, do not open it yourself - this will void the warranty. Contact an authorized brand service center (Lenovo, HP, ASUS etc.).
FAQ: answers to frequently asked questions about blue screens on laptops
🔹 Why does the blue screen only appear when launching games?
In 90% of cases this is due to video card drivers or overheating. Update your drivers NVIDIA/AMD to the latest version, check the GPU temperature (should not be higher than 85°C under load) and lower the graphics settings in the game. Also make sure that the laptop power supply produces enough power (for gaming models like ASUS ROG or MSI GT original power supply required).
🔹 Can a virus cause a blue screen?
Yes, some viruses (for example, rootkits or bootkits) damage system files or drivers, resulting in BSOD. Perform a full check using Kaspersky Virus Removal Tool or Dr.Web CureIt! in Safe Mode. Viruses masquerading as drivers are especially dangerous (for example, klif.sys - fake driver Kaspersky).
🔹 How to recover data if the laptop does not turn on due to BSOD?
If Windows does not boot, connect the hard drive to another PC via USB adapter or use a bootable USB flash drive with Live CD (For example, Ubuntu or AOMEI PE Builder). Copy important files to an external drive. If the disk is physically damaged (knocking, not detected in the BIOS), contact a data recovery laboratory.
🔹 Why did a blue screen appear after updating Windows?
Microsoft regularly releases updates that conflict with drivers or old hardware. For example, update KB5028254 for Windows 11 caused BSOD on laptops with Intel Smart Sound Technology. Solutions:
- Roll back the update via
Settings → Windows Update → Update history → Uninstall updates. - Install the latest drivers from the laptop manufacturer's website.
- If the problem persists, disable automatic updates using the utility Show or hide updates from Microsoft.
🔹 Is it possible to replace the RAM in a laptop yourself?
Yes, if memory unsoldered (check your laptop model on the manufacturer's website). To replace:
- Turn off the laptop, disconnect the battery.
- Remove the bottom cover (usually held in place with Phillips screws).
- Remove the old RAM modules and install new ones (compatible in type and frequency).
- Make sure that the strips fit tightly into the slots (there should be a click).
⚠️ Attention: On laptops Apple MacBook (2016 and newer), Dell XPS 13/15 and some models HP Spectre memory soldered to the motherboard — replacement is possible only in the service.