Home external hard drive solutions Files Disappeared from External Hard Drive in 2026

Files Disappeared From Your External Hard Drive? Here's Where They Went

Ethan CarterEthan Carter
|Last Updated: March 14, 2026

Files disappearing from an external hard drive is alarming — but they are often still there. Hidden file attributes, file system errors, and virus activity are the most common culprits.
This guide covers every fix in order, with Ritridata recovery for cases where files are genuinely deleted or corrupted.

Files disappearing from an external hard drive has several distinct causes — some as simple as hidden file attributes, others as serious as file system corruption or actual deletion. The right fix depends on the specific cause, and most cases are recoverable without professional help.

Part 1. Check If Files Are Just Hidden

The most common reason files appear to have disappeared is that they have been set to hidden — either by the user, a virus, or a Windows attribute change.

Show hidden files on Windows:

  1. Open File Explorer
  2. Click ViewShowHidden Items
  3. Navigate to the external drive — hidden files should now be visible

Show hidden files via Command Prompt:

attrib -h -r -s /s /d E:\*.*

(Replace E: with your drive letter — this removes hidden and system attributes from all files)

Quick guide to showing hidden files by platform:

PlatformMethodShortcut / Command
Windows 11/10File ExplorerView → Show → Hidden Items
Windows (CMD)attrib commandattrib -h -r -s /s /d E:\*.*
MacFinderCmd + Shift + . (dot)
Mac Terminaldefaults writedefaults write com.apple.finder AppleShowAllFiles YES

Show hidden files on Mac:

  1. Open Finder
  2. Navigate to the external drive
  3. Press Command + Shift + . (dot) to toggle hidden file visibility

💡 Tip: If files reappear after showing hidden items, they were hidden by a virus or a Windows attribute change. Run an antivirus scan immediately after making them visible to prevent them from being hidden again.

Part 2. Check If the Drive Shows Space Used But No Files

If the external drive shows disk space is still being used (e.g., 50 GB used) but no files appear, the files are likely present but invisible — either hidden or the file system index is corrupted.

Drive StatusWhat It MeansRecommended Fix
Shows filesFiles present — access issuePermissions or hidden attribute fix
Shows 0 bytes usedFile system wipedRecovery software
Shows space used, no filesFiles hidden or index corruptedShow hidden files or CHKDSK
Drive not detectedConnection or hardware issueCable/port check first

Run CHKDSK (Part 3) to repair index corruption without deleting file data.

⚠️ Important: If the external drive shows used space but no visible files, do not format it. Formatting will overwrite the data and make recovery significantly harder. Use CHKDSK or data recovery software first.

Part 3. Run CHKDSK to Fix File System Errors

CHKDSK can repair directory errors that cause files to appear missing:

  1. Open Command Prompt as Administrator
  2. Run: chkdsk E: /f /r (replace E: with the drive letter)
  3. Wait for completion — may take 20–60 minutes on large drives

After CHKDSK finishes, reconnect the drive and check if files are visible again.

💡 Tip: After CHKDSK, look in the FOUND.000 folder that CHKDSK may have created on the drive root. This folder contains file fragments recovered from corrupted directory entries — your files may be in there with generic names like FILE0001.CHK.

Part 4. Scan for Viruses That May Have Hidden Files

Some malware hides files on external drives to make users believe they have disappeared, then spreads infection when the drive is used on other computers.

  1. Open Windows Security (search "Windows Security" in Start)
  2. Go to Virus & Threat ProtectionScan Options
  3. Select Full Scan and include the external drive
  4. After removing any malware, show hidden files (Part 1) to restore visibility

🗣️ r/techsupport user: "All my files disappeared from my external drive after using it at a public library PC. Ran malware removal on it, then used attrib -h -r -s /s /d and all my files came back — they had been hidden by malware."

Part 5. Reconnect and Check the Drive Connection

Sometimes files appear to have disappeared because the drive disconnected briefly and remounted with a different drive letter or state:

  1. Safely eject the drive (right-click in File Explorer → Eject)
  2. Unplug and use a different USB cable
  3. Try a different USB port — rear motherboard ports provide more stable power
  4. Reconnect and wait 30 seconds

💡 Tip: Power-hungry 3.5" desktop drives may fail to show files correctly if connected to an underpowered USB port. Always use the drive's own power adapter when one is included — do not rely solely on USB bus power for large external drives.

If the drive reconnects and files are visible, the original connection was faulty — consider replacing the cable.

🗣️ r/datarecovery guidance: "Before assuming data loss, always try a different cable and port. Drives 'disconnecting' mid-transfer due to bad cables can cause the next mount to show an empty volume even when files exist."

Part 6. Recover Genuinely Deleted or Lost Files With Ritridata

If files were deleted, the drive was formatted, or CHKDSK and the hidden file fixes did not restore them, Ritridata can scan the raw sectors of the external drive and recover files directly — even from drives with file system errors. It works on both Windows and Mac.

Step 1 — Connect the external drive and select it from the drive list

Step 2 — Run a safe scan — the drive is not modified during the process

Step 3 — Preview your files and recover them to your computer

FAQ

Why did my files disappear from my external hard drive overnight? Overnight disappearance is typically caused by virus activity (hiding or deleting files), Windows automating a file system repair that moved files, or the drive becoming corrupted due to an unsafe ejection the last time it was connected. Check for hidden files first and run a virus scan.

My external drive shows the correct used space but no files — what does that mean? This typically means the file directory index is corrupted — the files are physically present but the file system cannot find them. Run CHKDSK to repair the directory. If CHKDSK fails, use data recovery software to scan the raw sectors and extract the files.

Can I get files back that disappeared from an external hard drive? In most cases, yes. Hidden files are immediately recoverable by showing hidden items. File system errors are often fixable with CHKDSK. Deleted or formatted files are recoverable with data recovery software as long as the drive has not been heavily written to since the loss.

How do I unhide files on an external hard drive in Windows? Open Command Prompt as Administrator and run: attrib -h -r -s /s /d E:\*.* (replace E: with your drive letter). This removes hidden, read-only, and system attributes from all files on the drive. Alternatively, in File Explorer go to View → Show → Hidden Items.

Will formatting fix a drive where files disappeared? Do not format if files have disappeared and you want them back. Formatting rebuilds the file system but marks all existing file data as overwritable space. Run CHKDSK or data recovery software before formatting.

Could a failing hard drive cause files to disappear? Yes — bad sectors in the area of the drive where the file directory is stored can cause files to become invisible or inaccessible. Check drive health with CrystalDiskInfo. If SMART data shows warnings, prioritize data recovery over repair.

References