Blue screen of death (BSOD) is one of the most frightening errors for laptop users. It appears suddenly, interrupts work, and is often accompanied by cryptographic code that tells little to the untrained person. In 90% of cases, the problem can be solved without contacting a service center, but for this you need to correctly diagnose the cause.

In this article we will look at all possible causes of BSOD - from driver conflicts to hardware faults, and we’ll also give step by step instructions for restoring laptops Lenovo ThinkPad, HP Pavilion, Asus ROG, Acer Swift and other popular models. We will pay special attention critical errors that can lead to data loss if done incorrectly.

What is the Blue Screen of Death and why does it appear?

BSOD (Blue Screen of Death) is an emergency stop screen of the operating system Windows, which appears during critical failures. Unlike ordinary errors, it completely blocks work laptop and requires a forced reboot. The main function of BSOD is to prevent damage to the system or hardware during fatal failures.

On the screen you will always see:

  • 🔹 Error code (For example, CRITICAL_PROCESS_DIED, IRQL_NOT_LESS_OR_EQUAL)
  • 🔹 QR code to quickly find a solution (in Windows 10/11)
  • 🔹 Indication of a failed file (For example, ntoskrnl.exe, dxgkrnl.sys)
  • 🔹 Recommendation to reboot (which often doesn't help)

According to statistics Microsoft, in 60% of cases BSOD is caused by software problems (drivers, updates, viruses), 30% - hardware faults (RAM, hard drive, overheating), and only 10% - critical damage to system files. Your job is to determine which category your case falls into.

📊 How often do you get a blue screen?
  • Once every few months
  • Every week
  • Every day
  • Only after Windows updates
  • First time

First steps when a blue screen appears

If laptop stuck on blue screen and does not respond to the keyboard, perform a forced reboot:

  1. Press and hold the power button on 10-15 secondsuntil the device turns off.
  2. Wait 30 seconds (this is important to reset the capacitors).
  3. Turn on the laptop again.

If after reboot the system boots normally:

☑️ What to do immediately after BSOD

Done: 0 / 4

If laptop goes into BSOD again or stuck on reboot, move on to the next section.

⚠️ Attention: Never ignore recurring BSODs! This could be a sign hard drive failure (especially if the error code contains NTFS_FILE_SYSTEM or DISK_OPERATION_FAILED). Back up your data immediately by connecting the drive to another PC.

Decoding BSOD error codes: what do they mean?

The blue screen error code is your main diagnostic clue. Here are the most common codes and their reasons:

Error code Reason Solution
CRITICAL_PROCESS_DIED A critical system process has terminated unexpectedly (often due to file corruption or viruses) System restore, virus scan, sfc /scannow
IRQL_NOT_LESS_OR_EQUAL Driver conflict (especially video card or network adapters) Update/rollback drivers, check RAM (memtest86)
PAGE_FAULT_IN_NONPAGED_AREA Damage to memory (RAM) or system files Memory test, system recovery, replacement of RAM sticks
DPC_WATCHDOG_VIOLATION Problems with SSD/HDD, storage drivers or hardware conflict Driver Update Intel RST or AMD RAID, disk check
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED Driver failure (often after Windows updates) Rolling back the latest updates, manually installing drivers

A complete list of codes can be found on the official website Microsoft, but for 90% of users this table is enough. If your code is not in the list, use the service BlueScreenView for detailed memory dump analysis.

💡

If the laptop does not boot even in safe mode, create a bootable USB flash drive with Windows PE (For example, Sergei Strelec) and copy important files from the disk C:\Windows\Minidump for further analysis.

Checking and restoring system files

If BSOD appears after Windows updates or program installations, the first aid is to check the integrity of system files. To do this:

  1. Open Command line as administrator (click Win + XTerminal (Administrator)).
  2. Enter the command:
    sfc /scannow

    The process will take 10-15 minutes. If errors are found, the system will try to correct them automatically.

  3. Once completed, run:
    DISM /Online /Cleanup-Image /RestoreHealth

    This command restores a Windows image from the Internet.

If after these steps the BSOD continues to appear, proceed to checking the drivers.

⚠️ Attention: Teams sfc And DISM can remove pirated Windows activators, if they are installed. In this case, after recovery, re-activation will be required (by legal means).

Updating and rolling back drivers

Conflicting or outdated drivers are the #1 cause of BSOD. Let's start with diagnostics:

  1. Open Device Manager (Win + XDevice Manager).
  2. Check out the sections:
    • 🔹 Video adapters (especially if the error code contains nvlddmkm.sys or atikmpag.sys)
    • 🔹 Disk devices (codes DISK_OPERATION_FAILED)
    • 🔹 Network adapters (codes NETIO.SYS)
  • If there is a yellow exclamation mark, right-click on it → Update driverAutomatic search.
  • If BSOD starts to appear after driver update (for example, video cards NVIDIA or AMD), perform a rollback:

    1. In Device Manager, click on the problematic device → Properties → tab Driver.
    2. Click Rollback (if the button is active).
    3. If a rollback is not available, uninstall the driver completely and install the version from the manufacturer's official website.
    How to remove the driver completely (including hidden files)

    To completely remove drivers (for example, video cards), use utilities Display Driver Uninstaller (DDU):

    1. Boot into safe mode (click F8 when loading or use msconfig).

    2. Launch DDU and select Clean and restart.

    3. After reboot, install the driver from the official website NVIDIA/AMD/Intel.

    Checking RAM and hard drive

    If the system files and drivers are fine, but the BSOD continues to appear, the problem may lie in hardware. Let's start with the RAM test:

    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, it means that one of the RAM sticks is faulty. In this case:

    • 🔹 Turn off your laptop and remove one memory stick (if there are several of them).
    • 🔹 Check the operation of the laptop with one bar, then swap them.
    • 🔹 If the errors have disappeared, the faulty bar needs to be replace.

    To check your hard drive or SSD:

    1. Open Command line as administrator.
    2. Enter:
      wmic diskdrive get status

      If the status OK, the disk is ok. If Pred Failmake a backup immediately!

    3. For a detailed check use:
      chkdsk C: /f /r

      (replace C: to the letter of your system drive).

    💡

    If chkdsk finds bad sectors (bad sectors), this is a sign physical wear of the disk. Even if the laptop works, replace the HDD with an SSD as soon as possible - the risk of data loss is extremely high!

    Additional methods: from system restore to Windows reset

    If the previous steps haven't helped, it's time for drastic measures. Let's start with the safest option - system recovery:

    1. Click Win + R, enter rstrui and press Enter.
    2. Select a restore point before the first BSOD appeared.
    3. Follow the wizard's instructions. The process will take 15-20 minutes.

    If there is no restore point or this did not help, try Windows reset with saving files:

    1. Go to Settings → Update & Security → Recovery.
    2. Click Start under the item Restore your computer to its original state.
    3. Select Save my files (if you need to save documents).

    For laptops with Windows 11 there is another option - cloud reset:

    • 🔹 Go to Settings → System → Recovery.
    • 🔹 Select Reboot now under the item Additional launch options.
    • 🔹 After reboot, select Troubleshooting → Reset this PC → Cloud Reinstall.
    ⚠️ Attention: Cloud reset removes all programs, but retains personal files. If pirated versions are installed on the laptop Adobe Photoshop, AutoCAD or other software, you will have to reinstall them.

    When to contact the service center

    If you have tried all the methods in this article and the blue screen continues to appear, the problem is most likely hardware. Here are signs that your laptop needs to be repaired:

    • 🔹 BSOD appears even in BIOS (before Windows boots).
    • 🔹Laptop turns off on its own 5-10 minutes after switching on (overheating or motherboard malfunction).
    • 🔹 Appear on the screen artifacts (strips, flickering) to BSOD (video card malfunction).
    • 🔹 chkdsk shows thousands of bad sectors (hard drive failure).
    • 🔹Laptop won't turn on after several BSODs in a row (the power controller may have burned out).

    Average cost of repairs in service centers:

    Problem Repair cost (₽) Deadlines
    Replacing RAM 1,500 – 3,000 (for work) + cost of the bar 1 day
    Replacing a hard drive with an SSD 2,000 – 4,000 (for work) + storage cost 1-2 days
    Resoldering the video card chip (for discrete GPUs) 5 000 – 15 000 3-7 days
    Replacing the motherboard 10,000 – 30,000 (depending on model) 5-10 days

    For laptops Apple MacBook (if you have black screen instead of blue) please contact only authorized service centers - Do-it-yourself repairs will void the warranty.

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

    Is it possible to replace the RAM yourself if the test shows errors?

    Yes, in most laptops (except Apple MacBook and some ultrabooks) the RAM strips are removable. Buy compatible memory (check the supported type on the manufacturer's website, e.g. Crucial Memory Advisor) and replace the faulty one. The main thing is unplug the laptop and remove the battery before replacement!

    BSOD only appears when connected to Wi-Fi. What's the matter?

    This is a typical network card driver problem. Update the driver for Wi-Fi adapter via Device Manager or download it from the laptop manufacturer's website. If that doesn't help, try:

    1. Disable energy savings for adapter in Properties → Power Management.
    2. Reset network settings: netsh winsock reset And netsh int ip reset on the command line.
    The laptop goes into BSOD when launching games. What to do?

    In 99% of cases, video card drivers or overheating are to blame. First:

    • 🔹 Remove current drivers via DDU (see spoiler above) and install the latest version from the site NVIDIA/AMD.
    • 🔹 Check GPU temperature using HWMonitor. If it exceeds 90°C, clean the laptop from dust and replace the thermal paste.
    • 🔹 Reduce graphics settings in the game or enable vertical sync (V-Sync).
    Is it possible to recover data if the laptop does not boot due to BSOD?

    Yes, there are several ways:

    1. Connect the drive to another PC via USB adapter (for example, SATA-to-USB).
    2. Use Bootable USB flash drive with Windows PE (For example, Sergei Strelec) and copy the files to an external drive.
    3. It will help for damaged disks R-Studio or TestDisk (work in recovery mode).

    ⚠️ Do not try to restore data to the disk from which it was lost - this reduces the chances of success!

    After updating Windows, the laptop keeps rebooting with BSOD. How to roll back?

    If the laptop does not boot normally:

    1. When turned on, press F8 (or Shift + F8 for Windows 10/11) to exit to the recovery menu.
    2. Select Troubleshooting → Advanced Options → Rollback to Previous Version.
    3. If this item is missing, try Startup Recovery or Command line for manual rollback via wmic.

    If a rollback is not available, the only option is clean installation of Windows with saving files (see section above).