Your admin says the Microsoft 365 Copilot license is assigned. The admin center confirms it. You sign in, open Word, scan the ribbon — no Copilot button. Or worse, the button is there but every click returns "Copilot can't be activated for this account." A Copilot license that's been purchased and assigned and visible is one thing; a Copilot license that's actually working is another. Here's the activation checklist that catches the four most common reasons the icon never lights up.
Confirm what you're entitled to (so you stop chasing the wrong thing)
"Copilot" is a brand spread across more products than most people realize. Before you debug, make sure you're after the right one:
- Microsoft 365 Copilot — $30/user/month enterprise add-on, integrates into Word, Excel, Outlook, PowerPoint, Teams. Requires Entra ID identity and an existing Microsoft 365 base plan.
- Copilot Pro — $20/user/month consumer add-on. Personal MSA only. Adds Copilot to Word, Excel, PowerPoint, Outlook for home users.
- Copilot Chat — Free with most M365 business plans; data is not grounded in your tenant content.
- Sales / Service / Finance Copilots — separate workload add-ons, different activation flow entirely.
If you're missing Copilot in Word and you're a home user, you need Copilot Pro on your personal MSA. If you're missing it on a work laptop, you need M365 Copilot on your work account. They're not interchangeable.
Step 1: Verify the license is assigned to the right account
An admin can buy 100 Copilot seats and not assign any of them. Or assign them to a security group whose membership doesn't include you. Check:
- Sign in to
portal.office.comwith your work account. - Click your initials top-right → View account.
- Under Subscriptions, look for Microsoft 365 Copilot.
If it's not listed, no license. Send the admin this exact message: "I do not see Microsoft 365 Copilot in my subscriptions at portal.office.com. Could you confirm the license is assigned to my user object directly (not via a group I'm not in)?"
Admins: in the Microsoft 365 admin center under Users → Active users, find the user, open Licenses and apps, confirm the Copilot box is ticked. If it's assigned via a group, double-check group membership.
Step 2: Check the Office update channel and build
Copilot requires a recent Office build. Channels lag:
- Current Channel: always recent. Copilot works on builds 2402 or higher.
- Monthly Enterprise Channel: ~30 days behind Current.
- Semi-Annual Enterprise Channel: can be 6 months behind. Many tenants discover Copilot doesn't work because their image is locked to SAEC.
To check: open Word → File → Account → About Word. The first line tells you the version, build, and channel.
If you're on SAEC and Copilot's missing, ask IT to:
- Update the device's Office channel via the Office Deployment Tool or Intune / Configuration Manager.
- Or — easier — move the user's account into the Microsoft 365 Apps for Business / Enterprise Current Channel ring.
This is the silent killer of "the license is assigned but Copilot isn't there."
Step 3: Confirm tenant-level prerequisites
Microsoft 365 Copilot requires a specific stack on the tenant side. If any of these are off or unconfigured, Copilot will refuse to activate:
- Entra ID (Azure AD) sync. Hybrid tenants need user accounts synced to the cloud, not just on-prem.
- Exchange Online mailbox. No mailbox = no Copilot in Outlook. Users with on-prem Exchange-only mailboxes don't get Copilot until they're migrated.
- OneDrive for Business provisioned. Copilot needs the user's OneDrive to ground content. First login to
onedrive.comtriggers provisioning — sometimes that hasn't happened yet for new users. - SharePoint Online available. Even if you don't use SharePoint, Copilot's content grounding needs the service running.
- Microsoft Graph connectivity. If a Conditional Access policy is blocking Graph from the device, Copilot fails.
The fastest way to test: have the user open Microsoft 365 in a browser at m365.cloud.microsoft and try Copilot Chat there. If it works in the browser but not in desktop Word, the desktop client is the problem (channel, build, or cached identity). If it doesn't work in either place, the tenant or license is the problem.
Step 4: Force a token refresh
Even with everything correct, the desktop app may be holding an old token from before the Copilot license was assigned. Refresh it:
- Close every Office app.
- Open Settings → Accounts → Email & accounts.
- For each work or school account listed under "Accounts used by other apps," click → Manage → Sign out.
- Restart Windows.
- Open Word, sign in fresh with the work account.
- Look at File → Account. The identity should be there. Open a blank document and check the ribbon for Copilot.
This forces Office to fetch a new access token, which includes the freshly-issued Copilot entitlement.
Step 5: Verify device trust with dsregcmd
For Windows devices joined to Entra ID, Copilot requires a healthy device-trust state. Run in PowerShell:
dsregcmd /status
Critical lines to check:
AzureAdJoined : YES(or both AzureAdJoined and DomainJoined for hybrid)AzureAdPrt : YES— primary refresh token. IfNO, the device's cloud trust has broken.WamDefaultSet : YES— Web Account Manager configured.NgcSet : YES— Windows Hello credential ready (if used).
If AzureAdPrt is NO, sign out of Windows and back in. If still NO, the device needs to be unjoined and rejoined — see the full device-trust guide.
Step 6: Reset the Office identity cache
When everything looks right but Copilot still won't activate, reset Office's identity cache directly. Save and close every Office file first.
- Open Word.
- Go to File → Account → Sign out (under user info).
- Confirm. All Office apps will switch to anonymous.
- Close every Office app, including Teams.
- Open Credential Manager from the Start menu.
- Under Windows Credentials, delete every entry containing "MicrosoftOffice" or "OfficeAccountSettings".
- Reopen Word, sign in with the work account again, complete any MFA prompts.
- Open Outlook, Teams — they pick up the new identity automatically.
Copilot's entitlement check runs at sign-in. After this clean re-auth, the Copilot ribbon button reliably appears within 2–3 minutes (some tenants need an additional restart).
Step 7: Online Repair as the last resort
If channel, license, tenant, token, and identity are all correct and Copilot still won't activate:
- Settings → Apps → Installed apps.
- Find Microsoft 365 Apps, click Modify.
- Choose Online Repair. It takes 15–30 minutes and requires internet.
- Restart, sign back in, check Copilot.
Online Repair replaces every Office file from Microsoft's servers, which fixes the rare case where a partial install left Copilot binaries missing or broken.
Common errors and what each one means
- "Copilot isn't available for your account" → license not assigned (Step 1) or wrong identity signed in (Step 4).
- "We're having trouble activating Copilot" → tenant prerequisite missing (Step 3) or build too old (Step 2).
- Copilot button missing from ribbon entirely → almost always old build (Step 2).
- "Sign-in required" loop → device trust broken (Step 5).
- "Network error" inside Copilot pane → Conditional Access blocking Graph or Copilot endpoints (see the sign-in guide).
The activation checklist, in order
- Confirm the license is on your account (portal.office.com → Subscriptions).
- Confirm you're on Current Channel build 2402+ (File → Account → About).
- Confirm Exchange Online, OneDrive, SharePoint are all provisioned.
- Sign out / sign in to refresh the token.
- dsregcmd /status — AzureAdPrt YES.
- Clear Office credentials in Credential Manager.
- Online Repair as the nuclear option.
Following this sequence resolves the vast majority of "the license is assigned but Copilot won't activate" cases without needing an admin ticket beyond Step 1. Step 1 alone catches a surprising share of the tickets.