How to Use CHKDSK in Windows 11

Richard
Written byRichardTech Writer, IT Professional
Aug 8, 2022 Updated Apr 16, 2026 3 min read Reviewed Mar 19, 2026

This guide shows you how to use the chkdsk command in Windows 11 to keep your hard drive healthy.

Why use chkdsk? Your computer stores data on your hard drive. Sometimes, files or sectors on that drive get corrupted. chkdsk (short for “Check Disk”) scans your drive to find these issues and attempts to fix them so your computer runs smoothly.

What happens when done? Once the scan finishes, Windows will report any errors it found and tell you if it was able to repair them. This helps prevent crashes and data loss.

Run chkdsk from File Explorer

If you prefer using a visual menu rather than typing commands, follow these steps:

  1. Open open File Explorer or press the Windows key + 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

  1. Go to the Tools tab.
  2. Click the Check button.
Drive properties window for CHKDSK in Windows 11

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

Scanning drive for errors using CHKDSK in Windows 11

Run chkdsk from Windows Terminal

For more control, you can use the command line. Note: This requires admin privileges.

  1. Open Windows Terminal as an administrator.
  2. Select Windows PowerShell or Command Prompt.
  3. Type the following command to check and fix errors (replace C: with your actual drive letter):

chkdsk C: /f

If you want to run a deep scan that fixes errors the next time your computer starts up, use this command:

chkdsk C: /f /offlinescanandfix

Summary

The chkdsk tool is a built-in Windows utility used to identify and repair errors on your hard drive. You can run it easily through the File Explorer Properties menu or use the command line for more advanced scans. Always ensure you have administrative rights before running these commands to ensure they can modify your system files correctly. Regular checks help maintain your drive’s health and system performance.

What is the CHKDSK command in Windows 11?

The CHKDSK command is a Windows utility that checks the file system and metadata of a volume for logical and physical errors. It can also fix errors if used with specific parameters like /f, /r, or /x.

How do I run CHKDSK from File Explorer?

To run CHKDSK from File Explorer, open File Explorer, right-click on the drive you want to check, select Properties, and then click on the Tools tab followed by the Check button to scan for errors.

Can I run CHKDSK without administrative privileges?

No, you must have administrative privileges to run the CHKDSK command successfully. Ensure you open Windows Terminal or Command Prompt as an administrator before executing the command.

What parameters can I use with the CHKDSK command?

You can use several parameters with the CHKDSK command, including /f to fix errors, /r to locate bad sectors and recover readable information, and /x to force the volume to dismount before the check.

How do I run CHKDSK at the next boot?

To run CHKDSK at the next boot, open Windows Terminal as an administrator and type 'chkdsk : /f /offlinescanandfix', replacing with the appropriate letter for your drive.

Richard2472 articles

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

Expertise:Windows 11Ubuntu LinuxCMSApps and Browsers
View all articles by Richard →

Categories:

Tags:

Leave a Reply

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