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

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

As Blue Screens of Death 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 that paged memory 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. The more RAM installed on a PC, the more likely it is that any given memory page will be resident therein.

In most cases, when a program or the OS references some specific memory page, it attempts to access that page. If it’s resident in RAM, it goes straight there. If it’s not resident, the page manager throws a “page fault” (page not present) status. Ultimately, this means the requested page gets read from the page file and gets moved into RAM. To make room for something new if such room is needed, an old memory page (one that hasn’t been accessed recently) will be written out into the page file to make room for an incoming page from that same source. This is called a “page swap.”

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.

Task Manager

 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 situation where the OS has requested a locked-in page, and gets a page fault. Microsoft handles this as a stop code and generates a BSOD because this is not supposed to occur. Indeed, it directly affects the operating system (only highly privileged, important memory pages ever go into the non-paged pool). Having a lot of RAM, even some of the best RAM, won’t help.

What Causes PAGE FAULT IN NONPAGED AREA? 

Microsoft Learn discusses this BSOD under the heading Bug Check 0x50: PAGE_FAULT_IN_NONPAGED_AREA. The Bug Check 0x50 refers to the hexadecimal error code that this error also emits. You can see it mentioned specifically if you use the Microsoft Error Lookup Tool with 0x50, as shown here:

Using the error lookup tool to find out about a PAGE_FAULT_IN_NONPAGED_AREA BSOD

 Using the error lookup tool, the first string (from bugcodes.h) for 0x50 is PAGE_FAULT_IN_NONPAGED_AREA.  (Image credit: Tom's Hardware)

Microsoft explains the causes of this stop code as follows:

  •  “installation of a faulty system service or faulty driver code” 
  •  “Antivirus software can also trigger this error” 
  •  “A corrupted NTFS volume” may also cause this error to occur (bad page file) 

How to Fix PAGE FAULT IN NONPAGED AREA BSODs 

If the “What failed” field in the BSOD is populated (it reads “AcmeVideo.sys” in the lead-in graphic), it identifies a driver involved in causing the error. When such info appears, it’s usually a good idea to replace that file with a known, good, working copy from a reputable source – namely, the vendor itself or the Microsoft Update Catalog.

Otherwise, 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. For another great repair technique, see our article on How to Fix Windows with a Repair Install.

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