Run Chkdsk Windows 11 Jun 2026

A standard CHKDSK scan can take anywhere from 20 minutes to several hours, depending on the size of your drive and the extent of the damage. If you used the /r flag to check for bad sectors, expect it to take longer.

💡 For the system drive (C:), you’ll see: "Chkdsk cannot run because the volume is in use. Would you like to schedule it on next restart?" Type and restart.

Type and press Enter.

This guide covers to run CHKDSK in Windows 11, from the simplest graphical interface to advanced command-line options.

Running CHKDSK is one of the most effective first steps in diagnosing and repairing disk-related problems in Windows 11. Start with a basic scan, and only use /r if you have a traditional hard drive or suspect physical damage. For SSDs, stick to online scans or /f to preserve drive lifespan. run chkdsk windows 11

One rainy Tuesday, the system’s owner, Alex, noticed things were getting sluggish. Apps were crashing, and strange "file corrupted" whispers were echoing through the taskbar. Alex knew it was time to call in the Librarian. Chapter 1: The Request

This is the quickest way to run a basic scan if your computer is still functional and you can access your desktop. A standard CHKDSK scan can take anywhere from

| Switch | What it does | |--------|---------------| | /f | Fixes file system errors | | /r | Finds bad sectors and recovers readable data (implies /f ) | | /x | Forces the volume to dismount before scanning (implies /f ) | | /scan | Online scan (Windows 11 only, no reboot needed for system drive) | | /perf | Uses more system resources to scan faster (use with /scan ) |