Blue screen of death (BSOD) on a laptop is one of the most frightening errors for a user. Sudden code failure CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL interrupts operation and the system reboots without saving data. But don’t rush to panic: in 90% of cases the problem can be solved on your own, without resorting to the services of a service center.
In this article we will look at all possible reasons the appearance of a blue screen - from driver conflicts to hardware faults. You will learn how to decipher the error code, where to look for system logs and what actions to take first. And for laptop owners ASUS, Lenovo And HP We have prepared separate recommendations taking into account the features of their firmware.
1. What is BSOD and why does it appear on laptops?
Blue screen (Blue Screen of Death) is a Windows crash caused by critical kernel error. Unlike a normal freeze, BSOD is always accompanied by generating a memory dump (file MEMORY.DMP), which helps diagnose the problem. This error occurs more often on laptops than on PCs due to:
- 🔋 Unstable power supply (dead battery or poor quality power supply)
- 🌡️ Overheating (dusty cooling system or high load)
- 🔌 Driver conflicts (especially after updating Windows or installing new software)
- 💾 Problems with hard drive/SSD (bad sectors or file system errors)
On laptops with hybrid graphics (For example, NVIDIA Optimus) BSOD is often associated with switching between integrated and discrete graphics cards. And models with Touch Bar (like MacBook Pro) may produce a blue screen due to malfunctions of the keyboard controller.
- Once a week or more often
- 1-2 times a month
- Rarely, once every few months
- Never happened
2. How to decipher the BSOD error code?
Every blue screen contains stop code (For example, KMODE_EXCEPTION_NOT_HANDLED or SYSTEM_THREAD_EXCEPTION_NOT_HANDLED), which indicates the cause of the failure. To see it:
- Take a photo of the error screen (or write down the code manually).
- After reboot, open
Control Panel → Administrative Tools → Event Viewer → Windows Logs → System. - Find an event with a source
BugCheck— there will be a detailed description.
The most common BSOD codes on laptops:
| Error code | Possible reason | Priority actions |
|---|---|---|
IRQL_NOT_LESS_OR_EQUAL |
Problems with drivers (most often Wi-Fi, sound or video card) | Roll back the driver or update it manually |
CRITICAL_PROCESS_DIED |
System process failure (possibly a virus or Windows file corruption) | Check for viruses and restore system integrity using DISM |
SYSTEM_SERVICE_EXCEPTION |
Service conflict or registry corruption | Perform a system restore from a rollback point |
MEMORY_MANAGEMENT |
RAM problems (faulty stick or incompatible timings) | Test memory with utility memtest86 |
If the error code contains a file reference (for example, nvlddmkm.sys), this directly points to the culprit - in this case the driver NVIDIA. For laptops Dell XPS or HP Spectre typical errors with files igdkmd64.sys (driver Intel Graphics) and athwbx.sys (Wi-Fi adapter Qualcomm Atheros).
If your laptop restarts too quickly and you don't have time to record the BSOD code, disable automatic reboot. For this purpose in Control Panel → System → Advanced system settings → Boot and recovery Uncheck the "Perform automatic reboot" checkbox.
3. Diagnosis of hardware causes of BSOD
If a blue screen appears regularly with the same actions (for example, when launching games or connecting an external monitor), the problem is most likely hardware. Let's check the main components:
3.1. Testing RAM
Faulty RAM is one of the most common causes of BSOD codes MEMORY_MANAGEMENT or PAGE_FAULT_IN_NONPAGED_AREA. To check:
- 🛠️ Use the built-in Windows utility: enter in search
mdsched.exeand follow the instructions. - 🔍 For in-depth diagnostics, download MemTest86 and create a bootable USB flash drive.
- 🔄 If errors are found, try rearrange memory sticks or leave only one.
On laptops with soldered memory (For example, MacBook Air or Lenovo Yoga) testing is carried out only programmatically. If errors are confirmed, the motherboard will need to be replaced.
3.2. Checking the hard drive/SSD
Problems with the drive are manifested by BSOD codes NTFS_FILE_SYSTEM or CRITICAL_PROCESS_DIED. Diagnostics:
- Open
Command line (administrator)and do:wmic diskdrive get statusIf the status is not
OK, the disk is faulty. - Test for bad sectors:
chkdsk C: /f /r(replace
C:to the letter of your system drive). - For SSD, use the manufacturer's utilities: Samsung Magician, Intel SSD Toolbox or CrystalDiskInfo.
If the laptop gives BSOD when connecting an external HDD, the problem may be with the USB controller or lack of power. Try connecting the drive through a hub with external power.
What should I do if CrystalDiskInfo shows "Pre-failure status"?
If the disk status Warning or Bad, backup your data immediately. For HDD, you can try to reassign bad sectors using the utility Victoria (mode Remap), but this is a temporary solution. An SSD in this state must be replaced, since it is impossible to restore memory cells.
3.3. Overheating and power problems
Laptops with a dust-clogged cooling system or a faulty battery often display BSOD under load. How to check:
- 🌡️ Install HWMonitor or AIDA64 and monitor temperatures under load. Critical values:
- CPU: >90°C
- GPU: >95°C
- SSD: >70°C
- 🔋 Check battery wear in
Command line:powercfg /batteryreportOpen the generated report
battery-report.htmland find the lineDesign CapacityvsFull Charge Capacity. If the difference is >30%, the battery requires replacement. - 🔌 Connect your laptop to the network and check if the BSOD disappears. If yes, the problem is with the power supply or battery.
For laptops ASUS ROG or MSI with powerful video cards, overheating may occur due to thermal paste, which dried out after 2-3 years of operation. In such cases, disassembly and replacement of the thermal interface is required.
If the BSOD appears only when running on battery power, but disappears when connected to the network, the problem is in the power controller or a worn-out battery. Replacing the battery solves the problem in 80% of cases.
4. Software causes of BSOD and their elimination
If hardware tests do not reveal problems, the software is to blame. Let's look at the main scenarios:
4.1. Driver conflicts
Update drivers via Windows Update often leads to BSOD due to incompatible versions. How to fix:
- 🔄 Roll back the driver:
- Open
Device Manager(devmgmt.msc). - Look for the device with a yellow triangle or the one that is most recently updated.
- RMB →
Properties → Driver → Roll Back.
- Open
гpedit.msc → Конфигурация компьютера → Административные шаблоны → Система → Установка устройства → Запретить установку устройств, не описанных другими параметрами политики
For laptops with hybrid graphics (For example, Intel UHD + NVIDIA GTX) it is critical to update drivers in the right order:
- First, the Intel driver.
- Then the driver NVIDIA (with preliminary removal of the old one via Display Driver Uninstaller).
4.2. Damage to system files
If a BSOD appears after updating Windows or installing programs, system files may be damaged. Restore them:
- Open
Command line (administrator)and do one by one:sfc /scannowDISM /Online /Cleanup-Image /RestoreHealth - If the errors are not fixed, boot from Windows installation flash drive and select
System Restore → Startup Repair. - For laptops with UEFI (most models after 2015) may need to be disabled
Secure Bootin BIOS.
If after these steps the BSOD still appears, try restoring from a rollback point or reset Windows while saving files (Settings → Update and security → Recovery → Reset your computer to its original state).
Make sure the problem is not hardware (RAM, disk, overheating)|
Back up important data to an external drive|
Write down Windows license key (if using OEM version)|
Prepare drivers for the network card and chipset (download in advance)|
Disable BitLocker (if enabled) via Control Panel → BitLocker Drive Encryption
-->
4.3. Viruses and malware
Some viruses (for example, rootkit) can cause BSOD by masquerading as system processes. Do a deep check:
- 🛡️ Use Kaspersky Virus Removal Tool or Dr.Web CureIt! in safe mode.
- 🔍 Check startup:
msconfig → StartuporTask Manager → Startup. Remove suspicious programs. - 📊 Install Process Explorer and sort the processes by
Company Name. Lack of information about the developer is a sign of a virus.
On laptops with Windows 11 BSOD can cause built-in Microsoft Defender Antivirus in case of conflict with other security programs. Try disabling it temporarily via Windows Defender → Manage Settings → Real-time Protection.
5. BSOD on laptops of specific brands
Laptop manufacturers often modify the BIOS and drivers, which leads to unique BSOD problems. Let's look at the features of popular brands:
5.1. ASUS laptops (ROG, TUF, ZenBook)
Typical problems:
- 🎮 BSOD when launching games - conflict ASUS Armoury Crate with drivers NVIDIA. Solution: remove Armoury Crate through ASUS Uninstall Tool and install the drivers manually.
- 🔊 Error
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (aucx.sys)- audio driver failure Realtek. Install the driver from official website (not through the Update Center!). - 🔋 BSOD when disconnected from network — malfunction of the power controller. Update your BIOS to the latest version.
For laptops ASUS with AMD Ryzen (For example, ROG Zephyrus G14) critical to update chipset drivers from the site AMD, and not through Windows Update.
5.2. Lenovo laptops (ThinkPad, Legion, Yoga)
Common causes of BSOD:
- 🖱️ Error
DRIVER_POWER_STATE_FAILURE- touchpad driver conflict Synaptics. Solution: Update the driver via Lenovo Vantage or disable the touchpad in BIOS. - 🔌 BSOD when connecting a docking station - problem with the driver Thunderbolt. Install the latest version from support site.
- 🔒 Blue screen after BIOS update - reset BIOS settings to default (
Load Default Settings) often solves the problem.
On ThinkPad with Linux (or after dual boot) BSOD may occur due to Secure Boot disabled. Enable it in BIOS and reinstall Windows.
5.3. HP laptops (Pavilion, Omen, Specter)
Specific problems:
- 🖨️ BSOD when printing - printer driver conflict with HP Support Assistant. Uninstall the program via
Control Panel → Programs and Features. - 🎧 Error
DP_WATCHDOG_VIOLATION- audio driver failure Conexant. Install the driver from HP website. - 🔄 Cyclic reboot after BSOD - Damage to the recovery partition. Restore it via HP Cloud Recovery Tool.
On HP Omen with discrete graphics NVIDIA BSOD when playing games is often solved disabling Optimus technology in BIOS (switch to discrete graphics by default).
5.4. Acer laptops (Predator, Swift, Nitro)
Typical mistakes:
- 🔥 BSOD during overclocking - reset BIOS settings to default (
F9 → Load Optimized Defaults). - 📡 Error
NETWORK_XXX- problem with the Wi-Fi driver Killer Networking. Remove it via Device Manager and install with official website. - 💽 BSOD when connecting SSD - incompatibility with the controller. Update BIOS and disable
Secure Boot.
On Acer Nitro 5 with RTX 30xx may be required disabling Resizable BAR in the BIOS if BSOD appears in modern games.
6. When should I contact the service center?
If you have tried all methods and the BSOD continues to appear, the problem may be hardware failure, which cannot be eliminated on your own. Contact the service if:
- 🔧 The laptop gives BSOD even in the BIOS (for example, during a memory test) - this indicates a malfunction of the motherboard or CPU.
- 💥 Physical signs of failure appear: burning smell, crackling sound, shutdown for no reason.
- 🔄 BSOD occurs after replacing components (for example, adding RAM or SSD) - incompatibility is possible.
- 📉 Diagnostics shows critical state of SSD/HDD, but replacing the disk does not solve the problem (the controller on the motherboard may be faulty).
The cost of repair depends on the laptop model:
| Fault type | Average repair price (RUB) | Notes |
|---|---|---|
| Replacing thermal paste | 1 500 — 3 000 | For laptops with a collapsible design (for example, Lenovo Legion) |
| Replacing the battery | 2 000 — 8 000 | The price depends on the capacity and model (original for MacBook more expensive) |
| Replacing SSD/HDD | 3 000 — 15 000 | Includes storage cost (e.g. Samsung 980 Pro 1TB ~10,000 rub.) |
| Motherboard repair | 5 000 — 25 000 | Includes diagnostics, replacement of capacitors or chips (for example, south bridge) |
| Replacing the video card (for laptops with discrete graphics) | 8 000 — 30 000 | The price depends on the GPU model (for example, RTX 3060 Mobile ~20,000 rub.) |
Before visiting the service necessarily:
- Make a backup copy of your data (if the laptop still turns on).
- Write down all BSOD codes and the conditions under which they occur.
- Check to see if the laptop has a valid warranty (even if it has expired, some manufacturers are willing to accommodate massive defects).
If your laptop is under warranty, DO NOT disassemble it yourself - this will void the warranty. Contact the brand's authorized service center (the list is on the manufacturer's official website).
7. BSOD prevention: how to avoid blue screens in the future?
To minimize the risk of BSOD, follow these recommendations:
- 🔄 Update your drivers regularly, but NOT through Windows Update. Use the manufacturer's official utilities:
- Lenovo Vantage
- HP Support Assistant
- ASUS Live Update
- Dell SupportAssist
- 🧹 Clean your laptop from dust every 6-12 months. To do this, use a can of compressed air and a soft brush.
- 🔋 Monitor your battery status:
- Do not keep the laptop constantly connected to the network (charge up to 80%).
- Calibrate the battery once a month (discharge to 0% and charge to 100%).
- 🛡️ Use a reliable antivirus (For example, Kaspersky Internet Security or Bitdefender) and scan your system regularly.
- 💾 Monitor disk health with the help CrystalDiskInfo. At the first sign of wear (value
Reallocated Sectors Count> 0) replace the drive. - 🌡️ Monitor temperatures under load. If the CPU/GPU heats up above 90°C, the thermal paste needs to be cleaned or replaced.
For laptops with Windows 11 Additionally recommended:
- Disable Core Isolation (Memory Integrity) function in
Windows Security → Device Security → Kernel Isolation Detailsif it causes BSOD. - Update TPM 2.0 via BIOS (relevant for Dell Latitude And HP EliteBook).
- Open
regedit. - Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR. - Create a parameter
DWORD (32-bit)with nameWriteProtectand meaning0.
This will prevent BSOD when hot plugging USB devices.-->
FAQ: Frequently asked questions about BSOD on laptops
🔹 The laptop gives a BSOD when turned on - even the BIOS does not load. What to do?
This indicates critical hardware failure. Try:
- Unplug the laptop, remove the battery (if removable) and press the power button for 30 seconds (static charge release).
- If possible, check the laptop with another RAM (borrow the bar from a friend or another PC).
- Connect an external monitor - if there is an image, the problem is in the matrix or cable.
If all else fails, take it to service - most likely the motherboard or processor is faulty.
🔹 BSOD appears only when connected to Wi-Fi. What's the matter?
The problem is wireless adapter driver. Solutions:
- Update the Wi-Fi driver from the laptop manufacturer's official website (not through Windows Update!).
- If using an adapter Intel, install the driver from the site Intel (even if the laptop HP or Dell).
- Disable the feature
802.11n/ac Wireless Modein the adapter settings (Device Manager → Network Adapters → Properties → Advanced). - Try connecting to a different network or change the channel on your router (from 13 to 6 or vice versa).
If the problem persists, try USB Wi-Fi adapter (For example, TP-Link TL-WN823N) - this will help determine whether the built-in module is at fault.
🔹 Can BSOD occur due to a virus?
Yes, some viruses (for example, rootkit or bootkit) can cause BSOD by masquerading as system processes. Signs of infection:
- BSOD appears by chance, without connection with specific actions.
- The error code contains a reference to unknown files (for example,
unknown_module.sys). - The antivirus detects threats, but cannot remove them.
What to do:
- Boot from LiveCD (For example, Kaspersky Rescue Disk) and about