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.
- Launch Terminal by searching for it in the Start menu and selecting “Run as administrator”
- When prompted for permissions, click “Yes”
- Open Command Prompt from the Terminal dropdown menu
- Type this command and press Enter:
chkdsk /f
- Type Y when asked to schedule the scan for next restart
- 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.
- Open Terminal as administrator
-
Grant administrative access when prompted
-
Select Command Prompt from the dropdown menu
- Run the DISM command:
DISM /Online /Cleanup-Image /RestoreHealth
- 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.
- Search for “Memory Diagnostic” in the Start menu
- 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:
- Open Settings through Start menu or Windows+I
- Check System tab in sidebar
- Select About
- Click Advanced system settings
- Click Performance Settings
- Select Advanced tab and click Change
- Enable automatic paging file management
Method 5: Perform clean boot
A clean boot helps identify if third-party software is causing the error.
- Open Run dialog with Windows+R and enter msconfig
- Choose selective startup options
- Disable non-Microsoft services
- Restart your computer to apply changes