Excel Practice Test

โ–ถ

Excel File Recovery โ€” Key Numbers

๐Ÿ”ง
5
Built-in Repair Methods
๐Ÿ’ฐ
$39+
Paid Tool Starting Price
โฑ๏ธ
10 min
Average Repair Time
๐Ÿ“ฆ
100MB
Risky File Size Threshold

Repair Excel File โ€” Complete Guide (2026)

Your workbook won't open. Maybe Excel throws an error. Maybe it crashes mid-load. Maybe the file shows zero bytes after a network drive hiccup. Don't reach for a paid tool yet โ€” Excel ships with its own repair engine, and it fixes the majority of cases.

This guide walks through five working methods, ranked by effort. Start with the built-in Open and Repair command. That alone solves roughly 70% of corruption I've seen across years of file rescue. If it can't, move down the list.

The other techniques here aren't widely known. The HTML export trick saves files even when Open and Repair gives up. Renaming an .xlsx to .zip lets you pull out raw data by hand โ€” ugly, but it works when nothing else will. Paid tools exist for catastrophic cases, and there's one free online option worth knowing about.

Quick context on why files break: force-quitting Excel during a save, network drive timeouts, files bloated past 100MB, conflicting add-ins, and the occasional bad sector on disk. Most corruption isn't your fault โ€” but most of it is also fixable. Let's start with the fastest method.

Before you try anything else, make a copy of the broken file. Every method below should run against the copy, never the original. If a recovery attempt makes things worse โ€” and sometimes it does โ€” you want the untouched source still sitting there. Backup first, repair second. That's the rule.

Open and Repair is hidden in plain sight. In Excel, go to File โ†’ Open โ†’ browse to your file, then click the small arrow next to the Open button (not the button itself). Choose Open and Repair. Pick Repair first; if that fails, run it again and pick Extract Data. This one menu handles most file corruption โ€” no third-party software needed.

Method 1: Open and Repair (Built-In)

Excel's native repair tool handles the bulk of broken workbooks. Here's exactly what each option does.
๐Ÿ”ง Repair Mode โ€“ Try First

Excel rebuilds the file structure and recovers formulas, formatting, and as much data as possible. Try this first โ€” it preserves the most.

๐Ÿ“‹ Extract Data Mode โ€“ Fallback

If Repair fails, this option pulls raw values and formulas into a new workbook. You lose formatting and some references, but the numbers survive.

๐Ÿ’พ Convert Values โ€“ Decision

When Extract Data prompts you, choose Convert to Values to keep results. Choose Recover Formulas if the math matters more than the static results.

How to Run Open and Repair Step by Step

Launch Excel โ€” but don't double-click your broken file. That's the mistake most people make. Instead, open Excel first with no file loaded, then go to File โ†’ Open โ†’ Browse. Navigate to your corrupted workbook but don't click it yet.

Click once on the file to highlight it. Now look at the Open button at the bottom-right of the dialog. See the tiny downward arrow on its right edge? Click that arrow, not the button. A short menu appears with options including Open and Repair. Choose it.

Excel asks whether to Repair or Extract Data. Pick Repair. The process takes anywhere from a few seconds to a minute or two depending on file size. You'll see a small status dialog when it completes โ€” it lists any sections that couldn't be recovered. Save the repaired file under a new name immediately. Never save back over the original until you've confirmed the recovery is complete.

When Repair Fails

Run Open and Repair a second time on the same file. This time, pick Extract Data. Excel will ask whether to Convert to Values or Recover Formulas. If your file is mostly static data (reports, exports, finished work), choose Convert to Values โ€” it's more reliable. If the formulas are the point of the file, try Recover Formulas first and fall back to Convert if it errors out. The result lands in a new workbook with whatever Excel could salvage.

One subtle catch: the repaired file sometimes loses macros, named ranges, or VBA modules even when the data looks intact. Open the result and check Formulas โ†’ Name Manager and Developer โ†’ Visual Basic before declaring victory. If the macros are gone but you have an older copy of the file from backup, you can sometimes paste the VBA back in manually. Always check before you delete the original.

AutoRecover Recovery Workflow

Step-by-step path to recover an unsaved or crashed workbook.
๐Ÿš€

Start Excel from the Start menu, not by clicking the broken file. A new blank workbook should appear.

๐Ÿ“‚

Click File โ†’ Info. The right panel shows version history, properties, and the all-important Manage Workbook button.

