You double-click a Word document, and the splash screen appears with a progress bar that never finishes. The application hangs at the loading document screen, forcing you to close it via Task Manager. This freeze typically happens because the document is corrupted, contains incompatible content, or triggers a conflict with add-ins or hardware acceleration on your system. This article explains why Word freezes during document loading and provides a structured set of recovery steps to get your file open again.
Key Takeaways: Recovering a Word Document That Freezes on Load
- Open and Repair via File > Open > Browse > select file > Open dropdown > Open and Repair: Fixes minor corruption in the document structure and allows Word to bypass damaged sections.
- Safe Mode launch (hold Ctrl while starting Word or run winword /safe): Disables all add-ins and customizations to determine if an extension or template causes the hang.
- Disable hardware graphics acceleration in File > Options > Advanced > Display: Prevents GPU driver conflicts that freeze Word when rendering complex objects like charts or high-resolution images.
Why Word Hangs When Opening a Document
Word hangs at the loading screen primarily because of one of three technical issues. The most common cause is file corruption within the document itself — the binary structure of the .docx file is damaged, and Word cannot parse it during the initial read pass. The second cause is a conflict between Word and an installed add-in or the Normal.dotm template. A third-party add-in that tries to modify the document as it opens can deadlock the loading process. The third cause is a hardware or software rendering problem: Word uses the GPU to draw the document preview during loading, and outdated or faulty graphics drivers can stall that operation indefinitely.
File Corruption Patterns
A .docx file is a ZIP archive containing XML files for content, styles, and metadata. If any of these internal files are truncated, missing, or contain invalid XML, Word cannot reconstruct the document. Large embedded images, complex tables, or tracked changes increase the risk of corruption during a power failure or network save.
Add-In Interference
Add-ins load during the splash screen phase. An add-in that tries to access the document before it is fully loaded can cause a deadlock. Even benign add-ins like PDF converters or grammar checkers have been known to trigger this behavior after a Windows update changes the underlying API.
Graphics Rendering Hangs
Word relies on DirectX to render the document preview. If the GPU driver is outdated, or if the system uses a hybrid graphics setup (integrated + discrete GPU), the rendering thread can block the main UI thread. The loading bar appears stuck at a percentage between 10% and 90%.
Steps to Recover a Document When Word Hangs on the Loading Screen
Follow these steps in order. Test the document after each step — do not skip ahead unless the previous step fails.
Step 1: Open Word in Safe Mode
- Close all Word processes
Press Ctrl + Shift + Escape to open Task Manager. End all tasks named Microsoft Word or WINWORD.EXE. - Launch Word in Safe Mode
Hold the Ctrl key on your keyboard. Click the Word icon on the Start menu or desktop shortcut. Keep holding Ctrl until a dialog box appears asking if you want to start Word in Safe Mode. Click Yes. Alternatively, press Windows + R, type winword /safe, and press Enter. - Open the problem document
In Safe Mode, go to File > Open > Browse, locate the document, and open it. If it opens without hanging, the cause is an add-in or a corrupted Normal.dotm template.
Step 2: Use Open and Repair
- Start Word normally
Close Safe Mode and restart Word normally. - Navigate to the Open dialog
Click File > Open > Browse. - Select the document and choose Open and Repair
Click once on the document file. Click the downward arrow on the Open button. Choose Open and Repair from the dropdown menu. Word will attempt to rebuild the file structure and open the document.
Step 3: Disable Hardware Graphics Acceleration
- Open Word in Safe Mode again
Repeat Step 1 to start Word in Safe Mode. - Go to Options
Click File > Options > Advanced. - Scroll to the Display section
Under the Display heading, check the box labeled Disable hardware graphics acceleration. - Restart Word and open the document
Close Word and start normally. Try opening the document again.
Step 4: Extract Content Manually From the Corrupted File
- Change the file extension to .zip
Right-click the .docx file, choose Rename, and change the extension from .docx to .zip. Confirm the change if Windows asks. - Extract the ZIP archive
Right-click the .zip file and choose Extract All. Extract the contents to a folder. - Locate the document.xml file
Open the extracted folder, then open the word subfolder. Find the file named document.xml. - Open document.xml in a browser
Drag document.xml into a web browser window (Edge, Chrome, Firefox). The browser will display the raw text content. Copy the text and paste it into a new Word document.
If Word Still Has Issues After the Main Fix
Word Hangs When Opening a Specific Document but Others Open Fine
The document is corrupted. Use the Open and Repair method first. If that fails, use the ZIP extraction method to recover plain text. If the document contains tracked changes or comments, try opening it in Word Online at office.com — the web version handles some corruption better than the desktop app.
Word Hangs When Opening Any Document
The issue is likely a corrupted Normal.dotm template or a problematic add-in. Rename the Normal.dotm file (located at %appdata%\Microsoft\Templates) to Normal.old and restart Word. Word will create a fresh template. If that does not help, run the Office Repair tool from Control Panel > Programs and Features > Microsoft 365 > Change > Quick Repair.
Word Freezes During Loading After a Windows Update
A Windows update may have changed the default printer driver. Set a virtual printer like Microsoft Print to PDF as the default printer. Go to Settings > Bluetooth & devices > Printers & scanners, select Microsoft Print to PDF, and click Set as default.
| Recovery Method | When to Use | Success Rate |
|---|---|---|
| Safe Mode launch | Document hangs only with add-ins enabled | High if add-in is the cause |
| Open and Repair | Mild to moderate file corruption | Moderate — works for ~60% of cases |
| Disable hardware acceleration | Loading bar stuck at a specific percentage | High on systems with older GPUs |
| ZIP extraction | Severe corruption — no other method works | Very high for text recovery, low for formatting |
You now have four recovery methods to try when Word hangs at the loading document screen. Start with Safe Mode to rule out add-ins, then use Open and Repair for corruption. If the document still will not open, disable hardware graphics acceleration or extract the text manually via the ZIP method. As a final tip, enable AutoRecover in File > Options > Save and set the save interval to 5 minutes so future crashes preserve your work.