Windows Disk Recovery Guide Β· 2026

What Is the FOUND.000 Folder
and FILE0000.CHK File on a Drive?

A practical Windows guide explaining why FOUND.000 folders and CHK files appear after disk checks, what they contain, whether they are dangerous, and how to recover useful files before deleting them.

πŸͺŸ Windows 10 / 11 πŸ’Ύ HDD / SSD / USB 🧩 CHK file fragments πŸ›  CHKDSK ⏱ ~10 min read

FOUND.000 and FILE0000.CHK: What Do They Mean?

The FOUND.000 folder is a hidden system folder that Windows may create after a file system repair operation. Files named FILE0000.CHK, FILE0001.CHK, and similar are recovered file fragments or recovered chains saved by CHKDSK or another disk checking process.

ℹ️
In simple terms FOUND.000 is a container folder. FILE0000.CHK is a recovered fragment that may contain part of an old document, photo, archive, video, database, or temporary file.

✦ Usually normal

  • Often appears after chkdsk runs
  • Can be created after unsafe shutdown or unplugging a USB drive
  • May contain recoverable data
  • Usually not malware by itself

✦ Needs attention

  • Can indicate file system damage
  • CHK files may be incomplete or corrupted
  • Do not delete before checking whether important data is inside
  • Repeated appearance can signal drive problems

What Is the FOUND.000 Folder in Windows?

The FOUND.000 folder is a hidden, system-marked folder created on the root of a drive, for example C:\FOUND.000, D:\FOUND.000, or E:\FOUND.000. Its job is to store recovered file fragments after Windows finds orphaned file system records, lost clusters, or damaged directory entries.

The number can change. If another recovery folder is created later, Windows may use names such as FOUND.001, FOUND.002, and so on. The folder is usually hidden because it is not meant for everyday file storage.

πŸ“

Folder name

FOUND.000, FOUND.001, or a similar numbered folder.

πŸ“

Typical location

The root of the affected drive, such as C:\, D:\, or a USB drive letter.

πŸ”’

Visibility

Usually hidden and marked as a protected system item.

🧩

Contents

One or more .CHK files saved after a disk check or repair operation.

What Is FILE0000.CHK and What Does a CHK File Contain?

A FILE0000.CHK file is a recovered file fragment created when Windows cannot restore the original file name, extension, or folder path. Instead of discarding the data immediately, Windows saves the fragment with a generic name and the .CHK extension.

A CHK file can contain many different kinds of data. It may be a complete file with the wrong extension, a partial file, several mixed fragments, or data that is no longer useful. That is why some CHK files can be recovered simply by renaming them, while others cannot be opened normally.

CHK file situation What it means Recovery chance
Complete file with lost name The data is mostly intact, but Windows lost the original name and extension. Good
Partial file fragment Only part of the original file was recovered. Limited
Mixed fragments The CHK file may contain data from more than one damaged file chain. Uncertain
Temporary or cache data The recovered data may not be a user document at all. Low

Why Does Windows Create FOUND.000 and FILE0000.CHK Files?

Windows creates FOUND.000 and .CHK files when a disk check finds data that appears to belong to files, but the file system metadata no longer points to it correctly. This can happen on internal drives, external HDDs, SSDs, USB flash drives, SD cards, and memory cards.

Cause 01

Unsafe removal

Unplugging a USB drive, SD card, or external disk while files are still being written can leave incomplete file system records.

Common on removable drives
Cause 02

Power loss or forced shutdown

If Windows stops during a write operation, the file contents and the file system table may no longer match.

Common after crashes
Cause 03

CHKDSK repair

Running chkdsk /f or approving automatic repair can save recovered fragments as CHK files.

Built-in Windows tool
Cause 04

Failing storage device

Bad sectors, flash memory wear, cable problems, or controller errors can damage file system structures repeatedly.

Check drive health
⚠️
Important If the folder appears repeatedly on the same drive, treat it as a warning sign. Back up important files and check the drive before continuing to use it.

Is the FOUND.000 Folder a Virus?

