UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
A Windows laptop on a desk showing a file recovery scan in progress with green progress bar and recovered files listed on screen
Fix It Yourself · Troubleshooting

free file recovery Windows

Updated 20 July 202612 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

You know that sinking feeling when you realise a file is gone? Whether you hit Delete by accident, emptied the Recycle Bin without thinking, or came back to find a drive that Windows can no longer read, it happens to everyone. I see it in remote support sessions almost every single day. The good news is that free file recovery on Windows is genuinely possible in most cases, and the tools to do it are either already built into Windows or completely free to download. The bad news? Every second you keep using that drive makes things worse. So let's get moving.

TL;DR

For free file recovery on Windows, check the Recycle Bin first, then stop writing to the drive. Use Recuva for a beginner-friendly graphical scan, Microsoft Windows File Recovery for NTFS and FAT drives via command line, and TestDisk or PhotoRec for partition recovery and raw file carving. Always save recovered files to a different drive.

⏱️ 13 min read ✅ 82% success rate 📅 Updated July 2026

Key Takeaways

  • Free file recovery on Windows is possible with Recuva, Microsoft Windows File Recovery, TestDisk, and PhotoRec.
  • Stop using the affected drive the moment you notice files are missing. Overwriting is the main reason recovery fails.
  • Always recover to a separate drive, never back onto the source.
  • For missing partitions, TestDisk is the right tool. For raw file carving when the file system is damaged, use PhotoRec.
  • If the drive is clicking or behaving oddly, clone it before scanning.

At a Glance

  • Difficulty: Easy to Medium
  • Time Required: 15 to 60 mins depending on drive size
  • Success Rate: 82% when the drive has not been heavily written to after deletion

What Actually Causes Files to Go Missing on Windows?

Before you start throwing tools at the problem, it helps to know what you are actually dealing with. The fix for an accidentally deleted document is very different from the fix for a drive that Windows has suddenly stopped recognising. Here are the main culprits I see come up again and again.

Accidental deletion or an emptied Recycle Bin. This is by far the most common one. Someone hits Shift+Delete, or empties the Recycle Bin in a hurry, and then immediately regrets it. The file is not actually erased from the drive at this point. Windows just marks that space as available. The data is still sitting there until something new overwrites it, which is exactly why you need to stop using the drive right now.

Formatting or repartitioning. Quick-formatting a drive does not wipe the data either. It rebuilds the file system structure but leaves most of the underlying data intact. A full format is more destructive, but even then, recovery tools like PhotoRec can often pull files back by scanning for file signatures rather than relying on the directory structure.

File system or partition table corruption. This one is trickier. If Windows cannot read the partition at all, or if the drive shows up as RAW in Disk Management, the file system metadata has been damaged. The files are likely still there physically, but Windows cannot find them without a working map. TestDisk is built specifically for this scenario.

Overwriting after deletion. This is the killer. Once new data lands on the sectors where your deleted file lived, that data is gone. No tool can recover it. This is why the very first thing you should do, before downloading anything, before even searching the web for help, is stop writing to that drive.

Physical drive failure. If the drive is making clicking or grinding sounds, or if it is not showing up at all, you may have a hardware problem rather than a software one. That is a different situation and needs to be handled carefully. We will cover that in the advanced section.

Worth noting: sometimes files are not deleted at all. They were moved, renamed, or saved in an unexpected location. If you are having trouble even browsing to where the file should be, check our article on File Explorer not responding in Windows 11, because a broken File Explorer can make it look like files have vanished when they have not.

Free File Recovery Windows: Quick Fix (5 to 10 Minutes)

1

Check the Recycle Bin and Stop the Damage Easy

  1. Open the Recycle Bin
    Double-click the Recycle Bin icon on your desktop. Look for your file. If it is there, right-click it and select Restore. Done. That is the best possible outcome and it takes about 30 seconds.
  2. Stop writing to the drive immediately
    If the file is not in the Recycle Bin, do not download anything, do not install anything, and do not save any new files to the affected drive. This is the single most important thing you can do right now. Every byte of new data is a potential nail in the coffin for your recovery.
  3. Search Windows and check recent files
    Press Win + S and search for the filename or file extension (e.g. *.docx). Also open the app that created the file (Word, Excel, Photoshop) and check the Recent files list. Many files that seem deleted are actually just sitting in an autosave folder or were saved somewhere unexpected. If you are dealing with a read-only file that will not let you save changes, that is a separate problem covered in our guide on Excel files stuck in read-only mode on Windows 11.
  4. Check app-specific autosave locations
    Microsoft Office saves autorecover files to C:\Users\[YourName]\AppData\Roaming\Microsoft\Word\ (or Excel, PowerPoint). Photoshop scratch files land in the Temp folder. It is worth a look before you go further.
