Skip to content
Follow
Windows

How to Use CHKDSK in Windows 11

Richard
Written by
Richard
Aug 8, 2022 Updated Sep 15, 2026 3 min read
How to Reset Your Microsoft Account Password
How to Reset Your Microsoft Account Password

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.

Advertisement

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.

⚡ Quick Answer

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.

Advertisement

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.

  1. Open File Explorer or press the Win+E on your keyboard.
  2. Select This PC from the left sidebar.
  3. Right-click on the drive you want to check and select Properties.
Right-click menu to run CHKDSK on Windows 11 drive
windows 11 right click drive chkdsk
  1. Go to the Tools tab.
  2. Click the Check button.
Drive properties window for CHKDSK in Windows 11
windows 11 drive properties check drive

A confirmation window appears requesting permission to scan the drive. On-screen prompts guide the remainder of the setup.

Scanning drive for errors using CHKDSK in Windows 11
scan drive for errors windows 11

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.

  1. Click the Start button and type cmd.
  2. Right-click Command Prompt and select Run as administrator.
  3. Type the following command to check and fix errors (replace C: with your actual drive letter):

chkdsk C: /f

Advertisement

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 /f function.
  • /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.

Advertisement

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?

Tags: #Windows 11
Was this helpful?
Richard

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.

Advertisement

📚 Related Tutorials

How to Open PowerShell in Windows 11
Windows How to Open PowerShell in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Change Tab Colors in Windows Terminal
Windows How to Change Tab Colors in Windows Terminal
How to Set Windows Terminal to Open with Command Prompt on Windows 11
Windows How to Set Windows Terminal to Open with Command Prompt on Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *