You removed a Copilot license from a user in the Microsoft 365 admin center, but the Copilot button still shows up in Word, Excel, PowerPoint, and Outlook. This happens because the client applications cache license data and do not check for changes in real time. The button may remain visible for up to 72 hours or until specific cache-clearing steps are performed. This article explains why the license removal does not instantly hide the button and provides exact steps to force the client to refresh its license state.
Key Takeaways: Force Copilot Button to Disappear After License Removal
- Microsoft 365 admin center > Billing > Licenses > Remove license: Deactivates Copilot at the tenant level for a user but does not instantly update the client
- Outlook Web App > Options > General > About > Sign out everywhere: Clears server-side session tokens that may hold the license claim
- Windows Registry key HKCU\Software\Microsoft\Office\16.0\Common\Licensing\Resiliency: Delete this key to force the Office client to re-read license status from the server
Why Does the Copilot Button Persist After License Removal?
When you remove a Copilot for Microsoft 365 license from a user, the Microsoft Entra ID updates immediately. However, the Office desktop apps do not poll the licensing service every few seconds. They rely on cached license tokens that are stored locally and refreshed periodically. The default refresh interval for Office license tokens is 24 hours. Until the token expires or the cache is cleared manually, the app still sees a valid Copilot license and displays the button.
A second factor is the Microsoft 365 Apps for enterprise subscription activation. The Office client checks activation state, not per-service license state. Copilot is a service plan inside the Microsoft 365 E3 or E5 subscription. Removing the Copilot service plan does not deactivate the base Office suite. The client therefore continues to show all UI elements that were available at the time of the last successful license check.
A third factor involves the Outlook add-in for Copilot. Outlook loads add-ins from the Microsoft 365 admin center integrated apps list. Even if the user’s license is removed, the add-in may remain deployed to the user until the admin removes it from the user’s app assignment. The add-in can cause the Copilot button to appear in the Outlook ribbon independently of the license state.
Steps to Remove the Copilot Button After License Revocation
Follow these steps in order. Test whether the Copilot button disappears after each step. Do not skip steps unless the button is already gone.
Step 1: Verify License Removal in the Admin Center
- Sign in to the Microsoft 365 admin center
Go to admin.microsoft.com. Sign in as a Global Administrator or Billing Administrator. - Open the user’s license management page
Select Users > Active users. Click the affected user name. Select the Licenses and apps tab. - Confirm Copilot is unchecked
Under the assigned license, locate Copilot for Microsoft 365. Ensure the checkbox is cleared. Click Save changes. Wait 5 minutes before proceeding.
Step 2: Sign Out of All Office Sessions
- Open any Office app
Launch Word, Excel, or PowerPoint. - Sign out of the current account
Click File > Account. Under User Information, click Sign Out. Confirm the sign-out. - Clear the cached credentials from Windows Credential Manager
Open Control Panel > User Accounts > Credential Manager > Windows Credentials. Look for entries that include MicrosoftOffice16 or MicrosoftOffice. Click the arrow to expand each entry, then click Remove. Confirm each removal. - Restart the Office app
Close all Office apps. Open Word again. Do not sign in yet. Check whether the Copilot button appears on the ribbon. If it is gone, sign in and test again. If it remains, continue to step 3.
Step 3: Delete the Office Licensing Registry Key
- Open Registry Editor
Press Windows key + R, type regedit, and press Enter. - Navigate to the Licensing Resiliency key
Go to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Licensing\Resiliency. If the path does not exist, the key may not be present on this machine. Skip to step 4. - Delete the entire Resiliency key
Right-click the Resiliency folder in the left pane. Select Delete. Confirm the deletion. This forces the Office client to contact the licensing server on the next launch. - Restart the computer
Restart Windows. After the restart, open an Office app. Sign in with the affected user account. Verify the Copilot button is no longer visible.
Step 4: Remove the Copilot Add-in from Outlook
- Open the Microsoft 365 admin center
Go to admin.microsoft.com. Select Settings > Integrated apps. - Find the Copilot add-in
In the list of integrated apps, locate Copilot for Microsoft 365 or Copilot. Click the app name. - Remove the user from the assigned users list
Select the Users tab. Find the affected user. Click the three dots and select Remove user. Confirm the change. - Force Outlook to refresh add-ins
Open Outlook. Go to File > Options > Add-ins. Click the Go button next to COM Add-ins. Uncheck any Copilot-related add-in. Click OK. Restart Outlook.
If the Copilot Button Still Appears After All Steps
Copilot button appears in Word Online or PowerPoint Online
Web apps use a different caching mechanism. Clear the browser cache for the Microsoft 365 domain. In Microsoft Edge or Chrome, go to settings, clear cookies and cached data for all office.com and microsoft.com sites. Close and reopen the browser. Sign in again.
Copilot button appears in Teams desktop app
Teams caches license data separately. Clear the Teams cache by closing Teams completely, then deleting the contents of %appdata%\Microsoft\Teams. Restart Teams. Sign in again. The Copilot button should no longer appear.
Copilot button appears in mobile apps
Mobile apps cache license tokens for 24 hours. Force close the app, go to the device settings, clear the app cache for the Microsoft 365 app, and reopen the app. If the button remains, wait 24 hours for the server-side token to expire.
License Removal vs Add-in Removal: Effect on Button Visibility
| Item | License Removed Only | Add-in Removed Only |
|---|---|---|
| Description | User license for Copilot service plan is revoked in Entra ID | Copilot add-in is unassigned from the user in Integrated Apps |
| Button in Word desktop | May remain up to 72 hours due to cached token | Disappears after app restart if add-in was the only source |
| Button in Outlook desktop | May remain until Outlook add-in cache expires | Disappears after Outlook restart if add-in was the only source |
| Button in web apps | Disappears after browser cache clear or 24 hours | Disappears immediately after app reassignment |
| Recommended action | Delete Registry Resiliency key and clear Credential Manager | Remove user from add-in assignment in Integrated Apps |
The Copilot button can persist from either source. Removing both the license and the add-in guarantees the button disappears fastest. If you remove only the license, the add-in may keep the button visible. If you remove only the add-in, the license token may keep the button visible in non-Outlook apps.
You can now force the Copilot button to disappear within minutes instead of waiting for the automatic 24 to 72 hour cache expiration. Start with the Registry key deletion and Credential Manager cleanup because those steps have the highest success rate. For a long-term policy, automate this process using a PowerShell script that removes the Resiliency key during user sign-out or via Group Policy. Use the Microsoft 365 admin center audit log to confirm the exact time of license removal and match it against the client refresh time.