Skip to main content
file-recoveryINFO

Chkdsk Deleted My Files? How to Recover Them from FOUND.000 (2026)

Chkdsk did not delete your files - it usually moved recovered fragments into a hidden FOUND.000 folder as .chk files. How to reveal that folder, restore the fragments, and recover the originals with software when the .chk files are unusable.

By Eric Gerard · Editor · Save My Disk3 min readPhoto: Pexels

If you ran a disk check and your files seemed to vanish, take a breath: chkdsk almost certainly did not delete them. The confusing part is real, but the fix is usually straightforward. Here is what actually happened, and how to get your data back.

What chkdsk really did

When you run chkdsk /f or chkdsk /r, Windows repairs the file system's bookkeeping. Along the way it often finds clusters of data that no longer have a valid directory entry - orphaned fragments, or pieces of files that were cross-linked. Instead of deleting them, chkdsk collects them into a hidden folder at the root of the drive called FOUND.000 (then FOUND.001, and so on), saving each fragment as a file named FILE0000.CHK, FILE0001.CHK and upward.

So your files are not gone. They have been renamed to anonymous .chk fragments and tucked into a folder that Windows hides by default. That combination - hidden folder, stripped filenames - is exactly why it looks like a deletion.

A collection of dismantled hard disk drives on a white surface. Most chkdsk recovery is software-level; you rarely need to open a drive unless it is physically failing.
A collection of dismantled hard disk drives on a white surface. Most chkdsk recovery is software-level; you rarely need to open a drive unless it is physically failing.

Step 1: reveal the FOUND.000 folder

Because FOUND.000 is both hidden and a protected system folder, you have to unhide it:

  • In File Explorer, open Options > View, enable Show hidden files, folders and drives, and uncheck Hide protected operating system files.
  • Look at the root of the affected drive, for example C:\FOUND.000.
  • From a command prompt you can also run dir /a C:\ to list hidden and system entries.

Inside, you will see the .chk files. That is your recovered data, waiting to be re-identified.

Step 2: turn .chk fragments back into real files

A .chk file is a block of your data with its name and extension removed. To make it usable again:

  • If you know what a fragment should be, rename the extension (for example FILE0000.CHK to photo.jpg) and try to open it.
  • If you are not sure, use a file-type identifier that reads the file's header signature and tells you whether it is a JPEG, PDF, DOCX and so on, then rename accordingly.
  • Expect a mix: some fragments open perfectly, while others are incomplete because the original file spanned clusters chkdsk could not stitch back together.

Step 3: when FOUND.000 is not enough, recover the originals

Sometimes the folder is empty, or the .chk fragments are unusable. In that case, switch to standard deleted-file recovery, which reads the raw disk and rebuilds files by their signatures rather than relying on chkdsk's fragments.

The single most important thing here is to stop writing to the affected drive. Every new write risks overwriting the very data you want back. Then scan with recovery software: the free, open-source PhotoRec carves files out by type and costs nothing, while commercial tools add file previews and a friendlier workflow. We compare the free options in our TestDisk vs PhotoRec guide, and the paid ones in our best data recovery software roundup.

The one time to be cautious with chkdsk

There is an important exception. If the drive is behaving like it is physically failing - clicking, vanishing from the system, or throwing repeated read errors - then running chkdsk /f or /r on it can do real harm. A disk repair forces a struggling drive to work hard, and that stress can push a recoverable disk over the edge. On suspected hardware failure, do not run chkdsk on the original. Image the drive first (for example with ddrescue) and do all your recovery work on the clone. That way, chkdsk's fragments and any recovery attempt come out of a safe copy, not the failing disk itself.

The bottom line: chkdsk is a repair tool, not a shredder. Nine times out of ten, "chkdsk deleted my files" means "chkdsk moved my files into a hidden folder", and a few minutes of unhiding and renaming - or a signature scan when that falls short - gets them back.

Editorial pick
4.5 / 5

Recover your deleted files → EaseUS

Free scan · deleted, formatted & lost files · Windows & Mac

Founded in 200430-day guaranteeFree 2 GB version
See the offer

Frequently asked questions

Did chkdsk really delete my files?

Almost never on purpose. When chkdsk /f or /r finds file fragments that have lost their directory entry (orphaned or cross-linked clusters), it does not throw them away - it saves them into a hidden folder called FOUND.000 as files named FILE0000.CHK, FILE0001.CHK and so on. Your files look gone because that folder is hidden and the .chk names carry no original filename or extension, but the data is usually still there.

How do I see the FOUND.000 folder?

It is hidden and marked as a system folder, so File Explorer hides it by default. Turn on 'Show hidden files' and uncheck 'Hide protected operating system files' in Folder Options, then look at the root of the affected drive (for example C:\FOUND.000). From a command prompt you can also run 'dir /a C:\' to list it. Inside you will find the .chk fragments.

Can I open a .chk file?

Sometimes. A .chk file is just a recovered chunk of data with its original name and extension stripped. If you know what it should be (say a JPEG or a PDF) you can rename its extension and try to open it, or use a file-type identifier to guess. Many .chk fragments open fine; others are incomplete because the file was split across clusters that chkdsk could not reassemble.

What if the .chk files are useless or the folder is empty?

Then treat it as normal deleted-file recovery. Stop writing to the drive immediately, and run recovery software that scans the raw disk by file signature. Free tools like PhotoRec can carve files back out by type, and commercial tools add previews and an easier workflow. The sooner you stop using the drive, the better the odds.

Should I run chkdsk on a drive that is physically failing?

Be careful. If a drive is clicking, disappearing, or throwing read errors, running chkdsk /f or /r can make things worse - it hammers a struggling disk and can turn a recoverable situation into a dead one. On a suspected hardware failure, image the drive first (for example with ddrescue) and work from the clone, rather than running repairs on the original.