If Microsoft Word has ever crashed mid-document, refused to open, frozen on the loading screen, or started throwing cryptic error messages at you, you are not alone. Word is one of the most-used applications on the planet, and that popularity comes with a long tail of quirks, conflicts, and failure modes. The good news: almost every Word problem has a fix, and most of them do not require you to call IT, reinstall Windows, or lose your work. This guide walks you through every major repair scenario, from a two-minute quick fix to advanced troubleshooting for stubborn issues that have resisted everything else.
Why Microsoft Word Breaks in the First Place
Before you start clicking buttons, it helps to understand what actually goes wrong. Word is a surprisingly complex piece of software, it manages fonts, COM add-ins, printer drivers, template files, registry entries, and cloud sync all at once. Any one of those moving parts can cause problems.
The most common culprits behind a misbehaving Word installation are:
- Corrupted Normal.dotm template, This is Word's master template. Every blank document you open inherits settings from it. If it gets corrupted (which happens after crashes, bad updates, or even certain macro scripts), Word behaves erratically or refuses to start.
- Conflicting add-ins, Third-party add-ins for Grammarly, Zotero, PDF converters, and other tools hook deep into Word. A single bad add-in can prevent Word from launching entirely.
- Incomplete or interrupted Office updates, A Windows Update that got interrupted halfway through, or an Office patch that did not apply cleanly, leaves broken DLL files and registry keys behind.
- Corrupted document files, Sometimes it is not Word itself that is broken, it is a specific .docx file that has become unreadable due to a bad save, storage failure, or sync conflict from OneDrive or SharePoint.
- Printer driver conflicts, This one surprises everyone. Word communicates with your default printer even when you are not printing, and a bad printer driver can cause Word to hang or crash on startup.
- Low disk space or insufficient permissions, Word needs temporary disk space and write access to your profile folders. Deny it either one and it will fail in unpredictable ways.
- Conflicting versions of Office, Running Office 365 alongside Office 2019 on the same machine, for example, can create DLL conflicts that cause both versions to misbehave.
Keep these root causes in mind as you work through the steps below. If you know which category your problem falls into, you can jump straight to the relevant section.
Before You Do Anything: The 60-Second First Aid Checklist
Run through these four things before attempting any real repair. They solve about 40% of all Word issues:
- Close Word completely, not just the document window, but the entire application. Check Task Manager (Ctrl+Shift+Esc) to make sure WINWORD.EXE is not still running in the background.
- Restart your computer. Genuinely restart, not sleep-and-wake. Many Word problems are caused by stale Windows sessions.
- Check for pending Windows and Office updates. Go to Settings → Windows Update → Check for updates. A pending update that has not been applied yet can cause exactly the symptoms you are seeing.
- Make sure your document is not stored in a path that contains special characters, or on a network share that is currently unavailable. Move it to your Desktop temporarily and try again.
Step-by-Step Fix: How to Repair Microsoft Word
Safe Mode launches Word with all add-ins disabled and uses a minimal configuration. If Word works in Safe Mode but not normally, an add-in is almost certainly your culprit.
To start Word in Safe Mode, hold the Ctrl key and then click the Word icon in your taskbar or Start menu. Keep holding Ctrl until a dialog asks whether you want to start in Safe Mode. Click Yes.
Alternatively, press Windows + R, type winword /safe, and press Enter.
If Word opens successfully in Safe Mode, proceed to Step 3 to identify and disable the bad add-in. If Word still crashes or refuses to open in Safe Mode, skip ahead to Step 4.
If Word opens in Safe Mode but is still behaving oddly (wrong default fonts, strange formatting, toolbar issues), your Normal.dotm template is likely corrupted. Renaming it forces Word to create a fresh one automatically.
Here is how to find and rename it:
- Press Windows + R, type
%appdata%\Microsoft\Templates, and press Enter. This opens the folder directly. - Find the file named Normal.dotm.
- Right-click it and choose Rename. Change the name to Normal.old and press Enter.
- Close the folder and launch Word normally. Word will generate a brand-new Normal.dotm with default settings.
Your old settings (custom styles, default font preferences, macros stored in Normal.dotm) will be gone, but the underlying Word installation will be healthy again. You can manually transfer any macros or styles you need from Normal.old afterward.
Add-ins are the most common cause of Word instability, and the fix is straightforward once you know the process. Here is how to isolate and disable the bad actor:
- Open Word (in Safe Mode if necessary). Go to File → Options → Add-ins.
- At the bottom of the screen, you will see a "Manage" dropdown. Set it to COM Add-ins and click Go.
- You will see a list of all installed add-ins with checkboxes. Uncheck all of them and click OK.
- Restart Word normally. If the problem is gone, an add-in was the cause.
- Go back to the COM Add-ins list and re-enable them one at a time, restarting Word after each one, until the problem returns. The last add-in you enabled before the problem came back is your culprit.
Once you have identified the bad add-in, leave it disabled. Visit the developer's website to check if there is an updated version that is compatible with your current version of Office.
Microsoft ships a dedicated repair utility with every Office installation. It can fix corrupted installation files, missing registry entries, and broken DLL references automatically, without requiring you to know exactly what broke.
There are two repair modes: Quick Repair (runs offline, takes 2–5 minutes) and Online Repair (downloads fresh files from Microsoft's servers, takes 10–30 minutes). Always try Quick Repair first.
How to access it:
- Press Windows + I to open Settings.
- Go to Apps → Installed apps (or "Apps & features" on Windows 10).
- Find Microsoft 365 or Microsoft Office in the list. Click the three-dot menu next to it and select Modify.
- A dialog will appear asking whether to run Quick Repair or Online Repair. Select Quick Repair and click Repair.
- Wait for the process to complete, then relaunch Word.
If Quick Repair does not resolve the issue, go back through the same steps and choose Online Repair this time. Online Repair is more thorough, it replaces virtually every Office file with a fresh download from Microsoft.
If Word itself works fine but a specific .docx file will not open, the document is the problem, not the application. Word has a built-in recovery mechanism for this.
Here is how to use it:
- Open Word. Do not double-click the corrupted file, open Word first.
- Go to File → Open → Browse.
- Navigate to the corrupted file and click it once to select it (do not double-click).
- Click the small dropdown arrow on the Open button (bottom-right of the dialog). You will see several options. Choose Open and Repair.
- Word will attempt to extract as much content from the file as possible and open it in a repaired state. Save it immediately with a new filename.
If "Open and Repair" does not work, try changing the file extension from .docx to .zip. Word documents are actually ZIP archives containing XML files. Renaming to .zip lets you open it with File Explorer and manually extract the content XML from the word/document.xml file inside.
This step surprises almost everyone, but printer driver conflicts are a legitimate and well-documented cause of Word startup crashes. Word queries your default printer when it initializes, and if that printer's driver is broken or the printer is disconnected, Word can hang or crash.
- Press Windows + I → Bluetooth & devices → Printers & scanners.
- Scroll down and turn off the option that says "Let Windows manage my default printer".
- Set Microsoft Print to PDF or Microsoft XPS Document Writer as your default printer, these are built-in virtual printers that always work.
- Try launching Word again.
If Word now opens, your original printer's driver was the problem. Visit the printer manufacturer's website to download the latest driver, install it, then switch your default printer back.
Word stores its settings in the Windows Registry. If those registry entries become corrupted, you will see persistent issues that survive even a repair install. Deleting them forces Word to rebuild its registry entries fresh on next launch.
- Press Windows + R, type
regedit, and press Enter. - Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Office\[version]\Word, where [version] is a number like 16.0 for Office 2016/2019/365. - Right-click the Word folder and select Export. Save this as a backup.
- Right-click the Word folder again and select Delete. Confirm the deletion.
- Close Registry Editor and launch Word. It will recreate all default registry entries automatically.
This process is essentially like a targeted factory reset for Word's settings, without affecting your actual documents or the rest of Office.
Advanced Troubleshooting for Persistent Problems
Word Crashes Specifically When Saving
If Word works fine until you try to save, the problem is almost always one of three things: a conflict with OneDrive or SharePoint sync, insufficient disk space, or a permissions issue on the save location.
First, check your available disk space on the drive where you are saving. Word requires temporary working space, if you are down to less than 1 GB free, it may fail during save operations. Delete some files or move content to free up space.
Second, if you are saving to a OneDrive or SharePoint location, try saving to your local Desktop first. If that works, your sync client has a conflict. Open the OneDrive system tray icon, check for any sync errors shown in red, and resolve them. Then try saving to OneDrive again.
Third, right-click your Documents folder, go to Properties → Security, and verify your user account has Full Control. If not, click Edit and grant it.
Word Is Extremely Slow or Freezes Temporarily
Slowness in Word is usually caused by one of three things: a very large document with many embedded images or tracked changes, an overloaded add-in, or real-time antivirus scanning interfering with Word's file operations.
For large documents: turn off Track Changes if you do not need it (Review → Track Changes → off). Accept all existing tracked changes. Compress images (select any image, go to Picture Format → Compress Pictures → choose "Email (96 ppi)"). These steps alone can make a sluggish 50 MB document feel like a new file.
For antivirus interference: add the following folders to your antivirus exclusion list, your Documents folder, the %appdata%\Microsoft\Word folder, and the %temp% folder. This stops your antivirus from scanning every file Word reads and writes, which can add significant latency.
Word Keeps Saying "Not Responding"
The "Not Responding" state usually means Word is waiting for something, a printer response, a network resource, a stuck add-in, or a background process like AutoSave. It does not always mean a permanent crash; sometimes Word recovers on its own after 30–60 seconds.
If it becomes a regular occurrence, open Task Manager during one of these freezes and look at the Details tab for WINWORD.EXE. Check the CPU column, if it shows 0% CPU but the process is "Not Responding," Word is stuck waiting on an external resource. If it shows high CPU (near 100%), Word is doing intensive processing that it is unable to complete.
The most effective permanent fix for "Not Responding" loops is to disable AutoRecover temporarily, identify whether the problem goes away, and then re-enable it with a longer save interval. Go to File → Options → Save and change "Save AutoRecover information every X minutes" from 1–2 minutes to 10 minutes. Frequent AutoSave operations on large documents can cause regular brief freezes.
Word Will Not Activate or Shows Subscription Errors
If you see a "Product Deactivated" banner or Word enters read-only mode with a notice that your subscription has lapsed, the fix is in the Office account layer, not in Word itself.
Open any Office application and go to File → Account. Sign out of the Microsoft account shown there, close the application, then reopen it and sign back in. This refreshes your license token. If you have a Microsoft 365 subscription that is genuinely expired, you will need to renew it at account.microsoft.com before Word will reactivate.
If you are on a business/enterprise plan and see activation errors, the issue is often that your Azure Active Directory sign-in token has expired or the device has lost contact with your organization's licensing server. Connecting to your corporate VPN and signing into Office again usually resolves this.
Office Repair Tool Does Not Run or Fails Partway Through
If the Office repair tool itself fails, you likely have a permissions issue or a conflict with a running Office process. Make sure all Office applications (Word, Excel, Outlook, Teams) are completely closed before running the repair. Check Task Manager for any lingering Office processes and end them.
If it still fails, download and run the Microsoft Support and Recovery Assistant (SaRA), search for it by name on Microsoft's support site. SaRA is a diagnostic tool that can run Office repair operations with elevated privileges and can fix things that the standard repair tool cannot.
How to Prevent Word Problems from Coming Back
Fixing the problem once is satisfying. Not having to fix it again is even better. These habits will keep your Word installation healthy long-term:
- Keep Office updated automatically. Go to File → Account → Update Options → Enable Updates. Microsoft regularly pushes stability fixes that address known crash bugs. Staying current is the single most effective preventive measure.
- Be selective about add-ins. Every add-in you install is a potential point of failure. Only install add-ins you actively use, and remove ones you no longer need. Periodically review your COM Add-ins list and clean it out.
- Close Word properly before sleep/shutdown. Forcing your laptop lid closed while Word is mid-save is a reliable way to corrupt Normal.dotm or your active document. Always close Word cleanly before letting the machine sleep.
- Save in .docx format, not .doc. The old .doc format is a binary format from Word 97–2003 that is significantly more prone to corruption than the modern .docx XML format. If you are still working in .doc files, resave them as .docx.
- Use AutoRecover, but do not rely on it exclusively. AutoRecover is a safety net, not a backup. Enable it (File → Options → Save → Save AutoRecover information), but also manually save frequently with Ctrl+S and maintain a real backup strategy for important documents.
- Keep your printer drivers current. Check your printer manufacturer's website every few months for driver updates, especially after Windows feature updates, which frequently break printer compatibility.
- Avoid installing two versions of Office side by side. If you need to test an older version, use a virtual machine. Running Office 2016 and Microsoft 365 on the same Windows installation creates DLL conflicts that are difficult to diagnose and fix.