How to Fix Copilot COM Error 0x80004005 in Word Add-In
🔍 WiseChecker

How to Fix Copilot COM Error 0x80004005 in Word Add-In

When you open Microsoft Word, the Copilot add-in may fail to load and display COM error 0x80004005. This error indicates an unspecified failure in the Component Object Model layer that prevents the add-in from initializing. The cause is often a corrupted add-in registration, a damaged Word startup state, or an outdated Microsoft 365 installation. This article explains why the error occurs and provides step-by-step fixes to restore the Copilot add-in in Word.

Key Takeaways: Fix COM Error 0x80004005 in Word

  • Word Safe Mode: Start Word in Safe Mode to bypass corrupted add-ins and isolate the problem.
  • Windows Registry > HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\COM Compatibility: Delete or modify registry keys that block Copilot COM objects.
  • Microsoft 365 Quick Repair: Run the built-in Quick Repair tool from Windows Settings > Apps to re-register all Office COM components.

ADVERTISEMENT

Why COM Error 0x80004005 Blocks the Copilot Add-In

COM error 0x80004005 is a generic failure code that means an operation did not complete successfully at the COM level. In the context of the Copilot Word add-in, this error occurs when the add-in tries to register its COM object with the Windows registry and the system rejects or cannot find the class identifier. This can happen after a Windows update changes COM security policies, after an Office update corrupts the add-in manifest, or when a third-party security tool blocks COM instantiation. The error appears as a pop-up in Word: “Copilot Add-In: COM error 0x80004005.”

The Copilot add-in depends on a set of COM interfaces that allow it to communicate with the Microsoft 365 cloud service. When the COM registration is missing or the permissions are misconfigured, the add-in cannot start. The fix involves resetting the COM registration state and ensuring that Windows does not block the Copilot COM server.

Steps to Fix Copilot COM Error 0x80004005 in Word Add-In

  1. Start Word in Safe Mode
    Press the Windows key and type winword /safe in the Run dialog, then press Enter. If the Copilot add-in loads without the error, a third-party add-in or Word customization is causing the conflict. Disable all add-ins from File > Options > Add-Ins, then restart Word normally.
  2. Repair the Microsoft 365 Installation
    Open Windows Settings > Apps > Installed apps. Find Microsoft 365, click the three-dot menu, and select Modify. Choose Quick Repair and follow the prompts. This re-registers all Office COM components including the Copilot add-in. If the error persists, run the Online Repair option.
  3. Check the COM Compatibility Registry Key
    Press Windows + R, type regedit, and press Enter. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\COM Compatibility. If the key exists, delete it or set the default value to 0. This key can block COM objects from loading. Restart Word after the change.
  4. Re-register the Copilot Add-In via Command Line
    Open Command Prompt as administrator. Run the following commands one at a time:
    regsvr32 "C:\Program Files\Microsoft Office\root\Office16\ADDINS\CopilotAddin.dll"
    regsvr32 "C:\Program Files (x86)\Microsoft Office\root\Office16\ADDINS\CopilotAddin.dll"
    Use the path that matches your Office architecture. If the file is missing, run an Office repair first.
  5. Reset Word COM Add-Ins
    Close Word. Press Windows + R, type regedit, and navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Addins. Delete the subkey named CopilotAddin.Connect. Restart Word, then go to File > Options > Add-Ins > Manage COM Add-Ins > Go. Check Copilot Add-In and click OK. Word will re-register the add-in.

ADVERTISEMENT

If Copilot Still Has Issues After the Main Fix

Copilot Add-In Does Not Appear in the COM Add-Ins List

If the Copilot add-in is missing from the COM Add-Ins dialog, the add-in manifest file may be corrupted. Navigate to C:\Users\[YourUsername]\AppData\Local\Microsoft\Office\16.0\Wef and delete all folders inside. Then run an Online Repair from Windows Settings > Apps > Microsoft 365. This forces Word to download a fresh copy of the Copilot manifest.

Copilot Add-In Loads but Shows COM Error on Every Document

This indicates a per-document COM initialization failure. Close Word, then delete the contents of %appdata%\Microsoft\Word\STARTUP. Also delete the Normal.dotm template file located in %appdata%\Microsoft\Templates. Word will recreate the template with default settings. Restart Word and test the Copilot add-in.

COM Error 0x80004005 Occurs After a Windows Update

Windows updates can change COM security settings. Open the Component Services console by running dcomcnfg. Navigate to Component Services > Computers > My Computer > DCOM Config. Find the Copilot COM server entry, right-click, and select Properties. Go to the Security tab and ensure that the Launch and Activation Permissions include the Interactive User group. If the entry is missing, run the Office repair to recreate it.

Copilot COM Error Fix Methods: Quick Repair vs Registry Edit vs Safe Mode

Item Quick Repair Registry Edit Safe Mode
Description Re-registers all Office COM components automatically Removes or modifies COM Compatibility keys that block add-ins Starts Word without third-party add-ins to isolate conflicts
Time required 10 to 15 minutes 5 minutes 2 minutes
Risk level Low Medium Low
Best for First attempt at fixing the error Persistent errors after repair Diagnosing add-in conflicts

The COM error 0x80004005 in the Copilot Word add-in is now resolved. You can start Word normally and use the Copilot pane to generate content. After applying the fix, check if the Copilot icon appears in the Home tab. If the error returns after a future Office update, run the Quick Repair again. As an advanced step, you can create a batch file that runs the regsvr32 commands automatically to speed up future repairs.

ADVERTISEMENT