Corrupt files in excel

Excel for Microsoft 365 Excel 2021 Excel 2019 Excel 2016 Excel 2013 More…Less

When Microsoft Excel detects a corrupted workbook upon opening, it automatically starts File Recovery mode and attempts to repair the workbook. If File Recovery mode doesn’t start, try using this manual process to recover your workbook:

  1. Click File > Open.

  2. Click the location and folder that contains the corrupted workbook.

  3. In the Open dialog box, select the corrupted workbook.

  4. Click the arrow next to the Open button, and then click Open and Repair.

    Open and repair command

  5. To recover as much of the workbook data as possible, pick Repair.

    If Repair isn’t able to recover your data, pick Extract Data to extract values and formulas from the workbook.

If neither automatic nor manual repair works, there are some recovery methods that might help salvage your data. You can also take some preventive measures to avoid losing your work by automatically saving a backup copy of your workbook or creating a recovery file from time to time.

  • Recover data from a corrupted workbook

  • Automatically save a backup copy of a workbook

  • Automatically create a recovery file at set intervals

Recover data from a corrupted workbook

Choose one of the following methods to help recover your data. If it’s not successful, try another method. You can also try third-party software solutions to try to recover workbook.

Important: If a disk error or network error prevents you from opening a workbook, move the workbook to a different hard disk drive or a local disk before trying any of the following recovery options.

Recover data when the workbook is open in Excel

  • Revert the workbook to the last saved version    If a workbook becomes corrupted while you work but before you save your changes, you can revert your workbook to the last saved version:

    1. Click File > Open.

    2. Double-click the name of the workbook that you have open in Excel.

    3. Click Yes to reopen the workbook.

      The workbook opens without any changes you made that might have caused the workbook to become corrupted.

Recover data when you can’t open the workbook in Excel

  • Set the calculation option in Excel to manual    Try changing the calculation setting from automatic to manual. Because the workbook won’t be recalculated, it may open.

    1. Click File > New.

    2. Under New, click Blank workbook.

    3. Click File > Options.

    4. In the Formulas category, under Calculation options, pick Manual, and then click OK.

    5. Click File > Open.

    6. Locate and then double-click the corrupted workbook to open it.

  • Use external references to link to the corrupted workbook    To retrieve only data and not formulas or calculated values from the workbook, try using external references to link to the corrupted workbook.

    1. Click File > Open.

    2. Go to the folder that contains the corrupted workbook.

    3. Right-click the file name of the corrupted workbook, click Copy, and then click Cancel.

    4. Click File > New.

    5. Under New, click Blank workbook.

    6. In cell A1 of the new workbook, type =File Name!A1, where File Name is the name of the corrupted workbook that you copied in step 3, and then press Enter.

      Note:  You have to enter only the name of the workbook—you don’t have to type the file name extension.

    7. If the Update Values dialog box appears, select the corrupted workbook, and then click OK.

    8. If the Select Sheet dialog box appears, select the appropriate sheet, and then click OK.

    9. Select cell A1.

    10. Click Home > Copy, or press Ctrl+C.

    11. Select an area, starting in cell A1 that is approximately the same size as the range of cells that contain data in the corrupted workbook.

    12. Click Home > Paste, or press Ctrl+V.

    13. With the range of cells still selected, click Home > Copy again, or press Ctrl+C.

    14. Click Home > the arrow below Paste, and then under Paste Values, click Values.

      Pasting values removes the links to the corrupted workbook and leaves only the data.

  • Use a macro to extract data from a corrupted workbook    If a chart is linked to the corrupted workbook, try using a macro to extract the source data of the chart.

    1. Copy the following macro code and paste it in a module sheet:

      Sub GetChartValues()

      Dim NumberOfRows As Integer

      Dim X As Object

      Counter = 2

      ‘ Calculate the number of rows of data.

      NumberOfRows = UBound(ActiveChart.SeriesCollection(1).Values)

      Worksheets(«ChartData»).Cells(1, 1) = «X Values»

      ‘ Write x-axis values to worksheet.

      With Worksheets(«ChartData»)

      .Range(.Cells(2, 1), _

      .Cells(NumberOfRows + 1, 1)) = _

      Application.Transpose(ActiveChart.SeriesCollection(1).XValues)

      End With

      ‘ Loop through all series in the chart and write their values to

      ‘ the worksheet.

      For Each X In ActiveChart.SeriesCollection

      Worksheets(«ChartData»).Cells(1, Counter) = X.Name

      With Worksheets(«ChartData»)

      .Range(.Cells(2, Counter), _

      .Cells(NumberOfRows + 1, Counter)) = _

      Application.Transpose(X.Values)

      End With

      Counter = Counter + 1

      Next

      End Sub

    2. Insert or delete a worksheet into your workbook right-click its sheet tab, and then rename it ChartData.

    3. Select the chart from which you want to extract the underlying data values.

      Note: The chart can be embedded on a worksheet or on a separate chart sheet.

    4. Run the macro.

    5. The data from the chart is put on the ChartData worksheet.

Top of Page

Automatically save a backup copy of a workbook

With a backup copy of your workbook, you’ll always have access to your data if your workbook is deleted accidentally or if it becomes corrupted.

  1. Click File > Save As.

  2. Click Computer, and then click the Browse button.

    Browse button

  3. In the Save As dialog box, click the arrow next to Tools, and then click General Options.

    General Options on the Tools menu

  4. In the General Options dialog box, check the Always create backup box.

    Always create backup option in the General Options dialog box

Top of Page

Automatically create a recovery file at set intervals

A recovery file of your workbook also helps ensure you’ll have access to your data if your workbook is deleted accidentally or if it becomes corrupted.

  1. Click File > Options.

  2. In the Save category, under Save workbooks, check the Save AutoRecover information every box, and then enter a number of minutes. (The default is 10.)

    AutoRecover option on the Save tab in the Excel Options dialog box

  3. In the AutoRecover file location box, enter the location where you want to save the recovery file.

  4. Make sure that the Disable AutoRecover for this workbook only box is unchecked.

Top of Page

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.


Download Article

Easy ways to recover a corrupt Excel file


Download Article

