AutoRecover Excel & Conditional Formatting: Stop Losing Work

Learn how Excel recovers unsaved work.

It was a Thursday afternoon in 2017 when I opened my email to find a single line from my logistics client's IT manager: "We migrated the server. Everything's on the new share." My local backup was two iterations behind. Three months of dashboard work (formulas, conditional formatting rules, version notes) was gone. Not corrupted. Gone. I spent that weekend rebuilding from memory, and I've never approached file protection the same way since.

That experience is why I now give every client explicit file management instructions with every delivery, and why I have opinions about AutoRecover that go beyond "turn it on." The intersection of AutoRecover, Excel crash recovery, and conditional formatting rules is where I see the most preventable data loss, and where the most incomplete advice lives online. Nobody's written the full story. Here it is.

What You'll Be Able to Recover — and What to Check Before a Crash Tests Your AutoRecover Settings

The goal here is a full workbook recovery with conditional formatting intact. Before walking through any settings, you need to know what AutoRecover actually captures, because the answer is more nuanced than the feature's name implies.

AutoRecover vs. AutoSave: Which One Is Actually Protecting You?

These two features get conflated constantly, and the confusion causes real problems. AutoRecover is a background process that saves a temporary snapshot of your workbook at a set interval: it's your crash safety net. AutoSave is a Microsoft 365 feature that continuously saves to OneDrive or SharePoint in real time. If you're not on a 365 subscription with OneDrive active, AutoSave isn't running. Full stop. Check File > Info — if AutoSave is toggled off or grayed out, you're relying entirely on AutoRecover. For a deeper look at how saving behavior differs across workflows, the Save As vs Save in Excel breakdown is worth reading alongside this.

Does AutoRecover Preserve Conditional Formatting Rules?

Partially. Simple rules (highlight cells, top/bottom rules, basic color scales) typically survive an AutoRecover restore without issue. Formula-based conditional formatting rules are a different story. They're among the first things to degrade. Rule priority order is especially vulnerable: Excel may restore the rules themselves but scramble the stack, which changes the visual output in ways that aren't immediately obvious. After any recovery event, open Home > Conditional Formatting > Manage Rules and verify the order before you do anything else.


Step 1: Enable AutoRecover in Excel and Set an Interval That Actually Saves You

Knowing what AutoRecover does and doesn't preserve makes the interval setting matter more, not less. Here's how to configure it properly.

  1. Open Excel and go to File > Options > Save.
  2. Confirm that Save AutoRecover information every X minutes is enabled.
  3. Change the interval. The default is 10 minutes — that's too long if you're building complex conditional formatting rules. Use 3 minutes on any workbook you're actively developing.
  4. Note the AutoRecover file location shown in that same dialog. On Windows, it's typically inside the AppData folder: C:\Users\[username]\AppData\Local\Microsoft\Office\UnsavedFiles. Copy that path somewhere accessible. You'll want it if the Document Recovery pane doesn't launch automatically after a crash.

In Excel 2016 and 2019, this setting lives exactly where described above. In Microsoft 365, the interface is identical but AutoSave appears above it. Don't let that distract you from confirming AutoRecover is also enabled independently.

How to Find the AutoRecover File Location on Windows

If the recovery pane doesn't appear after a crash, open File Explorer, paste the AppData path from the Options dialog into the address bar, and look for .xlsb or .xlsx files with recent timestamps. Excel doesn't always surface these automatically, especially after a clean close. That's a gap worth knowing about before you need it.


Step 2: Recover Your Workbook After an Excel Crash and Check What Conditional Formatting Survived

Once your AutoRecover settings are solid, the next scenario to know cold is what happens when a crash actually occurs.

