How to troubleshoot Microsoft Office add-ins

Last update: 15/07/2025
Author Isaac
  • Identifying and resolving common errors in Office add-ins
  • Detailed recommendations for each Office application, such as Outlook, Become and Excel
  • Steps to debug, reinstall, and validate plugins on different systems and platforms

Office add-ins

Have you ever had problems with plugins? Microsoft Office and you don't know where to start to solve them? Don't worry, you're just one of the many users and developers who, on a daily basis, encounter errors, loading errors, or incompatibilities in popular add-ins for applications like Word, Excel, Outlook, and PowerPoint. Understanding why these issues occur and how to address them not only saves time but also helps you get the most out of your office suite.

In this comprehensive and up-to-date guide, you'll find specific solutions to common errors, step-by-step recommendations, and tips for debugging add-ins on any Office-compatible platform. Whether you're a user or developer for the Microsoft Office ecosystem, here are helpful answers to help you resolve issues and ensure optimal performance of your add-ins.

Common problems and how to identify them

Before going into specific solutions, it is essential detect the type of error you're facing. Problems with add-ins can range from not appearing in the ribbon, to cryptic error messages, loading failures, unexpected behavior, or even a complete lack of functionality after installing an add-in.

Some common symptoms are:

  • The add-in is not displayed or is dimmed in the toolbar
  • Errors when trying to load or run a plugin (for example, 'access denied' or 'catalog unavailable')
  • Errors after reinstalling or updating the plugin
  • Warning messages about add-ons blocked by company policies or administrator settings
  • Problems logging in or interacting with the plugin once loaded

Most typical error messages and recommended solutions

Next, we review Some of the most common errors in Office add-ins and how you can solve them:

Error message Recommended Solution
Catalog not available Check your firewall settings and the connection to AppSource, as this usually indicates problems accessing this service.
This application could not be started Check that you have the latest Office updates installed or update using Windows Installer.
Access denied (E_ACCESSDENIED 0x80070005) Your antivirus may be preventing the plugin from running.. Add exclusions for .exe files in the Office root folder or for msedgewebview2.exe, as appropriate.
The property or method 'defineProperty' is not supported. Make sure Internet Explorer is not in compatibility mode. Correctly configure the 'Compatibility View Options'.
We couldn't load the app because your browser version isn't supported. Check that your browser supports the storage HTML5 locale or reset Internet Explorer settings. See requirements for supported browsers.
  How to open and analyze ETL files in Windows Performance Analyzer (WPA)

Errors when installing or loading plugins

If you see a message like this when installing an add-on 'Error loading plugins' in the status bar, follow these steps:

  1. Close all Office applications.
  2. Check the date and time of the device; Incorrect values may invalidate manifest checks.
  3. Validates the plugin manifest to verify that it is correctly configured.
  4. Restart the plugin or reinstall it completely from its original source.

If you suspect the package has been tampered with, download it again from the official website and repeat the installation. If the error persists, contact the publisher directly for dedicated support.

office add-ins
Related article:
Tutorial for Installing and Managing Add-ins in Microsoft Office

How to debug and get technical support help

Sometimes errors in Office add-ins are not visible. Enable debug information It is essential to gather details that will allow you, or your technical team, to identify the cause of the problem. For Outlook, for example, you can set the environment variable VSTO_SUPPRESSDISPLAYALERTS=0 to force detailed error windows to appear when starting the program from the command line. commandsIt's also helpful to review the list of inactive add-ins and their loading behavior via the COM Add-ins menu in Office's Advanced Options.

Outlook Troubleshooting: Add-in not working

If an Outlook add-in crashes or behaves abnormally, especially when using Internet Explorer, try enable script debugging in advanced options Internet Explorer. Remember to disable this debugging again once the problem is resolved to avoid annoying messages when browsing. You can also find out how to Troubleshoot Office issues when using virtual printers.

The plugin does not activate or appears blocked

