Blue screen of death (BSODBlue Screen of Death) on a laptop is a critical Windows error that causes the system to crash. Unlike regular crashes, BSOD signals problems that the operating system cannot ignore, from driver conflicts to hardware failures. If your laptop Lenovo, HP, Asus or any other brand suddenly shows a blue screen with an error code (for example, CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL), this is not a reason to panic - in 80% of cases the problem can be solved on your own.

In this article we will look at all possible causes of BSOD - from software failures to physical damage to components, and we will also give step by step instructions for diagnosing and troubleshooting. We will pay special attention laptops with hybrid graphics cards (for example, NVIDIA Optimus), where blue screens are often associated with switching graphics. If you see BSOD after updating Windows, installing new software or connecting peripherals, here you will find a solution.

What is a Blue Screen of Death (BSOD) and how does it work?

BSOD is a Windows security mechanism that is activated when critical system kernel error. Unlike freezes or normal crashes, a blue screen forcefully stops the operating system to prevent data or hardware damage. The screen displays:

  • 🔹 Error code (For example, KMODE_EXCEPTION_NOT_HANDLED or VIDEO_TDR_FAILURE) is the key to diagnosis.
  • 🔹 QR code (in Windows 10/11) to quickly find a solution on the Microsoft website.
  • 🔹 Stop code (For example, 0x0000007B) - numerical designation of the problem.
  • 🔹 Recommendation (for example, "Restart your computer").

In modern versions of Windows (starting from 10) BSOD automatically creates memory dump — a file with information about the failure (usually in the folder C:\Windows\Minidump). This file can be analyzed using utilities like BlueScreenView or WinDbgto pinpoint the culprit of the problem.

⚠️ Attention: If laptop shuts down immediately after BSOD (without having time to write a dump), this may indicate eating problems (faulty battery, power supply) or CPU overheating. In this case, diagnostics should begin by checking the temperature and voltage.
📊 How often do you get BSOD?
  • Once every few months
  • Every week
  • Daily
  • Only after specific actions (games, updates, etc.)
  • This happened for the first time

The main causes of a blue screen on a laptop

BSOD never occurs “just like that” - it is always preceded by a software or hardware failure. Below we have listed all possible reasons, ranked by frequency of occurrence (from most common to rare).

Reason Frequency of occurrence Typical Error Codes
Conflicts or outdated drivers ~50% DRIVER_IRQL_NOT_LESS_OR_EQUAL, DRIVER_POWER_STATE_FAILURE
Problems with random access memory (RAM) ~20% MEMORY_MANAGEMENT, PAGE_FAULT_IN_NONPAGED_AREA
Hard drive/SSD problems ~15% CRITICAL_PROCESS_DIED, NTFS_FILE_SYSTEM
CPU/video card overheating ~10% WHEA_UNCORRECTABLE_ERROR, THERMAL_ZONE_TRIP
Viruses or damage to system files ~5% SYSTEM_SERVICE_EXCEPTION, KERNEL_SECURITY_CHECK_FAILURE

BSOD appears especially often on laptops with hybrid graphics (For example, Intel HD Graphics + NVIDIA/AMD), where drivers conflict when switching between video cards. Also at risk are devices with two sticks of RAM from different manufacturers or after a recent upgrade (for example, replacing an HDD with an SSD).

Why does BSOD occur more often on laptops than on PCs?

Laptops have more limited cooling capabilities, causing components to overheat. In addition, manufacturers often install "custom" drivers (for example, for the touchpad or function keys), which may conflict with Windows updates. Finally, laptops are more difficult to diagnose hardware problems due to their compact design.

How to diagnose the cause of BSOD: step-by-step instructions

Before starting repairs, you need pinpoint the source of the problem. To do this, follow these steps:

  1. Write down the error code from the blue screen (or take a photo of it with your phone).
  2. Check the memory dump using the utility BlueScreenView (you can download from the official website NirSoft).
  3. Analyze the Windows Event Log:
    Пуск → Выполнить (Win + R) → eventvwr.msc → Журналы Windows → Система

    Look for errors with the source BugCheck or WHEA-Logger.

  4. Check component temperatures with the help HWMonitor or Core Temp (norm: up to 85°C under load).
  5. Test hardware components (RAM, disk, video card) - more on this in the next section.

If BSOD appears only when running specific programs (for example games or Adobe Photoshop), the problem is most likely in the video card drivers or a software conflict. If a blue screen occurs by chance (even on the desktop), hardware failures or corrupted system files are to blame.

☑️ BSOD diagnostics

