Word 2016 opens blank document from SharePoint
Word 2016 shows a blank screen when opening a file from SharePoint. Most common cause is the Office Upload Center cache. We'll fix it step-by-step.
1. Office Upload Center cache is corrupted
This is the #1 reason Word 2016 shows a blank document from SharePoint. The Office Upload Center keeps a local copy of files you open from SharePoint. When that cache gets stale or corrupted, Word loads the blank cached version instead of the real file. You'll see a gray window with no content — just the ribbon and a white page.
How to clear the cache
- Close Word and all other Office apps. Don't skip this — if Word is still running, the cache won't clear.
- Open the Office Upload Center. You can find it by pressing the Windows key, typing "Upload Center" and hitting Enter. Or look for the Office Upload Center icon in the system tray (bottom-right corner near the clock). It looks like a little cloud with an arrow.
- Once the Upload Center window opens, click Settings in the top-right corner (gear icon).
- In the Settings dialog, under "Local caching", click Delete cached files.
- You'll see a confirmation: "Are you sure you want to delete all cached files?" — click Yes.
- Close the Upload Center window.
- Now reopen the file from SharePoint. Open your browser, go to the SharePoint library, click the file, and choose Open in Word. The document should load normally.
Expected outcome: After clearing the cache, Word will download a fresh copy from SharePoint. You should see the document content within 5-10 seconds. If it's still blank, move to the next fix.
2. Word is stuck in Compatibility Mode or has a corrupt template
Sometimes the issue isn't the cache but Word itself. A damaged Normal.dotm template — the default template that sets font, margins, and layout — can cause blank behavior. This is less common than cache issues, but I've seen it happen after a failed update or a crash.
How to reset the Normal.dotm template
- Make sure Word is completely closed. Check Task Manager (Ctrl+Shift+Esc) to confirm no Word.exe processes are running.
- Open File Explorer. In the address bar, paste this path and press Enter:
%appdata%\Microsoft\Templates - You'll see a file named Normal.dotm. Right-click it and choose Rename. Change the name to OldNormal.dotm (or just add ".old" at the end).
- Close File Explorer. Open Word again — it will create a fresh Normal.dotm automatically.
- Now try opening the same SharePoint file again. Go to SharePoint in your browser, click the file, and choose Open in Word.
What to expect: Word will build a new default template. Your custom styles and macros will be gone — you'll need to re-add them. But the document should appear normally. If it still doesn't work, there's one more thing to check.
3. The file is checked out or locked by someone else
This one's rarer, but I've seen it trip people up. If a colleague has the file checked out in SharePoint (or has it open in their own Word), you can sometimes see a blank page instead of an error message. SharePoint permissions can also be too restrictive, silently failing.
How to check and fix
- Open the SharePoint library in your browser. Find the file that's showing blank.
- Hover over the file name. Look for a small icon that says "Checked out to [name]" or a lock icon. If you see that, someone else has it.
- If you have permission, right-click the file and choose Discard Check Out (only do this if you're sure the other person isn't actively editing).
- If you don't see a check-out icon, check your own permissions. Click the file, then the ellipsis (...), then Details. In the right pane, scroll to Permissions. You should see "You have edit access" or similar. If you see "Read-only" or "No access", talk to your site admin.
- After resolving the check-out or permissions, try opening the file again from SharePoint.
What you'll see: If the file was checked out, after discarding it you'll get the latest version. If it was permissions, you'll either get the document or a clear error message about access — not a blank screen.
Quick reference table
| Symptom | Likely cause | Fix |
|---|---|---|
| Blank page, other Office files open fine | Corrupt Upload Center cache | Clear cache via Office Upload Center |
| Blank page with Word crashing later | Corrupt Normal.dotm template | Rename Normal.dotm |
| Blank page, other users can open the file | File checked out or permissions issue | Discard check-out or check permissions |
Was this solution helpful?