๐Ÿ”

Click Manage Workbook โ†’ Recover Unsaved Workbooks. Excel opens the hidden folder where every 10-minute autosave lives.

๐Ÿ’พ

Pick the file by timestamp, open it, verify the data, then File โ†’ Save As with a proper .xlsx name and folder. Cache files expire after 4 days.

Method 2: AutoRecover for Unsaved Workbooks

Lost a file you never saved? Or saved it but Excel crashed before the save completed? AutoRecover has your back โ€” it silently keeps backups every 10 minutes by default. Here's how to find them.

Open Excel and start a new blank workbook. Go to File โ†’ Info. Look for the Manage Workbook button (sometimes labeled Manage Document). Click it and choose Recover Unsaved Workbooks. A folder opens showing every autosaved draft Excel has cached. The filenames look cryptic โ€” random characters with .xlsb extensions โ€” but the modification timestamps tell you which is which.

Open the candidate, check the contents, and save it properly with File โ†’ Save As. The unsaved-workbooks cache holds files for up to 4 days, so even old crashes might still have recoverable drafts sitting there. If your file was saved but you want an older version, check File โ†’ Info โ†’ Version History instead โ€” but that only works for OneDrive or SharePoint files. Local files don't have version history unless you enabled File History on Windows.

Speeding Up AutoRecover

The default 10-minute interval is too slow for serious work. Open Excel Options โ†’ Save and drop it to 2 or 3 minutes. The save happens in the background and barely impacts performance. Pair this with enabling AutoSave (the toggle in the top-left of any OneDrive-synced workbook) and you basically can't lose data โ€” every change syncs to the cloud in real time with full version history.

A note on AutoRecover file location. The cache lives under %LOCALAPPDATA%\Microsoft\Office\UnsavedFiles on Windows and inside the Library folder on Mac. You can browse there directly if Excel itself won't launch โ€” sometimes you'll find a recoverable copy when nothing else works. Mac users can also try the Time Machine restore if it's running.

Method 3: The HTML Export Trick

This one isn't documented anywhere official, but it works on files that defeat Open and Repair. The idea: Excel's HTML export uses a completely different code path than its native binary parser. Files corrupted in the binary layer often export cleanly to HTML.

Here's the move: open the broken file using Open and Repair in Extract mode (any partial result will do). Go to File โ†’ Save As โ†’ Web Page (*.htm; *.html). Pick Entire Workbook, not just the active sheet. Save it. Close Excel completely.

Now open the saved .html file in Excel directly. It loads as a structured table with formatting and most formulas intact. From there, do Save As โ†’ Excel Workbook (*.xlsx). The resulting .xlsx is clean โ€” the round-trip through HTML stripped whatever was broken in the original.

One limitation: charts and pivot tables don't survive the HTML round-trip. You get a snapshot image of the chart, but you lose the live link to the source data. For files that are mostly raw data and formulas, this trick works beautifully. For dashboard-style workbooks heavy on visualizations, expect to rebuild charts after the recovery.

Method 4: ZIP and XML Extraction (Advanced)

If a .xlsx file won't open at all but you can still see the file on disk, you can extract the raw data by hand. Modern .xlsx files are just ZIP archives full of XML โ€” and that means you can crack them open.

๐Ÿ“‹ Step 1 โ€” Rename the File

Make a copy of your corrupted .xlsx file. Right-click โ†’ Rename and change the extension from .xlsx to .zip. Windows will warn you that changing the extension may break the file โ€” click Yes to proceed. If you don't see the extension at all, enable File name extensions in File Explorer's View tab.

The renamed file is now a ZIP archive. Double-click it to open it like any other archive. You'll see a folder tree inside: _rels, docProps, xl. Your data lives in xl/worksheets/ and xl/sharedStrings.xml.

๐Ÿ“‹ Step 2 โ€” Find the Sheet Data

Inside xl/worksheets/ you'll find files named sheet1.xml, sheet2.xml, and so on โ€” one per worksheet. Extract these to a folder you can work in. Each .xml file contains the cell data in a structured tag format like <c r="A1" t="n"><v>42</v></c> where r is the cell reference and v is the value.

Open the .xml in Notepad++ or VS Code. Text values are stored as indexes into sharedStrings.xml, not inline โ€” so you'll need that file too if your sheet contains text. Numbers and formulas appear directly in the sheet files.

๐Ÿ“‹ Step 3 โ€” Salvage the Data

