You wake your computer from sleep only to find Word has crashed, often with a message that the program stopped working or the document is now blank. This crash typically occurs because the graphics rendering engine in Word fails to reinitialize properly after the display driver resets during sleep. Other common triggers include a corrupted Normal.dotm template or an add-in that does not handle the power state transition. This article explains why the crash happens and provides three targeted fixes to prevent Word from crashing when you resume from sleep with a document open in the background.
Key Takeaways: Stopping Word Crashes After Sleep
- File > Options > Advanced > Show document content > Disable hardware graphics acceleration: Forces Word to use software rendering, which is more stable across power state transitions.
- File > Options > Add-ins > Manage COM Add-ins > Go: Disable third-party add-ins that may not reinitialize correctly after the display driver resets.
- File > Options > General > Startup options > Uncheck “Show the Start screen when this application starts”: Prevents Word from loading a cached screen state that can conflict with a resumed session.
Why Word Crashes When the Computer Wakes From Sleep
When a Windows 10 or Windows 11 computer enters sleep, the operating system saves the current state of all running applications to RAM and then powers down non-critical hardware components, including the graphics processing unit. The display driver is unloaded, and the GPU memory is cleared. When the system resumes, Windows reinitializes the display driver and restores the GPU memory. Word relies heavily on hardware-accelerated rendering for features such as text anti-aliasing, scroll smoothing, and animated transitions. If the display driver reinitialization fails or takes longer than expected, Word can crash because it tries to access stale GPU resources that no longer exist.
Role of the Normal.dotm Template
The Normal.dotm template stores default styles, macros, and AutoText entries. Every time Word starts, it loads this template into memory. If the template becomes corrupted—often due to an interrupted save or a conflict with a third-party add-in—it can cause Word to crash when the application tries to reload its settings after a sleep cycle.
Add-in Interference
Third-party add-ins, such as PDF converters, citation managers, or grammar checkers, register event handlers that fire when Word opens or closes documents. Some add-ins do not handle the power state transition gracefully. When the system wakes from sleep, the add-in may attempt to access a resource that is not yet available, triggering an unhandled exception that crashes Word.
Steps to Prevent Word Crashes After Sleep
Apply these fixes in the order shown. Each fix addresses a different root cause. Test after each step by putting your computer to sleep with a Word document open and then waking it.
Fix 1: Disable Hardware Graphics Acceleration
- Open Word and go to File > Options
If Word crashes immediately after wake, restart the computer first, then open Word in Safe Mode by holding the Ctrl key while clicking the Word icon. In Safe Mode, go to File > Options. - Select the Advanced tab
Scroll down to the Show document content section. - Check the box labeled “Disable hardware graphics acceleration”
This forces Word to render text and graphics using the CPU instead of the GPU. The change takes effect immediately. - Click OK and restart Word
Test by saving a document, putting the computer to sleep, and waking it. If Word no longer crashes, this was the cause.
Fix 2: Rename the Normal.dotm Template
- Close Word completely
Make sure no Word process is running in Task Manager. - Open File Explorer and type
%appdata%\Microsoft\Templatesin the address bar, then press Enter
This opens the folder where Word stores the Normal.dotm template. - Right-click Normal.dotm and select Rename
TypeNormal.oldand press Enter. Word will create a fresh Normal.dotm the next time it starts. - Open Word and test the sleep behavior
If the crash stops, your old Normal.dotm was corrupted. You can delete Normal.old after confirming the fix works.
Fix 3: Disable COM Add-ins
- Open Word and go to File > Options
If Word crashes, start it in Safe Mode as described in Fix 1. - Select the Add-ins tab
At the bottom of the window, next to Manage, select COM Add-ins from the drop-down list and click Go. - Uncheck all third-party add-ins in the list
Leave only the default Microsoft add-ins checked. Click OK. - Restart Word and test the sleep behavior
If the crash stops, re-enable the add-ins one at a time, testing after each, to identify the specific add-in that causes the problem.
If Word Still Has Issues After the Main Fix
Word Freezes for Several Seconds After Wake Before It Crashes
This indicates a display driver timeout. Update your graphics driver to the latest version from the manufacturer’s website. On Windows 11, go to Settings > Windows Update > Advanced options > Optional updates and install any driver updates listed there. On Windows 10, go to Settings > Update & Security > Windows Update > View optional updates.
Word Opens a Blank Document After Wake Instead of the Previously Open File
This means Word crashed silently during the resume process. Apply all three fixes above. Additionally, go to File > Options > Save and ensure the box “Save AutoRecover information every 10 minutes” is checked. Set the AutoRecover file location to a folder you can access easily. Word will recover the last autosaved version of your document the next time you open it.
Word Crashes Only When Multiple Documents Are Open
This suggests a memory or resource limitation. Close any unnecessary programs before putting the computer to sleep. Also, go to File > Options > Advanced and under Display, set the Show background repagination option to Off. This reduces the workload when Word reopens documents after wake.
| Item | Hardware Graphics Acceleration On | Hardware Graphics Acceleration Off |
|---|---|---|
| Description | Word uses GPU for rendering text and graphics | Word uses CPU for all rendering |
| Performance with large images | Faster scrolling and zooming | Slower scrolling, possible lag during zoom |
| Stability after sleep | Prone to crash if GPU driver reinitialization fails | Stable, no dependency on GPU state |
| Battery life on laptops | Slightly better because GPU offloads work | Slightly worse because CPU works harder |
| Recommended for | Desktop PCs with recent GPU drivers | Laptops, older systems, or any system with sleep-related crashes |
You can now prevent Word from crashing when you resume from sleep with a document open in the background. Start by disabling hardware graphics acceleration, as this resolves the majority of cases. If the crash persists, rename the Normal.dotm template and then disable COM add-ins. As a final step, keep your graphics driver updated and set AutoRecover to run every 10 minutes so that unsaved work is protected even if a crash occurs.