Blue screen of death (BSOD) with code stopcode in Windows 10 is one of the most annoying problems faced by laptop users. Unlike stationary PCs, where diagnostics often come down to checking the hardware, in laptops the reasons may lie in drivers, OS conflicts with hardware, or even in specific BIOS settings typical for mobile devices. This error doesn't just interrupt your work; it signals a critical failure that Windows couldn't handle on its own.

In this article we will look at unique features of stopcode diagnostics on laptops (including models ASUS, Lenovo, HP And Acer), where limited access to hardware components makes repairs difficult. You will learn how to distinguish a software failure from a hardware failure, why standard methods sometimes do not work, and what to do if your laptop goes into a cyclic reboot after an error appears. Let's start with the most important thing - deciphering the error code.

What is stopcode and how to decrypt it

Code stopcode (or stops) is the hexadecimal value that Windows generates when it crashes. It consists of the main error code (for example, CRITICAL_PROCESS_DIED) and additional parameters indicating a specific reason. The most common types found on laptops are:

  • 🔹 IRQL_NOT_LESS_OR_EQUAL — driver conflict or memory corruption.
  • 🔹 SYSTEM_THREAD_EXCEPTION_NOT_HANDLED — a failure in a system process (often associated with antiviruses or updates).
  • 🔹 VIDEO_TDR_FAILURE - problems with the graphics driver (relevant for laptops with NVIDIA Optimus or AMD Radeon).
  • 🔹 CRITICAL_PROCESS_DIED — death of a critical process (may indicate damage to system files).
  • 🔹 KMODE_EXCEPTION_NOT_HANDLED - kernel error, often due to incompatible software.

Codes on laptops WHEA_UNCORRECTABLE_ERROR And MEMORY_MANAGEMENT may indicate problems with RAM or overheating - This is specific to mobile devices due to the compact body and limited cooling system. To accurately determine the cause, you need to analyze memory dump (file .dmp) that Windows creates during BSOD.

📊 How often do you encounter blue screens on your laptop?
  • Never
  • Once every few months
  • Often (once a week)
  • Constantly (daily)

Dumps are stored in the folder C:\Windows\Minidump. To analyze them, you can use utilities like BlueScreenView or WinDbg. If you see stopcode DPC_WATCHDOG_VIOLATION, it's almost always driver related Wi-Fi or SSD - a typical problem for laptops with modules Intel AX200 or drives NVMe.

Reasons for stopcode on laptops: why does this happen

Laptops have unique pain points that are rarely found on desktops. Here are the key reasons for BSOD with stopcode:

Reason Typical stopcode How it manifests itself
Driver conflict (especially after Windows update) DRIVER_IRQL_NOT_LESS_OR_EQUAL, SYSTEM_SERVICE_EXCEPTION BSOD appears when connecting peripherals or after sleep/hibernation.
CPU/GPU overheating WHEA_UNCORRECTABLE_ERROR, THERMAL_EVENT_OVERTEMP The laptop turns off or reboots during load (games, rendering).
Problems with SSD/NVMe (especially on laptops with PCIe 4.0) NVME_DRIVER_INTERNAL, CRITICAL_PROCESS_DIED Freezes when copying files or booting the system.
Incompatible software (antiviruses, overclocking utilities) KMODE_EXCEPTION_NOT_HANDLED, PAGE_FAULT_IN_NONPAGED_AREA BSOD after installing programs or updating drivers.
Damage to system files CRITICAL_PROCESS_DIED, NTFS_FILE_SYSTEM The laptop does not boot or reboots cyclically.

Laptops with hybrid graphics (For example, Intel UHD + NVIDIA GTX/RTX). Drivers for such configurations often conflict, resulting in stopcode VIDEO_TDR_FAILURE. Another common problem is energy saving mode, which aggressively disables devices, causing driver crashes.

⚠️ Attention: If stopcode appears after replacement RAM or SSD, check the compatibility of the modules with your laptop model. For example, some Lenovo ThinkPad do not support memory with voltage higher 1.2V, which leads to MEMORY_MANAGEMENT.

First steps: what to do when a stopcode appears

If the laptop still boots (even with errors), follow these steps before deep diagnostics:

Disconnect all peripherals (mouse, keyboard, USB drives)

Start the laptop in Safe Mode (hold Shift + Reboot)

Check CPU/GPU temperature using HWMonitor or Core Temp