This wikiHow teaches you how to recover and repair a corrupted Microsoft Excel file on your Windows or Mac computer.

  1. Image titled Play DVDs on Windows Media Player Step 7

    1

    Make sure that you’re using a Windows computer. You can only repair an Excel file in the Windows version of Excel.

    • If you’re using a Mac, try one of the other methods in this article.
  2. Image titled Recover a Corrupt Excel File Step 2

    2

    Open Excel. Its app icon resembles a green box with a white «X» on it.

    Advertisement

  3. Image titled Recover a Corrupt Excel File Step 3

    3

    Click Open Other Workbooks. This option is next to a folder-shaped icon in the lower-left corner of the window.

  4. Image titled Recover a Corrupt Excel File Step 4

    4

    Click Browse. It’s a folder-shaped icon in the middle of the page. Doing so opens a File Explorer window.

  5. Image titled Recover a Corrupt Excel File Step 5

    5

    Select your Excel file. Go to the folder in which your corrupted Excel file is stored, then click the Excel file to select it.[1]

  6. Image titled Recover a Corrupt Excel File Step 6

    6

    Click the «Menu» icon

    Android 7 Dropdown

    . It’s the downward-facing arrow to the right of the Open button. A drop-down menu will appear.[2]

  7. Image titled Recover a Corrupt Excel File Step 7

    7

    Click Open and Repair…. This option is at the bottom of the drop-down menu.

    • If Open and Repair… is greyed out, make sure that your Excel file is selected and try again. If it’s still greyed out, you can’t repair this file.
  8. Image titled Recover a Corrupt Excel File Step 8

    8

    Click Repair when prompted. It’s in a pop-up window. Windows will begin attempting to repair your file.[3]

    • If you don’t have this option, click Extract Data instead, then click either Convert to Values or Recover Formulas. This will recover any salvageable data.
  9. Image titled Recover a Corrupt Excel File Step 9

    9

    Wait for the file to open. This may take a few minutes if your Excel file is large.

    • If the file still won’t open, go back through this process and click Extract Data instead of Repair when prompted.
  10. Image titled Recover a Corrupt Excel File Step 10

    10

    Save your file. Once the repaired file opens, press Ctrl+S, double-click This PC, select a save location, enter a file name, and click Save.

    • Be sure to select a different file name than the one which you used for the corrupted Excel file.
  11. Advertisement

  1. Image titled Convert CSV to XLS Step 5

    1

    Understand why the file type matters. Sometimes, Excel documents created on older computers or versions of Excel become unstable on newer versions; similarly, Excel documents can be saved in many different file formats. By changing the Excel file format to «xlsx» (or «xls» for older programs), you can fix this problem.

  2. Image titled Recover a Corrupt Excel File Step 12

    2

    Open Start

    Windows Start

    . Click the Windows logo in the bottom-left corner of the screen.

  3. Image titled Recover a Corrupt Excel File Step 13

    3

    Open File Explorer

    Windows Start Explorer

    . Click the folder-shaped icon in the lower-left side of the Start window.

  4. Image titled Recover a Corrupt Excel File Step 14

    4

    Click the View tab. It’s at the top of the File Explorer window. A toolbar will appear below this tab.

  5. Image titled Recover a Corrupt Excel File Step 15

    5

    Check the «File name extensions» box. This option is in the «Show/hide» section of the toolbar. Doing so will allow you to see the file type extensions at the end of files, including your Excel document.

  6. Image titled Recover a Corrupt Excel File Step 16

    6

    Select your Excel file. Go to the location of the Excel document that you want to recover, then click the document to select it.

  7. Image titled Recover a Corrupt Excel File Step 17

    7

    Click Home. It’s a tab in the upper-left side of the File Explorer window. This will prompt a toolbar to appear.

  8. Image titled Recover a Corrupt Excel File Step 18

    8

    Click Rename. This option is in the «Organize» section of the toolbar. Clicking Rename will cause the Excel file’s name to become highlighted.

  9. Image titled Recover a Corrupt Excel File Step 19

    9

    Change the file type. Replace whatever comes after the period at the end of the file name with xlsx and then press Enter.

    • For example, if the document was named «Spreadsheet1.docx», you would change it to «Spreadsheet1.xlsx».
    • If the file extension already is «xlsx», try using «xls» or «html».
  10. Image titled Recover a Corrupt Excel File Step 20

    10

    Click Yes when prompted. This will confirm your changes and change the file extension.

  11. Image titled Recover a Corrupt Excel File Step 21

    11

    Try opening the file. Double-click the file to open it. If the file opens in Excel (or, if you selected «html» as the extension, a web browser), your file has successfully been recovered.

    • If you chose the «html» extension, you can convert the webpage into an Excel document by dragging the html file onto the Excel icon and then saving the file that opens as a new «xlsx» file.
    • If the file still won’t open, proceed to the next Windows method.
  12. Advertisement

  1. Image titled Save a .Xlsx Document on Google Sheets on Android Step 6

    1

    Understand why the file type matters. Sometimes, Excel documents created on older computers or versions of Excel become unstable on newer versions; similarly, Excel documents can be saved in many different file formats. By changing the Excel file format to «xlsx» (or «xls» for older programs), you can fix this problem.

  2. Image titled Recover a Corrupt Excel File Step 23

    2

    Open Finder. Click the blue, face-shaped app icon in your Mac’s Dock.

  3. Image titled Recover a Corrupt Excel File Step 24

    3

    Select the Excel file. Go to the folder in which your Excel file is located, then click the Excel file that you want to recover.

  4. Image titled Recover a Corrupt Excel File Step 25

    4

    Click File. This menu item is in the top-left corner of your Mac’s screen. Clicking it prompts a drop-down menu.

  5. Image titled Recover a Corrupt Excel File Step 26

    5

    Click Get Info. It’s in the File drop-down menu. This will open a pop-up window.

  6. Image titled Recover a Corrupt Excel File Step 27

    6

    Expand the «Name & Extension» section if necessary. If you don’t see any file name or extension below this category, click the triangle to the left of the «Name & Extension» heading to view the file’s name and extension.

  7. Image titled Recover a Corrupt Excel File Step 28

    7

    Change the file type. Replace whatever comes after the period at the end of the file name with xlsx and then press Return.

    • For example, if the document was named «Spreadsheet1.txt», you would change it to «Spreadsheet1.xlsx».
    • If the file extension already is «xlsx», try using «xls» or «html».
  8. Image titled Recover a Corrupt Excel File Step 29

    8

    Click Use .xlsx when prompted. This will confirm your decision and change the file type.

  9. Image titled Recover a Corrupt Excel File Step 30

    9

    Try opening the file. Double-click the file to open it. If the file opens in Excel (or, if you selected «html» as the extension, a web browser), your file has successfully been recovered.

    • If you chose the «html» extension, you can convert the webpage into an Excel document by dragging the html file onto the Excel icon and then saving the file that opens as a new «xlsx» file.
    • If the file still won’t open, proceed to the next Mac method.
  10. Advertisement

  1. Image titled Recover a Corrupt Excel File Step 31

    1

    Understand the limitations of this method. Like most Microsoft Office products, Excel will automatically save recovery versions of files, meaning that you may be able to restore a partial version of your corrupted Excel document. However, Excel doesn’t always save these files in time, and you most likely won’t be able to recover the whole document in this way.

  2. Image titled Recover a Corrupt Excel File Step 32

    2

    Open Start

    Windows Start

    . Click the Windows logo in the bottom-left corner of the screen.

  3. Image titled Recover a Corrupt Excel File Step 33

    3

    Type in this pc. This will search your computer for the «This PC» program.

  4. Image titled Recover a Corrupt Excel File Step 34

    4

    Click This PC. It’s the computer monitor-shaped icon at the top of the Start window. Doing so opens the This PC window.

  5. Image titled Recover a Corrupt Excel File Step 35

    5

    Double-click your computer’s hard drive. This is usually the «OS (C:)» option below the «Devices and drives» heading in the middle of the page.

  6. Image titled Recover a Corrupt Excel File Step 36

    6

    Double-click the «Users» folder. You’ll find this in the middle of the hard drive’s folder.[4]

  7. Image titled Recover a Corrupt Excel File Step 37

    7

    Double-click your user folder. This folder is labeled with part or all of your username on your computer.

  8. Image titled Recover a Corrupt Excel File Step 38

    8

    Double-click the «AppData» folder. It’s in the «A» section, so you’ll most likely find this folder near the top of the window.[5]

    • If you can’t find this folder, click the View tab, then check the «Hidden items» box in the «Show/hide» section to prompt the «AppData» folder to appear.
  9. Image titled Recover a Corrupt Excel File Step 39

    9

    Double-click the «Local» folder. This option is near the top of the folder.

  10. Image titled Recover a Corrupt Excel File Step 40

    10

    Scroll down and double-click the «Microsoft» folder. You’ll find it in the «M» section.

  11. Image titled Recover a Corrupt Excel File Step 41

    11

    Double-click the «Office» folder. It’s in the «O» section of the Microsoft folder.

  12. Image titled Recover a Corrupt Excel File Step 42

    12

    Double-click the «UnsavedFiles» folder. This folder should be near the top of the window.[6]

  13. Image titled Recover a Corrupt Excel File Step 43

    13

    Select an Excel file. Look for an Excel file icon that has a name matching your corrupted Excel file, then click it to select it.

    • If you don’t see any files here, a recovery version of your Excel document was not saved.
  14. Image titled Recover a Corrupt Excel File Step 44

    14

    Change the Excel file’s extension. To do so:[7]

    • Click View
    • Check the «File name extensions» box.
    • Click Home
    • Click Rename
    • Replace the .tmp section with .xlsx
    • Press Enter.
    • Click Yes when prompted.
  15. Image titled Recover a Corrupt Excel File Step 45

    15

    Open the Excel file. Double-click the file that you just renamed to open it.

  16. Image titled Recover a Corrupt Excel File Step 46

    16

    Save your file. Once the restored file opens, press Ctrl+S, double-click This PC, select a save location, enter a file name, and click Save.

    • Be sure to select a different file name than the one which you used for the corrupted Excel file.
  17. Advertisement

  1. Image titled Recover a Corrupt Excel File Step 47

    1

    Understand the limitations of this method. Like most Microsoft Office products, Excel will automatically save recovery versions of files, meaning that you may be able to restore a partial version of your corrupted Excel document. However, Excel doesn’t always save these files in time, and you most likely won’t be able to recover the whole document in this way.

  2. Image titled Recover a Corrupt Excel File Step 48

    2

    Click Go. This menu item is at the top of the screen. Clicking it prompts a drop-down menu.

    • If you don’t see the Go menu item, first open Finder or click the desktop to make it appear.
  3. Image titled Recover a Corrupt Excel File Step 49

    3

    Hold down the Option key. After doing this, you should see the Library folder appear in the Go drop-down menu.

  4. Image titled Recover a Corrupt Excel File Step 50

    4

    Click Library. It’s in the Go drop-down menu. This will open the Library hidden folder.

  5. Image titled Recover a Corrupt Excel File Step 51

    5

    Open the «Containers» folder. Double-click the «Containers» folder, which is in the «C» section of the Library folder.[8]

  6. Image titled Recover a Corrupt Excel File Step 52

    6

    Click the search bar. It’s in the upper-right side of the window.

  7. Image titled Recover a Corrupt Excel File Step 53

    7

    Search for the Microsoft Excel folder. Type in com.microsoft.Excel and press Return.

  8. Image titled Recover a Corrupt Excel File Step 54

    8

    Click the Containers tab. You’ll find this to the right of the «Search:» heading near the top of the Finder window.

  9. Image titled Recover a Corrupt Excel File Step 55

    9

    Open the «com.microsoft.Excel» folder. Double-click this folder to open it.

  10. Image titled Recover a Corrupt Excel File Step 56

    10

    Open the «Data» folder.

  11. Image titled Recover a Corrupt Excel File Step 57

    11

    Open the «Library» folder.

  12. Image titled Recover a Corrupt Excel File Step 58

    12

    Open the «Preferences» folder. If you don’t see this folder, scroll down to find it.

  13. Image titled Recover a Corrupt Excel File Step 59

    13

    Open the «AutoRecovery» folder. This will bring up a list of automatically saved versions of your Excel files.[9]

  14. Image titled Recover a Corrupt Excel File Step 60

    14

    Find a temporary version of your Excel file. The temporary version of your Excel file should have some or all of the file’s name in its title.

    • If you can’t find the temporary version of your Excel file, it wasn’t backed up.
  15. Image titled Recover a Corrupt Excel File Step 61

    15

    Select the Excel file. Click the Excel file to do so.

  16. Image titled Recover a Corrupt Excel File Step 62

    16

    Click File. It’s a menu item in the upper-left corner of your Mac’s screen. A drop-down menu will appear.

  17. Image titled Recover a Corrupt Excel File Step 63

    17

    Select Open With. This option is near the top of the File drop-down menu. You should see a pop-out menu open.

  18. Image titled Recover a Corrupt Excel File Step 64

    18

    Click Excel. It’s in the pop-out menu. Doing so will prompt the temporary version of the Excel document to open in Excel.

    • The temporary version will probably not include some of your most recent changes to the original Excel document.
  19. Image titled Recover a Corrupt Excel File Step 65

    19

    Save the document. Press Command+S, then enter a file name, select a save location in the «Where» menu, and click Save.

  20. Advertisement

