Blue screen of death (BSOD, from English Blue Screen of Death) is one of the most frightening errors for users Windows. It appears suddenly, interrupts your work, and instead of your usual desktop, you see only a blue background with white text and an error code. In 90% of cases, the problem is solved without contacting a service center, but to do this you need to understand its cause.

In this article we will look at why a laptop displays a blue screen and how to decipher the error code (for example, CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL), and what to do first. You will learn what actions will help restore the system no data loss, and when is it better to immediately take the device for repair. Let’s look specifically at the nuances for laptops ASUS, Lenovo, HP And Acer, where BSOD is often related to drivers or overheating.

1. First steps when a blue screen appears

If your laptop shows a BSOD, don't panic. Follow this algorithm:

  • 🔄 Reboot your device. In 30% of cases, the error is one-time in nature (for example, due to a driver malfunction). Press the power button and hold it for 10-15 seconds until the laptop turns off, then turn it on again.
  • 📝 Write down the error code. The screen will indicate a stop code (for example, KMODE_EXCEPTION_NOT_HANDLED). It will help diagnose the problem. If the screen disappears too quickly, take a photo of it with your phone.
  • 🔌 Check connected devices. Disconnect all peripheral devices: mouse, keyboard, external hard drives, flash drives. BSODs are often caused by conflicting USB devices or faulty hubs.
  • 🔋 Make sure your laptop is not overheating. Touch the bottom of the case - if it is hot, let the device cool for 15-20 minutes. Overheating is one of the main causes of BSOD on laptops with Intel Core i7/i9 or video cards NVIDIA RTX.

If Windows starts normally after rebooting, check the system for critical errors. Open Control Panel → Security and Service Center and look at the "Maintenance" section. If there are warnings about hard drive or driver problems, proceed to fix them.

⚠️ Attention: If laptop won't turn on after BSOD (the screen remains black or the power light is blinking), this may indicate a hardware failure - for example, failure of the RAM or motherboard. In this case, independent repair is not recommended.

2. Decoding the BSOD error code

The error code on the blue screen is the key to understanding the problem. Here are the most common stop codes and their meaning:

Error code Reason Solution
CRITICAL_PROCESS_DIED A critical system process was terminated suddenly (often due to corrupted Windows files or a driver conflict). Run System Restore or File Integrity Check (sfc /scannow).
IRQL_NOT_LESS_OR_EQUAL Problem with drivers (especially network or video card) or RAM. Update drivers, test RAM using MemTest86.
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED Driver failure (often after updating Windows or installing new software). Roll back to a previous version of the driver or perform a clean install.
VIDEO_TDR_FAILURE Graphics driver problems (NVIDIA, AMD, Intel). Uninstall the current driver via Device Manager and install the latest version from the manufacturer's website.
PAGE_FAULT_IN_NONPAGED_AREA File system damage, RAM or hard drive failure. Check the disk for errors (chkdsk /f) and test the RAM.

If your code is not in the table, use the official Microsoft database: list of all BSOD stop codes. Pay attention to the files listed in parentheses after the code (for example, nvlddmkm.sys is the driver NVIDIA). This will help more accurately determine the culprit of the failure.

Critical information: If a code appears on the screen WHEA_UNCORRECTABLE_ERROR, this often indicates a hardware problem with the processor, RAM, or motherboard. In 80% of cases, replacement of components is required.

📊 How often do you get a blue screen on your laptop?
  • First time
  • Once every few months
  • Every week
  • Constantly, several times a day

3. Checking drivers is the main cause of BSOD

In 60% of cases, a blue screen occurs due to incorrectly functioning drivers. This is especially true for laptops with hybrid graphics (NVIDIA Optimus or AMD Switchable Graphics), where conflicts between the integrated and discrete video cards are a common problem.

To check drivers:

  1. Click Win + X and select Device Manager.
  2. See if there are devices with a yellow exclamation mark (this is a sign of a problem).
  3. Expand sections Video adapters, Network adapters And Sound, gaming and video devices - This is where conflicts most often lie.
  4. Right-click on the device and select Update driverSearch for drivers on this computerSelect driver from the list.... If an older version is available, try rolling back to it.