When you reopen Excel after a crash, the Document Recovery pane appears on the left. Open the most recent AutoRecover version (not the last manually saved version, unless you know it's newer). Save it immediately with a new name before changing anything.

Then go straight to Manage Rules. This is the step most people skip. Check every rule that applies to your key ranges: confirm the formula syntax is intact, confirm the "Applies To" ranges haven't shifted, and verify the priority order matches what you had. If you're on OneDrive and AutoSave was running, compare the recovered file against the cloud version — they may differ by more than you expect. For recovering unsaved workbooks from scratch, the recovering unsaved Excel files guide covers the broader process in detail.

Conditional formatting lost after a crash is often not fully lost — it's misaligned. The rules exist, but the priority order is wrong. That distinction matters because the fix is different.

Step 3: Reduce the Crashes That Force AutoRecover to Bail You Out

Here's something almost no article on this topic mentions: heavy conditional formatting is itself a crash risk. Excel re-evaluates every conditional formatting rule every time the workbook recalculates. If you have dozens of formula-based rules applied to entire columns, you're giving Excel a significant ongoing workload — and on large workbooks, that continuous re-evaluation can destabilize the file and trigger the crash that sends you to AutoRecover in the first place.

Three things that actually help, based on testing across Excel 2016, 2019, and 365:

What reduces conditional formatting load:
  1. Consolidate rules. Ten rules doing similar things can often become three with better formulas. Fewer rules means fewer re-evaluations per calculation cycle.
  2. Trim your "Applies To" ranges. If a rule is applied to columns A through Z but only A through D have data, cut the range. Excel is still checking the empty cells.
  3. Avoid volatile functions inside conditional formatting formulas. Functions like NOW(), TODAY(), OFFSET(), and INDIRECT() force recalculation constantly. A single INDIRECT()-based rule can slow a mid-sized workbook to a crawl. Good Excel file management includes monitoring what's quietly taxing your workbook in the background.

Common Mistakes That Leave You Worse Off After an Excel AutoRecover Restore

The recovery pane opened. You feel relieved. That's when the mistakes happen.

Don't close the Document Recovery pane too fast. If you dismiss it before opening and saving the recovered file, Excel deletes the temp file permanently. Take thirty seconds to open it first.

Saving over the recovered file before auditing Manage Rules is another costly one. You save the recovered file, spend twenty minutes working, and only then realize the rule priority order was wrong from the start. Now you've overwritten the only version you had. Save with a new name, audit first, then decide which version to keep.

Assuming AutoRecover is running when it isn't catches more people than it should. AutoRecover disables itself silently in certain scenarios, particularly after Excel closes cleanly without a crash. The setting stays on, but the temp files from that session are purged. It's not protecting files that were properly closed without saving. That distinction is just as relevant today as it was a decade ago.

The interval setting is also something easy to get wrong for years. Leaving it at the default 10 minutes because "default" sounds like "fine" is a mistake. It means Microsoft picked a number that doesn't annoy most users. Your risk tolerance and your workbook complexity should set that number, not the installer defaults.

Templates and tools are only as good as the systems that protect them. Configure AutoRecover before you need it. For anyone building workbook protection habits from the ground up, the Excel for Beginners starter guide covers the foundational settings worth locking in early.


Frequently Asked Questions

Does AutoRecover preserve conditional formatting rules in Excel?

Simple rules like highlight cells and color scales generally survive an AutoRecover restore. Formula-based conditional formatting rules are more vulnerable — they may restore with incorrect priority order or degraded "Applies To" ranges. Always open Manage Rules immediately after recovering a file to verify the rule stack before making any changes.

What's the difference between AutoRecover and AutoSave in Excel?

AutoRecover saves a temporary snapshot of your workbook at a set interval and is available in all modern Excel versions — it's your fallback after a crash. AutoSave is a Microsoft 365 feature that continuously saves to OneDrive or SharePoint. If you're not on a 365 subscription with cloud storage active, AutoSave isn't running at all.

Why does Excel crash when I use a lot of conditional formatting?

Excel re-evaluates every conditional formatting rule on every recalculation. Heavy rule loads, especially formula-based rules applied to large ranges or using volatile functions like INDIRECT() or NOW(), force continuous background processing that can destabilize large workbooks and trigger crashes. Consolidating rules and trimming applied ranges reduces that load significantly.