How to recover unsaved Excel file or restore its previous version

Do you want to protect your workbooks from unexpected computer crashes or power failures? This article explains how to recover unsaved files and restore previous versions of your workbook in Excel 2010 - 365. You'll also learn different ways of file backup on your PC or in the cloud.

Just imagine that you have been working on a very important document in Excel for some hours, creating a very complicated graph, and then… oops! Excel crashed, the power went out or you accidentally closed a file without saving. That is frustrating, but don't be so cut up about it - you can easily recover your unsaved document.

What is the worst that could be? While working on a workbook you found out that you made a mistake about an hour ago, you already made a lot of changes since that time and undo is not an option. If you want to know how to retrieve an overwritten Excel file, go ahead and read this article.

Excel AutoSave and AutoRecover

Excel provides us with such good features as AutoSave and AutoRecover. If they are enabled, it won't be a problem for you to recover unsaved files and restore previous versions. But these two features are often misunderstood, so at first let's define what they mean.

Excel AutoSave is a tool that automatically saves a new document that you've just created, but haven't saved yet. It helps you not to lose important data in case of a computer crash or power failure.

Excel AutoRecover helps you retrieve unsaved files after an accidental closure or crash. It allows you to restore to the last saved version which displays in the Document Recovery pane when you start Excel next time.
Use the Document Recovery pane to restore to the last saved version of the document after an accidental closure

Note. The AutoRecover feature only works on Excel workbooks that have been saved at least once. If you never save a document before a computer crash, the Document Recovery pane won't show up in Excel.

Luckily, the options to auto save and auto recover files are turned on in Excel by default. If you are not sure, you can easily check them up.

How to configure the AutoSave (AutoRecover) settings in Excel:

  1. Go to the FILE tab and choose Options from the FILE menu
  2. Click Save on the left-hand pane of the Excel Options dialog.
  3. Make sure that both Save AutoRecover information every X minutes and Keep the last autosaved version if I close without saving are checked.
    Go to the Save tab in the Excel Options dialog to configure the AutoSave / AutoRecover settings
  4. Click OK.

    By default the AutoRecover feature is set to automatically save changes to your workbook every 10 minutes. You can shorten or lengthen this interval as you like. Here you can also change Excel AutoRecover file location and specify AutoRecover exceptions.

    Tip. If you want to be more secure in case of a crash or electricity failure, you should lower the time interval for saving information. The more frequently the document is saved, the more versions you have, the more chances to get all the changes back.

Now when Excel is configured to auto save and auto recover your documents, you will easily restore a file when something goes wrong. Further in this article you'll find out how to recover new files that you've just created and the ones that you've already saved.

How to recover unsaved Excel files

Suppose you are working on a new document in Excel and the program locks up unexpectedly. In a few seconds you realize that you didn't save the workbook. Don't panic and discover below how to recover an unsaved file.

  1. Go to FILE -> Open.
  2. Choose Recent Workbooks.
    Go to Open - > Recent Workbooks and scroll down the list to find the Recover Unsaved Workbooks button
  3. Scroll down and click on the Recover Unsaved Workbooks button at the bottom of the list.
    Click on the Recover Unsaved Workbooks button to open the folder with unsaved files

    Note. You can also go to FILE - > Info, open the Manage Workbooks drop-down and select Recover Unsaved Workbooks from the menu.
    Go to FILE - > Info and select Recover Unsaved Workbooks from the Manage Versions drop-down

  4. When the Open dialog box pops up, just select the necessary file and click Open.

    The document will open in Excel and the program will prompt you to save it. Click on the Save As button in the yellow bar above your worksheet and save the file to the desired location.
    Click on the Save As button in the yellow bar above the worksheet to save the recovered file

Recover overwritten Excel files

Excel 2010 and later makes it possible not only to restore the unsaved workbooks, but also to recover previous versions of your document. It is especially helpful when you make a mistake that you can't undo, or when you want to see how the document looked like a few minutes earlier. See below how to retrieve an overwritten Excel file:

Click on the FILE tab and choose Info on the left-hand pane. Next to the Manage Versions button you'll see all autosaved versions of your document.
Go to FILE -> Info to see a list of autosaved versions next to the Manage Versions button

Excel automatically saves versions of the workbook at specified intervals, but only if you've made changes to your spreadsheet between these intervals. The name of each version has a date, time and the "(autosave)" note. When you click any of them, it will open along with the most current version of your workbook so that you can compare them and see all the changes.

If the program closed incorrectly, the last autosaved file is labeled with the words (when I closed without saving).
The last autosaved version is labeled with the phrase 'when I closed without saving' if the program closed incorrectly

When you open this file in Excel, you'll get the message above your worksheet. Just click on the Restore button in the yellow bar to revert to the newer unsaved version of the workbook.
Click on the Restore button in the yellow bar to restore to a newer unsaved version

