How to Use CHKDSK in Windows 11
CHKDSK is a built-in Windows 11 tool that scans your hard drive for file system errors and repairs them to stop data loss. Short for Check Disk, this program checks the health of both solid-state drives and traditional hard drives.
Running a basic scan takes a few minutes, while a deep scan on a large 1TB or 2TB drive can take an hour or more depending on your hardware speed. You can run this tool straight from the Command Prompt whenever your PC acts strange, files refuse to open, or you suspect drive trouble.
You can scan and repair your hard drive in Windows 11 using CHKDSK. Open Command Prompt as administrator and type ‘chkdsk C: /f’, replacing C: with your drive letter, or use the graphical method via File Explorer by right-clicking a drive, selecting Properties, then Tools, and clicking Check.
Run CHKDSK from File Explorer
Running CHKDSK from File Explorer lets you check your hard drive for errors using a simple window instead of typing commands. You can scan any drive on your computer in just a few clicks by opening the drive properties window. This built-in Windows 11 tool finds bad sectors and fixes file system issues without needing the Command Prompt.
- Open File Explorer or press the Win+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 confirmation window appears requesting permission to scan the drive. On-screen prompts guide the remainder of the setup.

Run CHKDSK from Command Prompt (Admin)
Running CHKDSK from Command Prompt as an administrator gives you full control to scan and repair hard drive errors in Windows 11. You need to open the command line with admin rights to fix deep file system corruption that regular scans cannot touch. Type the specific repair command into the black window to check your drives and automatically fix broken files.
- 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
Understanding CHKDSK parameters helps you choose the right scan type for your hard drive problems in Windows 11. These extra letters added to your command tell the tool whether to just look for problems, fix them automatically, or scan for physical bad sectors on the disk. Knowing these commands lets you tailor the scan to save time and fix your specific storage issues.
/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
Reviewing past scan logs requires opening the Event Viewer utility. Navigating to Windows Logs > Application and filtering for the source Chkdsk reveals historical scan data. Reviewing these logs clarifies whether the tool encountered logical file system errors or physical bad sectors.
Summary
Windows 11 includes CHKDSK as a reliable utility for diagnosing and resolving file system corruption.
How long does CHKDSK take to run on 🪟 Windows 11?
Duration varies based on storage capacity, read speeds, and the volume of errors detected during the analysis.
Is it safe to interrupt CHKDSK?
Halting an active scan prematurely risks further corruption or data loss by interrupting metadata updates. Allowing the utility to finish its execution cycle protects system stability.
Can I run CHKDSK on an SSD?
Running CHKDSK on a solid-state drive is completely fine, but skipping the /r parameter is best. Solid-state drives track failing storage clusters entirely differently than older mechanical hard drives, though checking for logical errors remains entirely safe.
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!