Recovering a Previous Version of an Excel File

If you just need to recovering a previous version of an excel file and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: open Excel and check File ▸ Info ▸ Manage Workbook ▸ Recover Unsaved Workbooks, then save any recovered copy immediately under a normal file name.

Annotated stepsExcel
1

Reopen Excel before creating many new temporary workbooks.

2

Go to File ▸ Info ▸ Manage Workbook ▸ Recover Unsaved Workbooks.

3

Open the newest relevant file and verify the contents.

4

Use Save As immediately, then enable AutoSave or shorten the AutoRecover interval.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Excel recovery depends on AutoRecover and whether Excel had time to save a temporary copy. Unsaved workbook recovery looks for files Excel captured before a crash or accidental close. It is not the same as opening a deleted file from the Recycle Bin or restoring a previous version from OneDrive, SharePoint or File History. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. Treat “recovering a previous version of an excel file” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected cells shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a data step that keeps your analysis trustworthy into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

Excel crashes while Book1 has not been saved. Reopen Excel, go to File ▸ Info ▸ Manage Workbook ▸ Recover Unsaved Workbooks and look for a timestamped copy. Open it, inspect the latest changes, then Save As Payroll-Q2.xlsx so it becomes a normal workbook. Recovery content matters because users arrive stressed and need the exact path first, then a realistic explanation of what AutoRecover can and cannot do. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. The short version of “recovering a previous version of an excel file”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.

Common mistakes

  • Continuing to work for hours before checking recovery, which can overwrite temporary files.
  • Assuming AutoRecover is a backup system; it is a crash-recovery helper.
  • Recovering the wrong timestamped copy and losing later edits.
  • Forgetting cloud version history when the file was stored in OneDrive or SharePoint.

Frequently asked questions

Where are unsaved Excel files recovered?

Use File ▸ Info ▸ Manage Workbook ▸ Recover Unsaved Workbooks.

Can Excel recover every unsaved file?

No. Recovery only works when AutoRecover captured a temporary copy.

What should I do after opening a recovered file?

Save it immediately with a normal name and location.