Blue screen of death (BSOD) followed by a reboot is one of the most annoying problems on laptops with Windows. You are working on an important project, playing or just surfing the Internet, and suddenly the system crashes with a critical error, and after a few seconds the device reboots by itself. If this happens regularly, the problem cannot be ignored: it may indicate serious malfunctions iron, drivers or operating system.
In this article we will look at all possible causes of cyclic reboots with BSOD, from simple overheating to driver conflicts and damage to system files. You will learn how to correctly diagnose an error using a stop error code, what tools to use to analyze memory dumps, and what to do if your laptop won't boot even in safe mode. We will separately consider specific problems for laptops ASUS, Lenovo, HP And Acer, where BSOD is often associated with proprietary utilities or BIOS.
Why does the laptop restart with a blue screen: the main reasons
BSOD (Blue Screen of Death) is a defense mechanism Windows, which is triggered in case of critical errors that can damage the system. Rebooting after a blue screen can be either a one-time accident or a symptom of a deeper problem. Here are the key reasons:
- 🔥 Overheating of components: Laptops with a dust-clogged cooling system or dried out thermal paste often “crash” into BSOD under load (games, rendering, code compilation).
- 🖥️ Faulty RAM: Even one bad RAM module can cause random reboots with errors like
MEMORY_MANAGEMENTorPAGE_FAULT_IN_NONPAGED_AREA. - 💾 Hard drive/SSD problems: bad sectors, controller failure or drive wear lead to errors
CRITICAL_PROCESS_DIEDorKERNEL_DATA_INPAGE_ERROR. - 🔌 Driver conflicts: Incorrectly installed or outdated drivers (especially for the video card, Wi-Fi, chipset) are a common cause of BSOD after updating Windows.
- 🦠 Viruses and malware: Some types of rootkits or miners deliberately damage system files, causing critical errors.
- ⚡ Eating problems: A faulty power supply, a dead battery, or power surges can cause spontaneous reboots.
- 🔄 Crashes after Windows updates: “crooked” updates (for example, KB502xxx) often break compatibility with drivers or hardware.
Particularly insidious cases when the laptop reboots no error code displayed on a blue screen. This may indicate problems with the video card (for example, on laptops with NVIDIA Optimus) or damaged boot sector.
- Once a week
- Several times a day
- Only at high load
- After Windows update
- I don't know, I didn't follow
How to read the BSOD error code and find the reason
When a blue screen appears Windows usually outputs stop code (For example, IRQL_NOT_LESS_OR_EQUAL or SYSTEM_THREAD_EXCEPTION_NOT_HANDLED) and the name of the problem file (often a driver with the extension .sys). This data is the key to diagnosis.
If the screen disappears too quickly, disable automatic reboot:
- Open
Control Panel → System → Advanced system settings. - In the section
Download and recoveryclickOptions. - Uncheck the box
Perform automatic reboot.
Now at the next BSOD you will have time to write down or photograph the error code. You can decrypt it:
- 🔍 Via official Microsoft documentation (the most accurate way).
- 🛠️ Using the utility BlueScreenView (shows all memory dumps and associated drivers).
- 🤖 Through online services like OSR Online (for advanced users).
For example, error DRIVER_POWER_STATE_FAILURE almost always related to the power management driver (drivers are often to blame Intel Management Engine or NVIDIA). A WHEA_UNCORRECTABLE_ERROR indicates hardware problems - from CPU overheating to motherboard malfunction.
If your laptop restarts before the blue screen appears, try booting into safe mode (click F8 or Shift + Reboot in the Start menu) and check the event log in eventvwr.msc (section "System").
Diagnosis of hardware problems: RAM, SSD, overheating
If the BSOD appears even in Safe Mode or when booting from a LiveCD, the problem is almost certainly gland. Start checking with these steps:
1. RAM test
Broken RAM modules are one of the most common causes of random reboots. You can check memory using the built-in tool Windows:
- Click
Win + R, entermdsched.exeand run the utility. - Select
Reboot and check. - After rebooting, wait for the test to complete (may take 10-30 minutes).
If you find errors, try:
- 🔄 Move the RAM sticks to other slots.
- 🧹 Clean the contacts of the modules with an eraser (without fanaticism!).
- 🛒 Replace the faulty strip (if the test shows errors in one module).
2. Checking the hard drive/SSD
To diagnose the drive, use:
- 💽 Built-in utility
chkdsk /f /r(run as administrator). - 📊 CrystalDiskInfo - will show the state of health (S.M.A.R.T.) disk.
- 🔧 Victoria or HDDScan for deep surface testing.
If the disk is able Pre-Fail or there are bad sectors, immediately make a backup of your data — the drive can fail at any time.
3. Temperature monitoring
Overheating of the CPU/GPU is a common cause of BSOD on laptops, especially in the summer or under heavy load. Check temperatures using:
- 🌡️ HWMonitor or AIDA64 (see values under load!).
- 💨 ThrottleStop — will show whether throttling is working (reducing frequencies due to overheating).
Normal temperatures under load:
| Component | Maximum temperature | Critical temperature |
|---|---|---|
| Processor (CPU) | 80–90°C | 100°C+ (risk of shutdown) |
| Video card (GPU) | 75–85°C | 95°C+ (artifacts, BSOD) |
| Chipset/bridge | 70–80°C | 90°C+ (unstable operation) |
| SSD (controller) | 60–70°C | 80°C+ (risk of data loss) |
If temperatures exceed normal:
- 🧹 Clean the cooling system from dust (you can use a vacuum cleaner at minimum power).
- 🔧 Replace the thermal paste on the CPU/GPU (for laptops, use liquid metal or high-quality pastes like Arctic MX-6).
- 🔄 Check the operation of the cooler - if it does not spin up, it will need replacement.
What to do if the laptop turns off without BSOD?
If the laptop just turns off (without a blue screen), the problem is most likely power supply or battery. Try:
- Connect another power supply (if available).
- Remove the battery and operate from the mains.
- Check the power connector contacts on the motherboard - sometimes they become oxidized.
Driver conflicts: how to find and resolve
Type errors DRIVER_IRQL_NOT_LESS_OR_EQUAL or SYSTEM_SERVICE_EXCEPTION almost always related to drivers. To identify the problematic driver:
- Download the utility BlueScreenView and open the latest memory dump (
.dmpfile in folderC:\Windows\Minidump). - In column
Caused By Driverwill be the file name (for example,nvlddmkm.sys- driver NVIDIA). - Update or roll back the driver via
Device Manager.
Typical BSOD culprits:
- 🎮 Video drivers (NVIDIA, AMD, Intel) - update only through official sites, and not through Windows Update.
- 📶 Wi-Fi/Bluetooth drivers (especially on laptops Lenovo And HP with modules Realtek or Intel AX200).
- 🔊 Sound drivers (Realtek Audio often conflicts after Windows updates).
- 🖱️ Touchpad drivers (For example, Synaptics or ELAN on ASUS And Acer).
If you are not sure which driver is at fault, run clean boot:
- Click
Win + R, entermsconfig. - Go to the tab
Services, markDon't show Microsoft servicesand disable all others. - On the tab
Autoloaddisable all programs. - Reboot your laptop and check if the BSOD appears.
Roll back the problematic device driver in Device Manager|
Remove driver via Display Driver Uninstaller (DDU)|
Install the driver from the official website of the laptop manufacturer|
Check driver compatibility with the Windows version (for example, drivers for Win10 may not work in Win11)|
Disable automatic driver updates via gpedit.msc
-->
Viruses, malware and damaged system files
Some viruses (for example, miners or rootkits) deliberately damage system files to hide their presence. This may cause BSOD with errors like CRITICAL_PROCESS_DIED or KERNEL_SECURITY_CHECK_FAILURE.
How to check the system:
- Boot into safe mode with network support.
- Run the scan:
- 🛡️ Windows Defender Offline Scan (built into Windows).
- 🔍 Kaspersky Virus Removal Tool or Dr.Web CureIt! (portable versions).
sfc /scannow
dism /online /cleanup-image /restorehealth
If no viruses are found but the BSOD continues, try restore the registry:
- Open
regeditand create a backup (File → Export). - Go to section
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management. - Check the parameter
PagingFiles- if it is damaged, reset it to default.
If the antivirus finds threats like Trojan.Win32 or Rootkit, do not limit yourself to treatment - after removing the virus reinstall Windows, since some rootkits leave “bookmarks” in the system.
Power and BIOS problems: hidden causes of BSOD
If the laptop reboots with BSOD when connecting/disconnecting charging or when running on battery, the problem may lie in:
- ⚡ Faulty power supply (check the voltage with a multimeter - it should match that indicated on the sticker).
- 🔋 Worn out battery (if the capacity drops below 40%, replace the battery).
- ⚙️ Power plan settings (sometimes resetting the BIOS helps).
Also check your settings BIOS/UEFI:
- Reboot your laptop and enter the BIOS (usually the
F2,DelorEsc). - Reset settings to default (
Load Default Settings). - Disable:
- 🔄
Fast Boot(may conflict with drivers). - 💾
Secure Boot(if you are using non-original Windows). - 🔌
USB Legacy Support(if BSOD appears when connecting USB devices).
- 🔄
On laptops Lenovo And HP BSOD is sometimes caused by proprietary utilities like Lenovo Vantage or HP Support Assistant. Try removing them via Control Panel → Programs and Features.
How to update BIOS safely?
- Download the firmware only from the official website laptop manufacturer.
- Connect your laptop to uninterruptible power supply (UPS) - interrupting the update process can kill the motherboard.
- Don't update BIOS through Windows - use USB flash drive with DOS mode (if there is such an option).
- After updating, reset BIOS settings and configure again.
What to do if your laptop won't boot due to BSOD
If your laptop goes into an endless reboot loop with a blue screen, try these methods:
1. Safe Mode
Clamp Shift and press Reboot in the Start menu (or interrupt the download 3 times in a row - Windows will automatically offer recovery options). In safe mode:
- 🔄 Roll back the system to a restore point.
- 🗑️ Remove recently installed drivers or programs.
- 🛡️ Run a virus scan.
2. Recovery via USB drive
If Safe Mode is not available:
- Create a bootable USB flash drive with Windows 10/11 (can be on another PC).
- Boot from it, select
System Restore. - Use options:
- 🔧
Startup Recovery(automatic error correction). - 📅
System Restore(rollback to operating point). - 💾
Command linefor manual correction (for example,bootrec /fixmbr).
- 🔧
3. Reinstall Windows
If all else fails, you will have to reinstall the system. Important:
- 📁 Preliminary save the data (connect the drive to another PC or boot from a LiveCD).
- 🔑 Use the original Windows image (from the Microsoft website).
- 🔧 After installation install the drivers first (chipset, video, network), and then programs.
If the laptop does not boot even from a USB flash drive, the problem is most likely hardware (RAM, motherboard, storage). In this case, diagnostics are required at a service center.
FAQ: Frequently asked questions about BSOD on laptops
🔹 Why does my laptop reboot with a blue screen only when playing games?
In 90% of cases this is due to:
- 🔥 Overheating of the video card (check temperatures in MSI Afterburner).
- 🎮 Unstable GPU overclocking (reset settings to NVIDIA Control Panel or AMD Radeon Software).
- ⚡ Lack of food (connect the laptop to the network and check the power supply).
Also update your video card drivers only through official utilities (GeForce Experience or AMD Adrenalin), and not through Windows Update.
🔹 BSOD appears after Windows update. How to roll back?
If the laptop boots:
- Go to
Settings → Update & Security → Recovery. - Click
Go back to a previous version of Windows(available for 10 days after update).
If the system does not boot:
- Boot from the installation flash drive, select
System Restore. - On the command line, run:
wmic qfe list brief /format:tableto see the list of updates, then remove the problematic one:
wusa /uninstall /kb:НОМЕР_ОБНОВЛЕНИЯ
🔹Laptop ASUS/HP/Lenovo reboots with BSOD when connected to a docking station. What's the matter?
The problem is typical for business laptops with Thunderbolt 3/4 or USB-C. Reasons:
- 🔌 Incompatibility of the docking station firmware with the laptop BIOS version.
- 🔄 Driver conflict Intel Thunderbolt or USB controller.
- ⚡ Insufficient power supply (the docking station does not provide enough watts).
Solutions:
- Update the docking station's BIOS and firmware.
- Install drivers Intel Thunderbolt from the laptop manufacturer's website (not from the Intel website!).
- Try connecting a docking station after Windows is fully loaded.
🔹 Can BSOD damage your hard drive or other components?
On my own BSOD does not damage hardware - this is a software error. However:
- 💥 If BSOD is caused overheating, prolonged operation in this mode may shorten the life of components.
- 💾 In case of sudden reboot Unsaved data may be lost (especially critical for databases or open documents).
- 🔋 Frequent BSODs due to power problems (such as power surges) may damage the power supply or motherboard.
If the laptop reboots with BSOD regularly, don't ignore the problem - this can lead to more serious damage.
🔹 How to prevent data loss due to frequent BSODs?
Follow these guidelines:
- ☁️ Turn on automatic saving in office programs (Word, Excel) and set up autosave in games/editors.
- 🔄 Use cloud services (Google Drive, OneDrive) for critical files.
- 💾 Create backups regularly to an external drive (for example, using Macrium Reflect or Veeam Agent).
- 🛡️ Install a UPS (uninterruptible power supply) to protect against power surges.
- 📅 Set up restore points in Windows (Control Panel → Recovery → System Restore settings).
If BSODs appear frequently, do not store important data on the system drive — use a second SSD or external drive.