Done: 0 / 5

Software causes of BSOD: drivers, updates, viruses

In half of the cases the blue screen is caused software glitches, which can be eliminated without disassembling the laptop. Let's look at the most common scenarios:

1. Conflicts or outdated drivers

Drivers are “intermediaries” between Windows and hardware. If they are out of date, damaged, or conflict with each other, the system issues a BSOD. This happens especially often after:

  • 🔄 Windows updates (for example, switching to Windows 11).
  • 🎮 Installing new games or programs (for example, NVIDIA GeForce Experience, RivaTuner).
  • 🖥️ Connecting new peripherals (printer, external video card, docking station).

To check drivers:

  1. Open Device Manager (Win + X → Device Manager).
  2. Look for devices with yellow exclamation mark - this is a sign of a problem.
  3. Update the drivers manually (download from the laptop manufacturer's website, not through Windows Update!).
  4. If BSOD appeared after updating the driver - roll it back (right click on the device → Properties → Driver → Roll Back).

2. Damage to system files

If Windows cannot boot or a BSOD appears during startup, critical OS files may be damaged. In this case, the built-in utility will help sfc:

Запустите командную строку от имени администратора и выполните:

sfc /scannow

DISM /Online /Cleanup-Image /RestoreHealth

If the system does not boot at all, use Bootable USB flash drive with Windows and select System RestoreCommand line.

3. Viruses and malware

Some viruses (such as rootkits) can damage the Windows kernel, causing BSOD. Swipe full check using:

  • 🛡️ Kaspersky Virus Removal Tool (one-time utility, does not require installation).
  • 🔍 Malwarebytes (specializes in spyware).
  • 🖥️ HitmanPro (scans boot sectors).
⚠️ Attention: If BSOD appears only when connected to the Internet, this could be a sign network worm or attacks through a vulnerability in the network card driver. In this case, unplug your laptop and check it offline.
💡

If the BSOD continues to appear after removing the virus, check the integrity of the boot sector using the command chkdsk C: /f /r on the command line (administrator).

Hardware causes of BSOD: RAM, disk, overheating

If software methods do not help, the problem lies in the hardware. Laptops are especially vulnerable to hardware failures due to their compact design and limited cooling. Let's look at the main "hardware" causes of BSOD:

1. Faulty random access memory (RAM)

Memory errors (MEMORY_MANAGEMENT) is the second most common cause of BSOD. You can diagnose them using the built-in utility mdsched.exe:

  1. Click Win + R, enter mdsched.exe and press Enter.
  2. Select Reboot and check.
  3. After rebooting, wait for the test to complete (may take 10-30 minutes).

If the test shows errors, try:

  • 🔄 Reinstall RAM sticks (take it out and put it back in).
  • 🧹 Clear contacts eraser or alcohol.
  • 🔧 Run a laptop with one bracket (if there are two of them) - this is how you determine which one is faulty.

2. Problems with your hard drive or SSD

If BSOD appears with codes CRITICAL_PROCESS_DIED or NTFS_FILE_SYSTEM, the drive is at fault. You can check his health using:

  • 💾 CrystalDiskInfo (shows SMART status disk).
  • 🔍 Victoria HDD (tests the disk surface for bad sectors).
  • 🖥️ Built-in utility chkdsk (run from command line with administrator rights).

If the disk has already started to crumble (many bad sectors, status Caution or Bad in CrystalDiskInfo), the only solution is replace it and restore data from backup.

3. Overheating of the processor or video card

Laptops are prone to overheating due to dust in the cooling system and high temperatures can cause a BSOD code WHEA_UNCORRECTABLE_ERROR. To check the temperature:

  1. Install HWMonitor or Core Temp.
  2. Run a stress test (eg Prime95 for CPU or FurMark for GPU).
  3. If the temperature exceeds 90°C, laptop needed clean.

Also check:

  • 🌀 Is the cooler working? (put your hand near the ventilation grilles).
  • 🔋 Thermal paste (if the laptop is older than 3 years, it needs to be replaced).
  • 🖥️ Power mode (in power settings select Balanced, not High performance).
💡

If the laptop turns off immediately after the BSOD appears (without recording a dump), this almost always indicates critical overheating or problems with the power supply.

BSOD on laptops of specific brands: features and solutions

Laptop manufacturers often install custom drivers and utilities, which may conflict with Windows updates. Let's look at typical problems for popular brands:

🔹 Laptops Lenovo (series ThinkPad, Legion, IdeaPad)

  • Problem: BSOD after updating BIOS or drivers Lenovo Vantage.
  • Solution: Roll back the BIOS to a previous version or remove Lenovo Vantage through Settings → Applications.
  • Typical codes: DRIVER_POWER_STATE_FAILURE (related to power management).

🔹 Laptops HP (series Pavilion, Omen, Envy)

  • Problem: Driver conflicts HP CoolSense (utility for controlling fans).
  • Solution: Remove HP CoolSense and install HP Support Assistant to update drivers.
  • Typical codes: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (often related to graphics).

🔹 Laptops Asus (series ROG, VivoBook, ZenBook)

  • Problem: BSOD when switching between integrated and discrete graphics (NVIDIA Optimus).
  • Solution: Update your video card drivers from the official website NVIDIA, and not through GeForce Experience.
  • Typical codes: VIDEO_TDR_FAILURE (related to video driver timeout).

🔹 Laptops Acer (series Predator, Swift, Aspire)

  • Problem: Crashes due to the utility Acer Care Center or incorrect BIOS settings.
  • Solution: Reset BIOS to factory settings (click F2 when loading → Load Default Settings).
  • Typical codes: IRQL_NOT_LESS_OR_EQUAL (often after a Windows update).

If your laptop not from a famous brand (For example, Xiaomi, Chuwi or a little-known Chinese manufacturer), the problem may lie in driver incompatibility. In this case, try installing the drivers manually from the chipset manufacturer's website (for example, Intel or AMD).

What to do if the laptop does not turn on after BSOD

If after a blue screen the laptop refuses to boot (black screen, cyclic reboot or error INACCESSIBLE_BOOT_DEVICE), proceed according to the following algorithm:

  1. Try booting into safe mode:
    При загрузке удерживайте F8 (или Shift + F8 для Windows 10/11).
    

    Выберите "Безопасный режим с поддержкой командной строки".

  2. Restore the Windows bootloader:
    В командной строке (администратор) выполните:
    

    bootrec /fixmbr

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd

  3. Check the disk for errors:
    chkdsk C: /f /r
    

    (замените C: на букву вашего системного диска)

  4. Restore the system from a restore point:
    rstrui.exe → выберите точку до появления BSOD.
  5. Reinstall Windows (as a last resort):

    If all else fails, create a bootable USB flash drive with Windows and reinstall the system. Don't format the drive immediately - first try saving the data via Shift + F10 (command line) during the installation phase.

⚠️ Attention: If laptop turns off 1-2 seconds after turning on (before the Windows logo appears), this may indicate motherboard malfunction or short circuit in the power circuit. In this case, independent repair is not recommended - contact a service center.

FAQ: Frequently asked questions about a blue screen on a laptop

🔹 Why does BSOD appear only when launching games?

In 90% of cases this is due to video card drivers or GPU overheating. Update drivers from the official website NVIDIA/AMD, and also check the temperature using MSI Afterburner. If the problem persists, try it lower video card frequencies (undervolting) or replace thermal paste.

🔹 Can a virus cause BSOD?

Yes, some viruses (such as rootkits) damage system files or drivers, leading to critical crashes. Swipe full check with the help Kaspersky Rescue Disk (boot antivirus) and check the integrity of system files with the command sfc /scannow.

🔹 BSOD appears after Windows update. What to do?

Windows updates often break driver compatibility. Try:

  1. Roll back update (Settings → Update & security → View update history → Uninstall updates).
  2. Install drivers manually from the laptop manufacturer's website (not through Windows Update!).
  3. Disable automatic driver updates (gpedit.msc → Computer Configuration → Administrative Templates → Windows Components → Windows Update).
🔹 The laptop gives BSOD when connected to Wi-Fi. What's the matter?

This is a typical problem with network card driver. Uninstall the current driver via Device Manager, then install it again from the manufacturer's official website (for example, Intel for cards AX200/AX201 or Qualcomm Atheros). Also check your laptop for viruses - some network worms can cause problems when connecting to the Internet.

🔹 After replacing the SSD, a BSOD appeared on the laptop. What's wrong?

Possible reasons:

  • 🔌 Incorrect connection (check if the SSD is firmly inserted into the M.2/SATA connector).
  • 🖥️ Conflict with old drivers (if you cloned the system from HDD, remove old disk controller drivers).
  • 🔄 BIOS incompatibility (update the BIOS to the latest version on the laptop manufacturer's website).
  • 📁 File system corruption when cloning (run chkdsk C: /f).

If the SSD is new and empty, try clean installation of Windows - this will solve the problem in 99% of cases.