Excel

Excel Crashes When Opening a File

Excel crashing on open is different from Excel refusing to open. The application launches, starts to load the file, then either freezes or terminates outright — sometimes with the message Microsoft Excel has stopped working, sometimes silently. The cause is almost never the file itself. In the great majority of cases, the culprit is an add-in conflict, a graphics driver issue, or a damaged Office install. The diagnostic sequence below isolates which.

Quick fix

Launch Excel in safe mode and try the file again.

  1. Press Win+R to open the Run dialog.
  2. Type excel /safe and press Enter. The space before /safe is required.
  3. Excel opens with (Safe Mode) in the title bar.
  4. Go to File > Open and open the file.

Safe mode disables add-ins, custom toolbars, and the startup folder. If the file opens cleanly in safe mode, the file itself is fine — one of those components is the cause. Continue with the add-in diagnosis below.

If the file still crashes Excel in safe mode, the file or your Excel installation is the problem rather than an add-in. Skip to the Office repair and structural file-repair sections.

If that didn’t work

Disable COM add-ins

If the file opens in safe mode but crashes in normal Excel, work through the add-ins. The fastest approach is to disable all of them, confirm the crash is gone, then re-enable one at a time.

  1. In Excel (normal mode), go to File > Options > Add-ins.
  2. At the bottom, set Manage to COM Add-ins and click Go.
  3. Untick every add-in in the list and click OK.
  4. Close Excel completely and reopen the file. If it opens, an add-in is confirmed as the cause.
  5. Re-enable add-ins one at a time, restarting Excel between each, until the crash returns. The last-enabled add-in is the culprit.
  6. Leave that add-in disabled, or check for an updated version from its publisher.

The most commonly problematic COM add-ins on widely-deployed Excel installs are the older Adobe Acrobat PDFMaker, ABBYY FineReader, Bloomberg, and various antivirus integrations. Update or remove these first if any are present.

Excel also has a separate Excel Add-ins category — change the Manage dropdown to Excel Add-ins and repeat the same disable/re-enable sequence. These are less commonly the cause of crashes but worth ruling out.

Disable hardware graphics acceleration

If the crash isn’t add-in related, the graphics driver may be. Excel uses hardware acceleration for rendering, and a mismatch between Office and certain GPU driver versions causes crashes during the initial render of a file.

  1. Open Excel in safe mode if normal mode crashes too quickly.
  2. Go to File > Options > Advanced.
  3. Scroll to the Display section.
  4. Tick Disable hardware graphics acceleration.
  5. Click OK and close Excel.
  6. Reopen Excel normally and try the file.

This trades render performance for stability. If it resolves the crash, leave it disabled. Updating your graphics driver may allow you to re-enable acceleration later, but the trade-off is small for normal Excel use.

Repair the Office installation

If add-ins are disabled and hardware acceleration is off and Excel still crashes, the Office installation itself is likely damaged.

  1. Open Windows Settings > Apps > Installed apps.
  2. Find Microsoft 365 (or Microsoft Office) in the list.
  3. Click the three dots and choose Modify. On older Windows versions, select the entry and click Modify in the toolbar.
  4. Choose Quick Repair first. This takes a few minutes and doesn’t require an internet connection.
  5. If Quick Repair doesn’t resolve the crash, repeat the process and choose Online Repair. This is much slower (it re-downloads Office) but resolves cases that Quick Repair can’t.

Online Repair preserves your settings and files but re-installs the Office binaries. It’s the most thorough non-destructive fix.

Advanced recovery

If safe mode also crashes when opening the file, the file is the cause rather than your environment. Treat it as a damaged file:

Try Open and Repair

  1. In Excel, go to File > Open > Browse.
  2. Click the file once to select it. Do not double-click.
  3. Click the arrow next to the Open button.
  4. Choose Open and Repair > Repair. If Repair triggers another crash, run again and choose Extract Data.

Extract Data salvages cell values without attempting to load formatting, formulas, or pivot tables — sidestepping whatever in the file is triggering the crash.

Open in LibreOffice

LibreOffice Calc is built on a different rendering engine than Excel and often opens files that crash Excel. Install LibreOffice from libreoffice.org, open the file in Calc, and save as a new XLSX. The re-saved file usually opens cleanly in Excel.

For a single-step command-line conversion:

soffice --headless --convert-to xlsx broken.xlsx --outdir ./recovered/

The output in ./recovered/ should open in Excel without crashing.

Test on a different machine

If you have access to another Windows machine with Excel, test the file there. If it opens, your local Excel install is the cause — Online Repair, or as a last resort a complete uninstall and reinstall of Office, will fix it. If it crashes on the other machine too, the file is damaged and the recovery path moves to the same techniques as Excel file won’t open.

Why this happens

Excel crashes during file open for a small set of reasons, most of them environmental rather than file-related.

Add-in incompatibility. When Excel loads a file, it also initialises every active add-in and lets each interact with the workbook. An add-in that fails to handle some aspect of the file — a particular cell type, a chart format, a feature it doesn’t recognise — can crash the host application rather than failing gracefully. This is by far the most common cause of crashes during open.

Graphics driver issues. Excel renders cell content, charts, and the application chrome using DirectX-accelerated paths when hardware acceleration is enabled. Mismatches between specific Office build numbers and specific GPU driver versions cause crashes during the first render of a file. This is more common on machines with discrete GPUs (Nvidia, AMD) than on integrated graphics, and more common after major Office updates.

Office installation corruption. Office binaries can become damaged through interrupted updates, antivirus quarantine, disk errors, or partial uninstalls of Office components. The damage is usually subtle — most operations work fine, but specific code paths (often the file-loading paths) trigger crashes. Quick Repair re-validates the install; Online Repair re-installs the binaries.

File-specific crashes. Less common, but a file containing specific malformed structures can crash Excel even with no add-ins, no acceleration, and a clean install. Cells with extremely complex array formulas, oversized embedded images, or invalid pivot caches are typical culprits. Open and Repair, or LibreOffice’s more tolerant loading, usually salvage these.

Profile-level corruption. Rare but real. The Windows user profile maintains Excel’s local state — recent files, custom shortcuts, ribbon customisations, registry settings. When that state becomes corrupted, Excel can crash on certain operations even with a clean Office install. Creating a new Windows user account and testing Excel there isolates this.

Preventing this in future

Keep both Office and graphics drivers reasonably current. Office updates fix known crash patterns; GPU driver updates fix the rendering-side mismatches. Don’t auto-update aggressively if you depend on Excel for production work — but don’t let either lag by more than a few months either.

Be deliberate about add-ins. Each one is a potential crash source. Disable add-ins you don’t use, and update the ones you do regularly.

Don’t ignore Office’s repair tools as a maintenance step. Quick Repair takes a few minutes and is a reasonable thing to run after a Windows feature update or when Office starts behaving oddly. It costs nothing and resolves a meaningful fraction of subtle Office issues before they become crashes.

If Excel doesn’t crash but instead refuses to open the file, see Excel file won’t open. If Excel opens to an empty workbook rather than crashing, see Excel opens but shows empty sheets. If the crash happens not on open but on a specific operation within an unusually large workbook, see Excel file is unusually large and performance is poor.

Last verified: April 2026