CHKDSK on an External Drive: When It Helps and When It Irreversibly Deletes Data

The immediate answer: CHKDSK on an external drive helps when the medium is physically healthy and the file system is broken only due to an improper disconnection or power failure—and you also have the data stored somewhere else. If the drive is clicking, disconnecting, slowing down dramatically, showing up as RAW, or holding the only copy of your crucial data, do not run CHKDSK: first create a sector image or initiate a data recovery process.

This text isn’t a guide on how to „fix" a drive as quickly as possible. It’s a decision-making aid: when CHKDSK on an external drive can safely repair the file system and when it will only finish off a dying mechanism and leave you without data. It all revolves around a single question—is the drive physically healthy, or not?

CHKDSK on an External Drive: First, Find Out if the Drive Is Dying

Windows typically offers to „scan and repair a drive" when it encounters a problem with the file system. Before confirming the prompt, you must distinguish between two different situations:

  • The drive is physically fine, but the file system records were left corrupted after an improper disconnection, power outage, or Windows crash.
  • The drive has bad sectors, failing read heads, or a problem with the controller, power supply, or USB bridge.

In the first case, CHKDSK can help. In the second, it forces the damaged drive to read more and simultaneously writes changes to it. The result is often lost file names, corrupted folders, data moved to the FOUND.000 folder—or mechanical degradation of the drive that you can no longer reverse.

If the medium holds the sole copy of your accounting records, customer projects, or an order archive, don’t start by repairing the drive. First, rescue the data.

What CHKDSK Actually Repairs

CHKDSK is not a data recovery tool, nor a utility for repairing hard drive mechanics. It checks the file system—NTFS, FAT32, or exFAT—and compares its records with the actual state of the data areas.

The file system keeps a record of where a file begins, which blocks belong to it, what it is named, and which folder it lies in. After a sudden disconnection, this information can become inconsistent. CHKDSK attempts to create a state that Windows can understand again.

However, its priority is a consistent file system, not preserving every original name and directory. It can delete a corrupted record, convert orphaned cluster chains into .CHK files in the FOUND.000 folder, or free up space it considers unused.

That’s why the phrase „CHKDSK deleted my files" isn’t entirely accurate—but the practical result is the same: you can no longer find the file in its original folder, and without metadata, it’s difficult to match it back.

When to Run CHKDSK and When to Immediately Disconnect the External Drive

External Drive StateRecommended Action
Drive operates at normal speed, is silent, and all data is also in another backupFirst verify the data, then address the logical repair
Problem occurred after pulling the USB cable during a write operationMake a copy of the data or a disk image; run CHKDSK only on the copy
Windows shows the drive as RAW or offers to format itDo not format and do not run an automatic repair
Drive is clicking, beeping, not spinning up, or repeatedly connecting and disconnectingTurn it off and do not continue with DIY attempts
Copying freezes on the same files or speeds drop to zeroSuspicion of bad sectors or weak heads; controlled reading first
CrystalDiskInfo or smartctl reports Pending or Uncorrectable sectorsDo not run CHKDSK
Data can be easily restored from another backupYou can test the drive, but after an error, never trust it with a sole copy

The RAW label alone doesn’t determine the cause. It can be a corrupted NTFS record, bad sectors in the metadata area, or a failing USB bridge. The Windows prompt „you need to format the disk" is not a diagnosis—it’s merely a suggestion to get the medium working as quickly as possible at the expense of the data.

When CHKDSK Can Help an External Drive

Reasonable use assumes two things: the medium is physically stable and the data no longer hangs on the sole original. Typical causes of a purely logical error include:

  • pulling the cable before a write operation completed,
  • power failure during copying,
  • crash of the system or an application working with the drive,
  • damaged directory structure,
  • improperly closed NTFS, FAT32, or exFAT volume.

Even then, the order of steps matters. First, copy readable files to another medium. Even safer is a sector copy of the entire disk—on it, you can repeat the repair or try a different procedure without touching the original.

If the data is replaceable and the drive passes diagnostics with no signs of physical damage, CHKDSK can restore access to folders and fix logical links. However, it will not turn a suspicious drive into reliable business storage.

Which Symptoms Mean STOP

External HDDs like WD Elements, WD My Passport, Seagate Expansion, Seagate Backup Plus, or LaCie Rugged are not „just a drive." Inside is a hard drive, USB electronics, and a connector—any part can fail, and not every part is visible to CHKDSK.

Do not run CHKDSK if you observe:

  • regular clicking or repeated spin-up attempts,
  • the unit disconnecting during reading,
  • Windows Explorer freezing after opening a folder,
  • I/O errors or „CRC error" messages,
  • incorrect, zero, or vanishing partition capacity,
  • a sharp drop in speed at specific spots,
  • a previous drop of the drive from a table.

Clicking and repeated spin-up attempts are typically a sign of a mechanical fault—why DIY attempts in this case are harmful is discussed in what to do when a disk clicks.

For a SMART check, use CrystalDiskInfo or smartctl from the smartmontools package. For HDDs, pay particular attention to Reallocated Sector Count, Current Pending Sector Count, and Offline Uncorrectable. A growing UDMA CRC Error Count, on the other hand, often points to a cable or USB bridge problem, not the platters.

