What Causes This Error?

  • Signed in with a different Microsoft account than the one that purchased Minecraft
  • Corrupted Microsoft Store or Gaming Services installation
  • Stale authentication tokens after account migration (Mojang → Microsoft)
  • Microsoft server-side outages (check Minecraft Help)
  • VPN, firewall, or DNS blocking Microsoft entitlement servers

Step 1: Quick Fix: Log Out and Back In

  1. Open Minecraft Launcher and sign out of your account.
  2. Close the launcher completely (check Task Manager for leftover processes).
  3. Restart your computer.
  4. Open the launcher and sign in with the account that owns Minecraft.

This resolves many temporary token issues. Mojang has acknowledged this error (MCD-4294) and logout/login is the primary recommended fix.

Step 2: Sync All Microsoft Apps

Sign out and sign back in with the same account on:

  • Microsoft Store
  • Xbox app
  • Minecraft Launcher

Then open Store → Library → Get updates. Install all pending updates for Store apps.

Step 3: Repair Minecraft Launcher

  1. Settings → Apps → Installed apps → Minecraft Launcher → Advanced options.
  2. Click Repair. Test the launcher.
  3. If needed, click Reset (requires sign-in again).

Step 4: Reinstall Gaming Services

Gaming Services handles entitlement verification for Store games. Reinstall it via PowerShell (Admin):

get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN

Reinstall Gaming Services from the Store link that opens, then restart and test the launcher.

Step 5: Verify Account Ownership

Log into minecraft.net and confirm Java Edition or the PC bundle appears under your account. If not, you're signed into the wrong Microsoft account in the launcher.

Step 6: Clean Reinstall

If nothing works:

  1. Back up %appdata%\.minecraft
  2. Uninstall Minecraft Launcher
  3. Delete %localappdata%\Packages\Microsoft.MinecraftLauncher_8wekyb3d8bbwe if present
  4. Reinstall from Microsoft Store and sign in

See install & reinstall guide for details.

When to Contact Support

Contact Minecraft Support if:

  • minecraft.net shows your license but the launcher never recognizes it after all steps
  • The error appeared immediately after a purchase (allow 24 hours for propagation)
  • Multiple Microsoft accounts were merged and entitlements look missing
Community fix that worked: Reinstalling Gaming Services on Windows 11 resolved verification for many players.