The situation is familiar to many: you press the power button on the laptop, but instead of the usual Windows boot appears blue screen of death (BSOD) with an unknown error code. Sometimes the device doesn't even have time to boot - the screen flashes blue and immediately goes dark, sending you into an endless reboot loop. What is the reason and how to bring the laptop back to life?

Blue Screen is a critical Windows error that locks the system to prevent data corruption. It may appear on older laptops Lenovo ThinkPad or HP Pavilion, and on new ones ASUS ROG or Dell XPS. In 80% of cases the problem is solved by software, but sometimes the hardware is to blame. In this article we will look at all possible causes of BSOD when turning on the laptop, from driver errors to RAM failure, and we will give step-by-step recovery instructions.

Why doesn't my laptop turn on and shows a blue screen?

BSOD (Blue Screen of Death) is a Windows defense mechanism that is triggered when fatal crashes occur. If the screen appears immediately after pressing the power button, the problem is almost always related to:

  • 🔧 Hardware faults - damaged RAM, loose SSD/HDD contact, processor overheating.
  • 🖥️ Driver conflicts - especially after updating Windows or installing new software (for example, antiviruses like Kaspersky or Avast).
  • 💽 Damage to system files - due to a sudden power outage, viruses or update failure.
  • 🔋 Incorrect BIOS/UEFI settings - for example, after overclocking the processor or changing the boot priority.

If laptop turns on, but goes into a cyclic reboot with BSOD, most often to blame BOOTMGR (Windows boot loader) or damaged registry. In rare cases, the problem lies in Secure Boot — security features that block the download of uncertified software.

📊 How often do you get a blue screen?
  • First time
  • After Windows update
  • After installing new software
  • Regularly, for no apparent reason

BSOD error codes: what they mean and how to decipher them

The blue screen always displays error code (For example, CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL) and stop code (For example, 0x0000007B). This data helps pinpoint the cause of the failure. Here are the most common codes and their meaning:

Error code Stop code Reason Solution
CRITICAL_PROCESS_DIED 0x000000EF A critical system process ended unexpectedly Checking the integrity of system files (sfc /scannow), bootloader recovery
IRQL_NOT_LESS_OR_EQUAL 0x0000000A Problems with drivers or RAM Driver update, RAM test (memtest86)
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED 0x1000007E Driver failure (often video card or chipset) Removing the problematic driver in safe mode
INACCESSIBLE_BOOT_DEVICE 0x0000007B Windows can't access the system drive Checking SSD/HDD connection, MBR recovery
KMODE_EXCEPTION_NOT_HANDLED 0x0000001E Unhandled exception in kernel mode (often due to antivirus software) Boot in safe mode and remove conflicting software

If the screen displays a code that is not in the table, use the official Microsoft base. For convenience, you can take a photo of the screen with your phone - sometimes the BSOD disappears too quickly.

💡

If your laptop reboots too quickly and you don't have time to write down the error code, disable automatic reboot. To do this, when turning on, hold F8 (for Windows 7) or use instructions below.

First steps: what to do if the laptop does not turn on due to BSOD

Before taking your laptop to a service center, try basic actionswhich often solve the problem:

Disconnect all peripheral devices (mouse, keyboard, flash drives, external drives)

Remove the battery (if removable) and connect the laptop directly to the outlet

Press and hold the power button for 30 seconds to reset the capacitors

Try booting into safe mode (key F8 or Shift + F8 for Windows 10/11)-->

If laptop turns on but immediately shows BSOD, try booting from Windows installation flash drive (even if you do not plan to reinstall the system). This will help:

  • 🔄 Restore bootloader via command line.
  • 🔍 Check the disk for errors (chkdsk /f /r).
  • 🛠️ Return the system to the restore point.

To create a bootable USB flash drive on another computer, use the official Media Creation Tool from Microsoft. If you don't have a second PC at hand, you can try booting from recovery disk (if it was created in advance).

