← Back to notes
MICROSOFT 365Updated May 20, 2026 · 6 min read

Troubleshoot delayed Teams provisioning

Distinguish licensing success from service-side provisioning before recreating a user.

Triage order

  1. Confirm the user has the intended license and that the Teams service plan is enabled.
  2. Verify the usage location and sign-in status.
  3. Check Microsoft 365 service health for active incidents.
  4. Allow the documented propagation window before changing identity objects.
Connect-MgGraph -Scopes User.Read.All,Directory.Read.All
Get-MgUserLicenseDetail -UserId user@example.com |
  Select-Object SkuPartNumber, ServicePlans

[!WARNING] Deleting and recreating the user can compound the issue and risks breaking mailbox, OneDrive, and group references.