Error Medic

HP Laptop Blue Screen of Death: Complete Troubleshooting Guide (BSOD Fixes)

Fix HP laptop blue screen of death errors fast. Step-by-step diagnosis & fixes for IRQL, MEMORY_MANAGEMENT, KERNEL_SECURITY_CHECK & more BSOD errors on HP lapto

Last updated:
Last verified:
2,349 words
Key Takeaways
  • Driver conflicts (especially after Windows Update) are the #1 cause of HP laptop BSOD errors — outdated or incompatible drivers for GPU, chipset, or Wi-Fi adapters trigger stop codes like IRQL_NOT_LESS_OR_EQUAL and DRIVER_IRQL_NOT_LESS_OR_EQUAL.
  • Faulty or failing RAM and SSD/HDD hardware cause stop codes such as MEMORY_MANAGEMENT (0x0000001A), PAGE_FAULT_IN_NONPAGED_AREA (0x00000050), and KERNEL_DATA_INPAGE_ERROR (0x0000007A).
  • Overheating due to clogged HP laptop vents or failing thermal paste triggers WHEA_UNCORRECTABLE_ERROR (0x0000124) and CLOCK_WATCHDOG_TIMEOUT BSODs — clean vents and re-apply thermal paste. Quick fix: boot into Safe Mode, run 'sfc /scannow' and 'chkdsk /r', update all drivers via HP Support Assistant, then run Windows Memory Diagnostic to isolate the root cause.
Fix Approaches Compared
MethodWhen to UseTimeRisk
Update/Rollback Drivers via Device ManagerBSOD started after Windows Update or new software install; stop codes like DRIVER_IRQL_NOT_LESS_OR_EQUAL10–20 minLow
Run SFC & DISM (System File Checker)Corrupted system files after crash loop or failed update; generic stop codes with no clear driver20–40 minLow
Windows Memory Diagnostic / MemTest86MEMORY_MANAGEMENT or PAGE_FAULT_IN_NONPAGED_AREA stop codes; random BSODs with no pattern30 min – 8 hrsNone
CHKDSK /r on Boot DriveKERNEL_DATA_INPAGE_ERROR or disk-related stop codes; clicking noises or slow disk30 min – 2 hrsLow (backs up data first)
HP PC Hardware Diagnostics UEFIHardware failure suspected; HP laptop won't boot to Windows; multiple BSOD stop codes15–60 minNone
System Restore / Reset This PCDriver rollback and SFC failed; multiple unresolvable BSODs; HP laptop stuck in crash loop45 min – 2 hrsMedium (may lose apps/data)
Reinstall Windows via HP RecoveryAll other fixes failed; severe OS corruption; HP recovery partition available2–4 hrsHigh (data loss)

Understanding the HP Laptop Blue Screen of Death

The Blue Screen of Death (BSOD) — technically a Windows Stop Error — occurs when the operating system encounters a critical failure it cannot recover from safely. On HP laptops, you'll see a blue screen with a sad face emoji, a stop code like IRQL_NOT_LESS_OR_EQUAL, and often a QR code. Windows 10 and 11 then attempt an automatic restart.

Common HP BSOD stop codes and their meanings:

  • IRQL_NOT_LESS_OR_EQUAL (0x0000000A) — A driver accessed memory at an invalid IRQL level
  • DRIVER_IRQL_NOT_LESS_OR_EQUAL (0x000000D1) — Faulty network, GPU, or chipset driver
  • MEMORY_MANAGEMENT (0x0000001A) — RAM hardware fault or driver memory corruption
  • PAGE_FAULT_IN_NONPAGED_AREA (0x00000050) — Invalid memory reference, often bad RAM or SSD
  • KERNEL_SECURITY_CHECK_FAILURE (0x00000139) — Corrupted data structure, often driver or malware
  • WHEA_UNCORRECTABLE_ERROR (0x00000124) — Hardware-level CPU or RAM error, often overheating
  • KERNEL_DATA_INPAGE_ERROR (0x0000007A) — Hard drive or SSD read failure
  • SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (0x0000007E) — Driver exception not caught

Step 1: Survive the Crash Loop — Access Safe Mode

If your HP laptop is caught in a BSOD restart loop, you must enter Safe Mode or the Windows Recovery Environment (WinRE) before you can diagnose anything.