For small sheets, you can copy values manually into a fresh workbook โ€” slow but reliable. For larger sheets, use Excel's Get Data โ†’ From File โ†’ From XML feature (under the Data tab) to import the sheet1.xml directly. Excel parses the XML and rebuilds the cells.

This method bypasses Excel's normal parser entirely, so it works on files that crash Excel on open. It's tedious but it's a guaranteed last resort when the data really matters โ€” and it costs nothing.

When the built-in methods can't recover your file and the data is worth real money to rebuild, paid tools become reasonable. They use proprietary recovery algorithms that can salvage files Excel itself gives up on. Here's the honest landscape โ€” what each tool actually does, and when it's worth the cost.

Stellar Repair for Excel is the most cited tool, priced around $49 for a single-user license. It handles deep corruption, recovers cell comments, charts, hyperlinks, and conditional formatting โ€” things Excel's native repair often loses. The free demo previews recovered content so you can verify before paying. Good for one-off serious corruption.

Recover Toolbox for Excel sits at $27 to $99 depending on license tier. It's more aggressive on heavily damaged files but the interface is older. Their online repair service costs $10 per file if you'd rather not install software โ€” useful for a single emergency.

EaseUS Data Recovery Wizard ($69.95+) is a broader file-recovery tool, not Excel-specific. It's the right pick when your problem isn't corruption but deletion โ€” you emptied the Recycle Bin and need the file back from disk sectors. Most Excel-specific tools won't help there, but EaseUS will. Spend the money here only if the file is truly gone, not just broken.

One warning: don't use a paid tool as a first move. Run Open and Repair first. Then HTML export. Then ZIP-XML. Most users who pay for these tools could have recovered their file for free with the techniques above. Reserve paid tools for when free methods have all failed and the file genuinely matters.

Free Online Repair Options

If you can't install software (locked-down work computer, Chromebook, etc.), online repair is a fallback. OnlineFile.Repair is the main free option. Upload your .xlsx, wait for the server-side repair, and download the result. The free tier limits file size and shows preview-only output until you pay for the full download โ€” but the preview is sometimes enough to confirm whether the data survived.

Trust caveats: never upload sensitive financial, HR, or proprietary data to a free online service. The privacy policy is what they say it is. For internal-use files where the contents aren't sensitive, online repair is fine. For anything confidential, stick to local methods or a paid offline tool.

If you want to learn more Excel troubleshooting techniques, our guide on recovering excel files goes deeper on AutoRecover edge cases, and the macros are disabled excel walkthrough covers a related class of opening errors that look like corruption but aren't.

Built-In Repair vs Paid Tools

Pros

  • Free โ€” Open and Repair ships in every Excel version since 2007
  • Fast โ€” most files repair in under a minute, no upload or install needed
  • Private โ€” your data never leaves your machine, ideal for sensitive workbooks
  • Bundled with HTML export and ZIP-XML extraction as backup methods
  • Works offline โ€” no internet connection required for any built-in method

Cons

  • Heavy corruption in chart data or pivot caches often defeats built-in repair
  • Deleted files (not corrupted) need recovery software, not Excel
  • Files larger than 100MB sometimes can't complete Open and Repair at all
  • Embedded objects (PDFs, images linked from network) frequently get stripped
  • When time matters more than money, a $49 tool can save 4 hours of manual XML work

Prevention Checklist โ€” Stop Files Breaking in the First Place

Enable AutoSave on every OneDrive or SharePoint-synced workbook (top-left toggle)
Drop AutoRecover interval to 2 minutes in Excel Options โ†’ Save
Never force-quit Excel โ€” wait for unresponsive saves to complete (use Task Manager only as last resort)
Avoid editing files directly on network drives โ€” copy to local drive, edit, then copy back
Split workbooks larger than 100MB into linked files using the how to link excel workbooks technique
Keep at least one backup outside OneDrive โ€” version history saves the file but not the storage account
Disable problematic add-ins (Excel Options โ†’ Add-ins) if crashes happen at consistent moments
Save .xlsm files as .xlsx if you don't actually need macros โ€” fewer code paths means fewer failure modes
Take Free Excel Practice Test

Paid Recovery Tools โ€” Real Prices