Add New Question

  • Question

    I cannot open the file with my Excel file, but I can open it in another computer. Why?

    Community Answer

    It’s likely that the other computer has either an older or newer version of Excel, and your document is not compatible with the version you have on your computer.

  • Question

    What do I do if my Excel files are save with the extension xls?

    Nakamura Rei

    Nakamura Rei

    Community Answer

    You can repair .xls files using methods from this article as well as xlsx.

  • Question

    How do I recover a deleted excel file in Windows 7?

    Community Answer

    yYou can use the same method. However, to change the file extension you will need to use CMD and run a command like this (make sure you are in the right directory): rename (corrupted excel file, add its file extension at the end) (corrupted excel filename, do NOT add the file extension at the end).(xls, xlsx).

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

Advertisement

Video

  • Windows computers will often attempt to repair automatically the corrupted Excel workbook when you open it.[10]

  • You may be able to open an otherwise corrupted Excel file by placing your computer in safe mode. If so, a file error or a virus is most likely the reason for your document failing to open.

  • There are a few paid data recovery software options that you can use to recover corrupted Excel files. Stellar Phoenix Excel Repair, which is available for both Windows and Mac computers, is a good example of such a program.

Thanks for submitting a tip for review!

Advertisement

  • Unfortunately, some Excel files may be entirely unrecoverable.

Advertisement

About This Article

Article SummaryX

1. Open Excel.
2. Select Open Other Workbooks.
3. Select the corrupted file.
4. Click the down-arrow menu next to «Open.»
5. Select Open and Repair.
6. Click Repair.
7. Click Close when complete.

Did this summary help you?

Thanks to all authors for creating a page that has been read 1,357,471 times.

Is this article up to date?

The Excel is a crucial program for performing much work with documents in your office and at home. Many persons actively use it. However, while using the program various people meet different unexpected problems through many reasons. These reasons include an incorrect closing of the document, infection of the device with the virus, an error of file transferring, hanging up of your personal computer through many active applications working at this time, etc. Thus, the Excel file can be easily corrupted. The user can not open the required document — the information entered before will be not available anymore. In most cases, you can clear up the situation and avoid this problem yourself.



How to recovery corrupted files

First do it using the possibilities offered by your PC and Excel itself. Use the following offered ways and enjoy the best result.

Method # 1. Open the Excel program. Click first the “Open” file. Select the damaged workbook in the dialogue window. Expand the “Open” button which is placed at the bottom, at the right part of the page with the file name. Select the task “Open and Repair”.

Open and Repair.

The program displays a warning like:

displays a warning.

Following the process, first pick “Restore” file. When the program fails doing it, push “Extract data” button. When a warning about the corrupted document appears you must accept it and open the document.

Method # 2. If the needed corrupted file is opened, you can resave it. Simply push “FILE” and “Save as”. Please, pick the option “Other formats”. You will see then the dialog box “Save Document”. Choose “Web Page” as the File Type.

Other formats.

Pick saving the whole book then.

saving the whole book.

Making these operations, please note – some functions may be lost. Further we find the data saved in HTML format. Use the right mouse button to click “Open with”. Choose the Excel option. Resave the opened file again, following these operations: “Save As” – “Excel Book”. Give a file a new name not to mix it ever with the corrupted one.

Method # 3. Use it when the corrupted document is opened. Open the book and pick “Select All Worksheets».

Select All Worksheets.

Use then “Move / Copy” button. When you see the new opened dialog window, select there “New book” and tick «Create a copy».

Create a copy.

Push OK button then.

When you cannot open the corrupted file, follow one of these steps.

  1. Close all the windows and exit the program to run it again then. Open the necessary document again — at lest try doing it;
  2. Restart the device (PC);
  3. Check the corrupted book for viruses;
  4. Pick a different location when making a file copy.

If none of the methods mentioned above work, use a special recovery program.



Restoring unsaved Excel files

Excel files can be saved by default. Check the settings of these functions. Press “FILE”, then – “Excel Options” and pick “Save”.

Excel Options - Save.

Set the frequency of auto save. The default setting is 10 minutes. If you pick less time for the function, then if several files are simultaneously active, the computer will be hanging up. The directory address (where the data for auto recovery is located) is seen also. When the system immediately quits, the user cannot save the document quickly. Then when the program is launched next time, the options for the document recovery will be offered.

However, sometimes it the program loses data and does not offer any options for recovery. You can apply here another method:

  • Close the book without saving it;
  • Find the directory where the unsaved data is temporarily stored. Find there the document you need. Open it with a double click of the mouse, picking “Save as” option. Choose the name, the place of saving the file.

Restoring the deleted Excel data

When user has deleted the data while editing the workbook, you can restore it before saving it. Use the Cancel Action, pressing CTRL + Z. The other way doing it is to close the file without saving changes. If the document is saved and closed, it is almost impossible to restore it. Try searching the data in temporary files. When you find there a required document, change the extension .tmp to .xls / .xlsx.

Struggling with the Excel file corruption issue or does your Excel workbook gets inaccessible? Wondering what goes wrong with your Excel file? 

Then Relax..!! I am here to help you out!!!

In this article, check out the complete information about how to repair corrupted Excel file and recover Excel file data with ease.

Microsoft Excel files provide a mini-database for storing the inter-related and small data amount.

The data stored in Excel workbook is very sensitive and sometimes due to minor issues or online operations the files might get corrupted.

And as a result,  you start facing difficulty in opening the corrupted Excel files and recover Excel data.

So, in this article follow the complete ways to fix corrupt Excel file and recover corrupt Excel file entire data stored in it.

Well, there are several ways that surely help you to repair Excel files and open a corrupted Excel file.

But, before jumping on the solutions check out some of the common reasons why your Excel file gets corrupted.

Let’s Find Out…!

Repair Corrupted Excel File With Excel Recovery Tool

Make use of the professional recommended Excel Recovery Tool, this is the best ever Excel file repair tool and is able to repair corrupt, damaged, inaccessible data and fix various Excel errors just by scanning once. With this, you can also recover the entire data stored in Excel such as charts, worksheet properties cell comments, and other data.

This is a unique tool that is capable to repair multiple Excel files at one time and restore corrupt Excel data in a new blank file. So, apply the tool once and make your Excel file error-free without doing anything manually.

* Free version of the product only previews recoverable data.

Steps to Utilize Excel Recovery Tool:

Why Do Excel Files Corrupt?

Well, there are many reasons due to which your Excel workbook gets corrupted, damaged, or inaccessible. To know how does an Excel file get corrupted, take a quick glance over this image.

repair corrupt Excel file

Now check out the common error messages that you may encounter when the Excel file gets corrupted or damaged.

How To Verify If Excel File Is Corrupted?

Time to time after the Excel file corruption many users start encountering various errors messages: Here check out some of the common ones:

  • “Microsoft Excel has Stopped Working” Error Message
  • MS Excel Crashing, Freezing, Not Responding error
  • “The file is corrupt and cannot be opened” error message
  • Excel Cannot Open The File ‘(Filename)’.Xlsx’ Error
  • “Unable To Save Excel File 2007” Error
  • Excel File Unexpected Error

Try the given methods one by one to repair corrupted Excel file and recover entire data stored in it.

2. Inbuilt Open and Repair Tool

This is the easiest way to repair corrupted Excel files, make use of the inbuilt utility available within the MS Excel application.

Follow the steps to make use of it:

  • First click on “Open” in the File Menu
  • Then from the list, select the corrupted Excel file
  • Now, from the drop-down list of the “Open” tab, choose “Open and Repair”

repair corrupt excel file

  • Lastly, click on the “Repair” button to repair Excel file.

excel open and repair

However, in case, the file is severely damaged then the inbuilt utility is unable to repair corrupted Excel file, so this case makes use of the Excel file repair tool, to repair and recover corrupt Excel workbook data.

3. Data Extraction

Here try retrieving the Excel data by extracting it. You can do it by utilizing Macros. This method will help you to easily extract data on the corrupt spreadsheet.

For data extraction, follow the steps:

  • Click on the “Open” tab on the File Menu
  • And from the list, select the corrupt file
  • From the drop-down list of the “Open” tab, > choose “Open and Repair” option

excel open and repair 1

  • And click on the “Extract” button to extract the data from the corrupt file.

excel open and repair 2

In this way, you can extract data from corrupt Excel file and repair Excel file

4. If Excel File Gets Corrupted When It Is Open

In many cases, the workbook gets corrupted when the Excel file is open. Then, in this case, don’t save the file as this will only save whatever corrupts the Excel file with the entire updated changes.

