WiseCleaner Think Tank
Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.
Mar 25, 2026
If your Windows computer starts slowing down or freezing frequently, and your partition shows signs of corruption, such as files won’t be opened or suddenly disappeared, your hard drive might have corrupted sectors or file system issues.
Fortunately, Windows includes a command-line utility, CHKDSK (short for Check Disk) designed to verify the integrity of a file system and repair the disk partition. This guide explains what this command does and how to run it safely.
Together, these options perform a deep scan and repair, targeting both logical file system errors and physical disk issues within a partition.

Press the Win + R key to open the Run dialog box, and enter CMD in it to open the app.
Type the following command and press Enter in the black Command Prompt window:
chkdsk C: /f /r /x
If you are scanning your system drive, you may see a message prompt:
"Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts?"
Type Y and press Enter to restart your computer.
CHKDSK will automatically run during the startup process, which can take hours.
After restarting, type and enter the following command in CMD to check the summary of the drive status.
chkdsk C:
The chkdsk C: /f /r /x command is one of the most reliable tools to maintain your computer's health at the file system level. It can fix many serious storage problems without needing third-party software. Run it every several months to fix errors, recover data from bad sectors, and restore stability to your system.
Additional Related Articles
wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.
I Accept