Blue screen of death (BSOD) on a laptop is one of the most frightening errors for a user. The screen suddenly turns blue and an error code appears (for example, CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL), and the system either reboots in an endless loop or freezes. In 90% of cases, the problem can be solved without contacting a service center, but it is important to act consistently.

In this article we will look at all possible reasons blue screen - from driver conflicts to hardware faults - and we’ll give step by step instructions for Windows 10 and 11. You will learn how to read the error code, what actions to take first, and when it is really worth taking your laptop in for repair. We will pay special attention Lenovo, HP, Asus And Dell - these brands have specific “diseases” that cause BSOD.

1. First steps: what to do immediately after a blue screen appears

If laptop automatically reboots after a BSOD, without having time to show the error code, the first thing to do is disable automatic reboot. To do this:

  1. While Windows is loading, hold Shift + press F8 (for Windows 10/11 it may not work - then use the method below).
  2. If it doesn't work: boot from Windows installation flash drive, select System Restore → Command Prompt and enter:
    bcdedit /set {default} bootmenupolicy legacy

    After that F8 will earn.

Now the next time you get a BSOD you will see an error code. Write it down is the key to diagnosis. For example, VIDEO_TDR_FAILURE indicates problems with the video card, and MEMORY_MANAGEMENT - RAM malfunction.

📊 How often do you get a blue screen?
  • Once a week or more often
  • Once a month
  • Rare, but accurate
  • First time in my life

If laptop does not respond to the power button, press it for 10–15 seconds to force shutdown. Never remove the battery while the device is running - this may damage the power controller (especially true for HP Pavilion And Lenovo IdeaPad).

⚠️ Attention: If a blue screen appears when connecting a specific device (for example, an external hard drive or printer), turn it off immediately. This could be a sign of a driver conflict or a short circuit in the USB ports.

2. Decoding the BSOD error code: what do popular stop codes mean?

Blue screen error code (for example: 0x0000007B) is a hint where to start diagnosing. Below is a table with the most common codes and their reasons:

Error code Title Possible reason Solution
0x0000007B INACCESSIBLE_BOOT_DEVICE Boot sector corruption, SSD/HDD failure, SATA driver conflict Disk check (chkdsk /f), updating chipset drivers, replacing SATA cable
0x0000001E KMODE_EXCEPTION_NOT_HANDLED Problems with drivers (especially video cards), corruption of system files Driver rollback, sfc /scannow, RAM check
0x000000D1 DRIVER_IRQL_NOT_LESS_OR_EQUAL Driver conflict (often after updating Windows or installing new software) Boot into safe mode, remove latest drivers
0x00000116 VIDEO_TDR_FAILURE Video driver failure (especially on NVIDIA And AMD), GPU overheating Driver rollback, dust removal, temperature check (HWMonitor)
0x00000050 PAGE_FAULT_IN_NONPAGED_AREA RAM damage, antivirus conflict with the system, hard drive failure Memory test (memtest86), disable antivirus, check disk

If your code is not in the table, use the official Microsoft database: list of all BSOD codes. Please note error parameters (numbers in parentheses after the code) - they help narrow down the range of problems. For example, in the error 0x0000007E (0xFFFFFFFFC0000005, 0xFFFFF80608A1D4E0, 0xFFFF8A068D3E99B8, 0xFFFF8A068D3E9220) first parameter (0xC0000005) indicates memory access violation.

💡

If a blue screen appears when starting a specific program (for example, a game or Photoshop), check it for compatibility with your version of Windows through “Properties” → “Compatibility”.

3. Diagnosing hardware problems: how to check hardware

If BSOD appears regularly and for no apparent reason, the hardware may be to blame. Start by checking the most vulnerable components:

  • 🔋 Power supply and battery: On laptops Asus ROG And MSI Unstable power supply often causes BSOD with code 0x0000009F. Try working on mains power without a battery.
  • 💾 Hard drive/SSD: Check the health of your drive via CrystalDiskInfo. If the status is “Pred Fail” or “Bad”, immediately copy the data.
  • 🖥️ RAM: Run memtest86 (minimum test - 4 passes). On Dell XPS And HP Spectre Often one of the two strips fails.
  • 🌡️ Overheat: Install HWMonitor and check the CPU/GPU temperature under load. Critical above 90°C.

