When the Copilot button disappears, or an AI add-in errors out on every third email, the instinct is to blame the tool. Usually that is the wrong place to look. Outlook wraps the same mailbox in several different shells — the classic desktop app, the "new" desktop app, and the browser — and each one enforces its own rules about what an AI tool is allowed to do.
This article is a fix-ordered walkthrough. First you identify which of the four ways AI actually plugs into Outlook you are using, because the failure points differ completely between them. Then you check the account-level settings that break the most tools. After that, the fixes are grouped by symptoms you will recognize from real usage.
First, Which Kind of AI Are You Running?
The fix differs by category, so getting this right saves a lot of wasted effort. The same "it does not work" sentence means four different things depending on the tool below.
Microsoft Copilot in Outlook
Copilot is Microsoft's own AI layer: it drafts and summarizes emails, coaches your writing, and helps organize the inbox. It runs inside Outlook on Windows, Mac, and the web. Because it is built on your Microsoft 365 identity, its failure modes are license, update-channel, and mailbox related rather than install related.
Outlook Add-ins
Third-party AI tools install as add-ins from Microsoft AppSource. They render inside the reading or composing pane using the Office JavaScript API. Examples include AI writing assistants, translation tools, and scheduling add-ins. An add-in works across Outlook on Windows, Mac, and the web — but classic Outlook on Windows and new Outlook run them differently, so an add-in can load in one and fail silently in the other.
Browser Extensions
Some AI email tools ship only as Chrome, Edge, or Firefox extensions that inject features into Outlook when you open it in a browser. They never appear in the desktop client at all. They only activate while you are viewing Outlook on the web — outlook.office.com or outlook.office365.com — in the browser where you installed them.
Connected Email Assistants
Tools like Superhuman, Perplexity, and certain AI meeting assistants do not install anything inside Outlook. They connect to your mailbox through OAuth and read and send through the Microsoft Graph API. When something breaks here, the problem is almost always an expired token or a withdrawn consent — never an Outlook rendering bug.
The Account-Level Checks That Fix Most Copilot Cases
These five settings cause more Copilot failures than anything else, and they are worth confirming before you try anything else. Microsoft's own guidance for a missing Copilot entry point is built around exactly these checks.
Your license. Copilot in Outlook requires a license that includes it. Microsoft 365 Copilot (the paid add-on) or Copilot Chat for business come through eligible Microsoft 365 business and education plans. At home, Microsoft 365 Personal, Family, and Premium include Copilot. If your account was recently assigned a license, give it time to propagate, then force a refresh (next step).
Your mailbox type. Copilot only works on a primary mailbox hosted in Exchange Online. If you are looking at a shared mailbox, an archive, a group mailbox, or a delegated mailbox, Copilot will be unavailable or will answer from incomplete context. Microsoft's Copilot requirements are explicit about those exclusions.
Your update channel. On Windows, Copilot needs Current Channel or Monthly Enterprise Channel. The Semi-Annual Enterprise Channel does not support Copilot features. You can see which channel you are on in any Microsoft 365 app under File > Account > Product Information.
Your privacy toggles. Outlook will hide cloud features if connected experiences are disabled. Check File > Account > Account Privacy > Manage Settings and make sure "Experiences that analyze your content" and "All connected experiences" are both on. On Mac it lives under Outlook > Preferences > Privacy.
Refresh your license. After a license change, Outlook can hold stale state. In any Microsoft 365 app go to File > Account > Update License, then close and restart your Office apps. On Mac the path is the app name menu > About Outlook > More Info > Refresh License.
Copilot in Outlook: Missing, Empty, or Wrong
Once the account-level checks above are clean, the symptom tells you what to do next.
If you have confirmed your license, channel, and privacy settings and the Copilot button still does not render, check whether you are on a documented known issue rather than a misconfiguration.
Microsoft is currently tracking a case where classic Outlook for Windows builds starting at 20026.20182 lose all Copilot entry points — the side-navigation button and the ribbon button — even with a valid Copilot Chat Basic or paid Copilot license. The official known-issue page lists the symptoms and its current status is "investigating," with the workaround being to use new Outlook or Outlook on the web, or to create a fresh Outlook profile. If your symptoms match that list, you are not doing anything wrong; the button can simply be restored faster in another client.
Two settings specific to the web client are worth checking separately. On outlook.office.com, refresh the page once, because a stale session can hide the entry point. And if you block third-party cookies, Copilot may fail license validation — temporarily allow cookies for the Microsoft sites while you test.
Copilot Opens, Then Closes
New Outlook is built on web technologies, and a corrupted local cache can make the Copilot pane open, show a loading state, and then close itself. The reliable fix is to reset the app, which clears cached data without deleting your mail.
On Windows, open Settings > Apps > Installed apps, locate Outlook (new), open its advanced options, and click Reset. On Mac, the equivalent is clearing the cache for the Outlook app. Restart and try Copilot again.
Copilot Answers Are Wrong or Thin
If Copilot loads but its answers miss obvious context, the mailbox scope is usually the problem. Copilot only sees the primary mailbox hosted on Exchange Online. It does not read archive, shared, group, or delegate mailboxes. If the information you need sits in one of those, Copilot genuinely cannot see it, so its answer will be incomplete regardless of prompting.
Ask Copilot to work within the primary mailbox, or move the relevant messages into it. A prompt like "summarize this thread using the reading pane context" works better than one that assumes access across the whole tenant.
Add-ins: Loading, Installation, and Version Gaps
Add-in failures are the most misdiagnosed category, because two completely different causes produce the same "it won't load" complaint.
The Account Type Decides Whether Add-ins Appear at All
Web add-ins only roam to Outlook when the mailbox is connected as Microsoft 365 or Exchange. If your desktop profile is set up as POP or IMAP, add-ins will not appear in it at all — not broken, just not supported. Microsoft Support is clear that a Microsoft 365 or Exchange connection is required for add-ins to show.
Check under File > Account Settings in classic Outlook: the account type must say Microsoft 365 or Exchange, not POP or IMAP. If it is POP/IMAP, add the same mailbox as an Exchange account, or use Outlook on the web, where add-ins work regardless.
New Outlook Runs Web Add-ins Only
Legacy COM add-ins — the older installable type many security, productivity, and older AI tools use — do not load in new Outlook at all. New Outlook and Outlook on the web only support web add-ins. If a tool worked in classic Outlook but never appears in new Outlook, check whether the vendor ships a web-add-in version. If it does not, your choices are classic Outlook or finding a modern alternative.
"Sorry, We Couldn't Load the App"
This specific error points at a rendering problem. Work through these in order:
- Use a supported browser for Outlook on the web — Edge, Chrome, Firefox, or Safari — and update it. Older browsers fail on modern add-ins.
- Turn off Internet Explorer Compatibility Mode if your system forces outlook.office.com through it. Add-ins using modern JavaScript will not run. Add the domain to the list of sites that open without IE mode.
- Clear the Office add-in cache. Delete the contents of
%LOCALAPPDATA%\Microsoft\Office\16.0\Wef on Windows, or ~/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Wef on Mac, then restart Outlook.
- Check for a "tampered package" error. If you see it, remove the add-in from File > Options > Add-ins and reinstall it from AppSource.
It Works on One Email but Not the Next
An add-in that launches on most messages but not on a specific one is usually hitting an error in that item's data path — a malformed field, an attachment, or content the add-in's script trips over. This is item-specific, not a global outage.
Confirm the pattern: try the add-in on a different email, then on the original. If switching emails fixes it, the failure follows the item, not the add-in. Clear the Wef cache and update Outlook as a first pass; if the problem persists on the same message, report it to the vendor with that specific item, because the add-in's own code is failing on it.
Works in Classic but Not New Outlook (or Vice Versa)
Classic Outlook for Windows and new Outlook handle add-in events differently. Classic Outlook loads a JavaScript file for event handling, while new Outlook and the web load an HTML file. If a vendor only implemented one path, the add-in behaves differently — or vanishes — in the other client.
There is also a version floor. Classic Outlook builds from before March 2024 (build 2403, version 17425.20000) do not support modern JavaScript features like async/await or ES2016+ syntax in event-based add-ins, and cannot handle the ternary operator in event-based and spam-reporting add-ins. If your add-in depends on those and you are on an older classic build, the add-in will fail to load. Update Outlook or switch to new Outlook.
Deployed by Your Admin but Missing for You
If a colleague has the add-in and you do not, it is an assignment problem, not a rendering problem. Administrators deploy add-ins to specific users or groups. Ask your IT team to check Microsoft 365 admin center > Settings > Integrated apps and confirm the add-in is deployed to your account. If it shows as blocked or disabled for you, nothing on your machine will make it appear.
Antivirus Is Blocking the Add-in
Antivirus software can block add-ins that render through WebView2, the embedded browser component. The classic symptom is an E_ACCESSDENIED error (0x80070005). The fix is to add exemptions for the Office root folder executable and msedgewebview2.exe in your antivirus settings. This is a documented interference, so your antivirus vendor's documentation should cover where to add the exception.
The Web Client: Extensions and Invisible Settings
Browser extensions for Outlook on the web fail in quieter ways than add-ins, and they fail silently.
The extension vanished after a refresh. Check that you are in the browser where you installed it — a Chrome extension does not run in Edge unless Edge is also in Chromium mode and you installed it there. Confirm the extension is enabled in the browser's extension manager. Then consider that the Outlook toolbar changes over time; if the extension injected itself into a toolbar slot Microsoft reorganized, it may still be running but with no visible button. Open the extension's own settings for a re-inject or refresh option.
Baseline check. Outlook on the web and new Outlook require a current version of the browser. Microsoft's own add-in documentation lists browser support per platform, and an outdated browser is the single most common reason a web add-in looks dead.
For tools that connect through OAuth — Superhuman, Perplexity, and similar assistants — an "expired authorization" message or a tool that stops syncing usually means the access token is stale or an administrator revoked the app's permission.
Open the tool's settings, disconnect the Outlook account, and reconnect. In a managed organization, your IT admin may need to re-approve the application in Microsoft Entra ID (formerly Azure Active Directory). This is a connection issue, not an Outlook issue, so Outlook itself will look completely normal.
This is the most common false alarm, and it is rarely a bug. AI email tools build a separate integration for each provider. Gmail tools use Google Workspace APIs; Outlook add-ins use the Office JavaScript API; connected tools use Microsoft Graph. A polished Gmail integration does not imply an equal Outlook one.
Before troubleshooting further, check the vendor's own documentation for which platforms come with which features. If Outlook is listed but a specific feature is missing, the vendor has not built it for the Outlook integration yet — no amount of clearing caches will create it. If the add-in is listed as supported but still will not load, work through the add-in section above; the add-in may install but fail to initialize because of a permission scope the vendor configured incorrectly for Outlook.
The Less Obvious Culprits
These show up less often, but they are fast to rule out and save a support ticket.
System clock skew. Time-based token validation breaks if your clock is off by more than a few minutes. Set your device to sync time automatically and test again.
Rate limits and outages. An AI tool that calls external APIs from within Outlook can hit a daily or per-minute cap. If the tool suddenly stops while Outlook itself works, check the vendor's status page before anything else. For Microsoft services, the Get Help app includes a Copilot connectivity troubleshooter, and tenant admins can check Microsoft 365 admin center > Health > Service health for active outages.
Is This a New Problem or a Long-Standing One?
Answering this before you start fixes saves most of the time people waste troubleshooting.
If it worked before — even yesterday — something changed. The suspects are an Outlook update, a license change, an admin policy update, or a vendor releasing a new build of their add-in. Look for what changed and reverse it.
If it never worked — for you or anyone on the team — it is a configuration gap: a missing permission, an unsupported account type, or a platform the tool never supported. Check the vendor's requirements page before touching settings.
If it works for a colleague but not for you, the problem is your account or your machine, not the service. Compare licenses, admin assignments, and update channels against theirs.
Frequently Asked Questions
Why is Copilot not showing in Outlook?
Copilot may be missing because your mailbox is not hosted on Exchange Online, your Microsoft 365 license does not include Copilot access, connected experiences are disabled in privacy settings, or your Outlook version is on an unsupported update channel. Check your license first, then verify your mailbox type and privacy settings.
Why does my Outlook add-in show an error when I try to open it?
Common causes include browser compatibility issues in Outlook on the web, antivirus software blocking the WebView2 process, Internet Explorer Compatibility Mode being active, or your Outlook build being older than the add-in requires. Restart Outlook, disable Compatibility Mode, add antivirus exemptions for the Office folder, and update to the latest build.
Yes. Outlook on the web supports Outlook add-ins from AppSource and browser extensions from the Chrome Web Store or Firefox Add-ons. Some browser extensions only activate when you are viewing Outlook in a Chromium-based browser like Edge or Chrome.
Most AI email assistants rely on different integration paths for each provider. Outlook add-ins use the Office JavaScript API, while Gmail tools use Google Workspace APIs. An add-in that works in Gmail may not have an Outlook version, or the Outlook add-in may require a different permission level. Check the vendor's marketplace listing for Outlook-specific installation steps.
How do I check if my Outlook add-in is enabled?
In classic Outlook on Windows, go to File > Options > Add-ins and look at the Active and Inactive lists. In new Outlook or Outlook on the web, click the Apps icon in the message toolbar. If the add-in appears under Disabled Items, your administrator may have blocked it via policy.
What should I do if Copilot in Outlook keeps giving wrong answers?
Copilot in Outlook only sees the content of your primary mailbox on Exchange Online. It cannot access archive mailboxes, shared mailboxes, group mailboxes, or delegate mailboxes. If the information it needs lives in one of those places, Copilot will not have enough context to answer accurately.