For laptops Lenovo And HP Often it helps to install drivers from the manufacturer's official website, and not through Windows Update. For example, drivers for Lenovo Legion or HP Omen optimized for specific models and less likely to cause BSOD.

☑️Checking drivers after BSOD

Done: 0 / 4
⚠️ Attention: Never use programs to automatically update drivers (for example, Driver Booster or DriverPack Solution). They often install incompatible versions, which only makes the problem worse. Download drivers only from official websites of manufacturers.

4. Diagnostics of RAM and hard drive

If your drivers are fine but the blue screen continues to appear, check your hardware components. Let's start with RAM (RAM), since its malfunction is the second most common cause of BSOD after drivers.

To test RAM:

  1. Click Win + R, enter mdsched.exe and press Enter.
  2. Select Reboot and check. The laptop will reboot and run the memory test.
  3. Once the test is complete (may take 10-30 minutes), the system will display the results. If errors are found, one of the RAM sticks is faulty.

For deeper diagnostics, use the utility MemTest86:

  1. Download the image from the official website: memtest86.com.
  2. Write it to a flash drive using Rufus or BalenaEtcher.
  3. Boot from the flash drive (in BIOS select it as boot device) and run the test. Leave for 4-6 passes (the longer, the more accurate the result).

If there are no errors, check your hard drive or SSD:

  1. Open Command line as administrator.
  2. Enter the command chkdsk C: /f /r (replace C: to the letter of your system drive).
  3. Confirm the check the next time you reboot and restart the laptop.

For SSDs, it is also recommended to check the health of the drive using CrystalDiskInfo. If the status is shown as Anxiety or Bad, the disk needs to be replaced - it can fail at any time, which will lead to data loss.

💡

If you have a laptop with two sticks of RAM, try testing each of them one by one, removing the second. This will help identify the faulty module.

5. System recovery and virus scan

If a blue screen appears after installing a program, updating Windows, or changing settings, this will help system recovery. This method rolls back the state of Windows to a previous point without affecting personal files.

How to start recovery:

  1. Click Win + R, enter rstrui and press Enter.
  2. Select the restore point created before BSOD appeared.
  3. Follow the wizard's instructions. The laptop will reboot and the changes will be canceled.

If recovery does not help or there are no points, check the system for viruses. Some malware (such as miners or rootkits) can cause a system crash. Use:

  • 🛡️ Kaspersky Virus Removal Tool is a portable utility that does not require installation.
  • 🔍 Malwarebytes - effective against spyware.
  • 🖥️ Dr.Web CureIt! — even scans boot sectors.

Start scanning at safe mode:

  1. While booting the laptop, hold Shift and press Reboot.
  2. Select Diagnostics → Advanced Options → Boot Options → Safe Mode with Network Drivers.
What should you do if your antivirus finds threats but cannot remove them?

If malware is blocking your antivirus, try the following:

1. Boot from LiveCD (eg Kaspersky Rescue Disk).

2. Scan the system from external media.

3. If the virus has damaged system files, you may need to reinstall Windows.

6. Check laptop temperature and cooling

Overheating is one of the most insidious causes of BSOD because it does not appear immediately. The laptop may work normally for 10–20 minutes and then crash with an error THERMAL_OVERRUN or WHEA_UNCORRECTABLE_ERROR. This is especially true for gaming models (ASUS ROG, MSI, Acer Predator) and laptops with powerful processors (Intel Core i9, AMD Ryzen 9).

How to check the temperature:

  1. Install the program HWMonitor or Core Temp.
  2. Run a stress test (for example, in Prime95 or FurMark).
  3. Follow the indicators:
    • 🔥 Processor: normal up to 85°C under load, critical - above 95°C.
    • 🖥️ Video card: normal up to 80°C, critical - above 90°C.

If the temperature is above normal:

  • 🧹 Clean the cooling system. Dust in the radiator and fan is the main cause of overheating. Use a can of compressed air or contact service.
  • 🔧 Replace thermal paste. Over time, it dries out and heat dissipation deteriorates. Paste suitable for laptops Arctic MX-4 or Thermal Grizzly Kryonaut.
  • 📉 Limit productivity. B Control Panel → Power Options select scheme Balanced or Energy Saving.

