You ran an Office repair to fix a different problem, and now Word displays the error ‘Microsoft Word Stopped Working’ every time you open it. This error typically means a critical component or registry entry was left in an inconsistent state during the repair process. This article explains why the repair itself can trigger this crash and provides the exact steps to resolve it without reinstalling Office.
Key Takeaways: Fixing ‘Microsoft Word Stopped Working’ After Repair
- Control Panel > Programs > Programs and Features > Microsoft 365 > Change > Online Repair: A full online repair replaces all corrupted or missing files that a Quick Repair may have left behind.
- Safe Mode startup (hold Ctrl while launching Word): Determines whether the crash is caused by a damaged add-in or a core file issue.
- %appdata%\Microsoft\Templates and rename Normal.dotm to Normal.old: Resolves crashes caused by a corrupted default template that survived the repair.
Why a Repair Can Break Word Instead of Fixing It
Office repair comes in two forms: Quick Repair and Online Repair. A Quick Repair runs locally and only replaces files that are definitely damaged. It does not touch the registry or all installed components. If the original problem was a registry corruption or a missing shared component, a Quick Repair may leave those defects in place.
During a Quick Repair, the installer checks file hashes and replaces mismatched files. However, if a required DLL or executable is present but corrupted in a way that passes the hash check, the repair skips it. The result is a partially repaired Office suite where Word loads a damaged file and crashes immediately.
Another common scenario is that the repair process itself deletes or resets a registry key that Word needs to communicate with Windows Error Reporting or with the Graphics Rendering subsystem. When Word starts, it tries to read that missing key, fails, and throws the generic ‘Stopped Working’ dialog.
How the ‘Stopped Working’ Error Manifests
The error appears as a Windows dialog box with the title ‘Microsoft Word has stopped working’ and a button to check for a solution online or close the program. Word never finishes loading. No document window appears. The event log typically records an Application Error with exception code 0xc0000005 (Access Violation) or 0xc0000135 (DLL Not Found).
Steps to Fix Word After a Failed Repair
Start with the least invasive fix and escalate only if needed. Do not skip the Safe Mode test — it saves time.
Step 1: Run a Full Online Repair
- Open Programs and Features
Press Windows key + R, type appwiz.cpl, and press Enter. - Select Microsoft 365
Find Microsoft 365 in the list. Right-click it and choose Change. - Choose Online Repair
Select the Online Repair radio button and click Repair. This downloads a fresh copy of all Office files from Microsoft servers and reapplies registry settings. - Restart and test
After the repair completes, restart your computer and open Word. If the error is gone, no further steps are needed.
Step 2: Start Word in Safe Mode to Isolate Add-ins
- Launch Word in Safe Mode
Hold down the Ctrl key on your keyboard and double-click the Word shortcut. A dialog asks if you want to start in Safe Mode. Click Yes. - Check if the error appears
If Word opens without the ‘Stopped Working’ error, the cause is a third-party add-in. If the error still occurs, skip to Step 4. - Disable all add-ins
Go to File > Options > Add-ins. At the bottom, next to Manage, select COM Add-ins and click Go. Uncheck all boxes and click OK. Restart Word normally.
Step 3: Rename the Normal Template
- Open the Templates folder
Press Windows key + R, type %appdata%\Microsoft\Templates, and press Enter. - Rename Normal.dotm
Right-click Normal.dotm and choose Rename. Type Normal.old and press Enter. - Restart Word
Word creates a fresh Normal.dotm with default settings. Test whether the error recurs.
Step 4: Repair Word’s Registry Keys
- Open Registry Editor
Press Windows key + R, type regedit, and press Enter. Click Yes if prompted by User Account Control. - Navigate to the Word Data key
Go to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word. (Replace 16.0 with 15.0 for Office 2013, or 14.0 for Office 2010.) - Export the Word key
Right-click the Word folder, choose Export, and save a backup to your Desktop. - Delete the Data subkey
Inside the Word folder, right-click the Data subkey and choose Delete. Confirm. Do not delete the entire Word folder. - Restart Word
Word rebuilds the Data key with default values. If the error stops, the problem was a corrupted registry entry.
Step 5: Re-register Word’s DLLs
- Open an elevated Command Prompt
Press Windows key + X and select Terminal (Admin) or Command Prompt (Admin). - Run the re-registration command
Type for %i in (%ProgramFiles%\Microsoft Office\root\vfs\ProgramFilesCommon\dll) do regsvr32 /s %i and press Enter. Wait for the command to finish. - Restart and test
Close the terminal, restart your computer, and open Word.
If Word Still Has Issues After the Main Fix
Word Crashes Immediately After the Splash Screen
This pattern often indicates a damaged Graphics Filter or a conflict with the hardware graphics acceleration. Go to File > Options > Advanced. Under Display, check the box for Disable hardware graphics acceleration. Restart Word. If that does not help, run the Microsoft Support and Recovery Assistant from https://aka.ms/SaRA and select the Office installation scenario.
Error ‘Microsoft Word Has Stopped Working’ When Saving a Document
This points to a corrupted printer driver or a damaged default printer. Open Settings > Bluetooth & devices > Printers & scanners. Select your default printer and choose Remove. Restart Word, try saving, then reinstall the printer driver from the manufacturer’s website.
Word Shows the Error Only When Opening a Specific File
The document itself is corrupted. Use the Open and Repair feature: in Word’s Open dialog, select the file, click the arrow next to the Open button, and choose Open and Repair. If that fails, use a third-party document recovery tool or restore a backup copy.
Online Repair vs Quick Repair: Effectiveness After the ‘Stopped Working’ Error
| Item | Quick Repair | Online Repair |
|---|---|---|
| Network required | No | Yes, internet connection needed |
| Duration | 2–10 minutes | 15–45 minutes depending on connection speed |
| Registry changes | Does not modify registry | Resets Office registry keys |
| File replacement scope | Only files that fail hash check | All Office files, regardless of hash |
| Success rate for ‘Stopped Working’ after repair | Low — often repeats the same failure | High — replaces every component |
After an Online Repair, the ‘Microsoft Word Stopped Working’ error is almost always resolved. If it persists, the conflict is likely outside Office, such as a third-party antivirus blocking Word’s process or a damaged Windows system file. Run the System File Checker by opening Command Prompt as admin and typing sfc /scannow. Then run DISM /Online /Cleanup-Image /RestoreHealth to repair the Windows image.