How To Fix The ‘Page Fault in Non-Paged Area’ BSOD In Windows 10

Page Fault in Non-Paged Area
(Image credit: Shutterstock)

As BSODs go, PAGE FAULT IN NONPAGED AREA is as close as Windows comes to saying “invalid memory reference.” To really understand what’s going on, one needs to understand paged memory, which divides addressable memory space up into a collection of 4K-sized memory pages. The OS can address a very large number of pages, where only some of those pages will actually be resident in RAM. 

In most cases, when a program or the OS references a specific memory page, if it’s not resident in RAM, the page manager throws a “page fault” (page not present) status. Ultimately, this means the requested page gets read from the page file. To make room for something new if room is needed, an old memory page (one that hasn’t been accessed recently) will be swapped out to make room for the new page as it gets swapped in.

Certain pages that the OS uses frequently are “locked-in” to RAM. That is, they do not participate in memory paging and should always be present and available when requested. Windows refers to this memory allocation as the “Non-paged pool” and it appears as such in Task Manager, as shown below.

 The non-paged pool on a PC with 32 GB of physical RAM is only 951 MB. Windows allocates only the barest minimum to this collection of “locked-in” memory pages. (Image credit: Tom's Hardware)

The PAGE FAULT IN NONPAGED AREA BSOD signals a condition where the OS has requested a locked-in page, and gets a page fault instead. The reason why Microsoft handles this as a stop code and generates a BSOD is because this error is not supposed to occur, and it directly affects the operating system (only highly privileged, important memory pages get allocated into the non-paged pool). 

What Causes PAGE FAULT IN NONPAGED AREA? 

As described in the Microsoft Docs page for PAGE FAULT IN NONPAGED AREA, this particular stop code may follow after installation of what it calls “a faulty system service or faulty driver code.” By and large, system services come from Microsoft as part of OS releases, upgrades or updates. If they’re at fault, you’ll figure this out quickly because Microsoft will include this possibility in its “Known Issues” lists for such things. Likewise, there will be plenty of online traffic to report, document, and exclaim about such problems. 

While bad Windows updates do happen from time to time, the PAGE FAULT IN NONPAGED AREA code is far more likely to come from a faulty driver. To see if the problem is caused by a driver, note the file listed on the BSOD (ex: nvlddmkm.sys) and consider whether you’ve recently updated a driver or installed a new device.

How to Fix PAGE FAULT IN NONPAGED AREA BSODs 

When it comes to faulty system services, the best approach is to uninstall (or roll back from) the upgrade or update that caused the problem. If it came from a clean Windows install, it’s time to do another one, using a different (and known to be good and working) OS version instead. See our article on how to do a 30-minute repair reinstall of Windows.

If the problem comes from a driver, first check the device manufacturer’s website for a newer version of the driver. If so, download and install it. If not, try rolling back to a prior version. To roll back a driver:

1. Launch Device Manager. You can get there from the Windows + X menu. 

(Image credit: Tom's Hardware)

2. Right click on the device in question and select properties. 

(Image credit: Tom's Hardware)

3. Click the Roll Back Driver button. 

(Image credit: Tom's Hardware)

However, many devices won’t have the Roll Back Driver button enabled and, even then, it will only take you back one version. Otherwise, you’ll need to hunt for an older driver through the manufacturer’s site (or some reputable third-party source, such as the excellent French Station Drivers website). 

Look for Disk Problems 

Disk errors or specific problems with system files can also cause the PAGE FAULT IN NONPAGED AREA BSOD. In order to rule out or fix these issues:

1. Open a command prompt as administrator. You can get there by searching for cmd, right clicking and selecting Run as administrator.  

(Image credit: Tom's Hardware)

2. Enter DISM /Online /Cleanup-image /Restorehealth to find and replace any damaged OS components. 

(Image credit: Tom's Hardware)

3. Enter SFC /scannow to check for damaged system files. 

(Image credit: Tom's Hardware)

These aren’t the most likely cause of a Page Fault in NonPaged Area BSOD, but they are quick and easy steps you can take which may solve the problem. 

Memory Could Be a Cause of PAGE FAULT IN NONPAGED AREA BSODs 

Other potential causes for the PAGE FAULT IN NONPAGED AREA BSOD include memory problems. This might mean issues with RAM, L1 or L2 cache on the CPU chip itself, or even video RAM on a graphics card. Finding such issues requires a process of elimination. It’s easiest to check RAM, and more difficult to check CPU cache and video RAM. 

The free, open-source Memtest86+ utility is a good tool for checking PC RAM. I keep a bootable version of MemTest86+ on my Ventoy repair flash drive (it’s named mt531b.iso, to reflect the most current MemTest86+ version). Using the tool generally requires an overnight run, so I boot to the MemTest image just before I go to bed, and let it run all night so I can see what it’s doing (and finding). 

Malaysian logger Raymond.cc offers an interesting list of 6 free programs to check your video card memory for errors. I’m not aware of any tools that check CPU cache per se, though I did find an interesting StackOverflow item that uses DotNet libraries to come close.

If memory problems are indeed present and none of the other techniques I’ve described lead to solutions, keep your eyes peeled for related stop codes. These can help point you more directly at potential causes and fixes:

Ed Tittel

Ed Tittel is a long-time IT writer, researcher and consultant, and occasional contributor to Tom’s Hardware. A Windows Insider MVP since 2018, he likes to cover OS-related driver, troubleshooting, and security topics.

  • compprob237
    This can happen while overclocking as well. Obviously it is related to memory so it indicates that the IMC and/or FCLK (AMD) need more voltage. The other possibility is that the RAM's timings or speed are too aggressive and they need more voltage or more cooling for extreme OC.
    Reply
  • geekguy
    I got this error yesterday, right after a nahimic3 forced driver install from windows. Yey MSI. I hope they are the only ones that require this in windows...
    Reply
  • DaveB1
    Admin said:
    The PAGE FAULT IN NONPAGED AREA stop code can have many causes, including driver, up or memory issues.

    How To Fix The ‘Page Fault in Non-Paged Area’ BSOD In Windows 10 : Read more
    compprob237 said:
    This can happen while overclocking as well. Obviously it is related to memory so it indicates that the IMC and/or FCLK (AMD) need more voltage. The other possibility is that the RAM's timings or speed are too aggressive and they need more voltage or more cooling for extreme OC.
    I played with Fclk setting yesterday and today got the error. Thank you! Setting it back down.
    Reply
  • evlkind
    I'm getting this error when trying to do a fresh install on a new system. Looks like i'll have to replace the ram.. I hope its only the ram
    Reply
  • You should test the ram with a memtest86 and then you’ll know for sure
    Reply
  • Colif
    evlkind said:
    I'm getting this error when trying to do a fresh install on a new system. Looks like i'll have to replace the ram.. I hope its only the ram
    if you keep getting them after testing ram, make a thread on forums and we help you out :)
    Reply