Kollektion / Studio / Bewegung
← Windows

How to Run CHKDSK in Windows 11

This guide shows the easiest ways to run CHKDSK in Windows 11. It also explains why the system drive often needs a scheduled boot-time scan instead of running fully inside Windows.

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

CHKDSK helps when Windows reports drive errors, a volume needs checking, or you want to fix file-system issues before they grow into bigger problems.

  • CHKDSK repairs file-system problems; it is not a normal speed-up trick.
  • The exact runtime depends on drive size, health, and whether you use /f or /r.
  • If you suspect hardware failure, also check SMART health and backups.

Wann du das nutzt

Wann diese Anleitung sinnvoll ist

Best for users who saw a file-system warning, experienced disk-related errors, or want the correct CHKDSK process for drive maintenance.

Bevor du beginnst

Was du zuerst prüfen solltest

Close your work first. If you run CHKDSK on the Windows drive, you may need to approve a restart scan before it can fully check the volume.

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. Type chkdsk C: /f and press Enter if you want to check the Windows drive.
  3. If Windows says the drive is in use, type Y and press Enter to schedule the scan on the next restart.
  4. Restart the PC and let the scan finish before logging back in.
  5. After Windows starts again, read the result summary or Event Viewer entry if you want more details.

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, and open Windows Terminal as administrator for the command method.

Schnellere Alternative

Best for users who saw a file-system warning, experienced disk-related errors, or want the correct CHKDSK process for drive maintenance.

So verwendest du es

Close your work first. If you run CHKDSK on the Windows drive, you may need to approve a restart scan before it can fully check the volume.

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 How to Run CHKDSK in Windows 11

Do I always need to restart?

Not always. Data drives can often be checked immediately, but the active Windows drive commonly needs a restart.

Can I run CHKDSK from File Explorer instead?

Yes. File Explorer offers an error-checking path, but the command method gives you clearer control over switches like /f and /r.