Blue screen of death (BSOD) on a laptop is one of the most frightening errors for users. The computer suddenly crashes into kernel mode, displays a cryptographic error code, and reboots in an endless loop. Reasons may vary from driver conflict to physical damage to the hard drive. In 90% of cases, the problem can be solved on your own, without resorting to the services of a service center - if you know where to start.
This article will help you figure out why a laptop ASUS, Lenovo, HP or Acer It gives a blue screen and goes to reboot. We will analyze BSOD error codes that are most common in 2026, and we will give step-by-step diagnostic instructions - from checking RAM to restoring system files. We will pay special attention to laptops with Windows 11, where the algorithms for processing critical errors have changed compared to the “ten”.
1. Deciphering a blue screen: what do error codes mean?
The first thing you need to pay attention to when you appear BSOD - this is stop code (For example, CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL). It appears at the top of the screen and points to the root of the problem. Below is a table with the most common codes and their meanings for Windows 10/11:
| Error code | Reason | Probable Solution |
|---|---|---|
MEMORY_MANAGEMENT |
Memory management error (often associated with RAM or drivers) | RAM test, BIOS update |
NTFS_FILE_SYSTEM |
File system corruption NTFS (disk errors) | chkdsk /f /r or replacement HDD/SSD |
DRIVER_IRQL_NOT_LESS_OR_EQUAL |
Driver conflict (often after Windows update) | Driver rollback or clean installation |
CRITICAL_PROCESS_DIED |
A critical system process has terminated (viruses, registry corruption) | System Restore or Reset Windows |
VIDEO_TDR_FAILURE |
Video driver failure (GPU overheating or incompatibility) | Driver update NVIDIA/AMD/Intel or replacing thermal paste |
If your laptop reboots too quickly for you to write down the code, disable automatic reboot:
- Clamp
Win + R, entersysdm.cpl. - Go to the tab
Advanced → Boot and Recovery → Options. - Uncheck
Perform automatic reboot.
⚠️ Attention: If the error code starts with0x0000007B, this indicates a problem with the Windows boot loader. In this case, you will need a bootable USB flash drive with Media Creation Tool and manual recoveryBCD.
- Once a week
- Once a month
- Rare, but accurate
- First time in my life
2. First steps: what to do immediately after BSOD
Before you dig into the settings, go through some basic diagnostic steps. They will help narrow down the range of possible causes:
- 🔌 Check power: Unplug the laptop, remove the battery (if removable) and hold the power button for 30 seconds. This will release the residual charge on the capacitors.
- 🌡️ Temperature control: Use HWMonitor or Core Tempto check the temperature CPU/GPU. Normal: up to 85°C under load.
- 🔄 Latest changes: Remember what you did before the appearance of BSOD: updated drivers, installed programs, connected new hardware?
- 🛡️ Antivirus scan: Run the scan Malwarebytes or built-in
Windows Defenderfor the presence of rootkits.
If the laptop boots into safe mode (click F8 or Shift + Reboot), try to roll back the system:
1. Win + R → rstrui → Enter2. Выберите точку восстановления за 2–3 дня до появления BSOD
3. Подтвердите откат
Disable peripherals (mouse, keyboard, printer)
Check the RAM connection (remove and insert back)
Start the laptop without battery (only from mains)
Reset BIOS (remove CMOS battery for 5 minutes) -->
3. Hardware diagnostics: RAM, hard drive, overheating
About 40% of blue screens are related to hardware problems. Let's start with the most vulnerable - RAM.
RAM test
Use the built-in utility mdsched.exe:
- Click
Win + R, entermdsched.exe. - Select
Reboot and check. - After rebooting, wait until the test completes (may take up to 20 minutes).
If you find errors, try:
- 🔄 Rearrange the slats RAM to other slots.
- 🧹 Clean the contacts with an eraser (for oxidized modules).
- 🛒 Replace the faulty strip (if the test shows errors in one module).
Checking the hard drive
For HDD/SSD use the command chkdsk:
chkdsk C: /f /r /x
If the drive makes clicking noises or is not detected in the BIOS, this is a sign physical wear and tear. In this case, only replacing with a new one will help. SSD (we recommend Samsung 980 Pro or Crucial P5 Plus for laptops).
Overheat control
Overheating CPU/GPU often causes BSOD with code WHEA_UNCORRECTABLE_ERROR. To check:
- Install ThrottleStop (for Intel) or Ryzen Master (for AMD).
- Run a stress test AIDA64 for 10–15 minutes.
- If the temperature exceeds 95°C, dust removal and thermal paste replacement are required.
How to apply thermal paste correctly?
1. Remove old paste with alcohol (90%+).
2. Apply new paste (eg Arctic MX-6) in a thin layer (the size of a grain of rice).
3. Spread evenly with a plastic card.
4. Do not use metal objects - there is a risk of damaging the processor crystal!
⚠️ Attention: If your laptop turns off when plugged in, the problem may be with the power supply. Check the voltage with a multimeter - it should match that indicated on the sticker (for example, 19.5V 3.33A for Lenovo ThinkPad).
4. Driver conflicts: how to find and resolve
Drivers are the second most common source BSOD. Especially after updates Windows 11, where Microsoft forcibly installs universal drivers that are not always compatible with hardware.
How to identify a problematic driver
Use BlueScreenView from NirSoft:
- Download the utility from the official website.
- Run as administrator.
- In the list of dumps, find the latest BSOD and look at the column
Caused By Driver.
Typical culprits:
- 🖥️
nvlddmkm.sys- driver NVIDIA (update via GeForce Experience). - 🔊
RTKVHD64.sys- audio driver Realtek (delete viaDevice Manager). - 🌐
netio.sys- network driver (problem with Wi-Fi adapter or VPN).
How to reinstall the driver
For a clean install:
1. Win + X → Диспетчер устройств2. Найдите проблемное устройство (например, видеокарту)
3. ПКМ → Удалить устройство → Поставить галочку "Удалить программы драйверов"
4. Перезагрузите ноутбук и установите драйвер с официального сайта производителя
If after updating the driver NVIDIA BSOD appeared, try rolling back to the version 531.41 (stable for most laptops in 2026).
5. Restore system files and registry
Damaged files Windows or registry errors may cause CRITICAL_PROCESS_DIED or KERNEL_DATA_INPAGE_ERROR. To restore, use the built-in utilities.
Checking the integrity of system files
Launch a command prompt as administrator and run:
sfc /scannow
dism /online /cleanup-image /restorehealth
If SFC finds errors but can't fix them, try:
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log > "%userprofile%\Desktop\sfc_errors.txt"
This will create an error log on your desktop. Look for lines with Cannot repair.
Registry restoration
If the BSOD appears after changing the registry (for example, after cleaning CCleaner), restore the backup:
- Go to
C:\Windows\System32\config\RegBack. - Copy the files
DEFAULT,SAM,SECURITY,SOFTWARE,SYSTEM. - Paste them in
C:\Windows\System32\configwith replacement.
⚠️ Attention: Incorrectly editing the registry can make the system inoperable. If you are not sure, use a restore point instead of manually copying files.
6. Viruses and malware as a cause of BSOD
Some viruses (for example, rootkit-s) modify system files, which leads to PAGE_FAULT_IN_NONPAGED_AREA or SYSTEM_THREAD_EXCEPTION_NOT_HANDLED. Standard antiviruses cannot detect them.
How to check your laptop for hidden threats
Use a combo of three utilities:
- Malwarebytes Anti-Malware (scan for adware and spyware).
- Kaspersky Virus Removal Tool (deep scan of boot sectors).
- HitmanPro (search for rootkits).
Start scanning at safe mode with network support (click F8 when loading).
What to do if your antivirus finds threats
- 📁 Move detected files to quarantine.
- 🔄 Restart your laptop and check for BSOD.
- 🛡️ Install Bitdefender Total Security for permanent protection (it blocks modification of system files).
If the antivirus finds a virus in the file explorer.exe or svchost.exe, this is a 99% guarantee of infection. In this case, it is easier to reinstall Windows than to clean the system.
7. Hardware problems: what to do if nothing helps
If all software methods have been tried, and the laptop continues to display a blue screen, the problem lies in gland. Let's look at typical scenarios:
Faulty motherboard
Symptoms:
- BSOD with code
WHEA_UNCORRECTABLE_ERRORwhen turned on. - The laptop does not turn on without a battery (even from the mains).
- Extraneous sounds (squeaking, crackling) from the speakers.
Solution: Check the capacitors for swelling (especially around VRM-modules). If you have soldering skills, replace it. Otherwise, contact service.
Problems with the video card
For laptops with NVIDIA Optimus (For example, MSI GS66 or ASUS ROG Zephyrus) typical errors VIDEO_TDR_FAILURE. You can check the GPU like this:
- Run FurMark in a window (not full screen!).
- If after 5–10 minutes artifacts appear (stripes, flickering), the video card is degrading.
- Check the temperature: if GPU heats up above 100°C - thermal pads need to be replaced.
Defective battery
A swollen battery can put pressure on the motherboard, causing short circuits. Check:
- 🔋 Disconnect the battery and work only from the network. If the BSOD disappears, the problem is in the battery.
- 📏 Inspect the battery for bloating (normal thickness is up to 1 cm).
How to safely remove a swollen battery?
1. Turn off the laptop and disconnect the charger.
2. Wear gloves - lithium can be caustic.
3. Carefully pry out the battery with a plastic spatula (not metal!).
4. Do not puncture or bend the battery - risk of fire!
8. Extreme measures: reinstalling Windows and replacing components
If all previous steps have failed, radical methods remain.
Clean Windows installation
Procedure:
- Download Media Creation Tool from the Microsoft website.
- Create a bootable USB flash drive (minimum 8 GB).
- Boot from the flash drive (
F12orEscto select a device). - At the disk selection stage, delete all partitions and create new ones.
Important: After installation, immediately update the drivers from the official website of the laptop manufacturer (do not use DriverPack Solution!).
When replacement of components is required
Replace:
- 💾 Hard drive - if
chkdskfinds bad sectors, and CrystalDiskInfo shows statusCautionorBad. - 🖥️ RAM - if
memtest86finds errors in both modules. - 🔌 Power supply - if the voltage sags under load (checked with a multimeter).
⚠️ Attention: When replacing SSD in laptops Lenovo Legion or Dell XPS Windows license transfer may be required. Use the utility ProduKey from NirSoft to save your activation key.
If the laptop is under warranty, do not disassemble it yourself! Contact an authorized service center - repairs under warranty will cost less than buying new components.
FAQ: Frequently asked questions about a blue screen on a laptop
❓ The laptop displays a blue screen when turned on and immediately reboots. How to enter safe mode?
If Windows doesn't boot even to the login screen:
- Turn off the laptop with the power button (hold for 10 seconds).
- Turn on and immediately press
F8(for Windows 7/8) orShift + F8(for Windows 10/11). - If it doesn't work, create a bootable USB flash drive and select
System Restore → Command Prompt, then enter:
bcdedit /set {default} bootmenupolicy legacy
shutdown /r /t 0
After reboot F8 will work.
❓ Can an antivirus cause a blue screen?
Yes, especially if it is:
- Avast (conflict with driver
aswSnx.sys). - ESET NOD32 (error
eamonm.sys). - McAfee (problems with
mfehidk.sys).
Solution: Remove the antivirus via Revo Uninstaller (it removes residual files) and check the system for BSOD.
❓ How to find out which driver caused the blue screen if the laptop does not turn on?
Connect the hard drive to another computer (via USB adapter or docking station) and:
- Go to
C:\Windows\Minidump. - Copy the latest files with the extension
.dmp. - Open them via BlueScreenView on a work PC.
In column Caused By Driver will be the name of the problematic driver.
❓ The laptop displays a blue screen when connected to Wi-Fi. What's the matter?
Reasons:
- Outdated driver Wi-Fi adapter (update via
Device Manager). - VPN conflict (disable NordVPN/ProtonVPN and check).
- Problems with the router (change the Wi-Fi channel in the router settings to
11instead ofauto).
If the error persists, try connecting via cable Ethernet - if the BSOD disappears, the problem is Wi-Fi module.
❓ Should I take my laptop to a service center if I can’t fix the BSOD myself?
Yes, if:
- The laptop is under warranty (self-repair will void it).
- Do you suspect a problem with motherboard or chipset.
- BSOD appears even after a clean installation of Windows.
The average cost of diagnostics in the service: 500–1500 rubles. Repair (for example, replacement south bridge) can cost 3,000–10,000 rubles.