How to Recover an Excel File: Methods, Variables, and What Actually Works
Losing an Excel file — whether it crashed mid-session, got accidentally deleted, or simply disappeared — is one of those moments that stops everything. The good news is that Excel and the operating systems it runs on have multiple recovery layers built in. The less straightforward news is that which method works depends heavily on how the file was lost and what settings were active before it happened.
Why Excel Files Go Missing in the First Place
Understanding the cause narrows down your recovery path quickly. The most common scenarios are:
- Unsaved files lost during a crash or accidental closure
- Overwritten files where a save replaced content you needed
- Deleted files removed from the folder or sent to the Recycle Bin
- Corrupted files that won't open despite still existing on disk
- Cloud sync conflicts where a version was overwritten or removed remotely
Each of these has a different recovery route. Treating them the same is the most common mistake people make when they start searching for their file.
Method 1: AutoRecover (For Unsaved or Crashed Files)
Excel has a built-in AutoRecover feature that periodically saves temporary versions of open files. If Excel crashed or you closed without saving, this is the first place to look.
Where to find it:
- Reopen Excel
- Check the Document Recovery pane that often appears automatically on the left
- If it doesn't appear, go to File → Info → Manage Workbook → Recover Unsaved Workbooks
AutoRecover files are stored in a temporary folder, typically something like: C:Users[YourName]AppDataRoamingMicrosoftExcel
The critical variable here is how frequently AutoRecover was set to save. The default is every 10 minutes, which means up to 10 minutes of work may still be unrecoverable. Users who changed this interval — or disabled AutoRecover entirely — will find nothing in this folder.
AutoRecover is also not the same as AutoSave. AutoSave is a separate feature available only for files stored in OneDrive or SharePoint, and it saves continuously rather than at intervals.
Method 2: Version History (For Overwritten or Earlier Versions)
If you saved the file but want a previous version, Windows and Microsoft 365 both offer version history — but through different mechanisms.
On Windows (File History or Previous Versions): Right-click the file or its containing folder → Properties → Previous Versions. This only works if File History or System Restore was active and had the folder indexed. If these features were off, this tab will be empty.
In Microsoft 365 / OneDrive: Files stored in OneDrive or SharePoint have granular version history built in. Open the file in Excel or OneDrive, go to File → Info → Version History, and you'll see a timeline of saves you can restore from. This is one of the strongest arguments for keeping working files in the cloud rather than purely local.
In SharePoint environments: Version history can be accessed directly from the document library, often going back dozens of versions depending on how the library is configured by an administrator.
Method 3: Recycle Bin and Cloud Trash (For Deleted Files)
If the file was deleted:
- Recycle Bin (Windows): Open it, search for the filename, right-click → Restore. Files are retained until the Recycle Bin is emptied or the size limit is reached.
- OneDrive Recycle Bin: Files deleted from OneDrive go to an online Recycle Bin accessible at onedrive.live.com. They're retained for 30 days by default before permanent deletion.
- SharePoint Recycle Bin: Similar 30-day retention, with a secondary recycle bin that admins can access for an additional period.
🗑️ If the Recycle Bin was manually emptied or the file was deleted with Shift+Delete (bypassing it), local recovery becomes much harder and may require third-party tools.
Method 4: Repairing a Corrupted File
A file that exists but won't open is a different problem. Excel has a built-in repair tool:
- Go to File → Open
- Browse to the file but don't open it directly
- Click the dropdown arrow next to the Open button
- Select Open and Repair
Excel will attempt to repair the file or extract data from it. The success rate depends on how severely corrupted the file is. Corruption caused by a sudden power loss is often more recoverable than corruption from storage hardware failure.
For more serious corruption, options include:
- Opening the file in Google Sheets, which sometimes handles corruption differently
- Using the XML extraction method — renaming the
.xlsxfile to.zipand extracting the raw XML content inside
Method 5: Third-Party Recovery Software
When native methods fail — especially for permanently deleted files — third-party data recovery tools can scan storage for file remnants. These tools work at the disk level and can sometimes recover files even after the Recycle Bin has been emptied, as long as the disk space hasn't been overwritten by new data.
Key variables that affect success:
- How much time has passed since deletion (more use = more overwriting)
- Whether the drive is an HDD (more recoverable) or SSD (SSDs often trim deleted data aggressively)
- Whether the OS has been heavily used since the file was lost
| Scenario | Best First Method | Key Dependency |
|---|---|---|
| Excel crashed, file unsaved | AutoRecover pane | AutoRecover was enabled |
| Saved but want older version | Version History | File History or OneDrive active |
| File deleted, Bin not emptied | Recycle Bin restore | Bin not manually cleared |
| File deleted from OneDrive | OneDrive Recycle Bin | Within 30-day window |
| File won't open | Open and Repair | Severity of corruption |
| Permanently deleted locally | Third-party tool | Drive type, time elapsed |
The Variables That Determine Your Options
No single recovery method works in every situation. What you can actually recover depends on:
- Whether AutoRecover and AutoSave were enabled before the file was lost
- Where the file was stored — local drive, OneDrive, SharePoint, or a network drive each behave differently
- How long ago the loss happened and how much the system has been used since
- Your version of Excel — Microsoft 365 subscribers get features like continuous AutoSave that older perpetual licenses (Excel 2016, 2019) don't include
- Your OS backup settings — File History, System Restore, and similar tools need to have been configured before the incident
Someone running Microsoft 365 with files stored in OneDrive has significantly more recovery options than someone using a standalone Excel license with files saved only to a local drive with no backup configured. The architecture around the file matters as much as the file itself. 💾