Roll back the latest Windows updates via Settings → Update & Security → Windows Update → View update history-->

If the laptop goes into a cyclic reboot, try:

  1. Abort booting three times with the power button to bring up recovery environment.
  2. Select Troubleshooting → Advanced Options → Boot Options → Restart.
  3. Click F4 to run in Safe Mode.

B Safe Mode check:

  • 🔧 Driver status in Device Manager (yellow exclamation marks!).
  • 🔧 Windows Event Log (eventvwr.msc) for critical errors.
  • 🔧 Integrity of system files with the command:
sfc /scannow

dism /online /cleanup-image /restorehealth

⚠️ Attention: On laptops with BitLocker Booting into Safe Mode may require a recovery key. Make sure you have it (look in your Microsoft account or on paper).

Eliminating driver-related stopcodes

Drivers are the main cause of BSOD on laptops. Particularly problematic:

  • 🖥️ Graphics drivers (NVIDIA, AMD, Intel).
  • 📶 Network adapters (Wi-Fi/Bluetooth, especially Intel AX200/AX210).
  • 💾 Storage controllers (NVMe, SATA).
  • 🎮 Power management drivers (e.g. ATK Package for ASUS).

Algorithm of actions:

  1. Open Device Manager (devmgmt.msc).
  2. Find devices with yellow icons or in sections Video adapters, Network adapters, Storage controllers.
  3. Right click → Properties → Driver → Roll Back (if the button is active).
  4. If a rollback is not possible, uninstall the driver and install the version from the laptop manufacturer's website (not from the NVIDIA/AMD!).

For laptops with hybrid graphics (NVIDIA Optimus):

  • Remove both drivers (integrated and discrete) via Display Driver Uninstaller (DDU).
  • Install drivers manually, starting with integrated graphics (Intel), then discrete.
  • Disable the option in BIOS Switchable Graphics, if it exists.
💡

If after updating the driver Wi-Fi stopcode appeared DRIVER_POWER_STATE_FAILURE, try disabling the power saving mode for the network adapter in Device Manager (tab Power management).

Diagnose hardware problems

If stopcode appears even after reinstalling Windows, the problem is most likely hardware. On laptops the most common culprits are:

  • 🔥 Overheating - check the temperature in HWMonitor. Normal for CPU: up to 85°C under load. If it is higher, clean the cooling system or change the thermal paste.
  • 💾 Faulty SSD/NVMe - test with CrystalDiskInfo. Pay attention to the parameters Reallocated Sectors Count And Pending Sectors.
  • 🧠 RAM - run MemTest86 (minimum 4 passes). On laptops with soldered RAM (soldered-in memory) replacement is not possible - only repair.
  • 🔋 Defective battery - may cause KERNEL_DATA_INPAGE_ERROR when operating on battery power. Try disconnecting the battery and working from the mains.

For the test RAM:

  1. Download MemTest86 and write it to a flash drive.
  2. Boot from the USB flash drive (you may need to disable Secure Boot in BIOS).
  3. Run the test for 4-8 hours. If errors appear, the memory is faulty.

For the test SSD/NVMe:

  • Use CrystalDiskInfo to check disk health.
  • If the disk shows Warning or Bad, backup your data immediately.
  • For laptops with PCIe 4.0 NVMe (For example, Samsung 980 Pro) may require a BIOS update for compatibility.
What to do if the laptop does not turn on after stopcode?

If the laptop does not respond to the power button after BSOD, follow these steps:

1. Disconnect the charger and remove the battery (if removable).

2. Hold the power button for 30-60 seconds to release the remaining charge.

3. Connect the charger and try to turn on the laptop.

4. If it doesn’t help, the problem may be in the power supply or motherboard. Contact the service center.

Specific solutions for laptops of different brands

Laptop manufacturers often use their own drivers and utilities that may conflict with Windows. Here's what to do for popular brands:

Brand Typical problems Solution
ASUS Stopcode DRIVER_POWER_STATE_FAILURE because of ATK Package or Armoury Crate. Remove ATK Package through Programs and components and install the latest version from the ASUS website.
Lenovo (ThinkPad, Legion) WHEA_UNCORRECTABLE_ERROR when using Thunderbolt dock. Update BIOS and driver Thunderbolt through Lenovo Vantage.
HP (Pavilion, Omen) BSOD after BIOS update or when using HP CoolSense. Roll back the BIOS to a previous version or reset the settings to default.
Acer (Predator, Swift) VIDEO_TDR_FAILURE on laptops with NVIDIA Optimus. Install drivers from the Acer website (not from the NVIDIA website!) and disable G-Sync in the NVIDIA Control Panel.
Dell (XPS, Inspiron) Stopcode SYSTEM_SERVICE_EXCEPTION when connected to a docking station. Update your drivers Dell Dock and turn off the mode USB PowerShare in BIOS.