Method A — Interrupt the boot 3 times: Force shutdown your HP laptop by holding the power button during startup. Do this 3 consecutive times. Windows will automatically enter Automatic Repair mode. Select Advanced Options > Troubleshoot > Advanced Options > Startup Settings > Restart, then press F4 for Safe Mode or F5 for Safe Mode with Networking.

Method B — HP Boot Menu: On HP laptops, press F11 at startup to access HP Recovery Manager directly, or F8 (on older models) for Advanced Boot Options.

Method C — WinRE Command Prompt: From Advanced Options, select Command Prompt to run diagnostic commands without booting Windows.

Step 2: Read the Minidump File to Identify the Exact Cause

Windows saves crash dump files at C:\Windows\Minidump\. These contain the exact stop code, faulting module, and memory address. You can analyze them with WinDbg or the free tool WhoCrashed.

In an elevated PowerShell or Command Prompt:

cd C:\Windows\Minidump
dir

Note the most recent .dmp file. Open Event Viewer > Windows Logs > System and filter for Critical events around the crash time to cross-reference.

For automated analysis, download WhoCrashed from resplendence.com and run it — it will parse minidumps and name the faulting driver in plain English (e.g., nvlddmkm.sys for NVIDIA GPU, atikmpag.sys for AMD GPU, iaStorA.sys for Intel storage).

Step 3: Update or Roll Back Drivers

Driver conflicts are the leading cause of HP blue screen of death errors. After a Windows Update, HP-specific drivers for the chipset, Wi-Fi adapter, or HP CoolSense may become incompatible.

Roll back a driver:

  1. Open Device Manager (devmgmt.msc)
  2. Expand the relevant category (e.g., Display Adapters, Network Adapters)
  3. Right-click the device > Properties > Driver tab > Roll Back Driver

Update all HP drivers via HP Support Assistant:

  • Download HP Support Assistant from support.hp.com
  • Run a full scan — it will identify outdated BIOS, chipset, GPU, and Wi-Fi drivers specific to your HP model

Disable a specific driver temporarily: In Safe Mode, right-click the suspect device in Device Manager > Disable Device. Restart normally and see if the BSOD recurs.

Step 4: Run System File Checker and DISM

Corrupted Windows system files cause unpredictable BSODs. Run these commands in an elevated Command Prompt:

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

After DISM completes, re-run sfc /scannow. Restart and test.

Step 5: Test RAM with Windows Memory Diagnostic

For MEMORY_MANAGEMENT or PAGE_FAULT BSODs, test your HP laptop's RAM:

  1. Press Win + R, type mdsched.exe, press Enter
  2. Select Restart now and check for problems
  3. After restart, choose Extended test via F1 for thorough coverage

Alternatively, boot from a MemTest86 USB drive for hardware-level RAM testing independent of Windows.

If errors are found: try reseating the RAM (if accessible on your HP model), or replace the faulty DIMM.

Step 6: Check the Drive for Errors

KERNEL_DATA_INPAGE_ERROR and disk-related BSODs require a CHKDSK scan:

chkdsk C: /f /r /x

Schedule it to run on next boot. For NVMe SSDs on HP laptops, also run:

wmic diskdrive get status

Or use CrystalDiskInfo to check SMART health attributes — watch for Reallocated Sectors, Uncorrectable Errors, or Pending Sectors.

Step 7: Check for Overheating (WHEA_UNCORRECTABLE_ERROR)

HP laptops are known for heat buildup, especially the HP Omen, Pavilion, and Spectre lines. WHEA_UNCORRECTABLE_ERROR is often a thermal shutdown masking as a BSOD.

  • Download HWMonitor or Core Temp and monitor CPU/GPU temperatures under load
  • If CPU exceeds 95°C, clean the vents with compressed air
  • On HP Omen and Pavilion models, re-applying thermal paste (removing the heatsink) can drop temperatures by 20–30°C
  • Enable HP CoolSense via HP Support Assistant if disabled

Step 8: Update HP BIOS

Outdated BIOS firmware on HP laptops causes hardware-level errors especially with newer RAM kits or after major Windows updates. Go to support.hp.com, enter your model number, download the latest BIOS .exe, and run it from Windows (never interrupt a BIOS flash).

