How to Fix Kernel Data Inpage Error in Windows 10/11 (7 Fixes)

The Kernel Data Inpage Error is a blue screen crash that appears when Windows fails to read a page of data from your storage drive into memory. It carries the stop code 0x0000007A and usually points to a problem with your disk, RAM, drivers, or the page file. Some users see it specifically when the PC wakes up from sleep. Here is how to fix it on both Windows 10 and Windows 11.

Kernel Data Inpage Error

What Causes Kernel Data Inpage Error

This error has a few common root causes rather than one single trigger.

  • Bad sectors or file system corruption on the storage drive
  • Faulty or loose SATA/NVMe cable connections, or failing RAM
  • Outdated or corrupted storage and chipset drivers
  • A known firmware bug on certain 2TB WD and SanDisk NVMe SSDs under Windows 11 24H2

The error screen sometimes names the driver file involved, such as ntfs.sys, ataport.sys, dxgkrnl.sys, or tcpip.sys. That filename can point you toward which device or driver to check first.

Fix 1: Update SSD Firmware (Windows 11 24H2 NVMe Bug)

If you are on Windows 11 version 24H2 with a 2TB WD or SanDisk NVMe SSD, this is the most likely cause and should be checked first. Skip this fix if you’re on Windows 10 or don’t use one of these drives, and move straight to Fix 2.

  1. Press Win + S, type Event Viewer, and open it.
  2. Check Windows Logs > System for stornvme Event ID 11 errors.
  3. If found, visit the Western Digital support site or SanDisk support site and download the latest firmware tool for your exact SSD model.
  4. Run the firmware update tool and restart your PC once it completes.

This single fix resolves the crash on most affected 24H2 machines, since it corrects how the SSD controller handles Host Memory Buffer requests from Windows.

Fix 2: Run CHKDSK to Check for Disk Errors

If the firmware fix does not apply to you or the crash continues, check for disk errors next. Disk errors and bad sectors are a frequent cause of this crash on both older and newer systems.

  1. Right-click the Start button and open Terminal (Admin) or Command Prompt (Admin).
  2. Type chkdsk /f /r /x and press Enter.
  3. If prompted to schedule the scan on next restart, type Y and reboot your PC.
  4. Let the scan run fully; it may take a while on larger drives.

Fix 3: Run SFC and DISM Scans

If CHKDSK does not resolve the crash, corrupted system files could be the cause instead.

  1. Open Command Prompt (Admin).
  2. Type sfc /scannow and press Enter, then wait for it to finish.
  3. Next, run DISM /Online /Cleanup-Image /RestoreHealth and let it complete.
  4. Restart your PC and check if the error still occurs.

SFC will report either that it found and repaired corrupt files or that it found no integrity violations. If it reports repairs made, restart and monitor for the crash before moving on.

Fix 4: Update Storage and Chipset Drivers

If system files check out fine, outdated drivers are the next likely culprit. Outdated storage drivers can make a healthy drive appear as if it is failing.

  1. Press Win + X and select Device Manager.
  2. Expand Disk drives and Storage controllers.
  3. Right-click each device and select Update driver, then choose automatic search.
  4. Restart your PC after any driver installs.

Fix 5: Check Physical Connections and RAM

If driver updates don’t help, the issue may be hardware rather than software. Loose cables or failing RAM are common on desktops and can produce the exact same stop code.

  1. Power off the PC and reseat the SATA and power cables on your drive if it is a desktop.
  2. Open Windows Memory Diagnostic by searching for it in the Start menu.
  3. Choose Restart now and check for problems and let the test run.
  4. Replace any RAM module that reports errors.

Fix 6: Run a Full Malware Scan

If none of the fixes above resolve the crash, rule out malware last. Malware can corrupt the files Windows needs to read from disk, which can also result in this crash.

  1. Open Settings > Privacy & security > Windows Security.
  2. Click Virus & threat protection, then Scan options.
  3. Select Full scan and click Scan now.
  4. Remove or quarantine any threats found and restart your PC.

Third-party antivirus tools can sometimes cause this crash themselves by falsely flagging and blocking core Windows processes. If you use a third-party security app, try temporarily disabling it to see if the error stops, and keep Windows Security enabled in its place while you test.

Fix 7: Set the Page File to Automatic

The page file stores data your RAM has offloaded, and a misconfigured one can trigger this exact error.

  1. Press Win + S, type advanced system settings, and open View advanced system settings.
  2. Under the Advanced tab, click Settings in the Performance section.
  3. Open the Advanced tab in the new window and click Change.
  4. Check Automatically manage paging file size for all drives and click OK on each screen to exit.

If this setting was already enabled, try unchecking it and setting a custom size instead, since a corrupted automatic configuration can sometimes be the cause.

Working through these fixes in order covers the most common causes, from the 24H2 firmware bug down to the page file, so most cases of Kernel Data Inpage Error should be resolved by the time you reach Fix 7.

Frequently Asked Questions

What does Kernel Data Inpage Error mean?

It means Windows tried to read a page of data from your storage drive into memory and the read failed. The underlying cause is usually a disk, RAM, driver, or page file problem rather than the kernel itself.

Is Kernel Data Inpage Error a sign of hard drive failure?

It can be, but not always. Bad sectors or a failing drive are common triggers, but the same stop code also appears due to loose cables, outdated drivers, faulty RAM, or a firmware bug on certain NVMe SSDs.

Can I fix Kernel Data Inpage Error without losing my files?

Yes, in most cases. Running CHKDSK, SFC, and DISM repairs system and disk issues without wiping data. Back up important files first as a precaution before running disk repairs.

Why does this error happen on Windows 11 24H2 specifically?

Windows 11 24H2 changed how it requests Host Memory Buffer allocation from NVMe SSDs. Certain 2TB WD and SanDisk drives have firmware that cannot handle the larger buffer size, which triggers the crash.

What should I check first if I keep getting this BSOD?

Check Event Viewer under Windows Logs > System for a stornvme Event ID 11 entry, since that points directly to the NVMe firmware issue. If nothing shows there, run CHKDSK next as it resolves most non-hardware cases.

Related Guides

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply