Need help recovering a formatted hard drive from an old PC

I formatted the hard drive from an old desktop PC before realizing it still had important photos, documents, and backup files on it. I’m trying to find the best way to recover data from a formatted hard drive without making things worse. What recovery steps or software should I use for an old desktop hard drive?

I used to think a formatted drive was finished. Gone, end of story. After dealing with wiped externals, broken partitions, and a pile of recovery attempts, I stopped believing that.

Formatting does not always erase your files in the way people think it does.

First thing, stop writing to the drive.

If it is an external disk, unplug it. If it is your main system drive, do not install apps, download files, or move data onto it. Each new write cuts into your odds, because old file data gets overwritten and recovery gets uglier fast.

What kind of format happened

This part matters more than most people expect.

  1. Quick Format
    Usually this clears the file system records, the stuff your OS uses to track where files live. The drive looks empty, but the file data often sits there until new data lands on top of it.

  2. Full Format
    This is where things get rough. On newer Windows systems, a full format writes across the disk and checks for errors. Once sectors get overwritten, software recovery is done. I have seen quick-formatted drives recover a decent chunk. Full-formatted ones, not so much.

1. Check backups before you do anything fancy

I would start here every time.

A lot of people forget they had sync turned on somewhere. Then they spend an hour scanning a drive for files already sitting in cloud trash.

Look through these first:

  • OneDrive
  • Google Drive
  • iCloud
  • Recently Deleted or Trash folders
  • File History on Windows

This takes a few minutes. If your files are there, you get them back with filenames, folders, and timestamps intact. Way better than sorting through a recovery dump of random JPGs and half-named docs.

2. Try recovery software

If no backup exists, recovery software is usually the next move.

From what I have seen, Disk Drill does a solid job with formatted drives. It works on Windows and Mac, and it tends to find data even when partition info is damaged or missing.

The safe way to do it:

  1. Install Disk Drill onto a different drive.
  2. Scan the formatted drive.
  3. Check previews for the files you care about.
  4. Recover them to another disk, not back onto the formatted one.

The preview step matters. I skipped it once, got back a pile of files, and half of them were broken. If preview works, your odds are better.

3. Use a recovery lab if the files matter more than the price

If software turns up nothing, and the files are stuff you cannot replace, a pro lab starts making sense.

I mean things like:

  • business records
  • legal files
  • family photos with no copy anywhere else

Recovery labs have hardware and methods you do not get with home tools. They cost a lot, yes. Still, if the data matters enough, it is one of the few paths left.

If you formatted a drive by mistake, stop using it right away. Then check what kind of format happened. Look for backups first. If there is no backup, run recovery software before anything writes new data to the disk. Timing matters here, and waiting tends to make the result worse, not better.

1 Like

If the old PC drive still spins and shows up in BIOS or Disk Management, I’d do one thing before any scan. Make a sector-by-sector image of it first. A clone saves you from making the original worse if the drive is weak. Use another equal or larger drive and image it with something like ddrescue or a hardware dock with clone mode. This part gets skipped way too often.

I agree with @mikeappsreviewer on stopping all writes. I disagree a bit on going straight into scanning the original disk. On older drives, one long scan is sometimes enough to push a failing drive over the edge. Work from the clone if you can.

A few practical points.

  1. Check if the format was on HDD or SSD.
    If it was an SSD and TRIM ran after the format, recovery odds drop hard. On a hard disk, odds are usually better.

  2. Look at SMART health before spending hours.
    If you see reallocated sectors, pending sectors, slow reads, or clicking, skip DIY stuff and clone first. If it clicks, stop. Don’t keep trying. Thats how people lose the rest.

  3. Use file-system aware tools first, then signature scan.
    Signature scan finds JPG, DOCX, ZIP by file pattern, but often loses names and folder structure. If you want the old folders and backup sets, start with partition and file table recovery.

  4. Recover to another drive only.
    Not the same one. Ever.

Disk Drill is fine for this job, esp if the format was quick and the drive is healthy. I’d run it on the clone, not the source. Preview photos and docs first. If previews fail, the files are often damaged.

If you want a solid explainer before you start, this is worth a watch,
watch this Disk Drill recovery walkthrough

Short version. Clone first. Check if it’s SSD or HDD. Scan the clone with Disk Drill. Save recovered files elsewhere. If the files are irreplaceable and the drive acts weird, stop and send it to a lab.

One thing I’d add to what @mikeappsreviewer and @viajeroceleste said: figure out whether the “backup files” were actually part of a Windows backup set, not just random folders named Backup. That matters becuase some recovery tools can pull raw files, but old backup catalogs can come back half-broken and be annoying as hell to restore properly.

Also, I’m slightly less sold on telling everyone to jump straight to a lab. If the drive is healthy, spinning normally, no clicking, and it was a quick format on an HDD, DIY recovery is still pretty reasonable. Labs are for failing hardware or truly priceless data, not every oops moment.

What I’d do:

  • Connect the drive as a secondary disk to another PC
  • Do read-only work if possible
  • If the file system is toast, scan for lost partitions first
  • Then use Disk Drill to scan and preview photos, docs, and archives
  • Recover everything to a different drive with plenty of space

For old family photos, previews are the big tell. If the JPG preview opens, that’s a very good sign.

One more thing people forget: if this old PC used EFS, BitLocker, or some ancient backup software, recovered files may still be useless without keys or the original app.

For extra reading, this is decent: best tips for formatted hard drive recovery

Short version: don’t write anything to it, don’t recover back onto it, and don’t keep poking at it if the drive starts acting weird.

One angle I think @viajeroceleste, @espritlibre, and @mikeappsreviewer only touched lightly is the file system itself. If that old PC used NTFS and the format was quick, there’s sometimes a decent chance the MFT remnants still let a tool reconstruct original names and folders. If it was exFAT or FAT32, recovery can turn messier faster even when raw data is still present.

I’d also avoid running CHKDSK. A lot of people do that because Windows suggests it, and it can make recovery worse by “fixing” metadata.

Disk Drill makes sense here if the drive is stable.

Pros:

  • good at finding deleted and formatted-drive data
  • preview is useful for checking photo integrity
  • easier than more technical tools

Cons:

  • deep scans can return a ton of clutter
  • best results still depend on how much was overwritten
  • not magic on SSDs after TRIM or on full formats

If the recovered “backup files” are ZIP, BKF, PST, VHD, or old proprietary backup containers, prioritize those first. Restoring one intact archive can save more than recovering 5,000 loose files.

So my order would be: identify file system, do not run repair tools, scan for intact containers and catalogs first, then use Disk Drill for targeted recovery to another drive. If the drive vanishes intermittently, stop DIY.