Find your external drive (e.g., , F: ). Note the letter – do not use C: .

CHKDSK is designed to fix logical file system errors. It cannot fix physical hardware failure. If your external drive is making clicking, grinding, or loud whirring noises, do not run CHKDSK. The intense scanning process can actually accelerate the physical breakdown of a failing mechanical drive. In these cases, immediately back up your data or contact a professional recovery service.

Symptom: User removed a 4TB external drive during a file transfer. Next connection, Windows asked to format. Fix: Ran chkdsk G: /f /x . CHKDSK repaired orphaned files in 45 minutes. Drive accessible. Lost only the file being transferred.

Type the following command and press Enter (replace X with your actual drive letter): chkdsk X: /f /r /x What do these letters mean? /f : Tells the tool to fix errors it finds.

| Command | Effect | |---------|--------| | chkdsk E: | Read-only check (no fixes) | | chkdsk E: /f | Fix file system errors | | chkdsk E: /r | Find bad sectors + recover data (implies /f ) | | chkdsk E: /x | Dismount drive before scan | | chkdsk E: /scan | Online scan (Windows 10/11 only) | | chkdsk E: /perf | Use more system resources for faster scan (use with /scan ) |

Then restart your computer. The scan will run before Windows services start.

: Forces the volume to dismount (disconnect) first if necessary so the tool can lock it for repairs.

This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.

To fix an external drive using , you use the Windows Command Prompt to scan for and repair logical file system errors or physical bad sectors. Running this utility can resolve issues where the drive is inaccessible, showing errors, or performing slowly. How to Run CHKDSK on an External Drive Identify the Drive Letter File Explorer and note the letter assigned to your external drive (e.g., Open Command Prompt as Administrator Windows Key Right-click Command Prompt and select Run as administrator Enter the Command : Type the following command, replacing with your drive letter: chkdsk X: /f Press Enter

If CHKDSK aborts, CHKDSK alone cannot fix a RAW drive. You need partition recovery software (like TestDisk) to rebuild the boot sector before running CHKDSK.

Complete Guide to Fixing CHKDSK Issues on External Drives An external hard drive or SSD is essential for backups, media storage, and data transfer. However, when Windows detects file system corruption, bad sectors, or connectivity drops, running the Check Disk tool () becomes necessary.