What each paid option actually costs and what you get for the money.
๐Ÿ”ง
Stellar Repair for Excel
Single-user license. Recovers charts, comments, hyperlinks. Free demo previews recovery before purchase.
๐Ÿ› ๏ธ
Recover Toolbox
Tiered pricing. Online repair option at $10/file for one-off emergencies without installation.
๐Ÿ’พ
EaseUS Data Recovery
Broader file recovery โ€” best when the file is deleted, not corrupted. Not Excel-specific.
๐Ÿ’ผ
Stellar Toolkit
Multi-format bundle covering Excel, Word, PowerPoint, Access. For IT teams or frequent users.

Preventing Excel File Corruption

Most corruption is preventable. The same handful of habits eliminate the vast majority of broken-file emergencies โ€” and they cost nothing to adopt.

Start with AutoSave. If you use Excel through Microsoft 365 with files stored in OneDrive or SharePoint, the AutoSave toggle in the top-left of the window is the single best protection you have. It syncs every change to the cloud in real time and maintains full version history. Even if Excel crashes mid-edit, the next open shows your work intact. Combined with OneDrive's Version History feature (right-click the file in OneDrive web โ†’ Version history), you can roll back to any previous state from the last 30 days for free, longer with paid plans.

For files that have to stay local โ€” confidential data, no cloud allowed โ€” set AutoRecover to its minimum 1-minute interval in File โ†’ Options โ†’ Save. Yes, it does a tiny bit of disk write every minute. No, you won't notice the performance impact. The recovery cache it builds saves so many emergencies that the trade-off isn't close.

Network drives are the silent killer of Excel files. Every save to a network share is a multi-step transaction โ€” lock file, write data, release lock, update timestamps. A network hiccup at any step can leave the file partially written and corrupted. The rule: edit on local drive, save to local drive, then copy the finished file to the network share. Never use Open in Excel against a network path for files larger than a few MB.

Watch File Size

Excel handles workbooks up to about 100MB reasonably well. Beyond that, the risk of corruption rises sharply โ€” and so does the chance Open and Repair can't recover the file if something goes wrong. If your file is creeping toward 100MB, audit it. Unused formatting on millions of cells, hidden sheets with experimental work, embedded images at original resolution โ€” all of these bloat files without adding value.

