How to Use CHKDSK in Windows 11
CHKDSK is a built-in tool in Windows 11 that scans your hard drive for errors and fixes them to keep your computer running smoothly. Short for Check Disk, this program checks the health of solid-state drives and traditional hard drives to stop data loss before it starts.
Running a basic scan takes just a few minutes, while a deep scan on a large 1TB or 2TB drive can take an hour or more depending on the speed of your hardware. 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
File Explorer provides a graphical interface for running CHKDSK without touching the command line. This method bypasses the Command Prompt entirely while checking drives for errors. Launching the disk check process requires following a few specific steps.
- 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)
Granular control over the scanning process comes through the command line. Note: Administrative privileges are required for this method.
- 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
CHKDSK relies on flags called parameters (extra commands added to the main tool) to steer the scan and target specific drive issues. Custom parameters dictate which diagnostic routines execute during the scan.
/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!