For the RAM test:

  1. Download MemTest86 from the official website and write it to a flash drive.
  2. Boot from the flash drive (in the BIOS, select it first in the boot queue).
  3. Run the test. If there are red lines - memory is faulty.
How to check an SSD for errors without programs?

On Windows 10/11, open Command Prompt as Administrator and type:

wmic diskdrive get status

If the status is not “OK”, the disk needs to be replaced.

⚠️ Attention: On laptops Lenovo Legion And Acer Predator BSOD with code 0x00000124 often occurs due to detachment of video memory chips (especially on NVIDIA GTX/RTX). In this case, only resoldering in the service will help.

4. Software solutions: driver rollback, system restore and clean boot

If hardware tests do not reveal problems, the software is to blame. Start with the simplest steps:

Boot into Safe Mode|Roll Back Latest Drivers|Run sfc /scannow|Check for Windows updates|Remove conflicting programs-->

Safe Mode - your main assistant. To get into it:

  1. While loading, hold Shift + click “Restart” in the Start menu.
  2. Select Diagnostics → Advanced Options → Boot Options → Safe Mode with Networking.

In safe mode:

  • 🔄 Driver rollback: Open “Device Manager”, find the device with a yellow exclamation mark, right-click → “Properties” → “Roll back driver”.
  • 🛠️ System Restore: Enter “Recovery” in the search, select a rollback point to a date when the BSOD did not appear yet.
  • 🗑️ Clean boot: Click Win + R, enter msconfig, on the Services tab, check “Do not display Microsoft services” and disable everything else. Reboot.

If the BSOD appeared after updating Windows, try uninstall latest update:

  1. Open Settings → Update & Security → View update history.
  2. Click "Uninstall updates" and uncheck the latest by date.
💡

If a blue screen appears when resuming from sleep or hibernation, disable Windows Fast Startup: “Control Panel” → “Power Options” → “What the Power Buttons Do” → “Change Settings That Are Currently Unavailable” → Uncheck “Enable Fast Startup.”

5. Advanced diagnostics: memory dump analysis and virus checking

If standard methods don't help, it's time memory dump analysis - files that Windows creates during BSOD. They contain detailed information about the failure.

How to find and read the dump:

  1. Dumps are stored in C:\Windows\Minidump (administrator rights required).
  2. Download BlueScreenView (free utility from NirSoft).
  3. Open the dump in the program - it will show driver or module, which caused the crash (look for lines with a red background).

Decryption example: Example of dump analysis in BlueScreenView: the culprit is the nvlddmkm.sys driver (NVIDIA)

In this case, the problem is in the video card driver NVIDIA (nvlddmkm.sys). Solution: completely remove the driver via Display Driver Uninstaller (DDU) and installing the latest version from the manufacturer’s website.

Viruses and malware can also cause BSOD. Check the system:

  • 🛡️ Kaspersky Virus Removal Tool — a portable scanner that does not require installation.
  • 🔍 Malwarebytes — finds rootkits and spyware that standard antiviruses miss.
  • 🕵️ AdwCleaner — removes advertising modules that may conflict with system processes.
⚠️ Attention: If the culprit in the dump is a file ntoskrnl.exe, this does not mean Windows kernel failure. Most often, the problem lies in an incompatible driver or damaged system files. Run sfc /scannow And dism /online /cleanup-image /restorehealth.

6. Brand specific problems: Lenovo, HP, Asus, Dell

Each manufacturer has “proprietary” reasons for BSOD. Here's what to check first:

Brand Typical problem BSOD code Solution
Lenovo (IdeaPad, Legion, ThinkPad) Driver conflict Lenovo Vantage or Lenovo Utility 0x000000D1, 0x0000003B Remove Lenovo Vantage via Programs and Features, update the BIOS
HP (Pavilion, Spectre, Omen) Power controller failure (especially on models with AMD Ryzen) 0x0000009F, 0x00000133 Disable Fast Charging in HP Support Assistant, update the chipset driver
Asus (ROG, TUF, ZenBook) GPU overheating due to ineffective cooling system 0x00000116, 0x00000124 Cleaning dust, replacing thermal paste, turning off Turbo Mode in Armoury Crate
Dell (XPS, Inspiron, Alienware) Crash Dell SupportAssist or drivers Realtek Audio 0x0000001E, 0x00000050 Remove SupportAssist, update the sound driver manually from the website Realtek

