T The Triage ManualTechnical Guides for IT Emergencies
P3 · Endpoint & Device Management

Microsoft Office 'Unlicensed Product' Activation Failure — Subscription, Credential, or KMS/MAK Validation Issues

Microsoft Office applications display 'Unlicensed Product' banners or activation error dialogs when license validation fails against Microsoft 365 services or on-premises KMS/MAK infrastructure. Root causes include expired subscriptions, stale cached credentials, network blocks to licensing endpoints, or KMS host unreachability. Resolution involves re-authenticating with the correct licensed account, clearing credential caches, or re-activating via ospp.vbs. Until resolved, Office operates in reduced-functionality mode, blocking document editing and saving.

Indicators

Likely causes

Diagnostic steps

  1. Open any Office application (e.g., Word), go to File > Account, and note the product name, activation status, and the account currently signed in. Confirm whether 'Product Activated' or 'Unlicensed Product' is shown.
    Identifies the exact activation state and which account Office is using, distinguishing between a subscription issue and an installation/network issue.
  2. Check the assigned licenses for the user in the Microsoft 365 Admin Portal: navigate to Users > Active Users > select the user > Licenses and Apps tab. Verify an Office license is assigned and not expired.
    Confirms whether the root cause is a missing or expired license at the tenant level, which must be resolved before any client-side fix will work.
  3. Test connectivity to Office licensing endpoints: run `nslookup login.microsoftonline.com` in Command Prompt and `Test-NetConnection -ComputerName activation.sls.microsoft.com -Port 443` in PowerShell. Note whether connections succeed.
    Determines whether a firewall, proxy, or DNS issue is preventing Office from reaching Microsoft's activation and authentication servers.
  4. For MSI installs, open elevated Command Prompt, navigate to Office directory (e.g., `cd C:\Program Files\Microsoft Office\Office16`) and run: `cscript ospp.vbs /dstatus`. For Click-to-Run, check: `Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Office\ClickToRun\Configuration'` in PowerShell.
    Retrieves detailed activation status, license type, remaining grace period, and any KMS/MAK-specific error information from the local Office installation.
  5. Open Windows Credential Manager (Control Panel > Credential Manager > Windows Credentials) and look for any stored credentials referencing MicrosoftOffice, login.microsoftonline.com, or the user's organizational account. Note any stale or conflicting entries.
    Identifies corrupted or outdated cached credentials that may be preventing Office from authenticating silently with Microsoft's licensing service.
  6. Run the Microsoft Support and Recovery Assistant (SaRA) tool from https://aka.ms/SaRA-OfficeActivation, selecting the 'Office' category and the 'I'm having problems installing or activating Office' scenario, and review the diagnostic output.
    Provides an automated, guided diagnostic that checks subscription status, network connectivity, installation health, and credential state, and can auto-remediate common activation failures.

Resolution path

Prevention

Tools

References

microsoft-officemicrosoft-365activationunlicensed-productlicensingkmsmakclick-to-runoffice-2019office-2021office-2016windowscredential-managersaravolume-licensingendpoint