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

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

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.

Cuándo usar esto

Cuándo conviene usar esta guía

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

Antes de empezar

Qué revisar primero

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

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

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, right-click Windows Terminal, and choose Run as administrator so you can run and schedule CHKDSK correctly.

Prueba una ruta más rápida

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

Cómo usarlo

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

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