Note. Excel deletes all previously autosaved versions when you close the document. If you want to look at the previous version again, it is better to create a backup copy of your data.

How to save a backup copy of your workbook

Excel's Auto Backup is a very useful feature that can help you retrieve a previously saved version of your workbook. Saving a backup copy can protect your work if you accidentally save changes that you do not want to keep or delete the original file. As a result, you will have the current saved information in the original workbook and all previously saved information in the backup copy.

Though this feature is very helpful, it is hard enough to find in Excel. So let's do it together now:

  1. Go to FILE - > Save As.
  2. Select Computer and click on the Browse button.
    Click on the Browse button to open the Save As dialog window
  3. When the Save As dialog window pops up, click on the small arrow next to the Tools button at the bottom of the window.
  4. Select General Options… from the drop-down list.
    Open the Tools drop-down menu at the bottom of the Save As dialog to choose General Options
  5. Check the Always create backup box in the General Options dialog and click OK.
    Check the Always create backup box in the General Options dialog to save a backup copy of the document

Now you can rename your file and choose the desired location to save it. Excel will create a backup copy of the document in the same folder.

Note. A backed up copy is saved with different .xlk file extension. When you open it, Excel will ask you to verify that you really want to open this workbook. Just click Yes and you can restore a previous version of your spreadsheet.
Click Yes to confirm that you really want to open a backup copy

Create time-stamped backup versions in Excel

Now you know how to enable the Excel Auto Backup option. However, every time you save a workbook, a new backup copy will replace the existing one. How can you get back to the earlier version if you've already saved the document several times? Take it easy - you have at least two ways out from this situation.

The first one is to use ASAP Utilities. They offer the Save file and create backup tool that helps you create multiple backup versions of your document. Once you install these utilities in Excel, you can use a special keyboard shortcut to save your workbook and automatically create a backup copy. Each version has a timestamp in the file name, so you can easily find the necessary copy according to the date and time it was created.

If you are comfortable with VBA, you can use a special Excel AutoSave macro to backup your files. Just copy it from this article and paste into the code Module. You can create as many backup copies as you want just by pressing a simple shortcut. It will restore a previously saved version of your workbook and won't overwrite any old backup file. Each copy is marked with a date and time of backup.

If you saved copies of the file in earlier Excel versions, you may encounter the error " The file is corrupted and cannot be opened". See the solution to this problem in this article.

Back up Excel files to the cloud

For those who use cloud storage services for saving their docs, retrieving overwritten Excel files won't be a problem at all.

Let's have a closer look at OneDrive, Microsoft's storage option. Its biggest strength is that OneDrive is closely tied with Office. As an example, you can quickly open and save OneDrive documents right from your Excel. OneDrive and Excel work together to sync workbooks faster and let you work with other people on shared documents at the same time.

When you or your colleague makes changes to a document, OneDrive keeps track of the versions automatically, so you don't need to store multiple copies of the same document. With OneDrive's Version history you'll be able to see the earlier variants of the file, you'll know when the document was modified and who made the changes. You can also restore any of the previous versions if necessary.

Another very popular cloud storage service is Dropbox. It keeps snapshots of every change in your Dropbox folder over the last 30 days. So even if you saved a bad change, or if the file has been damaged or deleted, you can restore the document to an older version with only a few clicks. Dropbox doesn't work so closely with Microsoft Office as OneDrive, but it is so simple that everybody can master it.

Now you know different ways to recover unsaved files and create a backup copy of your workbook in Excel. And I hope you won't push the panic button next time when your computer crashes or power goes out.