Common file-size killers: cell formatting applied to entire columns (use Ctrl+End to find the actual last cell; if it's far below your real data, format only the used range); unused defined names accumulated over years (Formulas โ†’ Name Manager โ†’ delete unused); and full-quality embedded images (compress via the Picture Format ribbon). Splitting one massive workbook into linked files is almost always better than fighting with a 200MB monster.

What Actually Causes Corruption

Knowing the cause makes prevention obvious. Roughly 80% of broken-file cases come from one of these four issues.
โš ๏ธ Force-Quitting Mid-Save โ€“ Most Common

Excel writes files in stages. Killing the process partway through leaves a half-written file that won't reopen. Give Excel 60 seconds before reaching for Task Manager.

๐ŸŒ Network Drive Hiccups โ€“ Silent Killer

Every network save is a multi-step transaction. A timeout at any step corrupts the file. Edit locally, copy to the share when done.

๐Ÿงฉ Conflicting Add-Ins โ€“ Sneaky

Older macros and third-party add-ins write data structures newer Excel versions read incorrectly. Disable add-ins one by one when crashes follow a pattern.

๐Ÿ’ฝ Disk and Antivirus Issues โ€“ Check Hardware

Failing SSDs, full drives, and antivirus interrupting writes are real causes. If multiple files corrupt in the same week, check disk health before blaming Excel.

Add-Ins, Stability, and the Final Diagnostic Step

If Excel crashes at consistent moments โ€” opening a specific file, after a specific action, or always at the same memory threshold โ€” try disabling add-ins one at a time. Go to File โ†’ Options โ†’ Add-ins. At the bottom, change Manage to COM Add-ins or Excel Add-ins and click Go. Uncheck each and restart Excel between toggles.

Common culprits include older versions of Bloomberg, Power Query iterations, and accounting integrations that haven't been updated for current Excel builds. Anti-virus extensions that scan every file open also slow things down enough to trigger save-related corruption on big workbooks. Disabling a problematic add-in usually fixes both the crashes and any new corruption issues immediately.

One more diagnostic step worth knowing: Safe Mode. Hold the Ctrl key while launching Excel and it opens with all add-ins disabled and most settings reset. If the broken file opens fine in Safe Mode, the problem isn't the file โ€” it's something in your Excel configuration. If it still won't open in Safe Mode, the file itself is damaged and you're back to the repair methods above.

For repeated corruption, look at your hardware. Run chkdsk /f from an admin command prompt to check disk health. Check that the drive isn't running low on space โ€” Excel needs working room during a save, and a nearly-full drive forces it to write in fragments. Modern SSDs with good wear-leveling rarely cause problems, but older mechanical drives developing bad sectors do.

The combined effect of these habits โ€” AutoSave, short AutoRecover intervals, local editing for network files, regular add-in audits, and disk health checks โ€” drops corruption rates to nearly zero. The worst case becomes a 2-minute Open and Repair instead of an hour of XML extraction. If you've made it through this guide, you now have every tool you need to handle whatever Excel throws at you.

One last tip worth remembering: when you successfully recover a file, save the recovered copy in at least two places before doing any further editing. The repair process can leave subtle issues that don't show up until you save again โ€” formula references that look fine but resolve incorrectly, formatting that gets stripped on the next save, or sheet protection settings that won't reapply. Keep the recovered version untouched as a baseline, and do your work on a second copy. If the second save breaks anything, the baseline is still there to fall back on.

Excel's repair tools are far more capable than most people realize. The combination of Open and Repair, AutoRecover, HTML export, ZIP-XML extraction, and selective use of paid tools covers every realistic corruption scenario short of a disk failure that wipes the file entirely. Treat backup discipline as the real solution โ€” AutoSave, OneDrive sync, and short AutoRecover intervals make corruption a minor inconvenience rather than a disaster.

Excel Questions and Answers

How Do I Recover an Excel File I Did Not Save?

Open Excel and start a new blank workbook. Go to File โ†’ Info โ†’ Manage Workbook โ†’ Recover Unsaved Workbooks. A folder opens with every autosaved draft from the past 4 days. Find yours by timestamp, open it, and save under a real name. This is Excel's built-in safety net โ€” it runs every 10 minutes by default.

What Is the Open and Repair Command in Excel?

It's Excel's native repair tool, hidden under the small arrow next to the Open button in File โ†’ Open. Two modes: Repair rebuilds the file structure (try first); Extract Data pulls raw values when Repair fails. It fixes about 70% of corruption cases without any third-party software.

Can I Repair a Corrupted Microsoft Excel File Online for Free?

Yes โ€” OnlineFile.Repair offers a free tier that uploads your .xlsx and previews the recovered content. The free version limits file size and may require payment for the full download, but the preview alone often confirms whether your data survived. Never upload sensitive or confidential files to free online services.

How Do I Recover an Excel File That Was Overwritten?

If the file was on OneDrive or SharePoint, right-click it in the cloud interface and choose Version History โ€” you can restore any version from the last 30 days. For local files, check File โ†’ Info โ†’ Version History in Excel itself, or use Windows File History if you enabled it before the overwrite. Without a backup system, overwritten files are usually unrecoverable.

Why Does My Excel File Keep Crashing When I Open It?

Most often it's a corrupted add-in, not the file itself. Open Excel in Safe Mode (hold Ctrl while launching) and try the file again. If it opens fine, an add-in is the culprit โ€” disable them one at a time via File โ†’ Options โ†’ Add-ins. If Safe Mode also crashes, the file is likely corrupted โ€” run Open and Repair on it.

How Do I Stop Excel Files From Getting Corrupted?

Enable AutoSave on OneDrive-synced files, set AutoRecover to 2 minutes, never force-quit Excel mid-save, edit on local drives not network shares, and keep workbooks under 100MB. These five habits eliminate the vast majority of corruption cases. Also disable add-ins you don't actively use โ€” older add-ins are a leading cause of crashes.

Is Stellar Repair for Excel Worth the Cost?

Worth it only when free methods have all failed. Stellar Repair runs about $49 and recovers things Excel's native repair often loses โ€” chart data, cell comments, conditional formatting, hyperlinks. Use it for one-off serious corruption where the data has real business value. For routine fixes, Open and Repair is free and handles most cases just fine.

How Do I Extract Data From a Broken xlsx File Manually?

Rename your .xlsx to .zip and open it as an archive. Inside, xl/worksheets/sheet1.xml contains your cell data in XML format. Open the XML in Notepad++ or import it back into Excel via Data โ†’ Get Data โ†’ From XML. Text values reference sharedStrings.xml in the same archive. Tedious but always works when nothing else will.

Try Free Excel Functions Quiz
โ–ถ Start Quiz