Word Crash Reporter Keeps Appearing: How to Disable
🔍 WiseChecker

Word Crash Reporter Keeps Appearing: How to Disable

The Word Crash Reporter dialog appears after Word closes unexpectedly. This built-in Microsoft tool collects error data and sends it to Microsoft. If the dialog shows repeatedly, it indicates that Word is failing frequently due to a corrupt file, a damaged add-in, or a system incompatibility. This article explains why the Crash Reporter keeps appearing and provides four methods to stop it permanently.

Key Takeaways: Stop the Word Crash Reporter Dialog

  • Registry edit (DisableCrashReporting): Suppresses the Crash Reporter for all Office apps by setting a DWORD value to 1 in the Windows Registry.
  • Group Policy (Turn off Error Reporting): Disables error reporting for the entire Office suite via Local Group Policy Editor, ideal for IT-managed computers.
  • Safe Mode and Add-in cleanup: Launching Word in Safe Mode (hold Ctrl during startup) bypasses add-ins; disabling conflicting add-ins stops the crashes that trigger the reporter.

Why the Word Crash Reporter Dialog Appears Repeatedly

The Word Crash Reporter is part of Microsoft Office’s Watson error reporting system. When Word encounters an unhandled exception, the application terminates and the crash reporter collects a memory dump and error signature. Microsoft uses this data to identify bugs. The dialog appears each time Word closes abnormally, not during normal shutdowns.

A recurring Crash Reporter means Word is crashing on a regular basis. Common triggers include:

  • Corrupt Normal.dotm template
  • Faulty third-party add-ins (for example, PDF converters or citation tools)
  • Damaged document with complex formatting or embedded objects
  • Outdated graphics drivers or hardware acceleration conflicts
  • Incompatible Office updates or missing system patches

Disabling the Crash Reporter does not fix the underlying crash cause. It only hides the error dialog. To stop the crashes permanently, you must resolve the root problem. The methods below let you suppress the reporter while you troubleshoot.

How to Disable the Word Crash Reporter via Registry

This method works on Windows 10 and Windows 11 for all Office versions from 2016 onward. It disables the Crash Reporter for Word, Excel, PowerPoint, and other Office applications.

  1. Open Registry Editor
    Press Windows+R, type regedit, and press Enter. Click Yes in the User Account Control prompt.
  2. Navigate to the Office error reporting key
    Go to HKEY_CURRENT_USER\Software\Microsoft\Office\Common. If the Common key does not exist, right-click Microsoft and select New > Key, then name it Common.
  3. Create the CrashReporting key
    Right-click the Common key, choose New > Key, and name it CrashReporting.
  4. Add the DisableCrashReporting DWORD
    Right-click the CrashReporting key, select New > DWORD (32-bit) Value, and name it DisableCrashReporting. Double-click it, set the value to 1, and click OK.
  5. Restart Word
    Close Registry Editor. Open Word. The Crash Reporter should no longer appear after a crash. If it does, restart Windows to apply the change.

How to Disable the Word Crash Reporter via Group Policy

This method applies to Windows 10/11 Pro, Enterprise, and Education editions. Home editions do not include the Local Group Policy Editor.

  1. Open Local Group Policy Editor
    Press Windows+R, type gpedit.msc, and press Enter.
  2. Navigate to Office error reporting policy
    Go to Computer Configuration > Administrative Templates > Microsoft Office 2016 (or your version) > Tools | Options | General | Service Options. If you use Office 365 or Microsoft 365, use the Microsoft Office 2016 folder.
  3. Open the error reporting policy
    Double-click Turn off error reporting.
  4. Enable the policy
    Select Enabled, then click OK.
  5. Apply the change
    Close Group Policy Editor. Restart Word. The Crash Reporter will be disabled for all Office applications.

How to Disable the Crash Reporter Temporarily for a Single Session

If you need to suppress the reporter only once to finish a task, use this method. It does not require registry edits or group policy changes.

  1. Open Word in Safe Mode
    Press and hold the Ctrl key while double-clicking the Word shortcut. Release Ctrl when the Safe Mode dialog appears. Click Yes.
  2. Disable the Crash Reporter
    In Safe Mode, go to File > Options > Trust Center > Trust Center Settings > Privacy Options. Under Privacy settings, uncheck Automatically detect and send error reports. Click OK.
  3. Work in the session
    This setting lasts only for the current Safe Mode session. When you restart Word normally, the Crash Reporter will return unless you apply the registry or group policy method.

If Word Still Shows the Crash Reporter After Disabling It

Word Crash Reporter Appears Even After Registry Edit

Verify that you created the DWORD in the correct location. Some Office installations use a 64-bit registry path. Check HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Common\CrashReporting and add the same DisableCrashReporting DWORD with value 1. If the key exists under HKEY_CURRENT_USER, user-level settings override machine-level settings.

Word Crashes Instantly on Launch

If Word crashes before you can apply any fix, start Word from the Run dialog with the /safe switch. Press Windows+R, type winword /safe, and press Enter. In Safe Mode, disable add-ins via File > Options > Add-ins > Manage COM Add-ins > Go. Uncheck all add-ins and restart Word normally.

Crash Reporter Reappears After Office Update

Office updates sometimes reset registry values. After a major update, reapply the registry edit or group policy setting. To prevent this, export the registry key as a .reg file and double-click it after each update.

Registry Edit vs Group Policy: Comparison of Methods

Item Registry Edit Group Policy
Windows editions supported All editions (Home, Pro, Enterprise) Pro, Enterprise, Education only
Requires admin rights No (user-level key) Yes
Persistence after Office update May reset Persists if policy is enforced
Scope Current user only All users on the machine
Revert method Delete DWORD or set to 0 Set policy to Not Configured

The Word Crash Reporter is a diagnostic tool, not a problem itself. Disabling it stops the dialog but does not fix the crashes. After you suppress the reporter, focus on the root cause: run the Office Repair tool from Settings > Apps > Microsoft 365 > Modify, repair any corrupt documents via File > Open > Open and Repair, and update your graphics drivers. If crashes persist, create a new Windows user profile to rule out profile corruption.