IT Error Decoder

How to Fix Teams Room won't sign in after device restart

Last reviewed

Error message

Teams Rooms console shows 'Couldn't sign in. We can't sign you in right now.' after restart.

Teams Rooms resource accounts are special — they should never have MFA, password expiration, or interactive sign-in restrictions. When a normal user policy gets applied to one, sign-in fails.

What this error means

After a reboot the Teams Rooms device is unable to authenticate its dedicated resource account. Calls and bookings are unavailable until sign-in succeeds.

Why this happens

Resource account password expired or was reset, time skew preventing token validation, MFA accidentally enabled on the resource account (Teams Rooms accounts must be MFA-exempt or use cert auth), or Conditional Access blocking the device.

Quick fix (for end users)

  • Confirm the resource account password hasn't been changed recently.
  • If you don't know the password, an admin should reset it and update the device.

Admin / engineer fix

  • Set the resource account's password to never expire.

    command
    Update-MgUser -UserId <room-upn> -PasswordPolicies 'DisablePasswordExpiration'
  • Exclude resource accounts from MFA-required Conditional Access policies — use a separate policy for them.

    command
    # In Entra: Conditional Access → policy excluding the Teams Rooms group
  • Verify time on the device — Kerberos-style token validation breaks on >5 min skew.

    command
    w32tm /resync /force

Step-by-step fix

  1. Verify the resource account credentials are current.

  2. Confirm no MFA / Conditional Access policy is blocking the sign-in.

  3. Re-enter credentials on the device.

Affected products

Microsoft Teams Rooms

Common variations of this error

People also see these phrasings of the same problem:

  • Teams Rooms sign-in failed after reboot
  • Couldn't sign in we can't sign you in right now

Still broken? Try these

  • Check Sign-in logs in Entra → filter by the resource account UPN.
  • Reset the device using the Teams Rooms admin recovery process if credentials are unrecoverable.
  • Microsoft now supports certificate-based auth for Teams Rooms — consider switching to remove the password problem entirely.

Related errors

Related searches

  • teams rooms account password
  • teams rooms certificate auth

Frequently asked questions

Should resource accounts have MFA?

Not interactive MFA. Microsoft now recommends certificate-based authentication for Teams Rooms accounts as the secure alternative.

Browse more errors in Microsoft Teams: Fix Microsoft Teams errors. Desktop app loading issues, Teams Rooms audio/video drops, federation, and meeting access problems. Or paste your own error into the error decoder tool to find a match. You can also go back to the homepage to browse common errors by topic.