How to Use CHKDSK in Windows 11
You use the CHKDSK command in Windows 11 to scan and repair errors on your hard drive, ensuring its health and optimal performance.
CHKDSK, short for “Check Disk,” is a built-in Windows utility that examines your disk for file system errors and bad sectors. It then attempts to fix these issues to prevent data corruption and system instability.
Running CHKDSK can identify and resolve problems like logical file system errors or physical bad sectors on drives formatted with file systems like NTFS. A scan might take anywhere from a few minutes to over an hour depending on your drive’s size and health.
After the scan completes, Windows provides a summary of any errors found and whether they were successfully repaired. This process helps you maintain a stable Windows 11 environment and protect your valuable data.
Run CHKDSK from File Explorer
If you prefer using a visual menu rather than typing commands, follow these steps:
- Open File Explorer or press the Windows key + E on your keyboard.
- Select This PC from the left sidebar.
- Right-click on the drive you want to check and select Properties.

- Go to the Tools tab.
- Click the Check button.

A window will pop up asking if you want to scan the drive. Follow the on-screen prompts to start the process.

Run CHKDSK from Command Prompt (Admin)
For more control, you can use the command line. Note: This requires admin privileges.
- Click the Start button and type
cmd. - Right-click Command Prompt and select Run as administrator.
- Type the following command to check and fix errors (replace
C:with your actual drive letter):
chkdsk C: /f
Understanding CHKDSK Parameters
The chkdsk tool uses switches to perform different tasks. Here are the most common ones:
/f: Fixes errors on the disk./r: Locates bad sectors and recovers readable information. This includes the/ffunction./x: Forces the volume to dismount first if necessary./scan: Runs an online scan on NTFS drives.
Troubleshooting and Logs
If you need to see the results of a previous scan, you can check the Event Viewer. Look under Windows Logs > Application and filter for the source Chkdsk. This helps you understand if the tool found logical file system errors or physical bad sectors.
Summary
The chkdsk tool is a powerful utility for identifying and fixing logical file system errors on your Windows 11 drive. By using the correct parameters like /f or /r, you can maintain drive health and prevent data issues. Always remember to run the command prompt as an administrator and back up your data before starting any deep repairs.
How long does CHKDSK take to run on 🪟 Windows 11?
The time depends on your drive size, speed, and the number of errors. A quick scan might take minutes, while a deep scan with the /r parameter on a large, slow hard drive can take several hours. It is best to run it when you do not need the computer.
Is it safe to interrupt CHKDSK?
It is generally not recommended to interrupt the process once it has started. Stopping it abruptly while it is writing to the file system metadata could potentially lead to further corruption or data loss. If possible, let the process complete fully before turning off or restarting your computer.
Can I run CHKDSK on an SSD?
Yes, you can run CHKDSK on an SSD. However, it is usually unnecessary to run the /r parameter on an SSD, as SSDs handle bad sectors differently than traditional hard drives. Running a basic scan for logical file system errors is perfectly safe and helpful for maintaining system health.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!