How to Find an Excel File That Was Deleted

Accidentally deleting an Excel file doesn't always mean it's gone for good. Windows, macOS, and cloud storage platforms each have built-in recovery mechanisms — but how far back you can reach, and what you can actually retrieve, depends heavily on how your system is set up and how quickly you act.

Why Deleted Files Are Often Still Recoverable

When you delete a file on most operating systems, it isn't immediately erased from your storage drive. Instead, the space it occupied is marked as available for future use. Until something new overwrites that space, the original data may still be intact. This is why acting quickly matters — the longer you wait, and the more you use your computer, the lower the odds of full recovery.

The exceptions are files deleted with secure erase tools, files on solid-state drives with TRIM enabled, or files removed from cloud storage after the platform's retention window closes.

Step 1: Check the Recycle Bin (Windows) or Trash (macOS)

The most obvious — and most often overlooked — starting point:

  • Windows: Open the Recycle Bin on your desktop. If the file is there, right-click it and choose Restore. It will return to its original location.
  • macOS: Open the Trash from the Dock. Drag the file back to your desktop or right-click and select Put Back.

If you emptied the Recycle Bin or Trash, or used Shift+Delete on Windows (which bypasses the Recycle Bin entirely), you'll need to go deeper.

Step 2: Recover from OneDrive or SharePoint

If your Excel file was saved to OneDrive or SharePoint — which is common if you use Microsoft 365 — recovery is often straightforward.

  • In OneDrive, go to the web interface, navigate to the Recycle Bin in the left sidebar, find your file, and click Restore.
  • OneDrive retains deleted files for up to 30 days for personal accounts and up to 93 days for Microsoft 365 business accounts.
  • SharePoint has a two-stage Recycle Bin: once emptied from the first stage, files move to a second-stage bin still accessible to site administrators.

Version history is another underused feature. Even if you didn't delete the file, if it was overwritten or corrupted, right-clicking it in OneDrive and selecting Version History lets you restore an older copy.

Step 3: Use Windows File History or Previous Versions

If your Excel file was stored locally and you had File History or Backup enabled on Windows:

  1. Navigate to the folder where the file was stored.
  2. Right-click inside the folder and select Restore previous versions.
  3. Windows will show available snapshots — choose one from before the deletion occurred.

This only works if File History was actively running and had backed up the folder containing your file. If backups were never configured, this option won't appear.

On macOS, Time Machine performs a similar function. Open Time Machine, navigate to the folder where the file lived, and scroll back through the timeline to find a version that includes it.

Step 4: Search for AutoRecover or Temporary Files

Excel's AutoRecover feature periodically saves temporary copies of open files. These aren't the same as your saved file, but they can recover unsaved work — and occasionally surface copies of files you've deleted mid-session.

  • In Excel, go to File → Info → Manage Workbook → Recover Unsaved Workbooks
  • AutoRecover files are typically stored in a temp folder. On Windows, the default path is something like: C:Users[Username]AppDataRoamingMicrosoftExcel
  • On macOS, check: ~/Library/Containers/com.microsoft.Excel/Data/Library/Preferences/AutoRecovery/

These temp files are usually cleared when Excel closes normally, so this method is most useful if Excel crashed or was force-quit.

Step 5: Try File Recovery Software

If none of the above methods work, third-party file recovery tools scan your drive for data that hasn't yet been overwritten. Common options in this category include tools like Recuva (Windows), Disk Drill, or PhotoRec — though results vary widely based on:

  • Drive type: HDDs tend to be more recoverable than SSDs with TRIM enabled, since TRIM actively clears deleted data blocks on SSDs
  • Time elapsed: The sooner you run recovery software, the better
  • Drive activity: Every file written to the drive after deletion reduces recovery chances

🔍 When using recovery software, avoid installing it on the same drive you're trying to recover from — doing so can overwrite the very data you're trying to find.

Variables That Determine What's Recoverable

FactorImpact on Recovery
Cloud sync enabledHigh — often full recovery available
Recycle Bin emptiedRequires deeper recovery methods
SSD with TRIMSignificantly reduces recoverability
HDD, low activity after deletionHigher chance with recovery software
Backup tools configuredDepends on backup frequency and scope
Time since deletionLonger wait = lower odds

What Changes Based on Your Setup

Someone using Microsoft 365 with OneDrive sync enabled is in a very different position than someone saving files locally to an SSD with no backup configured. A macOS user with an external Time Machine drive has different options than someone on a Windows laptop that's never been backed up.

The methods above cover the full spectrum — but which ones apply, and in what order they're worth trying, comes down to how your specific machine, storage, and cloud accounts are actually configured. ☁️