← Back to DatabaseHow to Fix PAGE_FAULT_IN_NONPAGED_AREA
Topic: Windows 10 Blue Screen Errors | Status: Updated
What is this error?
The "PAGE_FAULT_IN_NONPAGED_AREA" error indicates that Windows has tried to access a portion of memory that is not available in the non-paged area. This can occur due to various reasons such as faulty hardware, corrupted drivers, or issues with memory management.
How to Fix It
- Reboot Your Computer: Start by performing a simple reboot. This can resolve minor issues and clear temporary files.
- Check for Hardware Issues: Run hardware diagnostics to check for problems with RAM or hard drives. Use tools like Windows Memory Diagnostic or CHKDSK.
- Update Drivers: Ensure all device drivers are up to date. You can do this by visiting the manufacturer’s website or using Device Manager.
- Uninstall Recently Installed Software: If the error started occurring after you installed new software, try uninstalling it to see if the issue resolves.
- Run System File Checker: Open Command Prompt as administrator, type
sfc /scannow, and press Enter to scan for and repair corrupted system files.
- Check Virtual Memory Settings: Go to
System Properties > Advanced > Performance Settings > Advanced > Virtual Memory and ensure that the paging file is set to "Automatically manage paging file size for all drives".
- Disable Fast Startup: Navigate to
Control Panel > Power Options > Choose what the power buttons do, click on "Change settings that are currently unavailable," and uncheck "Turn on fast startup."
- Boot into Safe Mode: Restart your computer and press
F8 before Windows loads, select Safe Mode, and troubleshoot any recent changes or installations.
- Restore System: If all else fails, use System Restore to revert your computer to an earlier state when it was functioning correctly.
Disclaimer: This is an educational guide. We are not responsible for data loss. Always backup your system.