If you found the file in the Recycle Bin or Recent files, you are done. If not, move to the intermediate tools below.
The moment you suspect a file is missing, eject any external drives or SD cards after a single check. Do not keep plugging them in and out. Every mount can trigger a write operation.

More Free File Recovery Windows Solutions (15 to 30 Minutes)

2

Recuva: The Beginner-Friendly Free Recovery Tool Easy

  1. Download Recuva to a different drive
    Go to piriform.com/recuva and download the free version. Install it onto a drive that is NOT the one you are recovering from. If your C: drive is the problem, install Recuva on a USB stick or an external drive.
  2. Run the Recuva wizard
    Launch Recuva and let the wizard run. Select the file type you are looking for (documents, pictures, music, etc.) and point it at the location where the file was. If you are not sure, choose I'm not sure and let it scan everywhere.
  3. Switch to Deep Scan if the normal scan finds nothing
    Tick the Enable Deep Scan option at the bottom of the wizard. This takes longer (anywhere from a few minutes to over an hour on a large drive) but it is much more thorough. Files show up colour-coded: green means good condition, yellow means overwritten in parts, red means probably unrecoverable.
  4. Recover to a different drive
    Select the files you want, click Recover, and point the destination to a drive that is not the source. This is non-negotiable. Recovering to the same drive can overwrite other files you have not found yet.
Recuva is the right starting point for most people. It handles the majority of accidental deletion cases on NTFS and FAT drives without any command-line knowledge required.
3

Microsoft Windows File Recovery: The Official Free Tool Medium

  1. Install from the Microsoft Store
    Search for Windows File Recovery in the Microsoft Store, or go directly to Microsoft's documentation page. It is free and official. It works on Windows 10 version 2004 and later, and Windows 11.
  2. Open an elevated Command Prompt
    Press Win + S, type cmd, right-click Command Prompt, and select Run as administrator.
  3. Run the recovery command
    The basic syntax is: winfr [source-drive]: [destination-drive]: /[mode]. For a standard NTFS deletion that happened recently, try: winfr C: D:\Recovery\ /regular. For older deletions or more damage, use: winfr C: D:\Recovery\ /extensive. Replace C: with your source drive and D:\Recovery\ with a folder on a different drive.
  4. Filter by file type if you know what you are looking for
    You can add /n *.docx or /n *.jpg to narrow the scan. This saves a lot of time on large drives. Microsoft's tool is built around these mode and filter combinations, which is what makes it more powerful than Recuva for complex cases.
Windows File Recovery supports NTFS, FAT, exFAT, and ReFS file systems. If you are not sure which file system your drive uses, right-click the drive in File Explorer, select Properties, and check the File System field.
When the scan finishes, check the destination folder. Files are sorted into subfolders by type. Verify a few files open correctly before assuming the recovery worked.

Advanced Free File Recovery Windows Fixes (30+ Minutes)

4

TestDisk: Recover a Missing or Corrupted Partition Hard

  1. Download TestDisk
    Get it from cgsecurity.org. It is free, open-source, and does not need installation. Extract the zip file to a USB drive. Run testdisk_win.exe as administrator.
  2. Select your disk and partition table type
    TestDisk will list all connected drives. Select the one with the missing partition. On most Windows PCs, choose Intel for MBR partition tables. If the drive is GPT (common on newer systems), choose EFI GPT.
  3. Run Analyse and Quick Search
    Select Analyse, then Quick Search. TestDisk will scan the drive and list any partitions it finds, including ones that are no longer in the partition table. If your missing partition appears in the list, select it.
  4. Write the partition table
    If TestDisk found the correct partition, press P to list files and confirm the content looks right. Then select Write to restore the partition table. Reboot when prompted. The drive should reappear in Windows Explorer.
TestDisk writes directly to the partition table. If you select the wrong partition or write incorrect data, you can make things worse. Take a photo of each screen before you proceed so you have a reference if something goes wrong.
5

PhotoRec: Raw File Carving When the File System is Gone Hard

  1. Launch PhotoRec from the TestDisk folder
    PhotoRec is included in the same download as TestDisk. Run photorec_win.exe as administrator. Despite the name, it recovers far more than photos. It handles documents, videos, archives, and dozens of other file types.
  2. Select the drive and partition
    Choose the affected drive, then select the partition or choose to scan the whole disk if the partition is not visible. For a formatted SD card or USB drive, select the whole device.
  3. Choose file types and output location
    Select File Opt to limit the scan to specific file types if you know what you are looking for. Then choose a destination folder on a completely separate drive. PhotoRec will create numbered subfolders and dump recovered files into them.
  4. Wait and verify
    PhotoRec can take a long time on large drives. When it finishes, browse the output folders. Filenames will be generic (e.g. f12345678.jpg) because PhotoRec works from file signatures, not directory records. But the content is usually intact. This is especially useful for photo and video recovery from memory cards.