⚠️ Attention: If the laptop makes unusual sounds (squeaking, grinding) or gets very hot when turned on, immediately unplug it! This may indicate short circuit or cooler malfunction. Further attempts to turn on may damage the motherboard.

How to enter safe mode if laptop won't boot

Safe Mode (Safe Mode) is a Windows diagnostic mode where only basic drivers are loaded. If the laptop turns on but immediately crashes into BSOD, try booting into safe mode:

For Windows 10/11:

  1. Press and hold the power button immediately Shift.
  2. Without letting go Shift, select Reboot.
  3. After reboot select Diagnostics → Advanced Options → Boot Options → Restart.
  4. Click F4 (safe mode) or F5 (network enabled).

For Windows 7/8:

  • When turning on, press F8 every 0.5 seconds until the boot menu appears.
  • Select Safe Mode or Safe Mode with Command Line Support.

If Safe Mode boots, the problem is almost certain software. In this case:

  • 🔄 Roll back the system to the last restore point (Start → System Restore).
  • 🗑️ Remove recently installed programs or drivers.
  • 🛡️ Check your system for viruses using Kaspersky Rescue Disk or Dr.Web LiveUSB.
What to do if the F8 key does not work?

On modern laptops (especially with UEFI instead of BIOS) key F8 may not work. In this case:

1. Boot from the Windows installation flash drive.

2. On the installation screen, tap Shift + F10 to call the command line.

3. Enter:

bcdedit /set {default} bootmenupolicy legacy

shutdown /r /t 0

After reboot F8 will work.

Recovering bootloader and system files

If your laptop won't boot even in safe mode, it's most likely damaged. Windows boot loader (BOOTMGR) or system files. To restore you will need an installation flash drive:

Step 1. Boot from a flash drive

  • Insert the flash drive and turn on the laptop.
  • Click F12, Esc or Del (depending on the model) to open the boot menu.
  • Select your flash drive (it may be called UEFI: [Flash drive name]).

Step 2. Bootloader recovery

  1. On the installation screen, tap Shift + F10 to open the command line.
  2. Enter one by one:
    diskpart
    

    list disk

    select disk 0 (где 0 — ваш системный диск)

    list partition

    select partition 1 (раздел с загрузчиком, обычно 100-500 МБ)

    active

    exit

    bcdboot C:\Windows /s S: /f UEFI

    Replace C: to the letter of your system drive, and S: - to the letter of the partition with the bootloader.

Step 3. Check system files

On the same command line, run:

sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows

chkdsk C: /f /r

If after these steps the laptop still does not turn on, it may be damaged Windows registry. In this case, it will only help system reinstallation with saving data (option "Refresh this PC" in the recovery menu).

💡

If, after restoring the bootloader, the laptop writes "Operating System not found", check the connection of the hard drive or SSD. It may be coming off the connector or is faulty.

Hardware check: RAM, hard drive, overheating

If software methods do not help, the problem may lie in hardware. Let's start with the simplest thing - checking the RAM and storage.

1. Test of random access memory (RAM)

  • 🔧 Turn off your laptop and unplug it.
  • Remove the back cover (on some models ASUS or Acer To do this you need to unscrew several screws).
  • Carefully remove the RAM sticks, clean the contacts with an eraser and insert them back (or try leaving one stick if there are several).
  • For deep checking use MemTest86 (the boot image can be written to a USB flash drive).

2. Hard drive/SSD diagnostics

  • 💽 Connect the drive to another computer via USB adapter or install it in another laptop.
  • Check with CrystalDiskInfo (will show the status SMART).
  • If the disc is not detected, try listening to it - extraneous sounds (clicking, grinding) indicate a physical malfunction.

3. Check for overheating

