My files suddenly disappeared from my external hard drive, and I can still see the drive, but the folders are empty. I really need to recover important photos and work documents without formatting the drive or making things worse. What’s the safest way to restore missing files from an external hard drive?
I had this happen on an external drive with old photos and project files. One day the folders looked wiped. Turned out the drive had a messed up file system, not a clean delete. I got most of it back, so I would not treat missing folders as dead data yet.
First thing, stop using the drive.
- Do not format it.
- Do not move new files onto it.
- Do not run repair stuff right away.
- Do not keep opening random folders if the drive is lagging or dropping out.
If data is still sitting there, extra writes make things worse. I learned this the hard way on an old WD drive years ago.
Before recovery, I would check a few boring things first.
- Turn on Hidden items in File Explorer.
- Look at used space on the drive. If your folders vanished but it still shows something like 800 GB used, I would take that as a decent sign.
- Swap the USB cable or port.
- If it disconnects, crawls, or throws file system errors, stop poking at it.
If you do not have a backup, I would skip repair attempts at first and go straight to file recovery. That route worked better for me than trying to 'fix' the disk first.
I used Disk Drill. My steps were simple.
- Install it on your computer’s internal drive, not on the broken external drive.
- Plug in the external drive and open the app.
- Select the drive, then hit Search for lost data.
- If the drive seems shaky, make a disk image first and scan the image instead. I would do this if the drive is acting flaky, becuase repeated scans on a dying disk are rough on it.
- Let the scan finish. Preview some files. Recover them to a different drive, never back onto the same one.
I would not repair or format the original drive until your important files are copied somewhere else.
There are also cases where I would stop the do-it-yourself route and hand it off to a recovery shop.
- Clicking, grinding, or beeping sounds.
- Disconnecting every few seconds.
- No detection on any computer.
- Scans freezing over and over, or dragging forever because the drive keeps vanishing.
- Files you cannot afford to lose.
At that point it starts sounding less like folder corruption and more like hardware trouble. Software will not save a disk with failing mechanics.
If you get your files back, I would retire the drive. I do not trust externals after they start losing folders, going unreadable, or corrupting the file system for no clear reason. You can check SMART diagnostics and see what the health report says. Even if the report looks fine, I would only keep using the drive for throwaway storage, not anything important.
That was my move. I recovered what I could, replaced the drive, and kept another backup after that. Cost me some cash, sure, but less than dealing with the same panic twice.
If the drive shows up and the folders are empty, I’d check for file attribute issues before doing a full recovery scan. I agree with @mikeappsreviewer on not formatting, but I disagree a bit on avoiding all repair steps at first. Some checks are low risk if you do them read-only.
Try this first on Windows.
- Open Command Prompt as admin.
- Run attrib -h -r -s /s /d X:*.*
- Replace X with your external drive letter.
I’ve seen malware and bad USB disconnects flip files to hidden and system, so the drive looks blank even though data is still there. It takes 30 seconds and costs nothing.
Then check Disk Management. If the partition shows RAW, or no file system, skip fixes and go straight to recovery. If used space still looks normal, that’s a solid sign your files are still on disk.
For recovery, Disk Drill is a good pick because it reads lost partitions and deleted directory records well. Recover to another drive only. If the file names come back scrambled, sort by type and preview photos/docs first.
Also, this is worth bookmarking if you need a simple guide on formatted drive recovery later:
watch this easy guide to recover files from a formatted hard drive
Short version. Check hidden attributes. Check if space is still used. If yes, scan with Disk Drill before you do anything dumb like format it. If the drive makes noise or drops offline, stop. That part gets worse fast.
If the drive still mounts and shows the right used space, I’d actually check whether the folders got moved into a weird directory tree before assuming they vanished. @mikeappsreviewer and @voyageurdubois already covered the big “don’t format it” part, so I’ll skip repeating that.
What I’d do differently:
- Open File Explorer search on that external drive and search by file type:
*.jpg*.docx*.pdf*.xlsx
- Sort by path or date modified.
- Also check if the files landed in
FOUND.000or oddly named folders after a bad disconnect.
Another thing people forget is checking Event Viewer on Windows. If you see disk, NTFS, or bad block warnings around the time the folders disappeared, that points more to drive trouble than simple hidden files. If that stuff is showing up, stop messing with it too much.
If search finds nothing, then yeah, use a proper recovery app like Disk Drill and recover to a different disk only. I slightly disagree with trying too many command fixes early on, becuase sometimes people go from “empty folders” to “now the partition is toast” real fast.
If the external is important enough, clone/image it first, then scan the clone. That’s the safer play, not the faster one.
Also, if you want more community opinions on hard drive recovery tools, this thread is useful:
best software for hard drive recovery and external storage issues
Short version: search by file type, check for weird recovered folders, look at Event Viewer, then use Disk Drill if the files still don’t show up. Don’t “fix” the drive before you pull the data off. That’s how pepole make a bad day worse.
One thing I’d add to what @voyageurdubois, @nachtschatten, and @mikeappsreviewer said: check whether this is a permissions or mount-point problem, not just hidden files or file system damage.
A surprisingly common case on Windows is the drive letter staying the same, but the folder ownership/ACLs getting weird after moving the drive between PCs. The folders can look empty even though the data is still there. So before a deep scan, right-click the drive or one affected folder, open Properties, then Security, and see if access is denied anywhere. If it is, do not start changing permissions all over the disk unless you know what you’re touching, but at least you’ll know the files may not actually be gone.
I slightly disagree with doing too many shell-level fixes early. attrib is usually harmless enough, sure, but once people start stacking commands, they often forget what changed what. My rule is simple: verify the state first, then recover first, then repair later.
What I’d personally check that hasn’t really been stressed enough:
- Open the drive in a different file manager, not just File Explorer
- Try another computer, ideally with a different OS if available
- Check whether the missing folders show size in Properties even if they appear empty
- Look for absurdly long file paths or broken names that Explorer chokes on
If the drive is stable, Disk Drill is a reasonable next move.
Pros:
- easy preview for photos/docs
- good at finding deleted or missing directory entries
- can scan whole disks, partitions, and images
Cons:
- deep scans can take forever on large externals
- recovered folder structure is not always perfect
- best results usually require another drive with enough free space
So yeah, I would treat this as a visibility or file system issue first, not immediate proof the data is erased. If the files matter, recover them with Disk Drill to a different disk, then worry about fixing the external afterward.


