Site icon EfmSoft

What does NTSTATUS 0xC0000147 (STATUS_NO_PAGEFILE) mean?

 
Previous Next
STATUS_PAGEFILE_CREATE_FAILED STATUS_INVALID_LEVEL

STATUS_NO_PAGEFILE

The system has no usable page-file backing for this requirement

Windows can run some workloads without a paging file, but that lowers the commit limit and removes storage needed by operations that specifically require page-file backing. Certain crash-dump modes also depend on a boot-volume page file or dedicated dump file of sufficient size.

Do not assume that abundant RAM makes every page-file-dependent operation valid. Determine whether the failure is from commit accounting, crash-dump capture, or an API that explicitly requires page-file-backed storage. Restore a supported configuration and verify it was successfully created after reboot.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version