How to Fix Copilot Chat Not Appearing in Microsoft Teams Meetings
🔍 WiseChecker

How to Fix Copilot Chat Not Appearing in Microsoft Teams Meetings

When you join a Microsoft Teams meeting, the Copilot chat icon should appear in the meeting toolbar or the side panel. If the Copilot icon is missing, you cannot use Copilot to summarize discussions, generate action items, or ask questions about the meeting content. This problem usually happens because of missing licenses, incorrect policy assignments, or outdated Teams versions. This article explains the root causes and provides step-by-step fixes to restore the Copilot chat in Teams meetings.

Key Takeaways: Restore Copilot in Teams Meetings

  • Microsoft 365 admin center > Users > Active users > Licenses and apps: Verify that each user has a Copilot for Microsoft 365 license assigned.
  • Teams admin center > Meetings > Meeting policies > Copilot: Ensure the Copilot policy is set to “On” for the user’s assigned policy.
  • Teams app > Settings > About Teams > Check for updates: Update Teams to version 1.7.00 or later to enable the Copilot feature.

ADVERTISEMENT

Why Copilot Chat Does Not Appear in Teams Meetings

Copilot chat in Teams meetings requires three conditions to be met simultaneously. The first condition is a valid Copilot for Microsoft 365 license assigned to the user. The second condition is a meeting policy in the Teams admin center that allows Copilot. The third condition is a Teams client version that supports the Copilot feature.

When any of these conditions is missing, the Copilot icon does not appear in the meeting toolbar or the side panel. The most common scenario is that an organization assigns Microsoft 365 E3 or E5 licenses but forgets to add the Copilot for Microsoft 365 add-on license. Another common scenario is that the global default meeting policy has Copilot set to “Off” or “Not configured.” Finally, users running an older version of Teams, such as version 1.6.00 or earlier, do not see the Copilot option because the feature was introduced in version 1.7.00.

Steps to Re-enable Copilot Chat in Teams Meetings

Follow these steps in order. After each step, sign out of Teams and sign back in to check if the Copilot icon appears.

  1. Verify the Copilot for Microsoft 365 license assignment
    Go to the Microsoft 365 admin center at admin.microsoft.com. Navigate to Users > Active users. Select the user who cannot see Copilot. Click the Licenses and apps tab. Under Licenses, confirm that Copilot for Microsoft 365 is checked. If it is not checked, select the checkbox and click Save changes. Wait 30 minutes for the license to propagate before testing again.
  2. Check the meeting policy for Copilot in the Teams admin center
    Go to the Teams admin center at admin.teams.microsoft.com. Navigate to Meetings > Meeting policies. Select the policy assigned to the user, typically Global Org Wide Default. In the policy settings, find the Copilot section. Set the Copilot toggle to On. Click Save. Wait 10 minutes for the policy to apply globally.
  3. Update the Teams desktop client to the latest version
    Open the Teams app. Click your profile picture in the top right, then select About Teams > Check for updates. If an update is available, it will download and install automatically. After the update completes, restart Teams. The minimum required version is 1.7.00. To check the version, go to About Teams and look for Version in the dialog.
  4. Clear the Teams cache on Windows
    Close Teams completely. Press Windows key + R, type %appdata%\Microsoft\Teams, and press Enter. Delete all files and folders inside the Teams folder. Do not delete the folder itself. Restart Teams. Sign in again and join a test meeting to verify the Copilot icon.
  5. Check for tenant-level service health issues
    Go to the Microsoft 365 admin center. Navigate to Health > Service health. Look for any advisory or incident under Microsoft Teams or Copilot for Microsoft 365. If a service degradation is active, wait for Microsoft to resolve it. No local fix will work during a service outage.

ADVERTISEMENT

If Copilot Still Has Issues After the Main Fix

Copilot icon appears but is grayed out or unresponsive

A grayed-out Copilot icon usually means the meeting organizer or the user does not have permission to use Copilot in that specific meeting. The meeting organizer must have a Copilot for Microsoft 365 license. If the organizer does not have a license, Copilot is unavailable for all participants. Ask the meeting organizer to verify their license using Step 1 above.

Copilot chat works in some meetings but not others

This behavior happens when different meeting policies apply to different users. Check if the user who cannot see Copilot has a custom meeting policy that overrides the global policy. In the Teams admin center, go to Users > Manage users, select the affected user, and look for Assigned policies under Meeting policy. If a custom policy is assigned, repeat Step 2 for that specific policy.

Copilot chat appears in the web client but not the desktop client

The web version of Teams at teams.microsoft.com often receives new features before the desktop client. If Copilot works in the web client, the desktop client is likely outdated. Force an update by downloading the latest Teams installer from the Microsoft 365 admin center under Org settings > Services & add-ins > Teams. Install the new version over the existing one.

Copilot for Microsoft 365 License vs Teams Meeting Policy: Key Differences

Item Copilot for Microsoft 365 License Teams Meeting Policy (Copilot Setting)
Purpose Grants the user the right to use Copilot features across Microsoft 365 apps Controls whether Copilot is enabled within Teams meetings for a group of users
Where to configure Microsoft 365 admin center > Users > Active users > Licenses and apps Teams admin center > Meetings > Meeting policies > Copilot toggle
Effect when missing Copilot does not appear in any Microsoft 365 app Copilot does not appear in Teams meetings even if the user has a license
Propagation time Up to 30 minutes after assignment Up to 10 minutes after saving the policy

Both the license and the policy are required. A user with a license but no enabled policy will not see Copilot in Teams meetings. A user with an enabled policy but no license will also not see Copilot. Check both conditions simultaneously.

If you have verified the license and the policy but Copilot still does not appear, use the Teams admin center analytics. Go to Meetings > Meeting reports > Copilot usage. This report shows whether Copilot was available in past meetings. If the report shows zero usage, the configuration is still incomplete. Recheck the license assignment and policy settings for the specific user.

For administrators managing multiple users, use PowerShell to bulk-assign licenses. Run the Set-MgUserLicense cmdlet from the Microsoft Graph PowerShell module. For meeting policies, use Set-CsTeamsMeetingPolicy with the -EnableCopilot parameter set to $true. These commands apply changes instantly without waiting for the admin center propagation delay.

ADVERTISEMENT