PFN LIST CORRUPT Blue Screen error in Windows 10
PFN LIST CORRUPT Blue Screen error in Windows 10

If you are using Windows 10 then you might have seen this PFN_LIST_CORRUPT Blue Screen of Death error message. Normally this PFN List Corrupt error is occurred because of the corrupted page frame number (PFN) list.

PFN list function is used by your hard disk to find the location of files. When your hard drive is failed to process any request, it shows a BSOD error.

Fix PFN LIST CORRUPT BSOD Error

Now you can easily fix this issue. Before applying any solutions, make sure that you are not using multiple antiviruses.

Also, make sure that your driver is up to date. Check and see if any driver is outdated or corrupted. Fix the issue.

Also, make sure that your BIOS is updated.

You can check if the hard drive is working fine or not. Perform a diagnostic on your hard drive or your RAM.

Open cmd from the Start menu and then type this command. chkdsk.exe. Wait for some time. Your system will be restarted and a disk check will run.

Solution 1 – Update Windows 10 and your drivers

Outdated or faulty drivers are the main reason for this pfn list corrupt memory management issue.

So first we update all the drivers in Windows 10. You can manually download and install the latest device drivers or you can use driver update tools like Driver Easy or IOBit system care to update drivers automatically.

To manually download drivers, just go to the official website of the hardware manufacturer and download compatible drivers.

This is a very time-consuming process. We recommend you to use driver update tools to fast forward this process and fix all driver-related issues.

Solution 2 – Run the Troubleshooter

Windows 10 has this new feature called troubleshooter. This will allow users to scan the entire system for all possible errors. You can fix issues easily using this troubleshooter.

Here’s how to open Windows 10’s mediator:

Step 1: Open Settings and then click on Update & Security.

Step 2: Select Troubleshoot from the left panel and then click on Run the troubleshooter.

Troubleshoot

You can run the following troubleshooter options.

  • Compatibility troubleshooter
  • Windows update troubleshooter
  • Power troubleshooter

Windos Update Troubleshoot

Solution 3 – Run the SFC scan

You can run a system scan to fix PFN LIST CORRUPT error.

Step 1: Open CMD from the start menu. Right-click on command prompt and then select open Command Prompt (Admin).

Step 2: Enter this command and press enter – sfc/scannow

Step 3: Wait for some time and once finished, reboot your system.

Solution 4 – Run DISM

Deployment Image Servicing and Management (DISM) is a Windows program that re-deploys the system image. This will fix major Windows 10 related problems including PFN LIST CORRUPT error.

Step 1: Open cmd as admin from the start menu.

Step 2: Paste this command and then press Enter.

DISM /Online /Cleanup-Image /RestoreHealth

Once finished, restart your system.

You can use Windows installation media and then run these commands.

Attach Windows 10 installation media via USB or Disk.

Then open command prompt as admin and paste following commands.

  • dism /online /cleanup-image /scanhealth
  • dism /online /cleanup-image /restorehealth

Now paste this command and then press enter.

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:SourcesInstall.wim:1 /LimitAccess

Replace X with your drive letter of Windows installation media drive.

Restart your computer.

Also Read: How to Fix Windows Modules Installer Worker High CPU Usage

Solution 5 – Check the hard drive errors

Step 1: Restart your PC while pressing the shift key. This will enable advanced startup mode.

Step 2: Now go to Troubleshoot > Advanced Options.

Step 3: Go to Command Prompt and then paste the following commands.

  • bootrec.exe /rebuildbcd
  • bootrec.exe /fixmbr
  • bootrec.exe /fixboot

Restart your computer.

Solution 6 – Disable Microsoft OneDrive

Step 1: Press Win + S and enter group policy. Select the Edit group policy.

Step 2: Now go to this location:

Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > OneDrive.

Local Computer Policy

Search for Prevent the usage of OneDrive for file storage on the right side > then double click it.

Select Enabled > Apply  > OK to disable OneDrive in Windows 10.

Restart your system. Now check if you are still facing pfn list corrupt BSOD memory management error or not.

If you are still facing the issue then you can use system restore or reinstall Windows 10.