So instead of saving it, go back to the last saved Excel version. This will help you to discard corrupt components. Possibly, you may be lost data but can be rebuilt easily.

For reverting previously saved version, follow the steps:

  • Go to the File menu choose Open > then Office button > select Open.
  • Now, use Look In control, find and identify the corrupted Excel file.
  • Click on Open.

Hope after following the given steps you are able to repair corrupt Excel file 2007.

5. Turn Off Automatic Calculation

There are cases when an Excel file fails in opening the file by itself or by the Open and Repair option, then, in this case, try to set the calculation from automatic to manual and try again.

Follow steps to do so:

  • Open a blank Excel workbook.
  • And from the Tools > Options > click Calculation tab. In Excel 2007, click Office button > Excel Options > in the left panel choose Formulas.
  • And in Calculation section > click Manual > OK.

Now try opening a corrupted Excel workbook. Excel may open the workbook also if it does not need to recalculate.

6. Utilize Microsoft Office Tools

If still, Excel can’t open the corrupted Excel workbook, then make use of the Microsoft Office Tool, to repair XLSX file.

Follow the steps to run it: 

  • Select All Programs from the Start menu.
  • And choose Microsoft Office > Microsoft Office Tools.
  • Then, choose Microsoft Office Application Recovery.
  • Select Microsoft Office Excel, in a dialog box appears.

corrupt_excel_c

  • Click on Recover Application. This process might take a couple of minutes.
  • And, reply to the Send Report To Microsoft prompt.

The tool will close the Excel file and restart it, showing the list of restored Excel workbooks.

Check your corrupted Excel file and open it to verify it is repaired or not. But if still, you are unable to repair corrupt Excel workbook data then follow the other given solution.

7. Move The Excel File

Commonly, the corrupted workbook is not really corrupted, it just becomes inaccessible. The networks & servers mark Excel files as corrupt.

So if you stumble upon an apparently corrupt workbook that Excel can’t repair, then in this case simply move the corrupt files to another folder, server, or drive.

It is estimated now your Excel file corruption is fixed and you can recover corrupt Excel file data.

8. Open Corrupted Excel File In Word Or WordPad

This is another valuable way to repair Excel file, try opening the file in WordPad. In case this works, then the WordPad will convert entire data to text.

But this method won’t recover the formulas. Unlike various other data recovery solutions, WordPad restores the VBA procedures (macros). Just look for the retrieved text for Sub & Function to locate them.

Well, you can also open the corrupt .xls file in word file. However, the results would be limited and to make this method work you should try installing the Microsoft Office Excel Converter.

I hope this works for you to repair corrupted Excel file.

9. Utilize External References

In some cases, users can restore Excel data by referring to the actual cells. In this situation, you won’t recover formulas, formats, macros, charts, and other items.

But as it is said that “Something is Better than Nothing” so recovering some of the data is good than having nothing. For recovering data through referencing corrupt Excel workbook, follow the given steps:

  • Open the new Excel workbook and go to cell A1 > formula in the form to reference A1 in corrupt Excel workbook: nameofcorruptedworkbook!A1. ( No need to include .xls in the filename.) and hit Enter
  • If in case the corrupt Excel workbook is not in the same folder, Excel shows the Update Values: nameofcorruptedworkbook box. Utilize the Look In control to locate the corrupted Excel file. Choose file > click OK.
  • When the select Sheet dialog box displays then select the proper sheet > OK. Excel will display the value in cell A1 of the corrupted file.

corrupt_excel_d

  • Now choose cell A1 > drag it in many columns as desired to accommodate Excel data in the corrupted workbook. If Excel shows the Update Values: nameofcorruptedworkbook box, select the corrupted Excel file > OK.
  • Repeat Step 4, copy row A down in many rows as essential to accommodate the data in the corrupted Excel workbook.
  • Choose data > Copy from the menu.
  • And choose Paste Special from menu > Select Values > Click OK.

If still, you are unable to repair corrupted Excel file, then follow the below-given solution.

corrupt_excel_e

10. Try SYLK (Symbolic) Format

This is another option to manually repair Excel file by converting it into SYLK or symbolic link format. It is one of the Microsoft-recommended solutions.

The solution is particularly helpful when the Excel workbook corruption is due to printer related issue or there was a problem during printing.

  • Go to the File menu > select Save As and in Excel 2007 > Office button.
  • Now from Save As Type control, select SYLK(Symbolic Link) (*.slk).

sylk

  • Provide the sheets active a name, like corruptedworkbooknameSheet1. If the Excel workbook only has one sheet, this is useless > click Save.
  • And when the workbook is having multiple file sheets, Excel asks if you need to continue as the selected format won’t support multiple sheets > OK.
  • But if Excel prompts a warning message that Excel workbook may contain features that are not matched with the SYLK format, > then click Yes.

It is essential for you to understand that SYLK format just saves an active sheet. And, you won’t identify that format had stripped the entire pages with the active sheet till you close > reopen the .slk file.

And to restore data from the entire sheets, reopen the corrupted Excel workbook and then save every sheet one by one. This is why it is recommended in step 3 to provide the Excel sheet a descriptive name as this will help you while reconstructing multiple sheet Excel workbook.

Now after saving entire sheets to the SYLK format, just open any one of the .slk files > rename it > utilizing the .xls format. Remember not to employ the corrupted workbook’s name. As the corrupted Excel workbook is reconstructed, discard the corrupt Excel file or else rename it.

Avoid replacing it until you restore corrupted Excel file data completely. Reconstruct the Excel workbook through import or copy data from .slk files. It is a deadly way, but helpful if nothing works. This step helps in saving values from formulas, but not formulas itself.

11. Restore Macros

If your data is recovered but not the macros through previously given ways, then you can recover macros from corrupted Excel file with the given ways.