For laptops MSI with technology Dragon Center Often it helps to completely remove this software via MSI Center Uninstall Tool. If stopcode appears after updating the BIOS, try resetting the BIOS to factory settings (Load Default Settings) and disable Fast Boot.

System Restore and Reinstall Windows

If none of the methods help, radical measures remain:

  1. System Restore:
    • Boot into recovery environment (as described above).
    • Select Troubleshooting → Advanced Options → System Restore.
    • Select a restore point to stopcode appears.
  2. Reset Windows 10:
    • In the recovery environment, select Restore your computer to its original state.
    • Select Save my files (if you need to save data).
    • After reset, install drivers only from the laptop manufacturer's website.
  3. Clean Windows installation:
    • Create a bootable USB flash drive using Media Creation Tool.
    • When installing, remove everything partitions on the disk and create them again.
    • After installation, immediately update Windows via Update Center.
⚠️ Attention: On laptops with UEFI And Secure Boot For a clean install you may need to disable Secure Boot in BIOS and switch boot mode to Legacy (if Windows is not installed). After installation, return the settings back.

If stopcode appears even after a clean installation of Windows, the problem is 100% hardware. In this case:

  • Check your laptop for overheating (cleaning + replacing thermal paste).
  • Test RAM And storage device.
  • Contact a service center for diagnostics motherboard (there may be problems with the chipset or memory controller).

FAQ: Frequently asked questions about stopcode on laptops

Is it possible to ignore stopcode if laptop works fine after reboot?

No. Even if the laptop boots after a BSOD, the stopcode indicates a serious problem that can lead to data loss or complete system failure. For example, CRITICAL_PROCESS_DIED often precedes damage to system files, and WHEA_UNCORRECTABLE_ERROR may indicate processor degradation.

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

This is a typical network adapter driver problem. Update the driver for Wi-Fi module from the laptop manufacturer's website (not through Windows Update!). If that doesn't help, try:

  1. Disable power saving mode for the adapter in Device Manager.
  2. Install the driver manually via Update driver → Search for drivers on this computer.
  3. Disable feature 802.11n/Wireless Mode in the adapter settings (if available).

For adapters Intel AX200/AX210 Rolling back the driver to the version may help 22.40.0 (there are known bugs in new versions).

The laptop issues a stopcode when connecting an external monitor. How to fix it?

The problem is usually related to graphics drivers or a faulty port (for example, HDMI/USB-C). Try:

  • Connect the monitor via a different port (for example, DisplayPort instead of HDMI).
  • Update drivers for discrete graphics And chipset.
  • Disable option in BIOS Hybrid Graphics or Switchable Graphics.
  • Check the cable and monitor on another device.

If stopcode VIDEO_TDR_FAILURE appears only at high resolution (for example, 4K@60Hz), try lowering the resolution or refresh rate.

After replacing the SSD, a stopcode appeared on the laptop. What to do?

This may be due to:

  1. Drive incompatibility - some laptops do not support PCIe 4.0 NVMe (For example, Samsung 980 Pro on old motherboards). Check the compatibility list on the manufacturer's website.
  2. Lack of driver for the controller - install the driver NVMe from the laptop manufacturer's website.
  3. Incorrect BIOS setting - turn on the mode AHCI for SATA or NVMe for PCIe drives.
  4. Problem with SSD firmware — update the drive firmware through the manufacturer’s utility (for example, Samsung Magician).

If stopcode INACCESSIBLE_BOOT_DEVICE, try reinstalling Windows with a full disk format.

Stopcode appears only when running on battery power. What is the reason?

This indicates:

  • Defective battery - check his health through Battery Report (command in PowerShell: powercfg /batteryreport). If the capacity is lower 40% from the original one - replace the battery.
  • Problems with the power controller - update BIOS and drivers ACPI.
  • Too aggressive power saving mode - in Control Panel → Power Options select scheme High performance.

If stopcode KERNEL_DATA_INPAGE_ERROR appears when switching to battery, this may be due to unstable voltage - try to work only from the network.