Word Document Is Corrupted and Cannot Be Opened
Microsoft Word shows "the file cannot be opened because there are problems with the contents" or "Word experienced an error trying to open the file".
Last updated
Why Word Documents Get Corrupted
- Application crash during save — most common cause. If Word closes unexpectedly while writing, the DOCX ZIP structure is incomplete.
- Incomplete network transfer — downloading a DOCX from SharePoint, email, or cloud storage can produce a truncated file.
- Storage media failure — bad sectors on a drive silently corrupt data.
- Version incompatibility — very old .doc files can fail to open in modern Word due to feature support gaps.
Advertisement
Recovery Methods (Fastest to Most Thorough)
Method 1: Word's Built-In Repair (30 Seconds)
- In Word: File → Open
- Browse to your file but do not double-click
- Click the dropdown arrow next to the Open button
- Select "Open and Repair"
This triggers Word's internal structure repair. It works for most incomplete saves.
Method 2: Open in LibreOffice Writer (Free)
LibreOffice Writer (free, open-source) uses a different parser than Microsoft Word and can often open files that Word rejects.
- Download and install LibreOffice (libreoffice.org)
- Open the DOCX in LibreOffice Writer
- If it opens, immediately Save As → .docx to produce a clean copy
Method 3: Extract as ZIP
Since DOCX is a ZIP archive:
- Copy the file and rename the copy from
.docxto.zip - Try to extract the ZIP
- If extraction works, open
word/document.xmlin a text editor - The XML text contains the raw document content — copy the text portions
This is a last resort for recovering text content from a severely corrupted file.
Method 4: Restore From Version History
| Location | How to Access |
|---|---|
| OneDrive | Right-click file → Version history |
| SharePoint | File → Info → Version History |
| Windows AutoRecover | Word → File → Info → Manage Document → Recover Unsaved |
| macOS AutoSave | In Word: File → Revert Document |
AutoRecover files are saved every 10 minutes by default. After a crash, Word usually prompts to recover the AutoRecover copy on next launch.
Prevention
- Enable AutoSave (requires OneDrive or SharePoint) — saves after every change
- Set AutoRecover interval to 5 minutes: File → Options → Save → AutoRecover every X minutes
- Never save directly to a USB drive or network share — save locally first
- Enable File History on Windows for automatic version snapshots
Frequently asked questions
Can I recover a Word document that will not open?
Yes, in most cases. Use Word's built-in Open and Repair: File → Open → Browse → select the file → click the dropdown arrow on the Open button → Open and Repair. If that fails, try opening in LibreOffice Writer or Google Docs, which use different parsers and often open files Word rejects.
Where are Word AutoRecover files stored?
On Windows: C:\Users[Username]\AppData\Roaming\Microsoft\Word\ — look for files ending in .asd. On macOS: ~/Library/Containers/com.microsoft.Word/Data/Library/Preferences/AutoRecovery/. Word also prompts you to recover unsaved documents on the next launch after a crash.
How do I prevent Word document corruption?
Enable AutoSave (requires OneDrive or SharePoint — saves after every keystroke). Set AutoRecover interval to 5 minutes: File → Options → Save. Never work directly on files stored on USB drives or network shares — copy locally first. Keep regular backups using Windows File History or macOS Time Machine.
My Word document opens but text is garbled or missing. Can I fix it?
Garbled text often means the file is partially corrupted. Try Open and Repair first. If content is still wrong, rename the file from .docx to .zip, extract it, and open word/document.xml in a text editor — the raw text content is usually recoverable even when formatting is damaged.