Additional features, settings, or issues not covered by specific Microsoft Teams categories
We ran into this exact issue and it turned out NOT to be a network, cache, or Teams client problem.
Root cause in our case:
The affected device had multiple "Work or School" accounts configured (from a different organization, their university).
This causes Windows authentication (WAM) to sometimes attempt sign-in against the wrong tenant, which results in:
"We couldn't authenticate you"
Why it appears intermittent:
Network changes (such as switching to Ethernet or reconnecting) can trigger a token refresh. During that refresh, Windows may re-select which account to use. If it picks the wrong one, authentication fails temporarily.
This also explains why:
- Teams intermittently fails to send/receive messages
- Outlook intermittently fails to sync
- Web apps continue working (browser uses an existing session)
Fix:
On the affected device:
Settings → Accounts → Access work or school
Remove any account that is NOT your primary organization.
Restart the device.
After removing the extra account, Teams and Outlook authentication became stable and the issue stopped occurring.
Optional verification:
Run "dsregcmd /status" and check if "WorkplaceTenantName" shows a different organization than expected.
If so, that confirms the issue.
This is easy to miss because the error message strongly suggests a network problem, but the root cause is actually a device identity conflict.