Overheating of the processor or video card can cause BSOD with the code WHEA_UNCORRECTABLE_ERROR. To check:

  • 🌡️ Remove the cover and clean the cooling system from dust (use a can of compressed air).
  • Check if the fan spins when turned on.
  • If the laptop turns on but turns off after a few seconds, apply new thermal paste to the processor and video card chip.
⚠️ Attention: If you are not confident in your laptop disassembly skills, it is better to contact a service center. Incorrect removal of RAM or disconnection of cables can lead to damage to connectors on the motherboard. For example, on MacBook Pro or Dell XPS 13 The RAM connectors are soldered and replacement requires soldering.

When to call for service: signs of serious problems

Not all BSOD problems can be resolved on your own. Contact the service center immediately, if:

  • 🔥Laptop turns on but turns off immediately with a characteristic burning smell.
  • 💥 appears on the screen artifacts (stripes, flickering, distorted colors) - this is a sign of a faulty video card.
  • 🔌 The laptop does not respond to the power button at all (no indication, fan does not spin).
  • 💾 BIOS/UEFI does not see the hard drive or SSD, although it is working (tested on another device).
  • 🔄Laptop stuck on the manufacturer's logo (Lenovo, HP, ASUS) and doesn't even load the BIOS.

The cost of repair depends on the reason:

Malfunction Approximate cost of repair (₽) Deadlines
Replacing RAM 1 500 — 4 000 1 day
Hard drive repair/replacement 3 000 — 8 000 1-2 days
Cleaning dust + replacing thermal paste 2 000 — 5 000 2-3 hours
Flashing the BIOS (if it fails due to an update) 2 500 — 6 000 1 day
Motherboard repair (chip re-soldering) 5 000 — 20 000+ 3-7 days

If the laptop is under warranty, don't disassemble it yourself - this will void the warranty. Contact an authorized brand service center (Lenovo, HP, ASUS etc.).

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

The laptop turns on, shows the Windows logo, and then a blue screen. What is the reason?

Most likely the problem is damaged system files or driver conflict. Try:

  1. Load into safe mode and roll back the drivers.
  2. Restore system via sfc /scannow.
  3. If it doesn’t help, reinstall Windows while saving the data.
After updating Windows, the laptop does not turn on - only a blue screen. What to do?

Windows updates often break driver compatibility. Solutions:

  • 🔄 Roll back to a previous version of Windows via restore point (from the recovery menu select System Restore).
  • 🗑️ Uninstall the problematic update in safe mode (Control Panel → Programs → View installed updates).
  • 🛡️ Disable automatic driver updates via gpedit.msc (for Windows Pro).
The laptop beeps when turned on and shows a blue screen. What does this mean?

Sound signals (BIOS records) indicate hardware failure. Explanation for popular brands:

  • HP: 1 long + 2 short - video card malfunction.
  • Dell: 2 short - RAM error.
  • Lenovo: 1 long + 3 short - problem with the keyboard or motherboard.
  • ASUS: Continuous beeping indicates a malfunction of the processor or northbridge.

For exact decoding, see the documentation for your model.

Is it possible to recover data from a laptop if it does not turn on due to BSOD?

Yes, in most cases. Methods:

  1. Connect the drive to another computer via USB adapter or docking station.
  2. Use a bootable USB flash drive with LiveCD (For example, Ubuntu or Hiren’s BootCD) to copy files.
  3. If the disk is not detected, contact a data recovery laboratory (cost from 5,000 ₽).
After replacing the RAM, the laptop does not turn on and shows a blue screen. What's wrong?

Possible reasons:

  • 🔌 RAM bar incompatible with a laptop (check supported frequencies and type - DDR3/DDR4).
  • 🔧 Plank incorrectly installed (check if it is fully inserted into the slot).
  • ⚡ Laptop does not support dual channel mode for selected strips.
  • 🛠️ The option is disabled in the BIOS X.M.P. (if you use RAM with high frequencies).

Solution: Return the old stick and check if the laptop turns on. If yes, the problem is in the new RAM.