File-system errors in Windows 11: start with CHKDSK scan before repair switches
Use CHKDSK for a volume/file-system integrity problem—not as a generic slow-PC command—and distinguish a scan from /f or /r repair operations.
- Back up important data before repair when disk health is uncertain.
- Confirm the correct drive letter/volume.
- Check whether the physical disk is detected reliably and has health warnings before write-heavy repair.
- Start with a non-repair scan when that matches the diagnosis.
What this problem usually means
Microsoft documents CHKDSK as a file-system and file-system-metadata checker. Without repair parameters it reports status; /f, /r, /x and related switches change the operation and can require downtime. Physical disk health and file-system integrity are different questions.
Work from the narrowest fix to the broader one.
Run an online scan first when appropriate
Low riskWhy this belongs here: A scan can establish whether NTFS reports problems without immediately choosing a repair that may require offline work.
- Open Terminal/Command Prompt as administrator.
- Run CHKDSK against the correct volume with /scan when supported.
- Record the result before adding repair switches.
chkdsk C: /scanUse /f only when repair is actually required
Medium riskWhy this belongs here: Microsoft documents /f as a repair switch; system volumes can require scheduling at restart.
- Confirm the target volume is correct and important data is backed up.
- Run chkdsk C: /f only when the scan/result supports file-system repair.
- If Windows schedules the check for restart, allow it to complete without forced interruption.
chkdsk C: /fWhen this guide stops being the right path
If the physical drive is unstable, disappears, reports hardware warnings or contains important data that is not backed up, stop before aggressive repair and assess the hardware/data-recovery path.
If the problem is still not fixed
If CHKDSK reports a clean file system but the drive still disconnects or throws hardware warnings, leave the file-system branch and investigate the physical disk/controller/connection.
Sources reviewed for this page
Primary technical guidance is preferred. A source supports the scope stated here; it does not imply that every possible cause is covered.