Skip to content
littleden.blogEvidence-led Windows troubleshooting, without the guesswork
Storage & file system · reviewed troubleshooting

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.

Applies to: Windows 11Change risk: Low to highReviewed: 2026-09-17
Do this first
  1. Back up important data before repair when disk health is uncertain.
  2. Confirm the correct drive letter/volume.
  3. Check whether the physical disk is detected reliably and has health warnings before write-heavy repair.
  4. 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.

Ordered repair path

Work from the narrowest fix to the broader one.

1

Run an online scan first when appropriate

Low risk

Why this belongs here: A scan can establish whether NTFS reports problems without immediately choosing a repair that may require offline work.

  1. Open Terminal/Command Prompt as administrator.
  2. Run CHKDSK against the correct volume with /scan when supported.
  3. Record the result before adding repair switches.
chkdsk C: /scan
2

Use /f only when repair is actually required

Medium risk

Why this belongs here: Microsoft documents /f as a repair switch; system volumes can require scheduling at restart.

  1. Confirm the target volume is correct and important data is backed up.
  2. Run chkdsk C: /f only when the scan/result supports file-system repair.
  3. If Windows schedules the check for restart, allow it to complete without forced interruption.
chkdsk C: /f
Before you do this: Do not substitute /r as a routine first step. /r adds a physical-sector read/recovery pass and is materially more intensive.
Stop condition

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

Evidence

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.