Stop Relying on Excel Auto-Backup — Here’s What Actually Happens

The first thing most people do after losing unsaved work is check their Documents folder for a ‘backup.xlsx’ file. There isn’t one. Excel doesn’t create backup files the way Word or PowerPoint does — and assuming it does is how you lose 47 minutes of pivot table tuning.

The Setup

You’re managing Q1 vendor payments for Alibaba Cloud’s AP team. Your workbook AP_Q1_2024.xlsx has 9 tabs: Summary, Invoices, Payments, Vendors, Reconciliations, Notes, Audit_Log, Archive, and Backup_Test (a tab you manually copied last week). You’ve just updated 8 rows in Invoices (B2:B9) with new payment dates and adjusted amounts in column E.

Vendor NameInvoice #Date IssuedAmount (USD)Status
Ningbo Precision Tools Co.INV-77422024-02-18$12,450.00Paid
Shenzhen OptoTech LtdINV-77432024-02-20$8,920.50Processing
Guangzhou Logistics PartnersINV-77442024-02-22$24,100.00Pending
Suzhou Semiconductor GroupINV-77452024-02-24$6,780.25Paid
Hangzhou Data SystemsINV-77462024-02-25$15,330.80Processing
Xiamen Industrial SupplyINV-77472024-02-26$9,125.00Pending
Chengdu Automation LabsINV-77482024-02-27$18,440.60Paid
Wuxi Embedded SolutionsINV-77492024-02-28$5,670.35Processing

The Challenge

You need to recover changes made between 3:15 PM and 3:42 PM — but Excel crashed at 3:43 PM. You assume there’s a backup file named something like Backup_AP_Q1_2024.xlsx in your OneDrive folder. There isn’t. Excel’s AutoRecover saves temporary recovery files — not backups — and they’re deleted automatically when Excel closes cleanly. Worse: if you reopened the file *before* crashing, the AutoRecover timeline resets. That 3:15–3:42 window? Gone unless you acted fast.

What makes this tricky: AutoRecover files use random names like ~AR1A2B3C.xlsx, aren’t saved in your workbook’s folder, and only persist until the next *successful* close. Also: AutoRecover is disabled by default for files stored on SharePoint or OneDrive — even if you don’t realize it.

Walking Through It

Step 1: Confirm AutoRecover is actually on. Go to File > Options > Save. Look at the top two checkboxes. If ‘Save AutoRecover info every X minutes’ is unchecked — no recovery file exists, ever. Default is 10 minutes, but many corporate laptops ship with it disabled. Do this now: check it, set it to 3 minutes, and click OK. Keyboard shortcut: Alt+F T S (File → Options → Save).

Step 2: Find where AutoRecover files live. In that same Options pane, look at ‘AutoRecover file location’. It’s usually C:\Users\[name]\AppData\Roaming\Microsoft\Excel\. That path is hidden by default. Don’t try to browse there manually. Instead, click the ‘Browse’ button beside it — Excel opens the exact folder. Copy that path. Paste it into File Explorer’s address bar. Press Enter.

Step 3: Identify live recovery candidates. Sort files by ‘Date modified’. Look for files ending in .xlsx or .xlsb with timestamps *after* your last manual save but *before* the crash. Ignore anything older than 2 hours — AutoRecover overwrites older versions. You’ll see files like:

FilenameModifiedSizeNotes
~AR1F8E2D.xlsx2024-03-15 15:18142 KBMatches crash window
~AR2A7C9B.xlsb2024-03-15 15:3198 KBMost recent — open this first
AP_Q1_2024.xlsx2024-03-15 15:02210 KBLast clean save — no new edits
~WRL0001.tmp2024-03-15 15:444 KBTemporary lock file — ignore

Step 4: Recover — don’t double-click. Right-click ~AR2A7C9B.xlsb, choose ‘Open With > Excel’. Excel loads it as a *recovery session*, not a regular file. You’ll see a yellow banner: “This file was recovered from an AutoRecover attempt.” Click ‘Save As’, name it AP_Q1_2024_RECOVERED_20240315.xlsx, and save it to your project folder — not the AutoRecover folder.

The Result

You now have a version reflecting edits up to 3:31 PM. Compare it side-by-side with your last saved version (A1:E9 vs. A1:E9 in the recovered file). All 8 invoice rows show updated Status values and corrected Amounts — including the $18,440.60 entry for Chengdu Automation Labs that was accidentally typed as $1,844.60.

Vendor NameInvoice #Date IssuedAmount (USD)Status
Ningbo Precision Tools Co.INV-77422024-02-18$12,450.00Paid
Shenzhen OptoTech LtdINV-77432024-02-20$8,920.50Paid
Guangzhou Logistics PartnersINV-77442024-02-22$24,100.00Paid
Suzhou Semiconductor GroupINV-77452024-02-24$6,780.25Paid
Hangzhou Data SystemsINV-77462024-02-25$15,330.80Paid
Xiamen Industrial SupplyINV-77472024-02-26$9,125.00Paid
Chengdu Automation LabsINV-77482024-02-27$18,440.60Paid
Wuxi Embedded SolutionsINV-77492024-02-28$5,670.35Paid

What Could Go Wrong

Mistake #1: Opening the AutoRecover file directly from File Explorer. Double-clicking ~AR2A7C9B.xlsb launches Excel *without* recovery context. It opens as a blank workbook or throws a ‘file format not supported’ error — because Excel doesn’t recognize its internal structure outside recovery mode.

Mistake #2: Saving the recovered file back into the AutoRecover folder. If you ‘Save As’ into C:\Users\...\Excel\, Excel treats it as another temporary file. On next launch, it may overwrite or delete it — especially if AutoRecover triggers again.

Mistake #3: Assuming OneDrive = backup. Excel disables AutoRecover for files opened from OneDrive/SharePoint by default. You’ll see ‘AutoRecover is turned off for this workbook’ in the status bar — but no warning dialog. The only fix: download the file locally first, enable AutoRecover, edit, then re-upload.

Do this right now:

ActionWhereShortcut
Enable AutoRecoverFile > Options > SaveAlt+F T S
Set interval to 3 minSame Options paneTab → Type 3 → Enter
Check OneDrive statusBottom-left status barNone — look for text
Manually backup nowFile > Save As > BrowseF12
Tom Bradley

Tom Bradley

Tom has 15 years of experience in office management and supply chain optimization. He shares practical tips for running efficient workplaces.