How to Find Deleted Files on Windows

Accidentally deleting a file feels like a small disaster — but in most cases, Windows hasn't actually erased it yet. Understanding where deleted files go, and how far you can reach back to recover them, depends on a handful of factors that vary from one machine to the next.

Where Do Deleted Files Actually Go?

When you delete a file on Windows, it typically moves to the Recycle Bin rather than disappearing immediately. The Recycle Bin acts as a holding area, preserving the file's original name, location, and contents until you manually empty it — or until the Bin fills up and Windows starts purging older items automatically.

Permanently deleted files — removed with Shift+Delete, or emptied from the Recycle Bin — are a different matter. Windows marks the storage space as available, but the actual data often remains on disk until something else overwrites it. This is why file recovery is frequently possible, but never guaranteed.

Step 1 — Check the Recycle Bin First

Before anything else, open the Recycle Bin from your desktop. If the icon isn't visible, right-click the desktop, go to Personalize → Themes → Desktop icon settings, and re-enable it.

Inside the Recycle Bin:

  • Right-click any file and select Restore to send it back to its original location
  • Use the search bar at the top-right to find files by name
  • Sort by Date Deleted to spot recently removed items

This is the fastest, zero-risk recovery method and should always be your first stop.

Step 2 — Search File History and Backup Snapshots

If the file isn't in the Recycle Bin, Windows may have a backup copy depending on which features were active on your system.

File History

File History is a built-in Windows backup tool that automatically saves copies of files in your Libraries, Desktop, Contacts, and Favorites folders. To check:

  1. Open Settings → Update & Security → Backup
  2. If File History was enabled, click More options → Restore files from a current backup
  3. Browse or search for your file, then select Restore

File History only works if it was turned on before the file was deleted, and only covers folders it was configured to monitor.

Previous Versions (Shadow Copies)

Windows can store shadow copies — point-in-time snapshots of files and folders — through a feature called Volume Shadow Copy Service (VSS). This runs automatically on many Windows configurations.

To check for previous versions:

  1. Navigate to the folder where the deleted file lived
  2. Right-click the folder and select Properties
  3. Click the Previous Versions tab
  4. If snapshots exist, browse through them and copy out the file you need

Shadow copies aren't always available. They depend on your Windows edition, available disk space, and whether system protection was enabled for that drive.

Step 3 — Use Windows File Recovery (Command-Line Tool)

Microsoft offers a free tool called Windows File Recovery, available from the Microsoft Store. It runs via command line and is designed for users comfortable with terminal commands.

It supports two main modes:

  • Regular mode — for recently deleted files on NTFS-formatted drives (the default for most Windows machines)
  • Extensive mode — for older deletions, formatted drives, or corrupted file systems

Basic syntax looks like:

winfr C: D:RecoveryFolder /regular /n UsersYourNameDocumentsfilename.docx 

Success rates decline the longer you wait, and the more the drive has been written to since deletion. Using the computer heavily after a deletion reduces your chances of recovery. 🕐

Step 4 — Third-Party File Recovery Software

A wide range of third-party tools exist for deeper recovery scenarios. These programs scan your drive at a low level, looking for file signatures that Windows no longer indexes.

FeatureFree ToolsPaid Tools
Basic deleted file recovery✅ Often available✅ Full support
Deep/formatted drive scan⚠️ Limited✅ Full support
Preview before recovery⚠️ Sometimes✅ Usually included
Support for SSDs⚠️ Variable✅ Generally stronger
File type filtering⚠️ Basic✅ Granular

One important note: always recover files to a different drive than the one you're scanning. Writing data to the same drive during recovery can overwrite the files you're trying to retrieve.

What Affects Your Chances of Recovery?

Several variables determine whether a deleted file is actually recoverable:

  • Drive type — Files deleted from HDDs (hard disk drives) are generally more recoverable than those from SSDs. SSDs use a process called TRIM, which proactively clears deleted data blocks to maintain performance, often making recovery impossible on solid-state drives.
  • Time elapsed — The sooner you act, the better. Every file write after deletion is a potential overwrite.
  • Drive activity — A heavily used drive overwrites freed space faster than one that's been sitting idle.
  • Windows edition and settings — File History, system protection, and VSS availability differ between Windows 10 Home, Pro, and Windows 11 editions.
  • File size — Larger files occupy more sectors, increasing the chance that at least part of the file has been overwritten. 💾

OneDrive and Cloud Recovery

If your deleted file was stored in a OneDrive-synced folder, check the OneDrive Recycle Bin online at onedrive.live.com. OneDrive keeps deleted files for 30 days for personal accounts (and up to 93 days on some Microsoft 365 plans) before permanent removal.

This is often overlooked and is one of the easiest recovery paths available if cloud sync was active.

The Variable That Changes Everything

Every recovery path outlined here — the Recycle Bin, File History, shadow copies, command-line tools, third-party software, cloud recycle bins — has a different set of prerequisites. Whether any of them applies to your situation depends on decisions made before the deletion happened: which features were enabled, which drive type holds your data, how long ago the file was removed, and how much the system has been used since.

The technical methods exist. Whether they work for your specific setup is the piece only your own system can answer.