In most cases, FOUND.000 is not a virus. It is a normal recovery folder created by Windows file system checking. The folder name and .CHK files alone do not indicate infection.

However, malware can hide files on removable drives or create confusing folder names. Be careful if the folder contains executable files such as .exe, .scr, .bat, .cmd, .vbs, or suspicious shortcuts. Scan the drive before opening anything you do not recognize.

βœ“ Usually safe signs

  • The folder is in the root of a drive
  • It contains files such as FILE0000.CHK
  • It appeared after chkdsk, a crash, or unsafe removal
  • Files have generic CHK names and no executable behavior

βœ— Suspicious signs

  • Executable files are inside the folder
  • Shortcuts replace your original folders
  • The drive creates autorun-like files
  • Antivirus detects threats on the same drive

Where Is the FOUND.000 Folder Located and Why Can’t You See It?

The folder is usually located at the root of the affected drive. For example, if the problem happened on drive E:, the folder may be E:\FOUND.000. You may not see it in File Explorer because it is hidden and can also be marked as a protected operating system folder.

Show hidden and protected files in File Explorer

  1. Open File Explorer.
  2. Open View options. In Windows 11, choose View β†’ Show.
  3. Enable Hidden items.
  4. Open Folder Options β†’ View.
  5. Temporarily clear Hide protected operating system files if you need to inspect the folder.
  6. After checking the folder, enable the protection option again.

Check from Command Prompt

Replace E: with the actual drive letter.

Command Promptdir /a E:\FOUND.000

To list all FOUND folders in the root of a drive, use:

Command Promptdir /a E:\FOUND.*

Can You Delete FOUND.000 and FILE0000.CHK Files?

Yes, you can usually delete FOUND.000 and .CHK files if you are sure you do not need anything inside them. They are not required for Windows to boot or run normally. But do not delete them immediately if the drive recently lost files, photos, documents, archives, or folders.

β›”
Do not rush If files disappeared from the drive, do not delete the CHK files yet. They may be the only remaining fragments of the missing data.
Situation Recommended action
No important files are missing You can delete the folder after checking the drive.
Photos, documents, or videos disappeared Copy the CHK files to another drive and try recovery first.
The folder is huge Inspect the largest CHK files first; they are more likely to contain videos, archives, or disk images.
FOUND.000 keeps coming back Back up the drive and check for file system, cable, USB port, or storage health problems.

How to Recover Files from FILE0000.CHK Safely

Recovery is not guaranteed, but it is worth trying before cleanup. The safest approach is to copy CHK files away from the damaged drive and work only with the copies.

Step 1 β€” Stop writing to the affected drive

Do not save new files to the drive, do not format it, and do not run repeated repair attempts if important data is missing. New writes can overwrite recoverable data.

Step 2 β€” Copy the FOUND.000 folder to another drive

Create a recovery folder on another disk and copy the CHK files there. For example:

Command Promptmkdir D:\CHK-Recovery
copy E:\FOUND.000\*.CHK D:\CHK-Recovery\

Step 3 β€” Work with copies only

Never experiment on the only copy of a CHK file. If you rename, edit, or test extensions, do it in a separate working folder.

Step 4 β€” Try the most likely file extensions

If you know what disappeared, copy one CHK file and try renaming it to the likely extension. For example, a recovered JPEG photo can sometimes open after renaming FILE0000.CHK to photo.jpg. A recovered Word document may need .docx, while a recovered ZIP archive may need .zip.

βœ…
Safe method Rename only copies of CHK files. Keep the original FILE0000.CHK files unchanged until you know whether recovery is successful.

How to Identify What a FILE0000.CHK File Used to Be

A CHK file does not tell you its original type from the file name. You need to infer it from the file size, file signature, content preview, or by testing likely extensions on a copy.

Method 01

Check the file size

Small CHK files may be text, configuration files, or fragments. Very large CHK files may be videos, archives, disk images, or databases.

Fast check
Method 02

Open a copy in a hex viewer

File signatures can reveal types: JPEG often starts with FF D8 FF, ZIP/DOCX with PK, PDF with %PDF.

More accurate
Method 03

Try specialized CHK recovery tools

