This article describes the steps needed to run CHKDSK utility to find and fix corrupt files and folders.
How to Check for Corrupt Files and Folder in Windows Operating Systems
To run the CHKDSK utility from within windows follow the few short steps described below:
- Open a command box (Black – Command Line Interface)
- If you want CHKDSK to run in:
- read-only mode,
- type: CHKDSK c:
- If you want CHKDSK to fix errors and not to check bad sectors
- type: CHKDSK c:/f
and press Enter in the Command Prompt
- type: CHKDSK c:/f
- If you want CHKDSK to run thoroughly; that is, fix errors, find bad sectors in your hard drive and recover still readable data
- type: CHKDSK c:/r or
CHKDSK c:/p and press Enter in the Command Prompt.
- type: CHKDSK c:/r or
- read-only mode,
Note: if you are running CHKDSK on the C: Drive, Windows will ask you to reboot to perform a full scan and
recovery. On other drives other than C: where the operating system sits, you
will be able to perform a full scan without ever exiting the windows desktop
environment.
To run the CHKDSK utility from within windows Xp follow the few short steps described below:
- Open My Computer
- Right click on the drive you wish to run the CHKDSK utility
- Click the properties button
- Click Tools tab
- In the Error checking box, Click the check now button
- Setup the error checking options
- Check the box labeled “automatically fix file system errors” to
fix file system errors and problems - Check the “Scan for and attempt recovery of Bad Sectors” to
automatically try to recover corrupt files and folders - If you only want to run CHKDSK in read only mode do not check any of the
above options
- Check the box labeled “automatically fix file system errors” to
- Click the Start button.
Note: Performing a CHKDSK can take a considerable amount of time and should only be done if absolutely necessary or during idle times like late at night.