How can I recover an unsaved Word document?

I was working on an important Microsoft Word document when my computer froze and restarted before I could save it. Now the file is missing, and I really need help finding any unsaved or AutoRecover version because it contains hours of work I can’t easily recreate.

I ran into almost the same mess a couple months back. It was around 1 a.m., I was wrapping up a six page report, and my laptop locked up for no clear reason. Full freeze. I had to force a restart and I figured the document was gone.

First thing I checked was Word’s unsaved files folder:

C:\Users\YourName\AppData\Roaming\Microsoft\Word\UnsavedFiles

After that I searched the whole drive for .asd files. I did find one, which felt promising for about ten seconds. Then Word tried to open it and crashed right away. So that route was a dead end for me.

What got me out of it was this thread:
https://discussion.7datarecovery.com/forum/topic/help-need-to-recover-unsaved-word-document/

The steps there go beyond Word’s built in recovery and scan for leftover document data more aggressively. I followed it and recovered most of the file. I got back roughly 90 percent. The last chunk, maybe 20 minutes of edits, was missing, but at that stage I was fine with taking the win.

One thing I learned the hard way. Do not reopen Word before you try recovery. When Word launches, it seems to touch or replace temp data, and you raise the odds of losing what was still recoverable.

I still have one thing I’m unsure about. If the document was stored in OneDrive, does Word still keep usable local temp copies during editing, or does cloud sync change how much you’re able to recover?

3 Likes

Skip Word first. Check Windows itself.

After a crash, I’ve had better luck with temp files than with Word’s own recovery pane. @mikeappsreviewer covered the usual UnsavedFiles path, so try these instead.

  1. Search for temp docs.
    Look for:
    .tmp
    .wbk
    ~*.docx
    *.temp

Check these folders:
C:\Users\YourName\AppData\Local\Temp
C:\Users\YourName\AppData\Local\Microsoft\Office\UnsavedFiles

Sort by Date Modified. Open the newest files in Word.

  1. Check File History or Previous Versions.
    Right click the folder where the doc was supposed to live.
    Properties > Previous Versions.
    If System Restore or File History was on, you might find an older copy. People forget this one alot.

  2. Look in OneDrive version history.
    If your file was in Desktop, Documents, or OneDrive sync, sign into OneDrive on the web and check:
    Recycle Bin
    Version History
    Sometimes the doc exists there even when Word looks empty.

  3. Search by content, not filename.
    Windows search is bad at this, but if you remember a rare phrase from the document, search for it inside recent Office files.

  4. If nothing shows up, use Disk Drill.
    I don’t always agree with the “don’t reopen Word at all” advice. One quick open sometimes shows Document Recovery and saves time. But after that, stop writing data to the drive. Disk Drill is solid for recovering deleted or lost Word files, temp files, and fragments after a freeze or restart.

For search terms, use something like:
recover unsaved Word document after crash
find missing Microsoft Word file after restart

Also, this video walks through Word recovery steps pretty well:
watch how to recover an unsaved Word document after a crash

If you remember where it was stored, local drive vs OneDrive, post that. Theres a diff in what to check next.

One angle I’d add beyond what @mikeappsreviewer and @shizuka already covered: check whether Word saved a shadow copy in Recent files metadata even if the actual doc never got a proper filename.

Open Word, but do it carefully:

  • File > Open > Recent
  • At the bottom, click Recover Unsaved Documents
  • Also check pinned/recent locations, becuase sometimes Word shows a path to a temp location that does not appear in normal search

If that fails, try this less obvious spot:

  • File Explorer address bar:
    %localappdata%\Microsoft\Office\
  • Then search inside for:
    *.asd OR *.wbk OR ~*.tmp

Another thing people skip is Task Manager > Startup apps and crash timing. If Windows forced a bad restart during an update or storage hiccup, your file may not be ‘unsaved’, it may be a corrupted saved file with a zero-byte shell. So search for your expected filename and sort by size. If you find a 0 KB or tiny DOCX, copy it first, then try Word’s Open and Repair option.

I sorta disagree with the idea of never reopening Word at all. One controlled reopen can trigger the recovery pane. Just don’t keep using the PC after that. The more you write to disk, the worse your odds get.

If Word recovery and temp traces are gone, then yeah, Disk Drill is a legit next step for recovering lost Word documents after a crash, especially if the file got deleted, temp data got orphaned, or the restart trashed the working copy.

Also worth checking:
Microsoft’s guide to recover lost, unsaved, or corrupted Word documents

If you remember whether the doc was brand new vs previously saved once, that changes the best recovery path alot.

One angle not covered enough by @shizuka, @mike34, and @mikeappsreviewer is the Document Recovery cache tied to your Windows profile SID, especially after a crash + forced restart.

Try this:

  • Press Win + R
  • Paste: %appdata%\Microsoft\Word
  • Then also check: %localappdata%\Temp
  • But instead of just opening files, copy suspicious .asd, .wbk, .tmp, and oddly named .docx files to another folder first

Why I’m stressing the copy part: opening temp files in place can sometimes alter timestamps or make cleanup kick in.

Also check Word AutoRecover interval settings after the fact:

  • Word > File > Options > Save
  • If AutoRecover was disabled, the usual recovery paths may be a dead end
  • If “Keep the last AutoRecovered version if I close without saving” was off, unsaved recovery is much less reliable

One small disagreement with the “don’t open Word at all” camp: if this was a previously saved document, sometimes the fastest test is opening the saved copy with Open and Repair before deep recovery.

If nothing useful turns up, Disk Drill is a reasonable next move.

Pros of Disk Drill

  • good at finding deleted DOC/DOCX and temp remnants
  • simple scan flow
  • can preview recoverable files sometimes

Cons

  • recovery names/folder structure can be messy
  • deep scans take a while
  • success on truly unsaved files is hit or miss because they may never have been fully written

Important distinction:

  • Brand new never-saved doc = depends mostly on AutoRecover/temp traces
  • Existing file you edited = better odds from temp cache, previous version, or file recovery scan

So I’d do: copy temp candidates first, test Open and Repair on any saved version, then use Disk Drill only if the manual checks fail.