โ† Back to Error Directory

"Excel Found Unreadable Content" โ€” File Recovery Guide

One of the scariest dialogs in Excel โ€” here's what's actually happening internally, and the recovery steps in the right order.

Table of Contents

1. What's Actually Damaged Inside the File

Modern .xlsx files are technically ZIP archives containing a collection of XML files describing every aspect of the workbook โ€” cell data, formatting, charts, and more. "Unreadable content" means one or more of these internal XML files has become malformed or damaged in a way Excel's parser cannot process normally, triggering its built-in repair mechanism rather than a complete refusal to open the file.

2. Interactive Demo: Repair Decision Flow

Walk through the decision points Excel presents during automatic repair.

3. Immediate Steps When You See the Warning

  1. Do not click through hastily. Read the dialog โ€” it usually offers to repair automatically.
  2. Click Yes to let Excel attempt automatic repair โ€” this is safe to try first and doesn't modify the original file on disk unless you explicitly save over it afterward.
  3. Once repaired, immediately save the recovered version under a new filename (not overwriting the original), so you retain the damaged original as a fallback in case the repair lost important content.
  4. Carefully review every sheet, especially formulas and any custom formatting, since automatic repair sometimes resets these even when the underlying data survives.

4. Manual Repair via Open and Repair

If the automatic dialog doesn't appear, or you want more control over the recovery process:

  1. In Excel, go to File โ†’ Open.
  2. Browse to and select the damaged file, but instead of double-clicking, click the small dropdown arrow next to the Open button at the bottom of the dialog.
  3. Select Open and Repair.
  4. Choose Repair to attempt full recovery, or Extract Data if Repair fails, which pulls out raw values and formulas without attempting to preserve formatting.

5. Advanced: Extracting Data From the XML Directly

For files where both repair options fail, technically inclined users can rename the .xlsx file's extension to .zip, extract its contents using any ZIP utility, and manually inspect the XML files inside the xl/worksheets/ folder using a text editor. While the raw XML isn't directly usable in Excel, this can help recover specific values or confirm exactly which part of the file structure is damaged, informing whether a professional data recovery service is worth pursuing for critical files.

6. What Actually Causes This

7. Preventing Future Corruption

8. Frequently Asked Questions

What causes Excel to say it found unreadable content?

This warning appears when part of the file's internal XML structure has become damaged, often from an interrupted save (power loss, network drive disconnection, or application crash mid-save), a corrupted download, or an incompatibility introduced by third-party software editing the file.

Will clicking Yes to repair the file delete my data?

Excel's automatic repair attempts to recover as much content as possible, but some data in the specific damaged section may be lost. Always keep the original corrupted file as a backup until you've confirmed the repaired version contains everything important.

How do I prevent Excel files from becoming corrupted?

Avoid saving directly to unstable network locations or external drives that might disconnect mid-save, enable AutoSave or frequent manual saves to minimize data at risk, and avoid force-closing Excel while a save operation is in progress.

Related Guides

Editorial Disclaimer: This guide is developed to the best of our domain knowledge and tested against Excel 2019+, Microsoft 365, and Google Sheets. Content is updated continuously as spreadsheet calculation engines evolve.