To do so, follow the steps:

  • First, open the Excel, but not the corrupted file. And set calculation to Manual (check #2).
  • Now. from Tools menu, select Macro > choose Security > High option. In Excel 2007, you should click the Office button > Excel Options > Trust Center. Click on Trust Center Settings button > Macro Settings >Disable All Macros without any Notification in the Macro Settings >  double click OK.
  • And open a corrupt Excel workbook. If the workbook opens, a message appears that macros are disabled. However, if Excel closes then this method won’t work for you.
  • Press Alt+F11 keys for opening the (VBE )Visual Basic Editor.
  • Utilize the Project Explorer (pressing Ctrl+R key) > right-click module > Export File.
  • Now for module type name and folder.
  • And repeat steps 6 &  7  many times as required for exporting the entire module.
  • Close VBE > exit Excel.
  • Next, open the new workbook (or the newly constructed Excel workbook that comprises the data restored from the corrupted  Excel workbook) > then import the modules.

12: XML Method

Here know how to use XML method to repair XLSX file

Follow the step to do so:

  • Try to open the corrupted file, once it is open select “File” and “Save As”. And from the list of possible formats click on “Save as Type” select “XML Spreadsheet” and then click “Save” and open the document again in Excel.
  • Go to “Save As” again and save the document as an Excel Workbook by selecting and Excel format from the drop-down list next to “Save as Type”.

xml-corrupted-excel-file-recovery-1

Assure to modify the file name to avoid saving it over the corrupt Excel file and click “Save”. This will fix the file and allow continuing working on the document.

13. Open Excel With HTML Method

The HTML method is known to work in a certain situation and might help you to recover corrupted Excel file.

Here know how to do it:

  • Open the Excel file and go to “Save As”. If required select other formats from the drop-down menu in the “Save As Type” option.

html-corrupted-excel-file-recovery-1

  • Then from the options in the drop-down list, choose “Web Page”.

html-corrupted-excel-file-recovery-2

  • For maximizing the chance that you will recover the entire document, it is important to assure “Entire Workbook” is selected and click on “Save”.

html-corrupted-excel-file-recovery-3

Please Note: Certain elements of the original workbook might get lost including formatting may be lost. If Excel displays a message indicating this fact, click “Yes” to accept the risk and to continue

  • As the file is saved, situate it in the folder you saved the file. Do this by clicking “File” and selecting “open” and opening the folder to find the file. As find it, right-click on the file and select “Open with > Microsoft Office Excel”.
  • As the document is open, go to “Save As” and choose Excel format from the drop-down list next to the “Save As Type” option. When asked for a Page Title, create that is not the same as the original corrupted file. Press “Save” to complete the whole process.

So, these are the solutions you can try to repair corrupted Excel files effectively and get rid of Excel file corruption issues.

Now It’s Your Turn:

Thanks for reading the article. I tried my best to provide possible solutions to repair corrupted Excel files.

So, try the given solutions one by one and fix Excel file corruption issues.

I also love to hear from you, share with us which solutions work for you to recover corrupted Excel file data, additionally if you any query, suggestion then share it with us.

Good Luck…!!!

Priyanka is an entrepreneur & content marketing expert. She writes tech blogs and has expertise in MS Office, Excel, and other tech subjects. Her distinctive art of presenting tech information in the easy-to-understand language is very impressive. When not writing, she loves unplanned travels.

Summary: The blog describes simple ways to open corrupt Excel file without any backup. It explains some manual workarounds that you can try to open the file. Also, it mentions about an Excel file repair tool that can quickly fix the corrupt file and recover data from it.

Free Download for Windows

Contents

  • How to Open Corrupt Excel File without Backup?
  • Method 1: Repair Corrupt Excel File
  • Method 2: Disable the Protected View Feature
  • Method 3: Look For Automatically Recovered Excel File 
  • Use an Excel File Repair Software
  • Conclusion 

Do you have an Excel file that does not open because of corruption issue? And every time you try to open it, an error message ‘the file is corrupt and cannot be opened’ pops-up?

Excel file is corrupt and cannot be opened message

Figure 1 – Excel File Corruption Message

Also, you don’t have a healthy backup of the Excel file to restore the data? If so, you can try repairing the corrupt file by using a few simple yet effective manual workarounds mentioned below.

TIP: Performing the manual workarounds can take time and increases data loss risk. But, you can easily and quickly fix a corrupt workbook by using professional Excel recovery software.

How to Open Corrupt Excel File without Backup?

Following are some manual methods that can help you open a corrupt Excel file:

Method 1: Repair Corrupt Excel File

When attempting to open a corrupt file, Excel automatically starts ‘File Recovery’ mode to repair the file. But, if the recovery mode doesn’t start, try Microsoft Excel’s built-in ‘Open and Repair’ feature to manually repair the file. To use this feature, perform the following steps:

Step 1: Open a Blank workbook in Excel, and then click File > Open.

Step 2: In the Open window, browse and select the corrupt file.

Step 3: Click the arrow that is beside the Open tab, and select Open and Repair.

Open and Repair Option

Figure 2 – Open and Repair Option

Step 4: Implement one of the following:

  • Click Repair tab. (This is to recover as much data as possible.)
  • Click Extract Data tab. (This is to recover values and formulas from the Excel file if the repair process fails to recover the entire data.)
Excel Built-in Repair Options

Figure 3 – Excel Built-in Repair Options

If using Open and Repair does not work, move to the next method.

Method 2: Disable the Protected View Feature

Some Excel users have reported that turning off the ‘protected view’ feature in Excel helped them open the corrupt file. You can also try to disable this feature and open the file. To do so, follow these steps:

Step 1: Open a blank Excel file, click File > Options.

Step 2: In the Excel Options window, select Trust Center, and then click Trust Center Settings.

Excel Trust Center Settings

Figure 4 – Excel Trust Center Settings

Step 3: Click OK.

Now check if you can open the corrupt file. If not, try implementing the next method.

Method 3: Look For Automatically Recovered Excel File 

If you have Excel’s AutoRecover feature enabled, you’ll have access to a copy of the Excel file corrupted or lost due to application crash, power outage, or accidental deletion.

The ‘AutoRecover’ feature saves Excel worksheets at a temporary location after a certain time interval. It saves the worksheets automatically and is turned on by default to reduce the chance of data loss.

Check if you can recover corrupted Excel file by following these steps:

Step 1: In Excel, open a Blank workbook.

Step 2: Go to File and click Options.

Excel Options

Figure 5 – Excel Options

Step 3: In the Excel Options dialog box, click Save, and then copy the ‘AutoRecover file location’.

Excel Options Window

Figure 6 – Excel Options Window

Step 4: Open File Explorer window and paste the copied AutoRecover file location, and press Enter.

Step 5: A list of saved Excel files will be displayed. Choose the file you want to recover.

Also read: Excel AutoRecover not working, what is next?

TIP: Use Excel’s AutoBackup feature to reduce chances of data loss, by saving a previous version of your spreadsheet automatically.

Use an Excel File Repair Software

If the above manual methods fail, repair the corrupt Excel file by using a third-party software, such as Stellar Repair for Excel. The software helps repair Excel (XLS and XLSX) files easily and effectively.

Free Download

Read this: How to repair corrupt Excel file using Stellar Repair for Excel?

Some key features of Excel Repair software are as follows:

  • Fixes all errors in the MS Excel file.
  • Repairs multiple damaged Excel files in a go.
  • Recovers chart, chart sheet, table, cell comment, image, formula, and sort & filter.
  • Preserves properties and cell formatting of Excel worksheets.
  • Previews recoverable Excel file data before saving.
  • Recovers all data components from the corrupt files and saves those in a new blank Excel file.
  • Compatible with Excel 2019, 2016, 2013, 2010, 2007, and lower versions.

Conclusion 

In this blog, we discussed some manual workarounds to open a corrupt Excel file without any backup. You can manually repair the corrupt file by using Excel’s built-in Open and Repair feature. But the built-in repair utility may fail to fix a severely corrupt workbook.

You can also try accessing the file by disabling the protected view feature. If this method does not work, look for an automatically recovered copy of the corrupt file. However, the major shortcoming of this feature is that the AutoRecover data is stored on the same hard drive as the original file. In this case, if the hard drive becomes faulty, all data is lost.

Implementing the manual workarounds can take time and may fail to deliver expected results. A better way is to use Stellar Repair for Excel software to repair and open corrupt Excel file without any backup. In order to avoid such situations, it is recommended to create a backup copy of your workbook or enable the Excel AutoBackup feature. A good backup will save you from losing access to your Excel file data, if the file is accidentally deleted or corrupted.

About The Author

Priyanka

Priyanka is a technology expert working for key technology domains that revolve around Data Recovery and related software’s. She got expertise on related subjects like SQL Database, Access Database, QuickBooks, and Microsoft Excel. Loves to write on different technology and data recovery subjects on regular basis. Technology freak who always found exploring neo-tech subjects, when not writing, research is something that keeps her going in life.

Best Selling Products

Stellar Repair for Excel

Stellar Repair for Excel

Stellar Repair for Excel software provid

Read More

Stellar Toolkit for File Repair

Stellar Toolkit for File Repair

Microsoft office file repair toolkit to

Read More

Stellar Repair for QuickBooks ® Software

Stellar Repair for QuickBooks ® Software

The most advanced tool to repair severel

Read More

Stellar Repair for Access

Stellar Repair for Access

Powerful tool, widely trusted by users &

Read More

Tweak your Excel settings to remove corruption or go for an expert file recovery tool ✅

by Milan Stanojevic

Milan has been enthusiastic about technology ever since his childhood days, and this led him to take interest in all PC-related technologies. He’s a PC enthusiast and he… read more


Updated on December 9, 2022

Reviewed by
Vlad Turiceanu

Vlad Turiceanu

Passionate about technology, Windows, and everything that has a power button, he spent most of his time developing new skills and learning more about the tech world. Coming… read more

  • A corrupted Excel file can result in a lot of wasted time and severe data loss.
  • Fortunately, there are ways to fix a corrupted excel file even if you did not back up your information aforehand. 
  • We know how important it is to be able to act quickly and rely on both native and third-party tools.
  • So, here’s an in-depth guide on how to recover corrupted Excel files in Windows 10.

fix-corrupted-excel-files-windows-10

Excel is a crucial program used both by individuals and businesses to work with large amounts of data and organize it using formulas, tables, charts, and several other tools.

However, while using the program, you can encounter different unexpected problems, one of them being file corruption errors due to the system, virus infections, or other unknown reasons.

Can you repair a corrupted Excel File?

Yes, you can surely rescue your corrupted Excel files using the various methods we defined in this article.

As a shortcut, it’s possible to recover corrupted Excel files using the native repairing functionality or by erasing temporary Excel files from your operating system.

In this article

  • Can you repair a corrupted Excel File?
  • How can I repair a corrupted Excel file?
  • 1. Check your computer for malware to repair Excel files
  • 2. Use third-party software to recover corrupted Excel files
  • 3. Use the Open and Repair tool to fix the Excel file
  • 4. Restore the corrupted Excel file to a previous version
  • 5. Recover corrupt Excel files by changing the calculation method
  • 6. Use external references to link to the corrupted workbook
  • 7. Recover the TMP file to repair the corrupted Excel file
  • 8. Delete the TEMP folder to fix corrupted files in Excel
  • 9. Save the corrupted Excel file in HTML format to try to repair it
  • 10. Save the corrupted file in SYLK format to recover it
  • 11. Recover the corrupted Excel file by opening it in WordPad or Word
  • 12. Use the XML format to open and recover the corrupted Excel file
  • 13. Open the Excel file in Safe Mode to remove corruption signs
  • 14 Use newer Excel versions to try to recover a corrupter file

How can I repair a corrupted Excel file?

If you face this situation, you can find below several possible solutions that can help you solve the problem.

1. Check your computer for malware to repair Excel files

It is very likely that your document could malfunction due to a virus attack. In this case, it might be a good idea to run a deep systems scan using the software you have on your computer.

The program should eliminate any viruses found and you should be able to open the document. If you are looking for a security tool, you will be happy to know that some of the best antivirus software have free trial versions.

If you are not completely sure which one would be best for your own needs, you can try out a few.

The most important thing to look for in antivirus is its threat database. Along with that, make sure that the security tool of your choice has multi-layered protection. This ensures that you are protected on all fronts.

Additional requirements any antivirus should check are a transparent privacy policy, low resource usage, and non-intrusive notifications.

Once you decide on the antivirus program and install it, run a full PC scan and remove/quarantine all threats found.

2. Use third-party software to recover corrupted Excel files

Another possibility is to use professional data recovery software that can fix corrupted Excel documents.

Data recovery software scans your whole device for lost or corrupt files. They typically offer an overview of everything they can find and let you know which files can be restored.

When it comes to Excel documents, dedicated software is able to detect and eliminate the cause of corruption, thus allowing you to open your spreadsheets without any issue.

These tools are very powerful and they come with additional recovery features that can help you restore full lost disks and lost files on removable media.

3. Use the Open and Repair tool to fix the Excel file

  1. Open a blank Excel document.
  2. Go to File and click Open.
  3. In the Open dialog box, select the corrupted file and then click on the drop-down menu next to Open to select Open and RepairOpen and Repair Excel

Note: To recover as much of the workbook data as possible, pick Repair. If Repair is not able to recover your data, pick Extract Data to extract values and formulas from the workbook.

4. Restore the corrupted Excel file to a previous version

  1. Right-click on the Excel file and select Properties
  2. Go to Previous Versions, find and select the latest version or the right version before Excel crashes, deleted or saved, and click RestorePrevious versions

Note: The workbook opens without any changes you made that might have caused the workbook to become corrupted.

5. Recover corrupt Excel files by changing the calculation method

A corrupted Excel file could be accessed by changing the Workbook calculation method to be manual.

This calculation is set to be automatic by default, which means the Workbook is calculated every time you try to open a file. Turning this off can help fix the error and allow you to open the corrupt Excel file.

1. Open Microsoft Excel.

Some PC issues are hard to tackle, especially when it comes to corrupted repositories or missing Windows files. If you are having troubles fixing an error, your system may be partially broken.
We recommend installing Restoro, a tool that will scan your machine and identify what the fault is.
Click here to download and start repairing.

2. Click on File and choose New.

3. Click Blank workbook under New.

Blank workbook excel

4. Navigate to File and go to Options.

5. Click Manual under Calculation options in Formulas category.

calculation manual excel

6. Press OK to apply and save the changes.

7. Try to open the previously corrupted Excel file.

6. Use external references to link to the corrupted workbook

  1. Click File and go to Open
  2. Go to the folder that contains the corrupted workbook and right-click on it.
  3. Click Copy, and then click Cancel.
  4. Click File and go to New, then open a Blank workbook.
  5. In cell A1 of the new workbook, type =File Name!A1, where FileName is the name of the corrupted workbook that you copied in step 3 (without the name extension), and then press Enter.
  6. Select corrupted Excel if the Update Values box appears and click OK.
  7. Choose the appropriate sheet if the Select Sheet dialog box appears and click OK.
  8. Select cell A1 and click Home and then Copy.
  9. Select an area, starting in cell A1 that is approximately the same size as the range of cells that contain data in the corrupted workbook.
  10. Click Home and Paste.
  11. Repeat to copy all selected cells again by clicking Home and then Copy.
  12. Click Home go to Paste and click Paste Values under Values.Paste values

Note: Pasting values will remove the links to corrupted excel and leave you only with the data by then.

By using the method, you won’t be able to recover formulas, formats, charts, macros, and so on, but recovering the data is better than recovering nothing.

7. Recover the TMP file to repair the corrupted Excel file

  1. In File Explorer, open This PC (usually C: )
  2. Double click the Users folder and then open the Default and AppData folder. (Make sure you can view hidden files.)
  3. In the Local folder, go to Microsoft. Recover temporary excel file
  4. Locate the Office folder and then go to UnsavedFiles.
  5. Locate and find the temporary excel files beginning with $ or ~ and end with .TMP
  6. Copy these files and save them to another safe spot by changing the extension from.TMP to .XLS/.XLSX

8. Delete the TEMP folder to fix corrupted files in Excel

If saving a temporary excel file did not work, another suggestion is to delete some of the temporary files and folders on your computer.

These files and folders can be found in C:/Windows/temp directory. Once you have deleted these files, restart your computer and then try opening the Excel document again.

If you can’t delete temporary files, use our guide to fix the problem.

9. Save the corrupted Excel file in HTML format to try to repair it

  1. Open the Excel file and go to Save As.
  2. Choose other formats from the drop-down menu in the Save As Type option.
  3. Then select Web Page.
  4. Make sure entire Workbook is selected and then click on SaveSave as webpage
  5. Right-click on the web file and choose Open with Microsoft Office Excel.
  6. Once the document is open, go to Save As again and choose the Excel format.
  7. Choose a different name than the original corrupted file and press Save.

10. Save the corrupted file in SYLK format to recover it

  1. Open the Excel file and go to Save As
  2. Choose other formats from the drop-down menu in the Save As Type option
  3. From the options in the drop-down list, select SYLK(Symbolic Link) (*.slk)Save as SYLK
  4. Click File and Open again, but this time choose the SYLK file.
  5. Once the file is open, click File and then Save As.
  6. Choose Microsoft Excel Workbook and click Save.

Note: Using the SYLK format only saves the active worksheet. You will have to save each worksheet individually and repeat this procedure.

11. Recover the corrupted Excel file by opening it in WordPad or Word

Another solution that we recommend is to try opening your corrupt file in WordPad. If it works, WordPad will convert everything to text but unfortunately, this method will not recover formulas.

On the other hand, the good news is that, unlike many other data recovery methods, WordPad will recover your macros.

Simply search the recovered text for Sub and Function to find them. You might also be able to open the corrupted .xls file in Word, but the results will be limited.

In order to do so, you first have to make sure you have the Microsoft Excel Converter installed. You can download it from Microsoft’s official page.

12. Use the XML format to open and recover the corrupted Excel file

  1. Open the corrupted file, go to File and click on Save As.
  2. From the list of possible formats next to Save as Type select XML Spreadsheet and then click Save.
  3. Open the document again.
  4. Go to Save As again and then save the document as an Excel Workbook by choosing Excel format from the drop-down list next to Save as Type.
Read more about this topic

  • 0x80020010 Windows Update Error: 4 Ways to Fix It
  • AMDRSServ.exe: What Is It & How to Fix It in 7 Easy Steps
  • The 2023 April Patch Tuesday comes with fixes for 97 CVEs
  • Windows 10 & 11 April Patch Tuesday [DIRECT DOWNLOAD LINKS]
  • 6 Ways to Fix Office Update Error 30015-26

13. Open the Excel file in Safe Mode to remove corruption signs

  1. Press Windows+R keys to open the Run dialogue window
  2. Type the command excel /safe and click OK
  3. Copy all of the data to a new document and open it in Normal Mode.

This method may disable your macros and Add-ins but it is a great solution because you can move the data to a new document.

14 Use newer Excel versions to try to recover a corrupter file

Although it seems like a very simple solution, you should definitely try it as well.

Try to use a later Excel version because as the versions increase, the ability for the program to recover a file increases also, so you might be able to recover your file using this simple method.

So, have any of these solutions helped you to fix your corrupted Excel file? Let us know in the comments section below.

newsletter icon

Newsletter

Excel file is corrupted, repair, recovery

It is when contents inside an Excel workbook go haywire. Microsoft doesn’t offer a manual on Excel file corruption. A workbook can be damaged, if improperly manipulated, by any application which reads/writes OpenXML files.

Developers usually experiment using a trial-and-error approach, while trying to repair a file or salvage its contents. Excel file corruption isn’t new. It dates back to Excel origins: MS-Article ID: 213951

Why should you bother to learn about corruption in Excel?

If you are an experienced Excel user or developer, sooner of later, you will try to open a workbook that has been corrupted.

  • Learn to identify file corruption and avoid getting confused by the odd warnings:

    If a user opens a corrupted workbook in Excel 2013, while being oblivious that the file is damaged, the malfunction could be attributed to VBA incompatibility between Office versions. As a result the user may try to troubleshoot VBA code that isn’t ‘broken’ in the first place !

  • Learn what the Excel repair process will do to your workbook:

    As discussed at the end of article, the behavior of a repaired workbook may prove unpredictable, as any Excel content may be removed randomly by Excel’s internal repair mechanism or even remain damaged after several repair attempts by Excel.

    A lot of users feel confident that a repaired file is 100% identical to the original, but unfortunately it won’t be! 

How To Detect Excel File Corruption

1) Lingering but undetected: Unfortunately, file corruption might not always be detected with the MS-Office version you are working with. It may sound strange at first, but that’s actually good news. A workbook, which cannot be opened in any Excel version is usually a hopeless case.

