Hi,
likely this means corrupted file structure on the drive or bad sectors on the drive.
Please check drive's health using third-party CrystalDiskInfo tool and show the tool's window with all data.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, I am using an old HDD for storage of files and Windows started notifying me today that I should Restart so it can fix disk errors.
I tried that and it went through stages 1/3 and 2/3 (got to 99%) but then it failed and started over. The second attempt went similarly (stage1/3 and then stage 2/3) but it just booted Windows normally after that. Shortly after, I got the same prompt to Restart to fix disk errors.
I tried using "Error Checking" from Properties->Tools and it seemed to go the same way - the progress bar filled up once and tarted over (Stage 1/3) then after it did Stage 2/3 it gave an error message. Here it is, based on the Event Logger:
Chkdsk was executed in read/write mode.
Checking file system on D:
Volume label is Local Disk.
Stage 1: Examining basic file system structure ...
Read failure with status 0xc000009c at offset 0xc899f800 for 0x400 bytes.
File record segment 2267E is unreadable.
428544 file records processed. File verification completed.
Phase duration (File record verification): 7.27 minutes.
1863 large file records processed. Phase duration (Orphan file record recovery): 8.61 milliseconds.
1 bad file records processed. Read failure with status 0xc000009c at offset 0xc899f000 for 0x400 bytes.
Read failure with status 0xc000009c at offset 0xc899f400 for 0x400 bytes.
Read failure with status 0xc000009c at offset 0xc899f800 for 0x400 bytes.
Read failure with status 0xc000009c at offset 0xc899fc00 for 0x400 bytes.
Phase duration (Bad file record checking): 30.22 seconds.
Stage 2: Examining file name linkage ...
724 reparse records processed. An unspecified error occurred (696e647863686b2e 733).
The drive seems to be working normally despite the warning from Windows and I am wondering whether to keep using it or maybe salvage what data I can and Format the drive...
Hi,
likely this means corrupted file structure on the drive or bad sectors on the drive.
Please check drive's health using third-party CrystalDiskInfo tool and show the tool's window with all data.
AI answer
The disk is experiencing read failures and file system corruption that chkdsk cannot fully repair. Continued use risks further data loss. Priority should be to back up data and then treat the disk as unreliable.
Recommended steps:
chkdsk D: /scan
chkdsk D: /f /r
/f fixes logical file system errors; /r locates bad sectors and attempts to recover readable data.chkdsk reports it cannot run because the volume is in use, allow it to schedule the check for the next restart.chkdsk still fails or errors persist
chkdsk /f /r does not complete successfully or errors continue to appear in Event Viewer, the disk should be considered unreliable.chkdsk failures, match scenarios where Microsoft guidance recommends verifying hardware and, if structural problems persist, replacing the disk as soon as possible.In summary: back up everything now, run chkdsk D: /scan and then chkdsk D: /f /r once, and if errors persist or the process cannot complete, retire the drive and restore data to a new disk.
References: