WhyCrashed

STOP 0x0000007A

KERNEL_DATA_INPAGE_ERROR

Windows tried to read its own data back from the disk (page file) and the read failed. This points at the storage side of your PC: the drive itself, its cable, or its driver.

Worth knowing: If parameter 2 shows 0xC000009C or 0xC000016A, the disk itself reported bad blocks — treat the drive as failing and back up first.

Likely causes, most common first

How to fix it

1. Check the disk's health now easy

  1. In an admin terminal run: chkdsk C: /f /r — confirm the scan on next reboot (it can take a while).
  2. Check the drive's SMART health with the maker's tool (Samsung Magician, WD Dashboard, Crucial Storage Executive, etc.).
  3. Back up your important files today — this stop code is often an early warning of drive failure.

2. Reseat cables and update storage software moderate

  1. Desktop PC: power off and reseat both ends of the drive's SATA cable, or swap the cable.
  2. Update SSD firmware with the maker's tool.
  3. Update the storage/chipset driver from your motherboard or PC maker's support page.

The four parameters on the blue screen

Windows shows four hex numbers with this stop code. Here's what each means — our analyzer decodes them automatically from your dump file.

Parameter 1Lock type or page table entry
Parameter 2I/O error status — 0xC000009C or 0xC000016A mean bad disk blocks; 0xC0000185 means cabling/termination trouble
Parameter 3Current process or PTE
Parameter 4Address of the data that failed to load

Got a crash dump? Get your verdict in seconds

Drop the .dmp file into our analyzer — it runs entirely in your browser. No upload, no size limit, no account.

Analyze my dump file →