Which Excel Recovery Tool Should You Use? A Decision Tree (2026)
Quick answer
There is no single “best” Excel recovery tool, and almost every comparison article you find online has been written, sponsored, or seeded by a tool vendor. What actually matters is the type of corruption your file has and whether you’ve already exhausted the recovery paths that come free with Excel and Windows. Roughly seven times out of ten, the right tool is one you already own. When it isn’t, the choice depends on whether your file is .xlsx (Open XML), .xls (legacy binary), how badly the file is damaged, and whether the data inside is worth a $50–$80 license.
This guide is a decision tree. Work through it before you spend any money.
Before you start
Make a copy of the corrupted file before you do anything else. Save it twice — once labeled original-do-not-touch.xlsx, once for working. Every recovery tool, including Excel itself, can make a damaged file worse. If you have only one copy of the file when you start, you might not have any copy of it after.
If this file is on a work or school device, check with your IT team before installing third-party recovery software. Many organizations restrict installs by policy, and some recovery tools require admin rights. If the file lives on OneDrive for Business or SharePoint, a fix may already exist on the server side that doesn’t require any tool — keep reading before downloading anything.
Do not run “free Excel repair” downloads from search-engine ad results. The Excel-repair vertical has been a long-standing target for malware-bundled installers and SEO-spam landing pages. Stick to vendors with verifiable corporate identities and listed customer-support phone lines.
What this article actually compares
Most “best Excel recovery tool” articles compare a list of products on a fixed set of features: recovery rate, supported versions, batch mode, preview, price. That comparison framework comes from vendor marketing materials, and every vendor scores well on it because they wrote the criteria.
What none of those articles do is tell you which type of corruption each tool is built to fix, which is the only question that matters once you decide a tool is needed. This article does that — and it tells you the cases where no tool is needed at all.
Step 1 — Have you tried Excel’s built-in recovery first?
If you haven’t tried Excel’s own Open and Repair feature, stop and do that now. Open Excel, go to File → Open → Browse, select the corrupted file, click the small arrow next to the Open button, and choose Open and Repair. Pick Repair first; if that fails, run it again and pick Extract Data.
Open and Repair is not marketed loudly because it doesn’t generate license revenue, but for files damaged by power loss, network drops during save, or cancelled-mid-write operations, it routinely succeeds. It is the same parser Excel uses internally; if Open and Repair can’t read the file, most third-party tools will fail too — they just won’t tell you that until after you’ve paid.
If Open and Repair fails or produces a partially recovered file with missing sheets, formulas, or formatting, continue to Step 2.
If you don’t even get as far as Excel showing you the file dialog because Excel itself crashes or hangs on the corrupted file, that’s a clue about the corruption type — see Excel file corrupted and cannot be opened for diagnostic steps before you go further.
Step 2 — Do you have a backup, version history, or AutoRecover copy?
This is the question vendor sites bury or skip. If a recent backup exists, no recovery tool will produce a better result than restoring from it. Recovery tools reconstruct what they can from a damaged file; backups give you the actual file, intact, as it was.
Check, in order:
- OneDrive or SharePoint version history. If the file lives on cloud storage, right-click it on the web (or in the desktop app’s context menu) and choose Version history. You can roll back to any prior version — usually retained for at least 30 days, often longer for SharePoint. This is faster, free, and produces a perfect restoration.
- Windows File History or Previous Versions. On a local drive with File History or System Protection enabled, right-click the file and select Properties → Previous Versions. Walk through the snapshots and pick one before the corruption.
- Excel AutoRecover. Excel autosaves drafts every 10 minutes by default. Open Excel, go to File → Info → Manage Workbook → Recover Unsaved Workbooks. The recovered draft may not be current, but it is uncorrupted.
- Backup software (Acronis, Veeam, Time Machine for shared SMB volumes, M365 third-party backup like Spanning or AvePoint). Check what your organization runs.
If any of those produce a usable file, you are done. Use it. Do not buy a tool. The full case for backup-first thinking is laid out in recovery software vs backup restore: a decision tree, which you should read before you spend any money.
If none of those exist, continue to Step 3.
Step 3 — Identify what kind of corruption you have
Recovery tools are not interchangeable. They are built around different assumptions about how files break, and they use different techniques to reconstruct them. The four common corruption types each respond best to different approaches.
Type 1 — Open XML structural corruption (.xlsx, .xlsm, .xltx). The file is a ZIP archive of XML parts. One or more parts are damaged or missing references. Symptom: Excel shows “we found a problem with some content,” “Excel cannot open the file because the file format or file extension is not valid,” or removes content silently after open-and-repair.
Type 2 — Legacy binary format corruption (.xls). The file is a single binary stream in BIFF format. Damage shows up as truncated streams, broken record chains, or invalid sector pointers. Symptom: Excel either crashes, opens to a blank workbook, or produces an unreadable-content error.
Type 3 — File-level damage (truncation, header damage, partial overwrite). The file size is wrong, the magic bytes don’t match, or the file ends mid-record. Often caused by power loss during save, cloud-sync interruption, or disk-sector errors. Symptom: file won’t open at all; sometimes the file size in Explorer is unusually small.
Type 4 — Encryption damage or corrupted metadata in protected files. A password-protected file where the cryptographic envelope is intact but the inner stream is damaged, or vice versa.
Most third-party tools handle Type 1 and Type 2 reasonably well. Type 3 and Type 4 are where success rates diverge sharply between tools, and where vendor claims of “high recovery rate” most frequently fail to hold up.
If you don’t know which type you have, that’s normal. The Open and Repair message text is your best clue:
| Excel error message | Likely corruption type |
|---|---|
| ”We found a problem with some content” | Type 1 |
| ”Excel found unreadable content” | Type 1 or Type 2 |
| ”Excel cannot open the file because the file format or file extension is not valid” | Type 1 (renamed) or Type 3 |
| ”The file is corrupt and cannot be opened” | Type 2 or Type 3 |
| Excel hangs, crashes, or closes without an error | Type 3 most likely |
| Password prompt appears but file won’t decrypt | Type 4 |
For the format-or-extension error specifically, see excel file format or extension not valid — the fix is often a simple rename, not a tool.
Step 4 — The decision tree
Have you tried Open and Repair?
├── No → Try it first. Stop here.
└── Yes
│
Do you have a backup, version history, or AutoRecover copy?
├── Yes → Restore from it. Stop here.
└── No
│
Is the file under ~50 MB and is it .xlsx (Open XML)?
├── Yes → You can try the manual XML route (Step 5) for free first
└── No (or you're not technical enough to try) → Continue
│
What corruption type does your error message suggest?
├── Type 1 (Open XML structural) → A general tool will work; pick on price/UX
├── Type 2 (legacy .xls binary) → Pick a tool with documented .xls support
├── Type 3 (truncation / header damage) → Pick a tool that does deep binary salvage
└── Type 4 (encryption damage) → Most tools won't help. Contact a recovery service.
Step 5 — The free option most people skip
If your file is .xlsx and not encrypted, you can sometimes fix it without any third-party software. An .xlsx file is just a ZIP archive containing XML. Rename a copy to .zip, extract it, and look at what’s inside. The xl/ folder contains the worksheet XML. A corrupted file often has one bad XML part — frequently xl/sharedStrings.xml or a single sheet file under xl/worksheets/. If you can open the bad part in a text editor, find malformed XML (mismatched tags, truncated content), and either fix it or remove that part from the archive, Excel may open the file.
This isn’t for everyone. It requires comfort with file formats and a text editor that handles large XML. But it’s free, it succeeds in a meaningful percentage of Type 1 cases, and it tells you exactly what’s wrong with your file in a way no commercial tool will.
If that’s beyond what you want to attempt, continue to Step 6 — but be aware that what you’re paying $50–$80 for is, in many Type 1 cases, exactly the operation described above performed by software.
Step 6 — If you decide to use a third-party tool
If you’ve reached this step, you’ve ruled out built-in recovery, backups, and the manual route. A paid tool is now a reasonable next step. Here is what the major options actually do, separated from the marketing language.
| Tool | What it actually does well | What the marketing oversells | Honest pricing context |
|---|---|---|---|
| Stellar Repair for Excel | Type 1 and Type 2 cases. Mainstream, widely tested. Preview before save is genuinely useful. | ”Recovers any corrupted Excel file” — no tool does. Severe Type 3 damage produces partial results at best. | ~$50 single-license. Demo shows preview; full save requires paid. |
| DataNumen Excel Repair | Type 2 and Type 3 cases. Stronger binary salvage on legacy .xls than most competitors. Command-line for batch IT use. | High recovery percentages quoted in their materials are vendor-tested, not independently verified. | ~$300 — significantly more expensive. Justified only for IT teams or critical files. |
| Recovery Toolbox for Excel | Type 1 cases. Lightweight, simple. Online preview before paying is useful. | Severe corruption results are inconsistent. | ~$27. Cheapest of the mainstream options. |
| Kernel for Excel Repair | Type 1 and Type 2. Batch mode. | Marketing materials lean heavily on testimonials; independent benchmarks are scarce. | ~$49. |
| SysTools / Repairit / Munsoft / Remo | Type 1 mostly. Functional but not differentiated. | Comparison articles ranking these as “best” are often published by the same vendor or affiliate networks. | ~$30–$70 range. |
| EaseUS / Recoverit / iBeesoft | These are general data-recovery tools, not Excel-specific repair tools. They recover deleted files; they do not repair corruption. | Sites confuse “data recovery” with “file repair.” Different problems, different tools. | Don’t buy these for corruption; buy them only if the file was deleted. |
A few observations that no vendor’s site will lead with:
- Free trials are how you actually decide. Every reputable vendor offers a demo that runs the recovery and shows a preview. If the preview shows recoverable data, the paid version delivers that data. If the preview is blank or fragmented, the paid version will be too — paying does not unlock more recovery. Always run the trial before buying.
- None of these tools publish independently audited recovery rates. The “95% success” or “highest recovery rate” claims in marketing copy are vendor-internal benchmarks on vendor-controlled test files. There is no neutral certification body.
- A $300 tool is not five times better than a $50 tool. It is, sometimes, better at one specific corruption type (typically severe binary damage). For most users with Type 1 corruption, the price difference buys nothing.
- Subscription pricing is a recent industry move. Several vendors have shifted from one-time licenses to annual subscriptions. For occasional use, a one-time license is almost always the better deal — buy from a vendor that still offers one.
Step 7 — When the right answer is a service, not a tool
If your file is severely damaged (Type 3 or Type 4), if it’s a multi-gigabyte critical financial model, or if multiple recovery tools have failed, you have crossed the threshold where DIY tools are unlikely to help. Specialist data-recovery services with file-format engineering teams can sometimes recover what software can’t — Stellar’s professional services arm, Ontrack, DriveSavers, and a handful of regional firms operate in this space.
These services typically charge $300–$1,500 for a single file, sometimes more for very large or unusual cases. They are worth that for files where the data has clear monetary value. They are not worth it for a personal budget spreadsheet.
If you are on a work or school device
Three things change in a managed environment.
First, you may not be able to install third-party recovery software at all. Your IT team can either run the tool on your behalf or supply a sanctioned alternative. Don’t try to install software via portable executables to bypass policy — that gets accounts disabled at most organizations.
Second, if the file is on OneDrive for Business or SharePoint, your IT team has access to additional recovery options you don’t: the Site Collection Recycle Bin (90-day retention), version history beyond the user-facing window, and in some cases backup-product restores that go further back. Ask before you assume the file is gone.
Third, sensitivity-labeled files (Microsoft Information Protection / Azure Information Protection) generally cannot be repaired by third-party tools. The encryption envelope blocks them. Recovery has to go through Microsoft channels or a service that specifically handles MIP-protected content.
When to stop
Stop and ask for help if:
- You have only one copy of the file and you’ve already run a tool on it that made things worse.
- The file contains regulated data (PHI, PCI, financial records) — the recovery itself can become a compliance event in some jurisdictions.
- Multiple tools have produced corrupt or inconsistent output. That’s a sign of a corruption type that DIY tools can’t address; further attempts may damage the file further.
- The file is mission-critical and the value of getting it back exceeds a service-recovery fee.
There is no shame in deciding the file isn’t worth a $300 service or 4 hours of your time. Sometimes a partial reconstruction from a backup, plus rebuilding the missing 5% of work, is the right answer.
Related articles
- Excel file corrupted and cannot be opened — start here if your file won’t open at all
- Recovery software vs backup restore: a decision tree — when to use one, when to use the other
- Restore a previous version of an Office document — the OneDrive and Windows version-history paths
Official references
- Microsoft Support — Repair a corrupted workbook
- Microsoft Support — Recover your Office files
Frequently asked questions
Are free Excel recovery tools any good?
Most “free” Excel repair downloads are demo versions of paid tools with the save function disabled, or — worse — bundled with adware or unrelated installers. The genuine free options are Microsoft’s own Open and Repair feature, OneDrive version history, Windows Previous Versions, and (for the technically inclined) manual XML editing of the unzipped .xlsx. None of those costs anything. Anything else marketed as “free Excel recovery” deserves scepticism.
Can recovery tools recover deleted Excel files? No. Repair tools fix damaged files; data-recovery tools (a different product category) recover deleted files from disk. If your file was deleted rather than corrupted, you need a file-undelete tool like Recuva, EaseUS Data Recovery, or PhotoRec — and the sooner you run it, the better.
Will a recovery tool break my file further? A reputable tool works on a copy and shows you a preview before saving the recovered version. The original is left untouched. This is why every recovery attempt should start with making your own backup copy of the corrupted file — if a tool has a bug or corrupts the file in some unusual way, you have the original to fall back on.
Does Microsoft offer its own paid Excel recovery tool? No. Microsoft offers Open and Repair within Excel, OneDrive and SharePoint version history, and standard Office support channels. Microsoft does not sell, license, or endorse any specific third-party recovery tool. Any product that claims to be “Microsoft-authorized” or “Microsoft-certified” for Excel repair is using marketing language that has no formal status.
How long should an Excel file recovery take? For a file under 100 MB, most tools complete a scan in 1–10 minutes. For files in the gigabyte range, 30 minutes to several hours is normal. If a tool runs for over 12 hours without progress, the file is likely beyond its capability — try a different tool or a recovery service.
Why do all the comparison articles disagree about which tool is best? Because most of them are written by people with a financial relationship to one of the tools. The Repairit comparison ranks Repairit highest. The Stellar comparison ranks Stellar highest. The DataNumen blog ranks DataNumen highest. Independent ranking of these tools, on a fixed test corpus, by a party with no commercial interest, essentially does not exist in this market.