How to Recover Deleted Data from a Desktop Computer

Deleted something important from your PC? It's almost certainly still on the disk. Here are free, manual ways to get it back, ordered so you can stop as soon as your files return.

Fact-checked Reviewed by Meera Krishnan Updated June 18, 2026 Based on 4 sources

Key takeaways

  • Deleted doesn't mean gone. The data stays on the disk until something overwrites it.
  • Check the Recycle Bin first. It's the fastest fix and works most of the time.
  • File History and Shadow Copy are free, built into Windows, and easy to forget you enabled.
  • If those fail, free signature-scanning software recovers files from the raw disk.
  • Stop using the drive the instant you notice, and recover to a separate disk.

You hit Shift+Delete, emptied the Recycle Bin, or formatted the wrong folder, and now files you needed are missing. It's a sinking feeling, especially after a day's work. Here's the reassuring truth: deleting a file doesn't erase its data. Windows just marks that disk space as available to reuse. Until something writes over it, your files are still there, recoverable.

That single fact shapes everything below. The faster you stop using the computer, the more you can get back. Every new file you save, every program you install, every page your browser caches, nudges closer to overwriting the very data you want.

Summary

Yes, you can usually recover deleted data from a desktop computer. Check the Recycle Bin first, then File History, then Shadow Copy, then free signature-scanning software like PhotoRec for permanent deletions. Stop using the drive the moment you notice the loss, and always recover your files to a separate disk so you don't overwrite anything.

The methods below run from quickest to most thorough. Work through them in order and stop the moment your files come back.

MethodBest whenDifficultyWorks if
1. Recycle BinYou pressed Delete, not Shift+DeleteEasyBin hasn't been emptied
2. File HistoryFile History was turned onEasyA backup ran before deletion
3. Shadow CopySystem Protection saved a snapshotMediumA restore point exists
4. Free recovery softwarePermanent delete or quick formatMediumSectors aren't overwritten yet
Try them top to bottom and stop as soon as your data is recovered.
Stop using the drive before you do anything else

The moment data is deleted, that space becomes writable. Every new download, save or update risks overwriting it. If the files were on your main system drive, run the recovery from a second machine or a live USB so new writes stay off the affected disk.

Method 1: Check the Recycle Bin

Always start here. It takes under a minute. Open the Recycle Bin from your desktop, sort by Date Deleted so recent items rise to the top, find your file, right-click it and choose Restore. Windows returns it to its original folder. You can also drag files out to any folder you like.

If you used Shift+Delete, deleted via Command Prompt, removed files from an external drive, or already emptied the bin, the files skipped the Recycle Bin. Move on to Method 2.

Method 2: Restore from File History

File History quietly backs up your libraries, desktop and folders when it's switched on. A lot of people have it running without realising.

  1. Type File History in the Start menu and open Restore your files with File History.
  2. Browse to the folder that held your data.
  3. Use the left and right arrows to step back to a backup from before the deletion.
  4. Select your files and click the green Restore button to return them to their original location.

No File History backups? Shadow Copy might still have a snapshot.

Method 3: Recover from a Shadow Copy snapshot

Windows System Protection can keep restore-point snapshots of your folders even when File History is off. Right-click the folder that held your files and choose Restore previous versions. If snapshots appear, pick one dated before the deletion and click Restore.

If the folder shows no previous versions, you can list snapshots directly from an elevated Command Prompt and copy files out of one:

Command Prompt (Admin)
:: List shadow copy snapshots on your C drive
vssadmin list shadows /for=C:

:: Copy your files out of a snapshot to a safe location
robocopy "\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Users\You\Documents" "D:\Recovered" /e
Shadow Copy snapshots can survive a folder deletion even when File History was never turned on.

Method 4: Use free recovery software

If the data was permanently deleted or lost to a quick format, and no backup exists, signature-based recovery is the answer. These tools scan the raw disk for file signatures and rebuild files around them, independent of the file system.

