Data Recovery

How to Recover Deleted Files for Free — Step-by-Step Guide [2026]

April 12, 2026 10 min read IT Cares — Montreal

Accidentally deleting an important file is one of the most stressful computer moments — especially when you realize the Recycle Bin is empty. The good news is that in many cases deleted files can be recovered for free, using tools built into Windows or free software available right now. This guide explains exactly where deleted files go, and walks you through every recovery method from simplest to most powerful.

Stop using the drive immediately. The moment you realize files are gone, stop saving new files to that drive. When Windows "deletes" a file, it only marks the space as available — the data is still there until overwritten. Every new file you save shrinks your recovery window.

Where Do Deleted Files Actually Go?

Understanding what happens when you delete a file helps you choose the right recovery method:

Method 1 — Check the Recycle Bin First

This is obvious but often overlooked. Many "permanently deleted" files are sitting in the Recycle Bin.

1

Open the Recycle Bin

Double-click the Recycle Bin icon on your desktop. If you cannot find it, press Win + R, type shell:RecycleBinFolder, press Enter.

2

Find and Restore Your File

Use the search box in the top-right corner to search by file name. Right-click the file and select Restore — it will return to its original location. To restore multiple files, hold Ctrl while clicking, then right-click and restore.

Pro tip: Immediately after restoring important files, back them up to an external drive or cloud storage (OneDrive, Google Drive) to prevent future accidental loss.

Method 2 — Windows File History

If you had File History enabled before the deletion, Windows keeps automatic backups of your Documents, Pictures, Videos, Desktop, and Music folders. This is the most reliable free recovery method — but it requires that backups were running beforehand.

1

Open File History

Go to Settings > System > Storage > Advanced storage settings > Backup options (Windows 11), or Control Panel > File History (Windows 10). If File History shows "On" with a backup drive, your files may be there.

2

Browse and Restore Previous Versions

Click Restore personal files. Navigate to the folder where your file was. Use the left/right arrows at the bottom to go back in time through backup snapshots. When you find the version you want, click the green Restore button.

Method 3 — Previous Versions (Shadow Copies)

Even without File History, Windows may have Shadow Copies — automatic snapshots created by System Protection. This works on NTFS drives.

1

Right-Click the Parent Folder

Navigate to the folder where the deleted file was stored. Right-click the folder and select Properties. Click the Previous Versions tab. If shadow copies exist, you will see a list of dated snapshots.

2

Restore from a Snapshot

Double-click a snapshot to browse its contents. Find your deleted file inside, then drag it to your desktop or another location. Do not click "Restore" on the whole folder unless you want to roll back all folder contents to that date.

# Check if System Protection / VSS is enabled on C: (run in PowerShell as Admin) Get-WmiObject Win32_ShadowCopy | Select-Object InstallDate, VolumeName # Or use vssadmin to list shadow copies vssadmin list shadows /for=C:

Method 4 — Recuva (Best Free GUI Recovery Tool)

Recuva by Piriform (the makers of CCleaner) is the most user-friendly free file recovery tool available. It recovers documents, photos, music, videos, and emails from hard drives, USB drives, and memory cards.

1

Download and Install Recuva

Go to piriform.com/recuva and download the free version. Important: Install it to a different drive than the one you are trying to recover from. If recovering from C:, install Recuva on an external USB drive or D: if available.

2

Run the Wizard

Launch Recuva and use the Wizard. Select the file type you lost (Pictures, Documents, All Files, etc.). Select the location — "I'm not sure" will scan all drives, or choose the specific drive letter. Enable Deep Scan if the standard scan finds nothing.

3

Recover to a Different Drive

Recuva will show recoverable files with a color-coded condition indicator: green (excellent), orange (poor), red (unrecoverable). Check the files you want, right-click → Recover Highlighted, and save them to a different drive — never the same drive you are recovering from.

Method 5 — TestDisk and PhotoRec (Advanced Free Tools)

TestDisk and PhotoRec are powerful open-source tools from CGSecurity. They are command-line based but extremely effective — especially for recovering from formatted drives, corrupted partitions, and camera memory cards.

PhotoRec — Ideal for Photos, Videos, and Documents

Despite its name, PhotoRec recovers 480+ file types including JPEG, RAW, MP4, DOCX, PDF, and ZIP. It works by scanning raw disk sectors for known file signatures — making it effective even when the file system is damaged.

1

Download and Run PhotoRec

Download TestDisk (which includes PhotoRec) from cgsecurity.org/wiki/TestDisk_Download. No installation needed — extract the zip and run photorec_win.exe (or qphotorec_win.exe for the graphical version). Select your drive, choose "Free: Scan for deleted files only" to avoid scanning existing files, select your output folder on a separate drive, and click Search.

TestDisk — Recover Lost Partitions and Fix Boot Records

TestDisk is for more severe situations: an entire partition disappeared, the drive shows as RAW, or Windows says "You need to format this drive before you can use it." Run it only if you understand that it modifies partition tables.

# TestDisk usage (run as Administrator) # 1. Run testdisk_win.exe # 2. Select No Log (or Create) # 3. Select your disk # 4. Select partition type (usually Intel / PC partition) # 5. Select Analyse > Quick Search # 6. If your partition appears, press P to list files, then C to copy selected files # 7. Write partition table ONLY if you are certain it was correct before

Method 6 — Windows File Recovery (Microsoft CLI Tool)

