Colección / Estudio / Movimiento
← 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.

Empieza aquí

Empieza con el comando más rápido o con la apertura directa

Este bloque va primero a propósito. Copia un comando, abre PowerShell, Terminal de Windows, Ejecutar o la búsqueda de Inicio, pega el texto exacto, pulsa Enter y usa los pasos más lentos de abajo solo si todavía los necesitas.

Esta página depende sobre todo de menús, así que aquí importa más la ruta exacta de clics que un comando.

Resumen

Para qué te ayuda esta guía

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.

Cuándo usar esto

Cuándo conviene usar esta guía

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

Antes de empezar

Qué revisar primero

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.

Hazlo exactamente así

Abre primero el área correcta de Windows y luego aplica los cambios uno por uno

  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.

Ruta exacta de clics

Dile al usuario exactamente qué abrir y qué pulsar

No cambies diez cosas a la vez. Abre primero la página exacta de Windows, haz un cambio claro y comprueba si resolvió el problema antes de seguir.

Acceso rápido: Press Start, type Terminal, and open Windows Terminal as administrator for the command method.

Prueba una ruta más rápida

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

Cómo usarlo

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.

Páginas relacionadas

Sigue con la siguiente página útil

Usa estos enlaces cuando quieras el script relacionado, otra página de ayuda de Windows o una herramienta del navegador para la misma tarea.

Preguntas frecuentes

Preguntas sobre 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.