
PFN_LIST_CORRUPT means Windows’ internal Page Frame Number list, which tracks physical memory pages, became corrupted. Windows stops immediately because continuing could corrupt more data.
This guide applies to Windows 10 and Windows 11 PCs showing the PFN_LIST_CORRUPT stop code.
Does This Affect You?
This blue screen often appears during heavy memory use or after sleep. Faulty RAM is a leading cause, but graphics/storage drivers and damaged system files can produce the same stop code.
Run Windows Memory Diagnostic
- Search for Windows Memory Diagnostic and open it.
- Choose Restart now and check for problems. Save work first because the PC restarts immediately.
- Let the startup memory test complete.
- When Windows loads again, check the result notification or find MemoryDiagnostics-Results in Event Viewer under Windows Logs > System.
If memory errors are reported, treat RAM as the main suspect. If the test is clean, continue with drivers and system-file repair.
Update or Roll Back Drivers
- Right-click Start and open Device Manager.
- Check Display adapters and Storage controllers first because they commonly trigger this error.
- Open the device Properties > Driver tab.
- Use Roll Back Driver if a recent driver update lines up with the crashes.
- Otherwise choose Update driver, or install the newest driver from the hardware maker.
- Restart and watch for another crash.
Also review Windows Update history for driver updates installed shortly before the problem began.
Repair Windows System Files
- Open Command Prompt as administrator.
- Run
sfc /scannowand wait for completion. - Run
DISM /Online /Cleanup-Image /RestoreHealth. Keep the PC online. - Restart after both scans complete.
If RAM Errors Appear
Test One Module at a Time
On desktops with multiple RAM sticks, test with one stick installed at a time if you are comfortable opening the case. This can identify the failing module.
Reseat the Memory
A memory stick that is not fully seated can report errors. Power off, unplug the PC, and press each module straight into its slot until the side clips lock.
Check the Warranty
Many desktop RAM kits have long or lifetime warranties. If a module tests bad, check the manufacturer’s support page before buying replacement memory.
Be Careful with Modern Laptops
Many laptops have soldered or difficult-to-access RAM. If diagnostics point to memory and the laptop is sealed, use manufacturer support or an authorized repair center.
Sources
- Microsoft Support: Troubleshoot blue screen errors
- Microsoft Support: Windows Memory Diagnostic tool
- Microsoft Support: Update drivers manually in Windows