For laptops Asus And MSI with two video cards (NVIDIA Optimus) BSOD often occurs when switching between Intel and discrete graphics. Solution:

  1. Open NVIDIA Control Panel.
  2. Go to “Manage 3D Settings” → “Program Settings”.
  3. For the problematic program (such as a game), select "NVIDIA Processor" manually.

7. Extreme measures: reinstall Windows and contact service

If none of the methods help, there are two options left:

  • 🔄 Reinstalling Windows while saving data:
    1. Download Media Creation Tool from the Microsoft website.
    2. Create an installation flash drive.
    3. During installation, select "Update" (the files will be saved, but the programs will be removed).
  • 🛠️ Contacting service: Necessary if:
    • BSOD appears even on clean Windows.
    • Dumps indicate hardware failure (WHEA_UNCORRECTABLE_ERROR).
    • The laptop is dropped or subjected to shock (risk of damage to the motherboard).
  • Before reinstalling Windows save important data. If the laptop does not boot:

    1. Connect the hard drive to another PC via USB adapter.
    2. Or boot from a LiveCD (eg. Ubuntu or Hiren’s BootCD) and copy the files to an external drive.
    ⚠️ Attention: On laptops with BitLocker (For example, Dell Latitude or HP EliteBook) reinstalling Windows without disabling encryption will lead to loss of all data. Before resetting the system, be sure to save the recovery key BitLocker!

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

    ❓ The blue screen appears only when connected to Wi-Fi. What's the matter?

    Most likely the problem is with the network card driver. Update it manually from the laptop manufacturer's website (not through Windows Update). If that doesn't help, try rolling back the driver or installing a version one step lower than the latest one. Also check your router - sometimes BSOD is caused by non-standard settings MTU or Qos.

    ❓ Can BSOD appear due to lack of disk space?

    Yes, if on the system disk (C:) there is less than 5–10 GB of free space left. Windows needs space for the page file and temporary files. Clean the disk with Disk Cleanup (type in search) or remove unnecessary programs. Also check the paging file size: “Control Panel” → “System” → “Advanced system settings” → “Performance” → “Options” → “Advanced” → “Virtual memory”.

    ❓ The laptop gives BSOD when turned on - even the BIOS does not load. What to do?

    This is a sign hardware failure. Check:

    • Connecting RAM (pull out and insert the strips back).
    • Battery status (disconnect it and try to work from the network).
    • Presence of post codes (if your laptop has diagnostic indicators, check their meaning in the user manual).

    If all else fails, take it to service - the motherboard or south bridge may be faulty.

    ❓ After updating the BIOS, a blue screen appeared. How to return the old version?

    Rolling back the BIOS is a risky procedure, but it is possible. Options:

    • Look on the manufacturer's website for a disaster recovery utility (for example, Lenovo has BIOS Flashback, AsusCrashFree BIOS).
    • If you have a BIOS backup (made before the update), flash it through the programmer (requires soldering skills).
    • Contact the service - many workshops have equipment for flashing the BIOS via SPI-port.
    Warning: An incorrect BIOS rollback can turn your laptop into a brick!

    ❓ BSOD appears only in games. Video card or driver?

    In 80% of cases the driver is to blame. Follow the steps:

    1. Uninstall the current driver via Display Driver Uninstaller (DDU) in safe mode.
    2. Install the driver from the official website NVIDIA/AMD/Intel (not through GeForce Experience!).
    3. Disable GPU overclocking (if you used MSI Afterburner or Radeon Software).
    4. Check the GPU temperature under load (HWMonitor or GPU-Z). If above 85°C, cleaning is required.

    If the problem persists, test the video card for artifacts using FurMark or 3DMark.