Share via

Page_Fault in nonpaged area

Daniel 60 Reputation points
2026-03-09T00:48:58.0033333+00:00

I had TWO BSOD's today, the second time in the last 2 weeks, which concerns me. My system had problems with BSOD multiple times a week until I found the MB was bad and Dell replaced it. Now 3 months later it seems to be coming back.

System: Dell XPS 8960. 32 gig ram, Nvidia4070, Samsung 9100 4tb (two of them) & 2 large HD's for backup.

I was renaming files and got BSOD. NO mini-dump was created BUT almost 2 minutes after the login it BSOD again and this time left a mini-dump. 90% of the time I get no mini-dump.

The two errors I received during the BSOD are attached images. The mini-dump that was created after the 2nd BSOD can be seen here along with the screenshots of the BSODs: https://1drv.ms/f/c/a9a6f17f67936fb9/IgD0Q9PDAvLOR4C4w808WAPNAVVPVakq4bIXxBS9EAz4TEY?e=LZKN00

Post the BSOD's I ran DISM and it did not show any errors BUT SFC did (to be clear I ran SFC & dell bios tests a few days ago and all was good with no errors).

If anyone has any ideas please let me know, I am concerned.

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

3 answers

Sort by: Most helpful
  1. Igor Leyko 110.8K Reputation points Independent Advisor
    2026-03-10T23:40:11.78+00:00

    Hi,

    Please share new minidumps.

    Run Windows memory diagnostic tool and switch it to extended mode when it starts (F1 key). Note, test hang at ~21% for more than 5-8 hours means memory error too.

    Turn off XMP mode in BIOS if it is turned on.

    Was this answer helpful?

    0 comments No comments

  2. Igor Leyko 110.8K Reputation points Independent Advisor
    2026-03-09T01:29:24.9+00:00

    Hi,

    some files are corrupted. Please update or at least reinstall all drivers from Dell support site.

    Was this answer helpful?


  3. Q&A Assist
    2026-03-09T00:49:14.46+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The PAGE_FAULT_IN_NONPAGED_AREA stop code indicates that Windows tried to access memory that should always be resident (nonpaged) but was not available. This is a generic memory access failure that can be caused by:

    • Faulty or unstable drivers
    • Disk or file system corruption
    • Defective RAM or other hardware issues

    On Windows 10/11, unexpected restarts or blue screens with stop codes such as PAGE_FAULT_IN_NONPAGED_AREA are commonly linked to hardware devices, their drivers, or installed software. The stop screen may also show the module name that was executing when the fault occurred, which helps identify a problematic driver or component.

    Given the history of a previously faulty motherboard and the fact that SFC is now reporting corruption where it did not before, both software and hardware should be checked systematically:

    1. Check for driver or module indicated on the blue screen or in the dump
      • If the stop screen or minidump names a specific driver (for example a storage, graphics, or antivirus driver), update or temporarily remove that driver and retest.
      • If the dump points to a Windows component but not a third‑party driver, treat this as a possible hardware or disk issue as well.
    2. Verify system files and component store
      • DISM and SFC are the correct tools. Since DISM reported no issues but SFC did, rerun SFC until it reports no integrity violations. If SFC repeatedly finds corruption, that can indicate underlying disk or hardware problems even when DISM appears clean.
    3. Consider stress or verification tools for drivers
      • For driver‑related issues, Driver Verifier can be used to stress drivers and surface faulty ones. Enhanced I/O Verification (part of Driver Verifier’s I/O Verification in Windows 7 and later) can expose I/O‑related driver bugs that might manifest as memory faults. When enabled, violations will show as DRIVER_VERIFIER_IOMANAGER_VIOLATION (BugCheck 0xC9) rather than PAGE_FAULT_IN_NONPAGED_AREA, helping isolate a bad driver.
    4. Treat PAGE_FAULT_IN_NONPAGED_AREA as a hardware/driver candidate
      • Microsoft documentation notes that PAGE_FAULT_IN_NONPAGED_AREA is a stop code commonly seen when Windows encounters serious problems, and that the underlying cause is often a hardware device, its driver, or software. Given the prior motherboard replacement and multiple storage devices, RAM and storage (including controllers) should be checked thoroughly with vendor diagnostics and memory tests.
    5. Monitor for patterns
      • Note whether the crashes correlate with specific actions (such as file operations on a particular drive, or use of a specific application). If the issue appears when accessing a particular disk or volume, focus on that device and its driver/firmware.

    If PAGE_FAULT_IN_NONPAGED_AREA continues to occur after drivers are updated, SFC is clean, and storage and memory diagnostics pass, the pattern of recurring BSODs after a past motherboard failure justifies engaging Dell support again with the minidump and error details for deeper hardware investigation.


    References:

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.