Skip to content
Follow
Windows

How to Use CHKDSK in Windows 11

Richard
Written by
Richard
Aug 8, 2022 Updated Aug 13, 2026 2 min read
How to Reset Your Microsoft Account Password
How to Reset Your Microsoft Account Password

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.

⚡ 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.

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.

  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)

Granular control over the scanning process comes through the command line. Note: Administrative privileges are required for this method.

  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

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 /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.

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.

📚 Related Tutorials

How to Change Tab Colors in Windows Terminal
Windows How to Change Tab Colors in Windows Terminal
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 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 *