We have repaired successfully corruption issues in workbooks, which could be opened in Excel 2003 & 2007, but not in Excel 2010. Please read our case study towards the end of this article. 

2) Detected on file open: The majority of corrupted files are detected, while Excel attempts to open a file. Excel will display a corruption & repair warning:

  • Excel 2007/2010: «Excel found unreadable content in <filename>». Do you want to recover the contents of this workbook? If you trust the source of this workbook, click Yes»
  • Excel 2013: «We found a problem with some content in <filename>. Do you want us to try recover as much as we can? If you trust the source of this workbook, click Yes»
  • «Excel cannot open the file <filename>», because the file format or file extension is not valid. verify that the file has not been corrupted and that the file extension matches the format of the file.
  • The workbook cannot be opened or repaired by Microsoft Excel because it is corrupt.
  • «Can’t find project or library. Microsoft Excel is restarting…»
  • Multiple custom UI parts were found in the file. Only one part is expected.

Excel found unreadable content in <filename>

An ‘apocalyptic’ message displayed by Excel 2007/2010 while opening a corrupted workbook.

We found a problem with some content in <filename>. Do you want us to try recover as much as we can? If you trust the source of this workbook, click Yes

A file corruption warning as shown in Excel 2013

Excel cannot open the file <filename>

The workbook cannot be opened or repaired by Microsoft Excel because it is corrupt.

