How to Recover an Unsaved Document (Word, Excel, Mac, and Google Docs)

July 19, 2026

recover unsaved document

Your cursor freezes. The app closes. You click “Don’t Save” on reflex before your brain catches up. Two hours of writing, gone — or so it feels for about thirty seconds of pure panic. If you need to recover unsaved document work right now, you’re not out of luck yet.

Take a breath. Most unsaved documents aren’t actually gone. Word, Excel, and Google Docs all quietly save working copies in the background, and those copies usually survive a crash, a power cut, or an accidental “Don’t Save” click.

Quick answer: In Word or Excel, go to File > Info > Manage Document > Recover Unsaved Documents, or search your AppData folder (Windows) or the app’s Containers folder (Mac) for an AutoRecover file. Google Docs saves to Drive automatically, so check Version History or Trash instead.

What to Do in the First 60 Seconds

Before you touch anything else, stop and do three things.

Don’t create a new file with the same name. AutoRecover and temp files can get overwritten by new save operations. A fresh file in the same folder is one of the fastest ways to bury the copy you’re trying to save.

Don’t restart your computer if you can avoid it. Temporary files, especially on Mac, sometimes live in locations that clear on reboot. If the app is just frozen rather than fully crashed, try waiting it out or force-quitting the single application instead of restarting the machine.

Reopen the app first. Word, Excel, and PowerPoint all check for recoverable content the moment they relaunch after an abnormal close. This single step recovers the file for a large share of people before they need to do anything else.

Recover an Unsaved Word Document on Windows

Use the built-in Recover Unsaved Documents menu

This is the fastest path and it works whether the document was saved once before or never saved at all, as long as AutoRecover was running in the background.

  1. Open Word.
  2. Go to File > Info.
  3. Click Manage Document, then select Recover Unsaved Documents.
  4. A file browser opens showing available unsaved files. Pick the one matching your last working session.
  5. Open it, then immediately use Save As and give it a permanent name and location.

Hunt down the AutoRecover (.asd) file manually

If nothing shows up in that menu, <cite index=”2-1″>Word stores unsaved files in locations you can search for directly, including AutoRecover files with the .asd extension.</cite> To find them:

  1. Press the Windows key, type .asd, and press Enter.
  2. If a file turns up, open Word, go to File > Open > Browse, switch the file type filter to All Files, and open the .asd file directly.
  3. Save it right away under a new name.

It also helps to check the folders Microsoft points to for recovery copies directly, rather than relying on search: C:\Users\<UserName>\AppData\Roaming\Microsoft\Word and C:\Users\<UserName>\AppData\Local\Microsoft\Office\UnsavedFiles. Swap <UserName> for your actual Windows username. Files here often have generic names, so sort by “date modified” and look for anything matching when you were working.

Check the backup (.wbk) file

If you’d enabled the “Always create backup copy” option in Word before the crash, a .wbk file may exist alongside your original document. Search for .wbk the same way you searched for .asd, and open any file whose name starts with “Backup of” followed by your document’s name.

Quick takeaway: On Windows, work through these in order — Recover Unsaved Documents menu, then .asd search, then .wbk search. Most people never need to go past step one.

Recover an Unsaved Word or Excel File on Mac

Mac recovery works on the same underlying principle, but the file paths look completely different because modern Office apps run inside sandboxed storage.

Relaunch and check Document Recovery

Just like on Windows, reopening Word or Excel after a crash often triggers a Document Recovery pane automatically, listing every version it managed to save. Pick the most recent timestamp and save it immediately.

Find the AutoRecovery folder in Containers

If nothing appears automatically, you can go straight to the source folder:

  1. In Finder, click Go > Go to Folder (or press Cmd + Shift + G).
  2. Paste in the path for the app you were using:
    • Word: ~/Library/Containers/com.microsoft.Word/Data/Library/Preferences/AutoRecovery
    • Excel: ~/Library/Containers/com.microsoft.Excel/Data/Library/Preferences/AutoRecovery
  3. Press Return. Look for a file named “AutoRecovery save of [your document name]”.
  4. Double-click to open it in the relevant app, then use Save As to store it permanently.