Microsoft released a free command-line recovery tool in 2020 called Windows File Recovery. It is available on Windows 10 (version 2004+) and Windows 11 from the Microsoft Store.

1

Install Windows File Recovery

Open the Microsoft Store, search for Windows File Recovery, and install it. Then open Command Prompt as Administrator (search for cmd → right-click → Run as administrator).

# Basic syntax: # winfr source-drive: destination-drive: [/mode] [/switches] # Example 1: Recover a specific file from C: to D: winfr C: D: /regular /n \Users\YourName\Documents\report.docx # Example 2: Recover all JPEGs from C: to D: winfr C: D: /regular /n *.jpg # Example 3: Deep scan for deleted files (use on SSDs or formatted drives) winfr C: D: /extensive /n \Users\YourName\Documents\ # Example 4: Recover from a USB drive (E:) to desktop winfr E: C:\Users\YourName\Desktop\Recovered /extensive
Mode guide: Use /regular for recently deleted files on NTFS drives. Use /extensive for older deletions, formatted drives, or FAT/exFAT (USB/SD cards). The extensive mode is slower but more thorough.

Method 7 — Recovering Files from USB Drives and SD Cards

USB flash drives and SD cards use FAT32 or exFAT file systems without TRIM, making recovery generally more reliable than SSDs.

1

Do Not Write New Files to the Device

As soon as you realize files are missing, stop using the USB or SD card. Do not take new photos, save new files, or format it. Plug it into your computer and use Recuva or PhotoRec targeting only that drive letter.

2

Use PhotoRec for Camera Cards

PhotoRec is the best choice for SD cards from cameras because it recognizes RAW photo formats (CR2, NEF, ARW, ORF) that Recuva sometimes misses. Select the SD card drive, set the file system type to "Other" (for FAT-based cards), and point the output to your computer's hard drive.

Tool Comparison at a Glance

Tool Best For Skill Level HDD SSD USB/SD
Recycle Bin Recent deletions not emptied Beginner Yes Yes No
File History If backup was configured Beginner Yes Yes No
Previous Versions NTFS shadow copies Beginner Yes Yes No
Recuva Most deleted file types Beginner Excellent Partial Yes
PhotoRec Photos, videos, formatted drives Intermediate Excellent Partial Excellent
TestDisk Lost partitions, RAW drives Advanced Yes Yes Yes
Windows File Recovery All types via CLI Intermediate Yes Partial Yes

When to Use a Professional Data Recovery Service

Free software works well for logical deletions, but some situations require professional equipment in a cleanroom environment:

Warning: Do not open a hard drive yourself. Even in a clean home environment, microscopic dust particles will settle on the platter and destroy it. Professional cleanroom recovery requires specialized equipment. Attempting DIY physical repair will void any chance of professional recovery.

Lost Critical Files? We Can Help.

If free tools have not worked, or your drive has physical damage, IT Cares offers professional data recovery assessment in Montreal. We will tell you honestly whether recovery is possible and what it will cost — before you commit.

Frequently Asked Questions

Can I recover files deleted from the Recycle Bin?

Yes, in most cases. When you empty the Recycle Bin or use Shift+Delete, Windows marks the space as available but does not erase the data. Free tools like Recuva can recover those files as long as Windows has not written new data over them. Act quickly — the more you use the drive after deletion, the lower your recovery chances.

How long do I have before deleted files are gone forever?

There is no fixed time — it depends on how much new data is written. On an SSD with TRIM enabled, deleted files can be wiped within minutes. On an HDD, files can remain recoverable for weeks or months on a lightly used drive. The golden rule: stop using the drive immediately and run a recovery tool as soon as possible.

Does Recuva work on SSDs?

Recuva can scan SSDs, but recovery rates are significantly lower than on HDDs due to the TRIM command, which proactively erases deleted data blocks. If files were deleted very recently, there is still a chance. For SSDs, PhotoRec and TestDisk in deep scan mode sometimes achieve better results.

Can I recover deleted files from a USB drive or SD card?

Yes. USB drives and SD cards typically use FAT32 or exFAT without TRIM support, making recovery more reliable than SSDs. Plug in the device without writing any new files to it, then run Recuva or PhotoRec targeting that specific drive. PhotoRec is particularly effective for recovering photos from camera SD cards.

When should I use a professional data recovery service?

Use a professional service when: the drive has physical damage (clicking sounds, dropped), it is not detected by Windows at all, free tools find zero files, or the data is critically important. Physical damage requires a cleanroom environment — using software on a mechanically failing drive can make things worse. IT Cares can assess your situation at (581) 398-1270.

Comments

JB
Jennifer B.
April 13, 2026

I accidentally formatted my SD card with 3 years of travel photos on it. Tried Recuva first but it only found a handful. Switched to PhotoRec and it recovered over 2,400 photos including RAW files I thought were gone forever. Cannot thank you enough for mentioning it!

DM
David M.
April 14, 2026

The Previous Versions tip saved me. I deleted a folder of client contracts and panicked. Found them under Previous Versions from two days earlier — restored perfectly. I had no idea Windows was keeping these snapshots automatically. Now I have File History set up properly too.

AC
Amanda C.
April 15, 2026

The Windows File Recovery CLI tool worked great for me. Ran winfr with the /extensive flag and recovered a Word document from six months ago I thought was long gone. The command examples in this article made it much less intimidating than the Microsoft docs.

Leave a Comment