‘Fatal’ corruption warnings in Excel 2010: Excel cannot even open the corrupted file.

3) Detected in an Active Workbook: Even the workbook you are working with, can be corrupted e.g. while it is loaded in RAM memory. The first tell-tale sign would be a warning from AutoRecover, if it is enabled.

Excel’s AutoRecover will fail to save a valid file, while attempting to create a copy of your workbook on disk every couple of minutes (depends on user settings under Excel Options/Save). Besides corruption, an AutoRecover error may occur due to any disk write error, so your next step should be to save your active workbook.

Unfortunately, a corrupted workbook loaded in memory cannot be saved intact. Excel may warn you that:

  • «An unexpected error has occured. Autorecover has been disabled for this session of Excel.»
  • «Errors were detected while saving <filename>. Microsoft Excel may be able to save the file by removing or repairing some features.. To make repairs in a new file, click continue.»
  • «Excel encountered errors during save. Excel was able to minimally save your file to <filename>» 

An unexpected error has occured. Autorecover has been disabled for this session of Excel

A corrupted workbook cannot be saved automatically, so AutoRecover has been disabled in Excel 2010

Errors were detected while saving <filename>. Microsoft Excel may be able to save the file by removing or repairing some features.. To make repairs in a new file, click continue

Excel encountered errors during save. Excel was able to minimally save your file to <filename>

Excel 2010 corruption warnings, while user tries to save an open workbook

During workbook save, Office will detect, if image relationships in the customUI XML part have been corrupted inside an OpenXML file. Even, if just a single image is to blame, Office will remove all images from the customUI part and reset relationships to default. 

Unfortunately, Office doesn’t display any warning for this repair activity during Save/SaveAs, even if ‘UI errors’ have been enabled in Excel Options (Advanced tab). So you may get taken by surprise when you discover that all images stored inside your workbook have disappeared without a hint!

4) Excel crashing randomly: The dreaded warning every Excel user fears: «Excel has stopped working …» or in layman terms «Excel has crashed». Your workbook may be partially or entirely recovered, based on your AutoRecover settings, assuming it has been enabled. 

We have witnessed client workbooks crashing randomly. These workbooks were usually created in Excel 2003, migrated and repaired in 2007/2010. Unfortunately, Excel’s default repair mechanism may not be 100% successful and bits of corrupted material could still linger inside a previously corrupted file and trigger Excel crashes randomly. 

Needless to say, that NOT all Excel workbooks crash due to file corruption. Some could crash due to Excel bugs in combination with VBA code that doesn’t follow best development practices. Improper use of codenames in VBA can also crash Excel.

In addition, workbooks may crash, if your Office version has not been patched properly. For more information about Office Service Packs, please read: How to diagnose & stop crashes in Excel.

Corruption Hint: Excel crashes after reporting that a project or library cannot be found.
However, there are no missing library references or VBA projects!

Excel has stopped working!

Unhandled win32 error

Press DEBUG: The above message is not very informative for the an Excel user!

Corruption Case Study

A workbook template, which was created in Excel 2003 and was later converted to 2007 .xlsm format, was sent to us by Gary. As such, it contained no data. The workbook run without any issue in both Excel 2003 & 2007, but wouldn’t even open in Excel 2010.

Gary wrote: «I’d rather not have to rebuild all my templates in native 2010, as that just seems a waste of time and there will still be existing workbooks to deal with. The degree of error appears to vary from file to file: 

The MS recover process will try to correct the file a certain number of times. So just taking the template you have, and workbooks created from that template, I have some that will go through the recovery process 6 times and then finally open and others that will do 15 ‘recovers’ and then give up. Some will show errors on sheets that no longer exist…»

Analysis:

The workbook template contained over 70,000 formulae in several sheets with a complex layout, so a complete rebuilt would be quite time consuming. In addition, data would have to be transferred from several populated workbooks to the new template.

The workbook was analyzed thoroughly using our custom Excel/VBA tools and several issues triggering corruption in Excel 2010 were identified. We were able to repair the workbook in Excel 2007 using VBA code alone ! 

Gary promptly confirmed our results by repairing numerous workbooks in both U.K./USA using our process and without losing any content ! 

We decided to test, if claims by commercial corruption recovery software / utilities are valid. Unfortunately, all software tested failed to restore Gary’s template to a working state and couldn’t recover any data or formulas.

We maintain a sceptical approach towards commercial recovery software and its potential for success, when migrating corrupted files from Excel 2003 to 2007/2010.

Corruption recovery software/utilities mis-diagnosis

Corruption recovery software/utilities mis-diagnosed Gary’s template and failed to recover any content

«Petros’ help was invaluable during our conversion from Office 2007 to 2010. Faced with a hidden problem whereby of one of our key Excel templates would run in 2007 but not even open in 2010, I was faced with having to rebuild the tool. 

Petros was able to find an obscure problem that 2007 ignored and did not overtly manifest itself in the document. His insight saved me a lot of work in the long run for which I am very grateful.»

Gary W., Merchandise Systems Analyst at diversified multinational mass media corporation

How To Repair A Corrupted Ribbon UI Customization

Multiple custom UI parts were found in the file. Only one part is expected

Custom UI Error: «Multiple custom UI parts were found in the file. Only one part is expected»

The above warning indicates that the custom Ribbon UI has been corrupted. Excel cannot repair this type of corruption. The node highlighted below (Target=»NULL») has to be deleted in order to repair the file.

Multiple custom UI parts were found in the file. Only one part is expected XML

How Excel’s Repair Mechanism Works

If Excel file corruption is detected as described above, please do NOT rush to recover the file. File recovery by Excel will result in some type of content to be deleted in most cases when the message «Excel was able to open the file by repairing or removing unreadable content»

There 2 problems with Excel’s recovery process:

  • You don’t know what content was deleted in detail. Warning: Formulas could be removed and replaced by values.
  • The workbook could still be unstable or prone to corruption, even if Excel has completed one or more repair attempts.

Excel was able to open the file by repairing or removing unreadable content

Any type of content could be deleted (formulas, shapes etc), while Excel attempts to recover a corrupted workbook

A rather more safe course of action:

  • Click ‘No’
  • Close all other open Excel workbooks.
  • Open the most recent backup copy of the workbook and enter any missing data or rebuild features since the last backup.

If a backup workbook copy doesn’t exist or if rebuilding the workbook is a daunting/long process:

  • Make a copy of the corrupted file or ensure that you have already one. 
  • Do not overwrite the original corrupted file with the recovered version, if you have accidentally attempted recovery. Save with a new filename instead.
  • Do not attempt DIY repairs based on YouTube videos or unreliable online Excel articles. We have received files damaged by clients beyond repair due to irresponsible file manipulation.

How To Remove Corrupted Styles

Sometimes a huge number of styles (magnitude of tens of thousands) can be built over time inside workbooks used by a large number of users. A quick-and-dirty trick to restore Excel’s 2013 default styles is to delete the styles.xml from any OpenXML file. 

Unless you come across the «Unrecoverable Styles Corruption» warning, this method is not normally recommended, as besides redundant unused styles, any custom styles that are in use will be deleted as well.

While opening the file, Excel will detect that styles.xml is missing and report the workbook as corrupted. The styles.xml part will be created with a fresh copy of built-in styles, after the workbook is repaired. Please don’t forget to save the repaired file.

Excel styles XML

Excel styles repair

Known Issues That Trigger Workbook Corruption

  • A workbook may become corrupted, if there are many merged cells and the user sorts the range: Bug fixed with Excel 2013 Service Pack 1
  • A comma separated data validation list that exceeds 255 characters (including commas) will corrupt a workbook. Tested in Excel 2007, 2010, 2013.

How To Verify That A Workbook Has Been Repaired By Excel

Users who are not trained to identify Excel’s corruption warnings may repair a workbook inadvertently. Excel stores a summary forensic report in the application temp folder, which can be retrieved (if not erased by a disc cleaner) in order to verify beyond doubt that an Excel workbook has been repaired by a particular user, even if the person denies knowledge of such incident due to ignorance!

C:Users….AppDataLocalTemperrorXXXXXX_01.xml

Repairs to Excel file

Full path of the workbook repair report file

Excel repair report

Contents of a workbook repair report in XML format

Add-ins For Corruption Recovery & Repair

Picture

Picture


Macro Mover

Recover your entire VBA project from any corrupted workbook or add-in

Formula Auditor Add-in
Analyze formulas & repair corruption errors that may prevent files from opening in Excel

Please contact us for a free workbook assessment & bespoke file recovery or leave a comment. Entire VBA projects can be recovered from any corrupted XLS, PPT, DOC legacy file and from Office 2007+ OpenXML files, from both locked and unviewable VBA projects.

The solutions can be used to repair corrupted Excel 2019, 2016, 2010, 2007 in XLS, XLT, XLSX, XLSM, XLTM, XLTX, XLAM formats.

File corruption in Excel and Word is a common problem while using Microsoft office. You may see these error messages when the problem occurs.

Excel file corruption error message

How does an Excel file get corrupted? The possible reasons for Excel file corruption or damage might be:

  • Abrupt power outage
  • Virus or malware attack
  • Hardware failure
  • Excel application crash
  • Excel file deleting
  • Excel internal error

