Windows 11 kernel data inpage error troubleshooting guide

The kernel data inpage error in Windows 11 appears as a blue screen crash that can seriously disrupt your work. This error typically occurs due to RAM problems, hard drive failures, or system file corruption. Here’s a comprehensive guide to resolve this frustrating issue through multiple proven methods.

Method 1: Run disk check utility

Running CHKDSK is the most effective solution as disk errors are the primary cause of kernel data inpage errors.

  1. Launch Terminal by searching for it in the Start menu and selecting “Run as administrator”

  1. When prompted for permissions, click “Yes”

  1. Open Command Prompt from the Terminal dropdown menu

  1. Type this command and press Enter:

chkdsk /f

  1. Type Y when asked to schedule the scan for next restart

  1. Restart your computer to begin the scan

Method 2: Fix system files with SFC and DISM

System file corruption can trigger this error. Running these utilities can repair damaged Windows files.

  1. Open Terminal as administrator

  1. Grant administrative access when prompted

  2. Select Command Prompt from the dropdown menu

  1. Run the DISM command:

DISM /Online /Cleanup-Image /RestoreHealth

  1. After DISM completes, run SFC:

SFC /scannow

Method 3: Test memory with Windows diagnostic tool

RAM issues often cause kernel data inpage errors. Windows includes a built-in tool to check memory health.

  1. Search for “Memory Diagnostic” in the Start menu

  1. Choose whether to restart now or later to run the test

Method 4: Configure virtual memory settings

Incorrect paging file configuration can trigger this error. Here’s how to optimize these settings:

  1. Open Settings through Start menu or Windows+I

  1. Check System tab in sidebar

  1. Select About

  1. Click Advanced system settings

  1. Click Performance Settings

  1. Select Advanced tab and click Change

  1. Enable automatic paging file management

Method 5: Perform clean boot

A clean boot helps identify if third-party software is causing the error.

  1. Open Run dialog with Windows+R and enter msconfig

  1. Choose selective startup options

  1. Disable non-Microsoft services

  1. Restart your computer to apply changes