Immediate Fix
If Microsoft Word is crashing to the desktop without warning, the most effective immediate solution is to launch the application in Safe Mode. This prevents problematic add-ins and custom templates from loading.
Launch Word in Safe Mode
Press the Windows Key + R, type the following command into the Run dialog, and press Enter:
winword /safe
If Word opens successfully in Safe Mode, the issue is likely a corrupted add-in or a template. If it still crashes, you may need to perform a repair on the Office installation itself.
Quick Troubleshooting Reference
| Symptom | Primary Fix |
|---|---|
| Crash to Desktop on Launch | Disable COM Add-ins |
| Hanging on “Processing” | Check Default Printer Connection |
| Freezing during Save | Repair Normal.dotm Template |
Technical Explanation
Word “hanging” or crashing to the desktop (CTD) usually indicates an unhandled exception in the application’s memory space. This is frequently caused by COM Add-ins. These are third-party tools (like PDF creators or grammar checkers) that hook into Word’s process but may not be compatible with your current version.
Another common technical cause is Hardware Graphics Acceleration. In certain hardware configurations, Word’s attempt to offload UI rendering to the GPU causes the application thread to lock, resulting in the “Not Responding” status. Finally, a corrupted Normal.dotm file—the global template for all Word documents—can cause a crash if it contains conflicting macro data.

Alternative Methods
Method 1: Disable Hardware Acceleration
If Word hangs during document scrolling or image insertion, go to File > Options > Advanced. Scroll down to the Display section and check the box for “Disable hardware graphics acceleration”. Restart Word to apply the changes.
Method 2: Rename the Normal Template
Corruption in the global template is a frequent culprit for crashes. Close all Office applications. Navigate to the following path in File Explorer:
%appdata%\Microsoft\Templates
Find the file named Normal.dotm and rename it to Normal.old. When you restart Word, it will generate a clean, default version of the template.
Method 3: Run the Office Repair Tool
If system files are missing, use the built-in repair utility. Open Control Panel > Programs and Features. Select Microsoft 365 (or Office), click Change, and then select Online Repair. This will verify and replace all core application binaries.