Even though some of you may back up your Excel files from time to time, corruption can still be a problem because the Excel file damage always arises unexpectedly, and your backup files may not contain the most recent work. In such a case, calm down and use the effective Excel repair tools on this page to try out and repair corrupted Excel files without data loss.

Excel Repair Tool Free Download Full Version

To recover corrupted Excel files simply, we highly recommend you try EaseUS Data Recovery Wizard, which is good at repairing corrupted Excel files and restoring .XLS/.XLSX file data. 

If you need to repair corrupted JPEG/JPG or recover damaged MP4 and MOV files, this file repair tool is also a great choice.

This professional MS Office Excel file repair tool has the following salient features.

  • Recover corrupted Excel files in XLSX/XLS formats
  • Repair single or multiple Excel files without quantity limit
  • Restore Excel data including table, chart, formula, chart sheet, and more
  • Real-time preview of repairing corrupted Excel file
  • Supports MS Excel 2019/2016/2013/2010/2007/2003/XP/2000/97/95 versions

How to Repair Corrupted Excel Files with EaseUS File Repair Tool

Download EaseUS MS Office document repair tool for free and follow the step-by-step guides below to repair damaged Excel files with three steps.

Step 1. Launch EaseUS Data Recovery Wizard, and then scan disk with corrupted documents. This software enables you to fix damaged Word, Excel, PPT, and PDF files in same steps. 

select the disk with corrupted documents

Step 2. EaseUS data recovery and repair tool will scan for all lost and corrupted files. You can find the target files by file type or type the file name in the search box. 

find corrupted documents

Step 3. EaseUS Data Recovery Wizard can repair your damaged documents automatically. After file preview, you can click «Recover» to save the repaired Word, Excel, and PDF document files to a safe location.

repair corrrupt documents

3 Simple Tools to Repair Excel File Online Free 

If you don’t want to download a desktop Excel repair tool, you still have the option to repair Excel file online. Here are the top three online Excel repair tools you can work out. 

But how to repair corrupted Microsoft Excel file online free? Actually, none of these online tools are free. When the repair completes, you can download a demo version of the repaired Excel file to preview the recovered data. But for the full version, you need to pay for it.  

1. Recovery Toolbox for Excel

Recovery Toolbox for Excel (https://excel.recoverytoolbox.com/online/en/) helps to repair corrupted Microsoft Excel files online without downloading. It can fixing all types of Excel files: *.xls, *.xlt, *.xlsx, *.xlsm, *.xltm, *.xltx and *.xlam extension. It recovers Excel table styles, fonts, worksheets, and workbook cell data.

Step 1. Click «Select File» to choose your damaged Excel file with an xls, xlt, xlsx, xlsm, xltm, xltx, or xlam extension.

Step 2. Enter your email address and verification code from the captcha image. Click «Next» to go on.

Step 3. Wait for the corrupted Excel file to be recovered.

Step 4. Make payment as required. Download the recovered Excel spreadsheet

Excel repair tool online

2. Online Office Recovery

Online Office Recovery (https://online.officerecovery.com/excel/) enables you to repair, discuss and troubleshoot Microsoft Excel corruption online.

Steps to repair corrupt Excel online with this recovery tool:

Step 1. Select your corrupt Excel file by clicking the «Choose a File button». 

Step 2. Click «Secure Upload and Repair» to upload your file.

Step 3. Wait for the repair to finish. Download the demo version to preview. Then, pay for the full version.

repair excel file online

3. Microsoft Excel Repair Tool  

Microsoft Excel Repair Tool (https://www.excel.repair/#/) is designed for corrupted Excel recovery. It offers both online and offline versions to repair damaged Excel files. How to use this online Microsoft Excel Repair Tool? Here are the steps.

Step 1. Click the «SELECT FILE» button to upload your corrupt Excel file. 

Step 2. Enter your email and verification code.

Step 3. Click «NEXT STEP» and wait for the online repair to complete.

Step 4. Download the demo version to preview recovered data. Pay for the full version.

repair excel file online

Pros:

  • Simple to use, no need to download

Cons:

  • Charge by quantity (e.g., 10 USD for one Excel document repair), too expensive
  • Security and data privacy cannot be guaranteed
  • There are size limits for uploaded files, like max file size: 35M

Other 4 Manual Ways to Recover Corrupted Excel Files Free

In addition to EaseUS data recovery software and the online Excel recovery tool, there are still a few manual methods to restore damaged Excel files. The advantage of these methods is free, while the disadvantage is the low probability of file repair and recovery. Read the guides in-depth.

Fix 1. Use the Open and Repair Tool in Windows Excel

Step 1. Open a blank Excel sheet, click «File» > «Open».

Step 2. Go to the location and find the folder that contains the corrupted Excel file.

Step 3. In the Open dialog, select the corrupted Excel file and click the arrow next to the Open button > Click «Open and Repair».

repair corrupted Excel with open and repair tool

Step 4. Click «Repair» to recover as much Excel data as possible.

If «Repair» can’t recover your Excel data, click «Extract Data» to extract values and formulas from the Excel sheet.

Fix 2. Repair Corrupted Excel File Free from TMP File

Microsoft Office provides the AutoSave feature to automatically save Excel temp files as a backup on your computer. So when your Excel, Word, or PPT file suddenly gets corrupted or crashed, you can follow the tips below to recover corrupted files.

Step 1. Go to the temp file folder location on your PC and find the Excel temp files with the TMP extension. 

  • For Windows 8/10 users: C:Users\AppDataLocalMicrosoftOfficeUnsavedFiles
  • For Windows 7 users: C:UsersnameAppDataRoamingMicrosoftExcel

Step 2. Find the temporary excel files that begin with «$» or «~» and end with «.TMP».

Step 3. Copy these files and save them to another safe place by changing the extension.TMP to .XLS/.XLSX. 

Fix 3. Repair Corrupted Excel by Saving as Other Formats

If you can open the corrupted Excel file, but there is no data. You can try to repair corrupted Excel by saving it in another format.

Step 1. Open corrupted Excel file and go to «Save As».

Step 2. Select «Web Page» from the possible file formats. Make sure that the whole Excel file is selected and then click «Save».

Step 3. Find the saved file and right-click on it, select «Open with» > «Microsoft Office Excel».

Step 4. If the file can be opened usually, go to «Save As» and choose an Excel format .xls or .xlsx. Then, the corrupted Excel file will be recovered.

repair corrupted Excel by saving to other formats

Fix 4. Restore Corrupted Excel File Free from Previous Versions

Another practical solution to restore corrupted Excel files is to restore the previous versions from File History or restore points. If you haven’t enabled Windows file backup in advance, this method is useless.

Step 1. Create a new Excel file with the same name as your lost Excel file or find your present Excel file.

Step 2. Right-click on the Excel file and select «Properties».

Step 3. Go to Previous Versions, find and select the latest version or the right version before Excel crashes, deleted or saved, click «Restore».

restore damaged Excel from previous versions

To Sum Up

This article provides you with the most comprehensive methods on how to recover corrupted Excel files. If you would like to use the Window’s built-in utilities to do it, there are four fixes you can try to recover from a backup. To repair Excel files without installing any software; use the three online Excel repair tools. If you’re going to use the online Excel repair tool, you need to be highly aware of data security and privacy issues.

For effectiveness and safety, you’d better use a desktop Excel repair program, like EaseUS Data Recovery Wizard. It is competent to repair files and influential in recovering lost data due to accidental deletion, storage device formatting, partition loss, virus attack, OS crash, hard disk damage, and more.

Excel Repair Tool FAQs

Here are a few more questions related to how to repair corrupted Excel files. If you also have any of these questions, you can find the answers here.

How do I recover a corrupted Excel file?

Repair Excel files in the simplest way by using EaseUS file recovery tool:

Step 1. Select a location to start finding crashed or damaged Excel files

Step 2. Repair and recover corrupted Excel files.  

Step 3. Save the recovered Excel file to a secure location.

How do I repair a corrupted Excel file 2010 in Windows 10?

You can repair Excel in Windows 10 in four feasible ways:

Fix 1. Use the Open and Repair tool in Microsoft Office Excel

Fix 2. Restore corrupted Excel file from TMP file

Fix 3. Repair corrupted Excel by saving as other formats

Fix 4. Restore damaged Excel file from the previous version

How can I recover a corrupted Excel file for free?

To repair a corrupted Excel for free, do the following:

Step 1. Click «File» > «Open». Click the location and folder that contains the corrupted workbook.

Step 2. In the Open window, select the corrupted Excel file.

Step 3. Click the arrow next to the Open button, and then click «Open and Repair». Or you can click «Repair» to recover Excel data.

How do you recover Excel corrupt files online free?

There are some online Excel repair tools you can try, such as Recovery Toolbox for Excel, Microsoft Excel Repair Tool, and Online Office Recovery mentioned in this tutorial. Usually, these online Excel repair tools help you recover corrupt Excel files in 3 steps: upload files, wait for the repair to complete, preview, and pay for the repaired file.

How does an Excel file gets corrupted?

Reasons that lead to MS Excel files corruption:

  • Sudden system shutdown
  • Virus attacks
  • Hard disk failure
  • Too much data and large size files
  • Abrupt closing of application

Понравилась статья? Поделить с друзьями:
  • Correctly using the word this
  • Correcting papers on word
  • Correct word you save your work you will lose it
  • Correct word use in english
  • Correct word usage in a sentence