Free, trusted options include PhotoRec (open source, cross-platform) and Recuva (Windows). Despite the name, PhotoRec recovers far more than photos: documents, videos, audio, archives and hundreds of other file types.

Install the software on a different drive, and recover your files to a different drive. Never write recovered files back onto the disk you're scanning.
  1. Run the tool from a separate drive or a USB stick so nothing installs onto the affected disk.
  2. Select the affected drive and choose a deep scan rather than a quick scan.
  3. Filter results by file type and preview where possible.
  4. Save recovered files to a healthy external or second internal drive.

One timing note worth knowing: on a regular hard drive this works for weeks after deletion. On an SSD, a feature called TRIM clears deleted blocks within minutes, so recovery is far more time-sensitive. If your data was on an SSD, see our dedicated guide on recovering data from an SSD, where timing changes the whole approach.

Recovering specific file types and devices

The four methods above cover most situations on a desktop. For particular file types or storage devices, these focused guides go deeper:

How to avoid losing data again

The easiest recovery is the backup you already have. Once your files are safe, set up a routine so a deletion never becomes a crisis. The 3-2-1 rule is the standard: three copies of important data, on two types of storage, with one off-site or in the cloud. On Windows, turning File History on and pointing it at an external drive handles most of this automatically and runs in the background.

Got your data back? Copy it somewhere safe and switch on File History before you close this tab. What's the one folder you'd be most upset to lose next time?

Frequently asked questions

Can I recover permanently deleted files from my desktop?

Yes, in most cases. Even after a Shift+Delete or an emptied Recycle Bin, the data stays on the disk until it's overwritten. File History, Shadow Copy or free signature-scanning software can recover it. Stop using the drive to protect what's left.

Is there a free way to recover deleted files on a PC?

Yes. The Recycle Bin, File History and Shadow Copy are all free and built into Windows. If those come up empty, free tools like PhotoRec and Recuva scan the raw disk and recover files by signature. You don't need to buy anything.

What causes data loss on a desktop computer?

Common causes are Shift+Delete, emptying the Recycle Bin, accidental formatting, deleting via Command Prompt, malware and drive corruption. In nearly all of these the data is recoverable until something overwrites it.

Does deleting a file with Command Prompt destroy it?

No more than a normal delete. Deleting via del or rmdir bypasses the Recycle Bin, but the data still sits on the disk until overwritten. Signature-based recovery can usually bring it back if you act before the space is reused.

How fast should I act to recover deleted data?

As fast as possible. The data survives only until new writes overwrite it. On a hard drive that can be weeks, on an SSD it can be minutes due to TRIM. Either way, stop using the drive the moment you notice the loss.

Why do I need to recover files to a different drive?

Saving recovered files back to the same drive can overwrite other deleted data you haven't rescued yet. Always recover to a separate disk to avoid destroying files mid-recovery.

Sources & references

This guide was written from hands-on testing and cross-checked against the following references.

  1. Microsoft Support: Back up and restore your PC using File History. support.microsoft.com
  2. Microsoft Learn: vssadmin command reference (Shadow Copy). learn.microsoft.com
  3. CGSecurity: PhotoRec documentation and supported file formats. cgsecurity.org
  4. Internal lab testing: file recovery across HDD and SSD media, TechNewsKB, 2024 to 2026.
Comments (3) Moderated
H
Hannah W. · 2 days ago

Shift+Deleted a whole project folder and panicked. Recuva deep scan brought back every file. So glad I stopped using the PC right away.

↑ Helpful (17)Reply
P
Param J. · 5 days ago

Didn't know Shadow Copy existed. Had a snapshot from three days before. Saved my spreadsheet.

↑ Helpful (11)Reply
E
Elena V. · 1 week ago

The reminder to recover to a different drive is gold. I learned that the hard way years ago.

↑ Helpful (8)Reply