Sometimes a plugin may become inactive, blocked, or invisible due to company group policies or incorrect states after a previous error. It is essential:

  • Ensure that the user account is properly authenticated and, if using two-step authentication, complete the process.
  • Review Group Policy settings in your organizationThe administrator can manage which add-ons can be loaded using the Windows registry (keys like RestrictToList) or the managed add-on list (AddinList).
  • Reset the trusted add-ons catalog and review the exclusions or blocks applied.
  Here are 35 of the best apps to make money

Dialogs not displaying correctly and browser issues

Some add-ins require you to display dialog boxes that may be blocked by your browser's security settings, especially if you're using Office on the web and Microsoft Edge. To solve it:

  1. Add the add-on domain to the list of trusted sites in Edge security options.
  2. Make sure both the displayed domain and the plugin domain are in the same security zone.
  3. If the dialog still doesn't appear, consider using the displayInFrame option in the plugin code to force it to display within an iframe.

Plugins that do not update or have problems after an update

It is relatively common that When deploying a new version of a plugin manifest, the plugin manifest may not be updated immediately.Some changes require administrator approval, especially if the add-on was centrally deployed within an organization. Make sure the administrator approves the new version so users can access any new features or fixes.

Specific problems depending on the Office application

Outlook

  • Check whether the add-in is installed and enabled. If it appears in the inactive list, activate it manually from the COM add-in options.
  • If the add-in still doesn't appear, check the meeting policies in the admin center. Microsoft Teams, for example, to allow integration with Outlook.
  • For persistent problems or corrupt files (PST and OST), there are specialized repair tools such as tools to repair PST and OST files.

Become

  • If you notice that the plugin is not working or there are errors with the selections, please check if you are using a valid subscription. Microsoft 365, as certain APIs require this mode. For more details, see solutions for errors in Word.
  • Errors when working with tables, shapes, or styles are often due to template incompatibilities, compatibility modes, or application limitations.
  • When list or bullet formatting is lost, consider using methods like Document.insertFileFromBase64 instead of more limited ones.

Excel

  • The 'My Add-ons' icon may appear dimmed if optional connected experiences aren't enabled, or if your Trust Center settings block web add-ons.
  • Loading or login issues are often caused by incompatible or pending versions of the operating system, Office, or the browser used.
  • If the add-in still doesn't work after reinstalling, check your trusted add-in catalog settings and clear your Office cache. It may also be helpful to check run Office using commands.
  • To see the latest changes to a plugin, use the 'Update' option from the plugin's dialog and reinstall if necessary.
  A step-by-step guide to extracting text with the Snipping Tool in Windows 11

Advanced Troubleshooting and Debugging for Developers

troubleshoot office problems

If you are a developer, it is essential test the plugin on all possible platforms: Office on Windows, Mac, web, iOSAnd including Android In the case of Outlook, don't limit yourself to just one browser: Edge, Chrome, and Safari can behave differently with add-ins.

Use interception and debugging tools such as Fiddler, Charles or Requestly to analyze HTTP communications and debug the behavior of your add-ins. Additionally, you can sideload the add-in and enable detailed error messages in the advanced options of each Office application. Manifest validation is key to avoiding compatibility errors.

If you're working offline and loading the Office JavaScript library from a local copy, make sure you have the latest version, especially if you've been away from the project for a while. Update the NuGet packages (in Visual Studio) or npm packages (@microsoft/office-js and @types/office-js) in other IDEs. For more information, see how to.

Problems with cache and static files

La Office and browser cache may cause changes to add-ins to not be reflected immediately. To avoid it:

  • Clear your Office cache and, if necessary, your browser cache.
  • In development, disable client-side caching and add appropriate HTTP headers (Cache-Control: 'no-cache', Pragma: 'no-cache', Expires: '-1').
  • If you are using IIS, edit the web.config file to set strict caching policies.

Errors in properties and unexpected values

When working with Office JS APIs, Some properties may be read-onlyAttempting to modify them from code won't generate a visible error, but it simply won't work. Always consult the official documentation or TypeScript definitions to check if a property can be modified.

Null values in certain properties often indicate that different formats exist in the same range of cells or text. This isn't an error, but rather a way of indicating variety in the selection.

Leave a comment