Fix Excel 'We Found a Problem' Error When Opening Files

Excel shows 'We found a problem with some content' when a file is corrupted or has broken links. Here's how to recover your data.

Quick Answer

Use Open and Repair (File > Open > Browse > select file > click the arrow next to Open > Open and Repair). If that fails, try the manual unzip and repair method below.

Why This Happens

That message pops up when Excel detects something off in the file's internal structure. Excel files are really ZIP folders stuffed with XML files. If one of those XML files is malformed, has a broken reference, or contains a stray character, Excel throws this error. Common triggers: syncing a workbook through Dropbox and it didn't finish uploading, a crashed add-in saving mid-operation, or a file that was edited in an older version of Excel (like 2007) and then opened in Microsoft 365.

Here's the thing: the error might appear before the file even opens, or you might see a prompt asking if you want to recover the contents. Either way, the data itself is often fine. Most of the time, it's a few damaged cells or a broken chart link that's causing the complaint.

Fix Steps (Start Here)

  1. Click “Yes” when Excel asks if you want to repair the file. This happens automatically after the error dialog. Let Excel try its built-in repair. If it succeeds, you'll see a message saying "Excel was able to repair..." and the file opens. Save it immediately (Ctrl+S) and then close and reopen to confirm.
  2. If that didn't work (or Excel didn't ask), use Open and Repair manually. Go to File > Open > Browse. Locate the problematic file, but don't double-click it. Click once to select it, then click the small dropdown arrow next to the Open button. Choose Open and Repair.
  3. In the dialog that appears, click “Repair”. Excel will scan and try to fix the file. If it reports that repairs were made, you'll get a log. Click “Close.”
  4. If “Repair” fails with an error or hangs, repeat step 2 but choose “Extract Data” instead. This treats the file like a database and pulls out values and formulas into a new workbook. You'll lose formatting, charts, and images. But you get your numbers back.

If the Main Fix Doesn't Work

When Open and Repair gives up, you still have options. Here's the order I recommend:

Manual Unzip Trick

  1. Make a copy of the broken file. Right-click the original and choose Copy, then right-click a blank spot and Paste. You'll now have a file like "BrokenFile - Copy.xlsx".
  2. Right-click the copy and choose Rename. Change the extension from .xlsx to .zip. Windows will ask if you're sure—click Yes. The file icon will change to a zip folder.
  3. Right-click the zip and choose Extract All. Extract to a folder on your desktop.
  4. Open that folder. You'll see folders like xl, docProps, and _rels. Go into xl and then worksheets. Each sheet is an XML file named sheet1.xml, sheet2.xml, etc.
  5. Find the sheet that's causing the issue. A common culprit is a sheet with a huge amount of corrupted data. Open the XML in Notepad (right-click > Open with > Notepad) and look for weird characters like or . Honestly, this gets technical fast. Most users can't spot the break. So instead, try this: copy the entire xl/worksheets folder out, then re-zip the remaining structure. That's a hack, but it works if the problem is isolated to one sheet you can live without.

I know that's a mouthful. For most people, a simpler path is below.

Recover with Google Sheets

  1. Upload the broken file to Google Drive.
  2. Double-click it to open with Google Sheets. Google is more forgiving than Excel and often loads files Excel refuses to touch.
  3. Once open, go to File > Download > Excel (.xlsx).
  4. Open that downloaded file in Excel. You might lose some advanced features, but your data will be there.

Prevention Tips

You don't want to see this error again. Here's how to reduce the odds:

  • Turn on AutoSave in Excel (if you have Microsoft 365). That writes changes constantly, so a crash won't corrupt the file.
  • Don't store active workbooks on sync folders like Dropbox or OneDrive while you're editing them. Wait until you're done, then move the file.
  • Use the built-in “Check Compatibility” feature if you're saving in an older format (like .xls). Go to File > Info > Check for Issues > Check Compatibility. This flags features that might mangle the file.
  • Save a backup copy every time you do a major change. Ctrl+S is not enough. Use File > Save As and add a version number to the file name.

If you've tried everything and the file still won't open, don't beat yourself up. You did your due diligence. The unzip method is a last resort, and it's okay to walk away and recreate the data from memory if you have to.

Related Errors in Software – Microsoft Office
Excel 'We found a problem' error when saving – real fix There is not enough memory or disk space to save the document Word Save Error: Not Enough Memory or Disk Space — Real Fixes Word Crashes on Copy-Paste with Formatting: Fix It Word Clipboard Error: Fix 'There is a problem with the clipboard'

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.