The catch: an external enclosure may not pass SMART data over USB at all. A green status is therefore not proof that the drive is healthy. How to read the signs more reliably is described in how to know if an HDD or SSD is dying.

Furthermore, for some WD My Passport portable drives, the USB interface is directly on the drive’s electronics, and the data tends to be encrypted by the controller. Removing the platter drive from the enclosure and connecting it via a standard SATA adapter may therefore not work—and is more likely to complicate recovery than to help.

What the /f, /r, and /x Parameters Mean

The command without a repair parameter:

chkdsk E:

checks the volume’s condition and reports its findings. It intentionally repairs nothing. However, even this check isn’t free of cost—a mechanically faulty drive must still be burdened just for the reading.

chkdsk E: /f

fixes logical errors and writes changes to the file system.

chkdsk E: /r

locates unreadable sectors and attempts to extract readable data from them; it also implicitly includes /f. On a large or damaged disk, this means long, repeated reading of problem areas—for a dying HDD, this parameter tends to be the greatest strain.

chkdsk E: /x

first forces the volume to dismount and also implicitly includes the /f repair. It is not a safer variant for data recovery, just a more aggressive one.

The same caution applies to the graphical prompt in Windows. Once you confirm „repair" there, it is no longer a non-writing diagnostic.

A Safe Procedure for a Business External Drive

If you don’t have the data anywhere else, stick to this sequence:

  1. Stop the work of everyone using the drive. Do not add new files and do not confirm any formatting.
  2. Write down what happened: a fall, power outage, cable pull, Windows error message, and any attempts already made.
  3. If the drive is clicking, disconnecting, or freezing the computer, turn it off.
  4. For a silent and stable drive, verify once with a different high-quality cable and USB port without a hub. Repeated testing on several computers, however, is not a diagnosis.
  5. Create a sector image or clone to an equally sized or larger medium. Tools like GNU ddrescue can skip damaged areas and maintain a reading map. For crucial data, even cloning belongs in the hands of a technician—incorrect settings will needlessly stress the drive.
  6. Run file system repair and recovery software on the image or clone, never on the original.

If the drive is encrypted with BitLocker, first secure the recovery key—without it, the data may not be usable even after a successful read of the medium. The context around encryption is summarized in the article about BitLocker. In the meantime, do not initialize the drive or change partitions.

What to Do When CHKDSK Has Already Run and Files Have Disappeared

Immediately stop using the disk. Do not run CHKDSK a second time, do not copy recovered files onto it, and do not delete the FOUND.000 folder.

The .CHK files in this folder are found data chains for which CHKDSK could not assign the original record. They can contain a whole file, part of one, or a mix of data—usually without the original name and path.

Every additional write can overwrite the freed areas. For an external SSD or flash media, the situation is worsened by TRIM, if supported by both the operating system and the USB bridge. That’s why recovery is performed from a disk image and the results are saved to another drive.

How Much Professional Recovery Costs and How to Identify the Right Service

We intentionally do not state specific amounts here—the price is determined only by the drive’s condition after diagnosis. However, simple logic applies: logical recovery from a physically healthy medium, where the problem is „just" a broken file system, is among the cheapest and fastest operations. As soon as the drive has an electronic or mechanical fault—bad heads, damaged controller, seized bearings—the work becomes more laborious, slower, and more expensive. The final amount is also raised by capacity, encryption, and, most importantly, previous DIY attempts. An indicative breakdown by fault type can be found in the article how much data recovery from a disk costs.

Before handing over the drive, ask:

  • Do you create a sector image first, or do you repair the original?
  • Will I receive a price after the diagnosis before work begins?
  • How do you verify which files were actually recovered?
  • Where will the recovered data be saved?
  • How do you protect business data, and can an NDA be arranged?
  • What do I pay if the data cannot be retrieved?

For irreplaceable data, it makes sense to first describe the symptoms and have the drive diagnosed—not to try another repair command.

How to Prevent the Problem from Recurring

Do not automatically consider an external drive healthy after a repair. Move the data to a new or verified medium and set up at least two separate copies. One should be off-site and should not remain permanently connected.

If an external drive holds your sole business copy, it is not a backup—it is standalone storage without a backup. And this operational problem is something no CHKDSK will solve for you.

Frequently Asked Questions

Is it safe to run CHKDSK on an external drive without parameters?

The chkdsk E: command is not supposed to repair errors, but the disk still needs to read. For a stable medium, it is less risky than /f or /r. However, a dying HDD can also be damaged by prolonged reading.

Will CHKDSK repair bad sectors?

It will not repair a physically damaged surface or read heads. The /r parameter only attempts to read the available data and mark problematic clusters so the file system no longer uses them.

Should I use CHKDSK when Windows shows the drive as RAW?

Not as a first step. RAW means Windows did not recognize a usable file system. The cause can be a logical error or physical damage. Do not format the disk; create an image or secure a diagnosis.

Can files be recovered from the FOUND.000 folder?

Sometimes yes, but .CHK files often don’t have the original names, paths, or complete contents. Work with a copy of the medium and save the results elsewhere. Do not write anything further to the original disk.

Should I run CHKDSK before a data recovery program?

Not on the original medium. First, create a sector image. Then try the recovery program and CHKDSK on the copy, leaving the original disk unchanged.