Older Office installs (2011 and 2008) use a different, non-sandboxed path under ~/Library/Application Support/Microsoft/Office, so if the Containers folder comes up empty, it’s worth checking your Office version before assuming the file is gone.

The Terminal TMPDIR trick

This one rarely gets mentioned, but it’s worth trying when the AutoRecovery folder is empty. Open Terminal and type:

open $TMPDIR

This opens macOS’s temporary items folder, where Office apps sometimes stash working copies mid-session before they’re ever formally auto-saved. Look through any folders named after Microsoft Office components, sorted by modification date.

Recover an Unsaved Excel File (Windows and Mac)

Excel behaves almost identically to Word, with one extra safety net if you’re on Microsoft 365 with cloud saving enabled.

  • Manage Workbook menu: Go to File > Info > Manage Workbook > Recover Unsaved Workbooks. This mirrors Word’s process exactly.
  • AutoRecover interval: Excel checkpoints changes on a short interval by default, so even a crash mid-edit usually leaves something recoverable, though the exact save frequency depends on your settings under File > Options > Save.
  • Version History for OneDrive files: If the workbook had been saved to OneDrive or SharePoint at least once, <cite index=”12-1″>you can open the workbook, go to File > Info, and check the version labeled “when I closed without saving” under Manage Workbook</cite> — this works even after you’ve clicked “Don’t Save,” because AutoSave had already been syncing versions in the background.

Quick takeaway: if your Excel file ever touched OneDrive, always check Version History before assuming it’s unrecoverable. It’s the single most overlooked recovery path for spreadsheets.

Recover an Unsaved Google Doc

Google Docs works differently from Word and Excel because there’s rarely a true “unsaved” state to begin with — it saves to Drive continuously while you’re connected. That means most “lost” Google Docs fall into one of three categories instead:

  • The tab or browser crashed mid-edit. Reopen Google Docs and check File > Version history > See version history. Google keeps frequent autosaved checkpoints, so you can usually roll back to seconds before the crash.
  • You were working offline. Changes made without a connection sync automatically the next time you’re online, so give it a minute after reconnecting before concluding anything is missing.
  • The document was deleted, not lost mid-edit. Check Google Drive > Trash. Deleted files sit there for 30 days before permanent removal, and restoring from Trash brings back the full edit history intact.

This is one of the most underexplained recovery paths online, since most guides only cover Word and Excel — but if your document lives in Drive, version history is almost always your fastest fix.

What If the Document Was Deleted, Not Just Unsaved?

Unsaved and deleted are different problems, and it’s worth being clear on which one you’re actually facing.

  • Windows: Check the Recycle Bin. If you find the file, right-click it and select Restore.
  • Mac: Check the Trash. Deleted items sit there until you empty it, so restoring is a simple drag back to the original folder.
  • Permanently deleted, emptied trash: This is where system-level backups matter. On Mac, <cite index=”11-1″>restoring a deleted file with Time Machine only works if the backup tool and a backup disk were already active before the file was deleted</cite> — it can’t help retroactively if backups weren’t running. On Windows, File History or a cloud sync service like OneDrive’s recycle bin can serve the same purpose, provided it was enabled beforehand.

If none of that applies, you’re into third-party recovery software territory, covered next.

When Built-In Recovery Fails: Third-Party Tools

Sometimes AutoRecover was off, the temp files got overwritten, or too much time has passed. Third-party recovery tools like EaseUS Data Recovery Wizard, Wondershare Recoverit, and Cisdem Data Recovery scan your drive for recoverable fragments of deleted or lost files, including Office documents.