For laptops Dell XPS And MacBook Pro (with Boot Camp) overheating is often associated with incorrect operation of fans. Check if they rotate under load. If not, repair is required.

💡

If a laptop shuts down with a BSOD while gaming or rendering, overheating is to blame 95% of the time. Start by cleaning off dust and replacing thermal paste.

7. BIOS update and factory reset

In rare cases, blue screen errors cause errors in BIOS/UEFI. This is relevant after an unsuccessful update or reset. For example, on laptops Lenovo ThinkPad or HP EliteBook incorrect settings Secure Boot or Virtualization may lead to BSOD.

How to update BIOS:

  1. Find out the exact model of the laptop (on the sticker below or in msinfo32).
  2. Download the latest BIOS from the manufacturer's website (for example, for ASUSsupport.asus.com).
  3. Follow the manufacturer's instructions. Usually the update occurs through a special utility (for example, Lenovo Vantage or HP Support Assistant).

Attention: Updating the BIOS is a risky operation. If the process is interrupted (for example, due to a power outage), the laptop may not turn on. Update the BIOS only when connected to the network and the battery is fully charged.

If the update does not help, reset the BIOS settings to factory settings:

  1. When booting the laptop, press F2, Del or Esc (depending on the model) to enter the BIOS.
  2. Find the option Load Default Settings or Reset to Default.
  3. Save changes and reboot.

8. When to contact the service center

If you have tried all the methods and the blue screen continues to appear, the problem is most likely a hardware issue. Here are signs that your laptop needs professional repair:

  • 💥 BSOD appears when loading Windows (even in safe mode).
  • 🔊 The laptop publishes squeaks or clicks (a sign of a faulty hard drive or motherboard).
  • 🔥 Housing gets very hot even without load.
  • 🔌 Laptop won't turn on after BSOD (the power light is blinking, but the screen is black).
  • 💾 Diagnostic utilities (MemTest86, CrystalDiskInfo) show RAM or disk errors.

Average cost of repairs at a service center:

Problem Cost (RUB)
Replacing RAM 1,500 – 3,000 (depending on RAM type)
Replacing a hard drive with an SSD 3,000 – 8,000 (including storage)
Cleaning the cooling system + replacing thermal paste 1 500 – 4 000
Motherboard repair (replacement of capacitors, soldering) 5 000 – 15 000
Flashing the BIOS (if the laptop does not turn on) 2 000 – 5 000

Before visiting the service, make a backup copy of your data if the laptop still turns on. Use an external hard drive or cloud storage. If Windows won't boot, remove the drive and connect it to another computer via USB adapter.

⚠️ Attention: If the laptop is under warranty, do not open it yourself - this will void the warranty service. Contact an authorized brand service center.

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

Is it possible to lose data due to BSOD?

The blue screen itself does not delete files, but if it is caused by a faulty hard drive, there is a risk of data loss. It is recommended to immediately backup important files to external media.

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

Most likely the problem is with the network card driver. Update it from the official website of the laptop manufacturer or roll back to the previous version. Also check your router - sometimes failures are caused by incorrect network settings (for example, IPv6).

The laptop shows BSOD when connecting an external monitor. What to do?

This is a common problem with laptops with hybrid graphics (NVIDIA Optimus). Try:

  1. Update video card drivers (both built-in and discrete).
  2. Disable external monitor, go to NVIDIA Control Panel and reset settings.
  3. Connect the monitor via a different port (for example, HDMI instead of DisplayPort).

After updating Windows, a blue screen appeared. How to roll back?

Revert to a previous version of Windows:

  1. Go to Settings → Update & Security → Recovery.
  2. In the section Go back to the previous version of Windows 10 click Start.
  3. Follow the instructions. You will have 10 days to rollback after the update.

If this option is not available, use a restore point (section 5 of the article).

BSOD appears when launching games. What is the reason?

In 90% of cases the culprits are:

  • 🔥 Overheating (check the temperature in MSI Afterburner).
  • 🎮 Outdated video card drivers (update them via GeForce Experience or AMD Adrenalin).
  • Insufficient nutrition (relevant for laptops with external video cards via eGPU).

Also try lowering the graphics settings in the game or disabling vertical sync (V-Sync).