Can anyone tell me how to recover an unsaved Word document on OS X 10.8.4 using Office 2011? Thanks in advance!
If you didn’t click the Don’t Save button or the file was unsaved due to a sudden power outage or app crashing, you can still find the unsaved Word document in the following directories:
Open Finder, click Go > Go to Folder, and search for one of the following paths:
~/Users/“username”/Library/Containers/com.microsoft.Word/Data/Documents (replace username)
Office 2016:
~/Library/Containers/com.microsoft.Word/Data/Library/Preferences/AutoRecovery/
Older Microsoft Office versions:
/Users/user-name/Library/Application Support/Microsoft/Office/Office 2011 AutoRecovery
After finding the unsaved Word document, rename the file extension to .docx before opening it.
For more information, check out this guide: Recover Unsaved Word Document on Mac
To find the unsaved Word document on OS X:
- Open Terminal.
- Type open $TMPDIR in Terminal and hit Enter.
- Open the folder com.microsoft.Word.
- Look for the Word document that looks like your file, which may be a .asd file.
- Open it and then copy the content somewhere else.
You might also want to check the Temporaryitems folder.
- In Terminal, run open $TMPDIR.
- Open the folder named Temporaryitems.
- Check if the unsaved Word document is inside.
- If it is, open it with TextEdit.
I went into the documents where the file was, right-clicked it, and opened it with TextEdit. Went into File, then Revert to, then Browse All Versions. This opens a new page with the current version on the left and all other previous versions on the right.