When you attempt to insert or update a citation using a third-party add-in in Word, the application may stop responding and display error code 0x800AC472. This error indicates that Word cannot communicate with the add-in’s COM object because the interface reference has expired or the add-in is not properly registered. The problem occurs most often with citation tools that rely on older Component Object Model (COM) bridges, such as certain versions of EndNote, Zotero, or Mendeley. This article explains why the 0x800AC472 error happens, provides step-by-step fixes to restore the add-in connection, and covers related failures that produce similar error codes.
Key Takeaways: Resolving the 0x800AC472 Citation Add-in Error in Word
- File > Options > Add-ins > Manage COM Add-ins > Go: Disable and re-enable the citation add-in to reset its interface connection.
- Running the add-in installer as Administrator: Re-registers the COM object that Word needs to communicate with the citation tool.
- Registry path HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins: Deleting a stale add-in entry forces Word to reload the add-in from its original installation.
Why the 0x800AC472 Error Occurs With Citation Add-ins
Error 0x800AC472 is a COM exception that means the interface pointer Word obtained from the add-in is no longer valid. This happens when the add-in’s COM server terminates unexpectedly or when the add-in DLL fails to register its interface correctly during installation. Citation add-ins such as EndNote, Zotero, Mendeley, and RefWorks each install a COM add-in component that Word loads on startup. If that component becomes corrupted, is blocked by security software, or was installed under a different user account, Word cannot bind to the add-in’s methods and throws error 0x800AC472.
The Role of COM Registration in Add-in Loading
When Word starts, it scans the Windows Registry for COM add-in entries under HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins and HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Word\Addins. Each entry points to a DLL file that contains the add-in’s code. Word calls CoCreateInstance on the CLSID listed in that registry key. If the DLL is missing, unregistered, or returns an error during instantiation, Word displays error 0x800AC472. Citation add-ins are especially prone to this because they often update independently of Word, leaving a mismatched registry entry.
Why Only Specific Citation Add-ins Trigger the Error
Not all citation add-ins cause this error. Older versions of EndNote (X9 and earlier) and the Zotero Word plugin for 32-bit Office on 64-bit Windows are the most common sources. These add-ins use a COM local server instead of an in-process DLL, which introduces a race condition during Word startup. If the local server has not finished initializing by the time Word queries its interface, the pointer becomes invalid. Newer add-ins such as Mendeley Cite and the Zotero Word plugin for 64-bit Office use a different integration method (JavaScript API) and rarely trigger 0x800AC472.
Steps to Fix the 0x800AC472 Error for Citation Add-ins
Follow these methods in order. Test the add-in after each method by restarting Word and inserting a citation.
Method 1: Disable and Re-enable the COM Add-in
- Open the COM Add-ins dialog
In Word, go to File > Options > Add-ins. At the bottom of the window, next to the Manage dropdown, select COM Add-ins and click Go. - Clear the check box for the citation add-in
Uncheck the entry for your citation tool, such as EndNote Cite While You Write or Zotero. Click OK. Close Word completely. - Reopen Word and re-enable the add-in
Open Word again. Navigate back to File > Options > Add-ins > Manage COM Add-ins > Go. Check the box for the same add-in. Click OK. Try inserting a citation.
Method 2: Run the Add-in Installer as Administrator
- Download the latest installer
Go to the citation tool’s official website and download the Word plugin installer. For EndNote, use the CWYW installer from the EndNote download page. For Zotero, reinstall the Zotero desktop application which includes the Word plugin. - Run the installer with elevated privileges
Right-click the installer file and select Run as administrator. Complete the installation. This re-registers the COM DLL under the correct user context. - Restart Word and test
Close and reopen Word. The add-in should load without error 0x800AC472.
Method 3: Remove Stale Registry Entries
- Open Registry Editor
Press Windows key + R, type regedit, and press Enter. - Navigate to the Word Add-ins key
Go to HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins. Expand the folder to see subkeys for each installed add-in. - Delete the problematic add-in key
Right-click the subkey that matches your citation tool (for example, EndNote.CWYW or Zotero.WordAddin) and select Delete. Confirm the deletion. Close Registry Editor. - Reinstall the add-in
Run the add-in installer as described in Method 2. This creates a fresh registry entry. Test Word.
Method 4: Repair Microsoft Office
- Open Programs and Features
Press Windows key + R, type appwiz.cpl, and press Enter. - Select Microsoft 365 or Office
Find your Office product in the list. Right-click it and select Change. - Choose Quick Repair first
Select Quick Repair and click Repair. Follow the prompts. If this does not resolve the error, run an Online Repair from the same menu. Online Repair reinstalls Office and resets COM security settings.
If Word Still Has Issues After the Main Fix
Word Crashes When Opening a Document With Existing Citations
If the add-in loads but Word crashes when you open a document that already contains field codes from the citation tool, the document’s field codes may be corrupted. Open the document with the add-in disabled. Press Alt+F9 to show field codes. Delete any field code that shows an error or references a missing add-in. Save the document, re-enable the add-in, and re-insert the citations.
Error 0x800AC472 Appears Only in 32-bit Word
Some citation add-ins, particularly older versions of EndNote, are compiled as 32-bit DLLs. If you run 64-bit Word, the add-in cannot load at all. Check your Word version by going to File > Account > About Word. If it says 64-bit and your add-in is 32-bit, install the 32-bit version of Office or install the 64-bit version of the citation add-in if available.
Antivirus Software Blocks the Add-in DLL
Real-time scanning by antivirus software can prevent Word from loading the add-in DLL. Temporarily disable real-time protection, restart Word, and test the add-in. If the error disappears, add the add-in DLL folder to your antivirus exclusion list. Common paths include C:\Program Files (x86)\EndNote and C:\Program Files (x86)\Zotero.
COM Add-in Integration Methods: In-Process vs Local Server
| Item | In-Process DLL Add-in | Local Server COM Add-in |
|---|---|---|
| How Word loads it | Loads the DLL into Word’s process space | Launches a separate EXE that exposes COM interfaces |
| Error 0x800AC472 frequency | Low | High |
| Example add-ins | Mendeley Cite, Zotero 64-bit plugin | EndNote X9 and earlier, Zotero 32-bit plugin |
| Fix approach | Disable and re-enable in COM Add-ins dialog | Re-run installer as Administrator or delete registry key |
Error 0x800AC472 in Word is a COM interface failure that affects specific citation add-ins using local server architecture. You can resolve it by disabling and re-enabling the add-in, reinstalling with administrator privileges, or cleaning stale registry entries. If the error persists, check your Word bitness versus the add-in version and exclude the add-in folder from antivirus scanning. After applying the fix, always test by inserting a new citation in a blank document before reopening your working file.