Step 9: HP PC Hardware Diagnostics UEFI

HP laptops ship with a built-in hardware diagnostic tool:

  1. Power off, then press power and immediately press Esc
  2. Press F2 for System Diagnostics
  3. Run Extensive Test — this checks RAM, storage, and CPU at the hardware level
  4. Note the Failure ID if a test fails — use it on HP's warranty portal

Step 10: Last Resort — System Restore or Reset

If all above steps fail:

  • System Restore: WinRE > Advanced Options > System Restore — roll back to a point before BSODs started
  • Reset This PC (Keep Files): Settings > Recovery > Reset this PC > Keep my files
  • HP Factory Reset: Press F11 at boot to use HP Recovery Manager and restore factory image

Always back up data before these steps using HP Cloud Recovery or an external drive.

Frequently Asked Questions

bash
# ============================================================
# HP Laptop Blue Screen of Death - Diagnostic & Fix Commands
# Run in elevated Command Prompt (Run as Administrator)
# ============================================================

# --- STEP 1: Check for corrupted system files ---
sfc /scannow

# --- STEP 2: Repair Windows image (run before second sfc if sfc fails) ---
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

# --- STEP 3: Check disk for errors (schedule on next reboot) ---
chkdsk C: /f /r /x

# --- STEP 4: Check disk SMART status via WMIC ---
wmic diskdrive get model,status,size

# --- STEP 5: List recent crash dump files ---
dir C:\Windows\Minidump\ /od

# --- STEP 6: Read BSOD stop code from System Event Log (PowerShell) ---
# Run in elevated PowerShell:
Get-EventLog -LogName System -EntryType Error -Newest 20 | Where-Object {$_.EventID -eq 41 -or $_.EventID -eq 6008} | Format-List TimeGenerated, Message

# --- STEP 7: Enable Driver Verifier to catch faulty driver ---
# WARNING: This will cause a BSOD if a bad driver is found — use only for diagnosis
# Run, note the faulting driver in minidump, then disable verifier
verifier /standard /all
# To disable Driver Verifier after finding the culprit:
verifier /reset

# --- STEP 8: Disable automatic restart on BSOD ---
wmic recoveros set AutoReboot=False

# --- STEP 9: List all installed drivers with dates (PowerShell) ---
# Helps identify recently updated drivers that may have caused BSOD
Get-WmiObject Win32_PnPSignedDriver | Select-Object DeviceName, DriverDate, DriverVersion, Manufacturer | Sort-Object DriverDate -Descending | Format-Table -AutoSize

# --- STEP 10: Check RAM via Windows Memory Diagnostic ---
mdsched.exe
# Choose: Restart now and check for problems

# --- STEP 11: Check Windows Update history for recent updates ---
# Rollback a specific KB if it caused BSOD:
wusa /uninstall /kb:XXXXXXX /quiet /norestart
# Replace XXXXXXX with the KB number (e.g., KB5034203)

# --- STEP 12: Boot into HP Hardware Diagnostics (from Command Prompt in WinRE) ---
# No command needed — reboot and press F2 at HP splash screen
# Or launch HP Diagnostics from WinRE via:
bcdedit /set {default} bootmenupolicy legacy
# Then restart and press F8 for legacy boot menu

# --- STEP 13: Repair Boot Record (if BSOD on startup / boot loop) ---
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd

# --- STEP 14: Export crash dump analysis via WinDbg (PowerShell, WinDbg installed) ---
# Install WinDbg from Microsoft Store first, then:
# windbg -z C:\Windows\Minidump\<latest>.dmp
# In WinDbg console:
# !analyze -v
# This outputs the exact faulting module, address, and stop code detail

echo "Diagnostic complete. Review output above and match stop codes to fixes in the guide."
E

Error Medic Editorial

Error Medic Editorial is a team of senior DevOps engineers, SREs, and Windows system administrators with 10+ years of experience diagnosing hardware failures, BSOD crashes, and OS-level errors across enterprise and consumer environments. Our guides are built from real incident post-mortems, HP hardware lab testing, and thousands of resolved support cases. We specialize in Windows stop error analysis, driver conflict resolution, and HP-specific hardware diagnostics.

Sources

Related Articles in Hp Blue Screen Of Death

Explore More windows Guides