Kollektion / Studio / Bewegung
← Windows

CHKDSK /f vs /r Explained

This page explains what the two most common CHKDSK switches actually do. The goal is to help you pick the lighter file-system repair command when that is enough and reserve the deeper surface scan for cases that justify the extra time.

Hier anfangen

Starte mit dem schnellsten Befehl oder Direktaufruf

Dieser Block steht absichtlich ganz oben. Kopiere einen Befehl, öffne PowerShell, Windows-Terminal, Ausführen oder die Startsuche, füge den genauen Text ein, drücke Enter und nutze die langsameren Klick-Schritte darunter nur noch, wenn du sie wirklich brauchst.

Diese Seite läuft hauptsächlich über Menüs, daher ist der genaue Klickpfad hier wichtiger als ein Befehl.

Überblick

Wobei dir diese Anleitung hilft

Many people run chkdsk /r automatically because it looks more complete, but it can take much longer than /f and is not always necessary.

  • The /r switch includes /f, so you do not usually need both together.
  • System-drive scans often need a restart before CHKDSK can lock the drive.
  • Slow scans can still be normal on large or older drives.

Wann du das nutzt

Wann diese Anleitung sinnvoll ist

Best for users who see file-system errors, disk warnings, or scan recommendations and want to choose the right CHKDSK command before they start.

Bevor du beginnst

Was du zuerst prüfen solltest

CHKDSK may need a restart when it targets the Windows system drive. Save your work before scheduling a boot-time scan.

Mach es genau so

Öffne zuerst den richtigen Windows-Bereich und ändere dann alles Schritt für Schritt

  1. Open Windows Terminal as administrator.
  2. Use chkdsk C: /f when you want to fix file-system errors on the drive.
  3. Use chkdsk C: /r when you also want Windows to look for bad sectors and recover readable data where possible.
  4. If Windows says the drive is in use, type Y and restart so the scan can run before Windows fully loads.
  5. Read the final summary so you know whether CHKDSK found errors or bad sectors.

Exakter Klickpfad

Zeig dem Nutzer genau, was er öffnen und drücken muss

Ändere nicht zehn Dinge gleichzeitig. Öffne zuerst genau die richtige Windows-Seite, mache eine klare Änderung und prüfe dann, ob das Problem gelöst ist.

Schneller öffnen: Press Start, type Terminal, right-click Windows Terminal, and choose Run as administrator so you can run and schedule CHKDSK correctly.

Schnellere Alternative

Best for users who see file-system errors, disk warnings, or scan recommendations and want to choose the right CHKDSK command before they start.

So verwendest du es

CHKDSK may need a restart when it targets the Windows system drive. Save your work before scheduling a boot-time scan.

Verwandte Seiten

Mach mit der nächsten passenden Seite weiter

Nutze diese Links, wenn du das passende Skript, eine weitere Windows-Hilfeseite oder ein Browser-Tool für dieselbe Aufgabe suchst.

FAQ

Fragen zu CHKDSK /f vs /r Explained

Does /r already include /f?

Yes. The /r switch includes the repair work of /f and adds bad-sector checking.

Which one is faster?

The /f scan is normally much faster because it focuses on file-system repairs instead of a deeper sector scan.