Some utilities can scan CHK files, detect signatures, and rename recoverable files automatically. Always scan downloads and work with copies.

Useful for many files

Common file signatures and extensions

Original file type Typical signature or clue Extension to test on a copy
JPEG image FF D8 FF .jpg or .jpeg
PNG image 89 50 4E 47 .png
PDF document %PDF .pdf
ZIP, DOCX, XLSX, PPTX PK .zip, .docx, .xlsx, .pptx
MP3 audio ID3 or MPEG frame data .mp3
⚠️
Limitations Renaming a CHK file does not repair damaged data. It only gives Windows and applications a chance to interpret the file if the content is still complete enough.

How to Check the Drive After FOUND.000 Appears

After you copy important data and CHK files to a safe location, check the affected drive. The right command depends on whether the drive is internal, removable, healthy, or already showing signs of failure.

For the Windows system drive

Start with a non-destructive scan:

Command Prompt as Administratorchkdsk C: /scan

If Windows reports errors that require offline repair, it may ask you to schedule a repair at the next restart.

For a USB drive or external disk

Replace E: with the correct drive letter. Run this only after copying important data away from the drive.

Command Prompt as Administratorchkdsk E: /f
β›”
Data recovery warning If the drive contains valuable missing files, do not run repair commands repeatedly. Create an image of the drive or use professional recovery before attempting more repairs.

Check hardware and connection problems

How to Prevent FOUND.000 and CHK Files in the Future

CHK files are usually a symptom of interrupted writes or storage problems. You can reduce the risk by changing how you disconnect, shut down, and back up drives.

  1. Use Safely Remove Hardware before unplugging USB drives, external disks, and card readers.
  2. Wait until file copying, downloads, backups, and exports are fully complete.
  3. Avoid forcing shutdown while updates, disk operations, or large file transfers are running.
  4. Keep at least one backup of important files on another drive or in cloud storage.
  5. Replace USB flash drives and memory cards that repeatedly lose files or ask for repair.
  6. Use a UPS for desktop PCs if power loss is common in your location.

Frequently Asked Questions About FOUND.000 and CHK Files

Q Can I simply delete FILE0000.CHK? β–Ό
Yes, if you are sure no important files are missing. But if the drive recently lost documents, photos, videos, or folders, copy the CHK files to another drive and try recovery before deleting them.
Q Will deleting FOUND.000 damage Windows? β–Ό
Usually, no. The FOUND.000 folder is a recovery output folder, not a core Windows folder. Deleting it only removes the recovered fragments stored inside it.
Q Why is FOUND.000 taking up a lot of space? β–Ό
The folder may contain large recovered fragments from videos, archives, virtual disks, backups, or other big files. Check whether important data is inside before deleting the folder to free space.
Q Can I convert CHK files back to the original files? β–Ό
Sometimes. If a CHK file contains a complete original file, you may recover it by identifying the type and renaming a copy to the correct extension. If the data is incomplete or mixed, full recovery may not be possible.
Q Why did FOUND.000 appear after CHKDSK? β–Ό
CHKDSK can create the folder when it repairs file system inconsistencies and saves recovered file fragments. The folder is evidence that CHKDSK found data it could not reconnect to the original file names or folders.
Q Why do I get FOUND.001 or FOUND.002 instead of FOUND.000? β–Ό
Windows can create additional numbered folders when previous recovery folders already exist or when more than one repair operation saves recovered fragments.
Q Should I run CHKDSK again if I see CHK files? β–Ό
Not immediately if important data is missing. First copy the data and CHK files to another drive. After that, you can run a scan or repair command to check whether the file system is still damaged.

Should You Keep or Delete FOUND.000?

The FOUND.000 folder and FILE0000.CHK files are usually created after Windows repairs file system problems. They are not normally dangerous, but they can contain recovered fragments of files that were lost during a crash, unsafe removal, power failure, or disk error.

🏁 Bottom Line

Do not delete FOUND.000 immediately if files are missing. Copy the CHK files to another drive, try recovery on the copies, and then check the disk. If nothing important is missing and the drive is healthy, you can delete the folder to free space.