Worth knowing before you reach for one:

  • They’re not guaranteed. These tools scan storage sectors for recoverable data, but once a sector’s been overwritten by new files, that content is genuinely gone — no software can pull it back.
  • Speed matters more than the tool you pick. The longer you keep using the drive after losing the file, the more likely new data overwrites the old file’s storage space. Stop saving new files to that drive if you’re going to try one of these tools.
  • Free tiers are usually limited. Most of these tools let you scan for free but charge to actually recover the file, so check pricing before you invest time in a full scan.

Treat these as a last resort after you’ve genuinely exhausted AutoRecover, Version History, and Trash/Recycle Bin — not a first stop.

READ MORE: Free Alternatives to Paid Office Software (2026 Guide)

How to Make Sure This Never Happens Again

The single biggest fix is turning on AutoSave to the cloud, which changes the entire problem from “unsaved document” to “which version do I want.”

  • Word/Excel/PowerPoint: Save new documents to OneDrive from the start. <cite index=”4-1″>Saving a new document to OneDrive as soon as you create it automatically turns on AutoSave, which then saves your changes every few seconds</cite>, removing the “unsaved” risk almost entirely.
  • Mac users: iCloud Drive functions the same way for documents saved there, syncing continuously rather than waiting for a manual save.
  • Google Docs: Already handles this by default — there’s nothing extra to enable.
  • Shorten the AutoRecover interval: Go to File > Options > Save and lower the AutoRecover save interval from the default so less work is at risk between checkpoints.

None of this makes recovery tools obsolete entirely — crashes and connectivity gaps still happen — but it shrinks the worst-case scenario from “lost everything” to “lost the last few seconds.”

Conclusion

Losing an unsaved document feels catastrophic in the moment, but between AutoRecover, Version History, Trash/Recycle Bin, and — worst case — recovery software, most documents are recoverable if you act before overwriting anything new. Start with your app’s built-in “Recover Unsaved Documents” menu, work through the folder paths above if that comes up empty, and once you’ve got your file back, turn on cloud AutoSave so you’re not doing this again next month.

FOR MORE HELPFUL GUIDES LIKE THIS, EXPLORE MORE HERE AND EXPLORE MORE.

FAQ Section

How do I recover an unsaved Word document?

Open Word, go to File > Info > Manage Document, and select Recover Unsaved Documents. If nothing appears, search your system for files with a .asd extension, or check the AppData/UnsavedFiles folder on Windows.

Where are unsaved Word documents stored on Windows?

Mainly in AppData\Roaming\Microsoft\Word and AppData\Local\Microsoft\Office\UnsavedFiles, plus any AutoRecover (.asd) files findable through Windows Search.

Can I recover a document I never saved at all?

Often yes, as long as AutoRecover was enabled — Word and Excel checkpoint your work in the background regardless of whether you’ve manually saved yet.

Does Google Docs autosave?

Yes, continuously, as long as you’re online. If you’re offline, changes sync automatically once you reconnect, and version history lets you roll back to earlier checkpoints either way.

How long does AutoRecover keep unsaved files?

It varies, but recovery files are commonly overwritten the next time you open a new document or close the app normally, so it’s best to recover and save promptly rather than waiting.

Can I recover an unsaved Excel file after accidentally clicking “Don’t Save”?

Yes — check File > Info > Manage Workbook > Recover Unsaved Workbooks first, and if the file had ever synced to OneDrive, check Version History too.

Why did my Word document disappear with no warning?

Usually a crash, forced shutdown, or power loss interrupted the session before a manual save, though AutoRecover typically still has a checkpoint from shortly before that happened.

Is third-party recovery software worth using?

Only after built-in recovery options are exhausted. These tools can recover deleted files from storage sectors that haven’t been overwritten yet, but success isn’t guaranteed and most charge for the actual recovery step.

Article by Daniel Carter

A technology editor and software troubleshooting specialist with over 12 years of experience creating reliable, easy-to-follow guides. Focused on software installation, system optimization, error resolution, and practical how-to tutorials that help users solve technical problems with confidence.

Leave a Comment