How to fix 'KERNEL_DATA_INPAGE_ERROR' in Windows?
Run CHKDSK to check for disk errors by opening Command Prompt as Administrator and entering chkdsk C: /f /r, scheduling it if necessary. 2. Execute sfc /scannow to repair corrupted system files, and if that fails, use DISM commands: DISM /Online /Cleanup-Image /CheckHealth, DISM /Online /Cleanup-Image /ScanHealth, and DISM /Online /Cleanup-Image /RestoreHealth. 3. Test RAM using Windows Memory Diagnostic by typing mdsched.exe in the Run dialog, restarting to run the check, or use MemTest86 for a more thorough analysis. 4. Update or roll back storage drivers in Device Manager under Disk drives and IDE ATA/ATAPI controllers, or download the latest drivers from the manufacturer’s website. 5. Verify virtual memory settings by unchecking automatic management, selecting System managed size for the system drive, and clicking Set. 6. Perform a full malware scan using Windows Defender or a trusted antivirus program. 7. Assess disk health using CrystalDiskInfo to read SMART data, listen for physical drive issues, and ensure SATA connections are secure. 8. As a last resort, back up data and perform a clean Windows installation using a bootable USB created with the Media Creation Tool. The KERNEL_DATA_INPAGE_ERROR is typically resolved by addressing software and driver issues first, followed by hardware diagnostics, and most cases do not require hardware replacement.
The KERNEL_DATA_INPAGE_ERROR is a common Windows stop code (also known as a Blue Screen of Death or BSOD) that typically indicates the system can't read important kernel data from the pagefile on disk. This error is often related to hardware issues, corrupted system files, or storage driver problems. Here’s how you can fix it step by step.

1. Check Your Hard Drive or SSD for Errors
This error frequently stems from disk problems. Start by running built-in disk diagnostics.
Run CHKDSK:
- Open Command Prompt as Administrator:
- Press
Win X
and select Command Prompt (Admin) or Windows Terminal (Admin).
- Press
- Type the following command and press Enter:
chkdsk C: /f /r
(Replace
C:
with the drive letter where Windows is installed if different.) - If the drive is in use, you’ll be prompted to schedule the scan on the next restart. Type
Y
and restart your PC.
This process checks for bad sectors and attempts to recover readable data.
2. Run SFC and DISM to Repair System Files
Corrupted system files can cause this error. Use the System File Checker and DISM tool to fix them.

Run SFC:
- In the same admin Command Prompt, run:
sfc /scannow
- Wait for the scan to complete. If issues are found and fixed, restart your PC.
Run DISM (if SFC fails):
- Run these commands one by one:
DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth
- After completion, restart and check if the issue persists.
3. Check Your RAM for Problems
Faulty memory can cause data page read failures.
Use Windows Memory Diagnostic:
- Press
Win R
, typemdsched.exe
, and press Enter. - Choose Restart now and check for problems.
- Your PC will reboot and run a memory test. If errors are found, you may need to replace the faulty RAM stick.
For a more thorough test, use MemTest86 (bootable USB tool) and let it run for several passes.
4. Update or Roll Back Storage Drivers
Outdated, corrupt, or incompatible storage drivers (especially SATA/AHCI/RAID) can trigger this error.
Steps:
- Boot into Safe Mode (hold
Shift
while clicking Restart, then go to Troubleshoot > Advanced Options > Startup Settings > Restart > Enable Safe Mode). - Press
Win X
→ Device Manager. - Expand Disk drives and IDE ATA/ATAPI controllers.
- Right-click each device and select Update driver.
- Alternatively, if the issue started after a recent update, choose Roll Back Driver if available.
Also, visit your motherboard or laptop manufacturer’s website to download the latest storage drivers.
5. Verify Pagefile and Virtual Memory Settings
Since the error involves "inpage" data, incorrect virtual memory settings might be the culprit.
Check Pagefile Settings:
- Press
Win Pause/Break
→ Advanced system settings. - Under Performance, click Settings → Advanced tab → Virtual memory → Change.
- Uncheck “Automatically manage paging file size”.
- Select your system drive (usually C:), choose System managed size, then click Set.
- Click OK and restart.
This ensures Windows can properly manage the pagefile.
6. Scan for Malware
Rarely, malware can corrupt system processes or disk access. Run a full system scan using Windows Defender or a trusted third-party antivirus.
7. Check for Disk Hardware Issues
- If you're using an older HDD, it might be failing. Listen for clicking noises or slow access.
- Use tools like CrystalDiskInfo to check the drive’s health via SMART data.
- Consider replacing the drive if it shows signs of failure.
Also, ensure SATA cables (if using desktop) are securely connected. Try a different cable or port if possible.
8. Perform a Clean Windows Installation (Last Resort)
If all else fails and the hardware checks out:
- Back up your data (if possible from Safe Mode or another PC).
- Create a bootable USB using the Microsoft Media Creation Tool.
- Perform a clean install of Windows.
This eliminates deep system corruption.
Fixing KERNEL_DATA_INPAGE_ERROR usually comes down to disk, memory, or driver issues. Start with CHKDSK and SFC, then test RAM and update drivers. Most cases are resolved without needing hardware replacement. Basically, rule out software first, then suspect hardware.
The above is the detailed content of How to fix 'KERNEL_DATA_INPAGE_ERROR' in Windows?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

ArtGPT
AI image generator for creative art from text prompts.

Stock Market GPT
AI powered investment research for smarter decisions

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read moreThe Bing homepage quiz offers an entertaining way to challenge your knowledge while possibly winning rewards. Although there's no foolproof way to w

Visit our disclosure page to learn how you can support MSPoweruser in maintaining the editorial team. Learn moreBoth Windows 11 and Windows 10 come equipped with multiple tools and resources to help users when they face technical difficulties. Whethe

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read moreRoblox has become one of the most widely used online gaming platforms, and getting it up and running on your computer is simple. This step-by-step g

TomanagefileaccessinWindows,adjustpermissionsviaFileProperties'Securitytab,usecaclsoricaclscommandsinanelevatedCommandPromptforadvancedcontrol,ortakeownershipfirstifrestricted.Applychangescarefullytoensureproperaccessrights.

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read moreCreating a desktop shortcut in Windows 10 or 11 is an easy yet powerful way to boost productivity by giving instant access to your most-used apps, f

ToopenCommandPromptinWindows11,trythesemethods:useStartmenusearch,Rundialog(Win R),Windows Xmenu,TaskManager,orFileExplorerwithShift right-click.Foradminaccess,enableelevatedprivilegeswhenlaunching.

TomanagefirewallsettingsinWindows11,usethesemethods:1.OpenWindowsSecurityviaSettingstotogglethefirewallforspecificnetworkprofiles.2.UseControlPanelfortraditionalinterfaceaccess.3.RuncommandsinCommandPromptasadministrator.4.UsePowerShellforadvancedcon

Sleep mode realizes rapid recovery by keeping memory powered, suitable for short-term departure; Sleep mode saves data to the hard disk and completely powered off, suitable for long-term deactivation and prevents data loss; mixed sleep combines the advantages of both, taking into account speed and security.
