Fix master file record error

HARDCORE GAMES™ 350 Reputation points
2026-07-22T16:11:20.0666667+00:00

I have seen windows bugs trash everything in sight. Large capacity disks with games for example was not fixable by CHKDSK which was not even able to notice a disk was present. I had to resort to DISKPART and CLEAN the disk to recover. Downloading games again is just the tip of the iceberg. '

For some reason my machine shut down immediately suggesting a serious error occurred which is very rare. Power down usually takes a few seconds.

The machine is an old Dell XPS 15 9570 with and i7-8750H and 32GB DDR4 at present but I may install 64GB which I have available. The machine also has a GTX 1050 Ti graphics chip with 4GB VRAM. I have a 2TB WD SN580 SSD which is PCIe 4.0 and it is fast enough to almost saturate the PCIe 3.0 x4 slot.

Dell diagnostics come up OK.

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments

2 answers

Sort by: Most helpful
  1. HARDCORE GAMES™ 350 Reputation points
    2026-07-29T00:18:48.4+00:00

    CHKDSK /F failed to repair the error state

    Disk Management also spewed an error with the disk

    I resorted to DISKPART -> CLEAN to recover the disk as no tool fixed it

    I believe Windows needs to maintain a backup copy of the Master File table so prevent this error state from becoming a fatal error.

    Was this answer helpful?

    0 comments No comments

  2. Sin-D 11,870 Reputation points Microsoft External Staff Moderator
    2026-07-23T00:31:41.4533333+00:00

    Hi HARDCORE GAMES™,

    I understand how frustrating this can be, especially when a storage issue affects a large game drive and CHKDSK is not able to repair it normally.

    Based on your description, I would first treat this as a possible NTFS/file system corruption or disk integrity issue after an unexpected shutdown. Before trying any repair command, please back up any files that are still accessible. Microsoft’s chkdsk tool checks the file system and file system metadata for logical and physical errors, and repair options such as /f or /r can attempt to fix detected issues.

    Please try these steps:

    1, Open Command Prompt as administrator, then run a read-only scan first: chkdsk X:

    Replace X: with the affected drive letter.

    2, If errors are reported, run: chkdsk X: /f

    If Windows says the drive is in use, allow it to run at the next restart.

    3, If the issue may involve unreadable sectors, you can run: chkdsk X: /r

    Please note that /r includes the repair function and can take a long time on large drives. Microsoft also notes that repeated full-surface scans on SSDs should be used carefully, so I would only use this when needed.

    After the scan, check whether the drive is stable in Disk Management and whether the files are accessible. If the drive is still not readable or CHKDSK cannot complete, avoid using DISKPART CLEAN unless you have accepted that the data on that disk may be lost. Microsoft documents that the clean command removes partition or volume formatting from the selected disk, and clean all deletes data by zeroing sectors.

    If the data is important and the disk is not readable after the above checks, the safest next step is to stop writing to the drive and consider professional data recovery before formatting or cleaning the disk. If the data is already backed up or can be downloaded again, recreating the partition and formatting the disk may be reasonable.

    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.