PhotoRec is often the last resort, but it is a good one. I have seen it pull back thousands of photos from cards that other tools gave up on entirely.
6

Failing Drive? Clone It First Hard

  1. Recognise the signs
    Clicking sounds, grinding, the drive disappearing and reappearing, or Windows hanging when you try to access it. These are signs of physical failure, not just file system damage. Running recovery tools directly on a failing drive can accelerate the damage.
  2. Clone the drive with ddrescue
    Boot from a Linux live USB (Ubuntu works fine) and use ddrescue to clone the failing drive to a healthy external drive. The basic command is: ddrescue -d -r3 /dev/sda /dev/sdb recovery.log. Replace sda with the failing drive and sdb with the destination. The -r3 flag tells it to retry bad sectors three times.
  3. Run recovery tools on the clone
    Once you have a clone, run Recuva, Windows File Recovery, TestDisk, or PhotoRec on the cloned drive. This way, if something goes wrong during recovery, you still have the original clone to fall back on.
If the drive is clicking, do not keep powering it on and off. Every spin-up on a physically failing drive risks further damage. Clone it once and work from the clone.
One more thing worth mentioning: if files have disappeared after a Windows security scan, they might not be deleted at all. They could be quarantined. Check our guide on restoring files from Windows Defender quarantine before you start any recovery process, because quarantined files are much easier to get back than truly deleted ones.

Preventing the Need for Free File Recovery on Windows

Look, the best free file recovery tool is the one you never have to use. I know that sounds obvious, but most of the people I help with data loss had no backup at all. Not even one. Here is what actually makes a difference, in order of importance.

Turn on Windows File History. Go to Settings, then System, then Storage, then Advanced Storage Settings, then Backup Options. Point it at an external drive and set it to run hourly. This gives you versioned backups of your Documents, Desktop, and Pictures folders automatically. If you accidentally delete or overwrite a file, you can restore the previous version without any recovery software at all. This is the single biggest thing you can do.

Add a cloud backup. OneDrive, Google Drive, Backblaze, whatever you prefer. The key is that it is automatic and off-site. If your PC is stolen, flooded, or hit by ransomware, a local backup does not help you. Cloud does.

Never recover files back onto the source drive. This one trips people up constantly. You run Recuva, find your file, and then save it right back to the same drive you are recovering from. Now you have potentially overwritten other recoverable files. Always use a separate drive as the destination.

Use safe eject for external drives and SD cards. Windows buffers writes, which means data might not have physically landed on the card yet when you yank it out. Use the safe eject option in the system tray. It takes two seconds and prevents a lot of corruption.

Keep a recovery tool on a USB stick. If you ever need to recover files from your C: drive, you ideally do not want to install recovery software onto that same drive. Keep Recuva or TestDisk already on a USB stick so you can run it without touching the affected drive.

And if your system is generally playing up in ways that could be causing file access problems, worth checking whether something like a registry issue is involved. A broken registry can cause all sorts of odd behaviour including files appearing inaccessible. Our guide on Registry Editor not opening in Windows 11 covers some of the underlying causes.

Free File Recovery Windows: Summary

Free file recovery on Windows is genuinely achievable in most cases, as long as you act quickly and stop writing to the affected drive the moment you notice something is wrong. Start with the Recycle Bin and Windows Search. If that does not work, Recuva is the easiest tool for most people. For command-line control and more complex scenarios, Microsoft Windows File Recovery handles NTFS, FAT, exFAT, and ReFS drives well. If a whole partition has gone missing, TestDisk is your best bet. And if the file system is too damaged for any of those, PhotoRec can carve files back by signature even when the directory structure is completely gone. The tools are free. The data is probably still there. The only thing working against you is time.

Frequently Asked Questions

Yes, to a point. Check the Recycle Bin first, then try Windows File History if it was enabled. Microsoft Windows File Recovery is also free and official, available from the Microsoft Store. For deeper recovery you will need a third-party tool like Recuva or TestDisk, both of which are free.

Recuva has a graphical interface and is much easier for beginners. Microsoft Windows File Recovery is command-line only, which gives you more control over recovery modes and filters. For simple deleted file recovery, Recuva is quicker to use. For complex cases on NTFS, FAT, exFAT, or ReFS drives, the Microsoft tool can go deeper.

Saving to the same drive risks overwriting other recoverable data that is still sitting in unallocated space. Always point the recovery tool at a separate drive or USB stick as the destination.

No. Every file you download, every install you run, and every autosave can overwrite the deleted data and make recovery impossible. Stop using the affected drive immediately and use a different device if you can.

Yes. PhotoRec works by scanning for file signatures rather than relying on file system records, so it can recover photos, videos, and documents from formatted or corrupted memory cards and USB drives. Filenames will be lost but the content is usually intact.