161 comments

  1. Thank you !

  2. thanks a lot

  3. This was a lifesaver and I am grateful. :) Thanks!

  4. I'm trying to restore a previous version from the "Version History". When I selected the version I want to restore, I receive a message:
    Service Unavailable
    We are currently experiencing technical difficulties.
    Please try again later.

  5. Excel online file mistakenly deleted two sheet...need deleted sheet recovery.

  6. If you delete the auto-recover files - you may find them in the re-cycle bin. Thank me later! ;)

    • Thank you!

    • Thank you so much, your a life saver

    • Thank you man!!!

    • Thank youuuuu!!!!!!!!

  7. Thank you!!!

  8. THANK YOU, helped me recover few hours of work

  9. thanks

  10. well and good

  11. Thank you so much! So helpful!

  12. Thank you so much!

  13. Thank you so much!

  14. hello
    My excel crashed and when I went to re-open, there was the option to recover all my latest files that I was working on but I accidentally closed it, and then realised it's only given me the version from like 4 hours ago! Is there any way to get my most updated file back as there's nothing in the recovery folder?

  15. Thank you! So helpful

  16. I have lost my data on excel 2007 version, It was saved in xlxs format and i have check the with the option AppData\Roaming\Microsoft\Excel\ but the latest version of my was not there.

    How to get my lost data, please let me know the ways.

  17. I have lost my data on excel 2007 version, It was saved in xlxs format and i have check the with the option AppData\Roaming\Microsoft\Excel\ but the latest version of my was not there.

    How to get my lost data, please let me know the ways.

  18. Hi,

    I have lost my data on excel 2007 version, It was saved in xlxs format and i have check the with the option AppData\Roaming\Microsoft\Excel\ but the latest version of my was not there.

    How to get my lost data, please let me know the ways.

    Thank you

  19. this was really very helpful at the main moment. really thanks for sharing

  20. Always a good resource for those of us who know everything BUT Excel!

  21. Many thanks for this, It saves my entire afternoon work

  22. Amazing!!!

  23. Hello

    I deleted something an important colom in an excel file by accident and saved this, I would like to recover the former version from last week, but can't find the former version(s) via 'recover unsaved workbooks' as there is no file versions history available... can I recover this in some other way?

    Thank you very much.

  24. I sorted a column on excel and it only sorted that column but it relates to all other columns - I closed it and I can’t find any of the back up worksheets / recover other files.

    It’s two full days worth of work :/

    Can anyone help?

  25. Hello - having a major crisis! My excel crashed and when I went to re-open, there was the option to recover all my latest files that I was working on but I accidentally closed it, and then realised it's only given me the version from like 4 hours ago! Is there any way to get my most updated file back as there's nothing in the recovery folder?

    Please please help as this is my biggest piece of work to date and I really needed to send it this evening :(

    Thanks in advance,
    Rosie

  26. Thank you!

    File>Info>Manage>Recover was a huge help.

    Thomas

  27. Hi,

    Is it possible to get last updated excel File? If yes, then please let me know the process.
    Actually I have updated excel file on 31july 20 and the same file overwritten on 1st Aug20 and closed.

    Now I need 31st july20 updated file. Can someone help me out.

    Regards,
    Naveen

  28. this was helpful to recover unsaved Excel files

  29. Hi, please help!!!! I have deleted some info off an Excel spreadsheet & saved it but now I need the old version back that had the info deleted. I have tried a heap of options found on the internet but none of them have worked. Running Office 2010 on Windows 10 PC.

    I have tried looking at the Version History. it was empty.

    I tried the manage workbook option, it only had an option to recover unsaved workbooks, clicked on it anyway & no files found.

    I have gone to the actual file & tried looking for previous versions, none found. Please please please help, it is about 3 hours work to re-enter all the data. Thanks Alina

  30. Thank you for the person who helped me recover my data. Thank you very much. This article was very helpful to recover my hours of unsaved data.

  31. Can I recover a previously saved document on Excel if I've saved over the top?

  32. When you can't find any recovered sheet of your data. You can manually check at path:
    C:\Users\\AppData\Roaming\Microsoft\Excel\
    Where you can find folder with your excel file name and your recovered excel worksheet is in it.

    • This is very helpful

  33. Hello team,
    Need help

    • What type of help do you want?

  34. Just reposting what other user posted earlier in the comments thread, to give it visibility for newcomers: if the autosaved file doesn't appear in the locations specified, Excel may have automatically deleted it when the software was closed. If so, it can be found in the Recycle Bin!

  35. Hello
    I was working on my excel package so i closed the document and after like 10 minutes i tried to open it again but it pooped a message that says we found a problem with some content in (my file name).xlsx. Do you want us to try to recover as much as we can? if you trust the source of this workbook, click yes.
    But when i clicked yes it recovered my file but i lost the format of my document which is even more important to me.
    Please how can i reverse it to that previous stage before it got corrupt.
    Thanks.

  36. Pls. Arrange to send my excel bakup which was deleted FYI

  37. I pull up a an attached file in outlook worked on it all day, and then closed it.
    When I opened it up again it was blank. The only file that opened is the one that I saved originally without the data. Please help. Janice

  38. Thank you!!!! I thought I had had all the options and that I had to do a whole-day administrative task all over again, but I continued searching a little more, found your tip to get to the AutoRecovery location and found all my work back!!!

  39. the manage versions does not show any other versions and when going to the folder of recovered files, its empty . Why this is so? Also though I had already checked auto recover every 10 minutes and auto save if I close file without saving option, I still could not recover my 10 minutes old file and got 3 hours old version instead :( Wanted to know why this happened.

  40. the manage versions does not show any other versions and when going to the folder of recovered files, its empty

  41. Hi,

    Is it possible to get last updated excel File? If yes, then please let me know the process.
    Actually I have updated excel file on 30th Nov18 and the same file overwritten on 4th Dec18 and closed.

    Now I need 30th Nov18 updated file. Can someone help me out.

    Regards,
    Naveen

  42. Hello,
    how do I perform auto recovery for an unsaved file on excel running on MAC HIGH SIERRA? Please help.

Post a comment



Thank you for your comment!
When posting a question, please be very clear and concise. This will help us provide a quick and relevant solution to
your query. We cannot guarantee that we will answer every question, but we'll do our best :)