AADSTS500133 Severity: Medium Token timestamp not within valid range
Your device clock is too far off from Microsoft. Auth tokens have tight time tolerances, so a wrong system clock causes immediate rejection.
Affected systems
Symptoms
- AADSTS500133 with 'assertion is not within its valid time range'
- Often appears after traveling between time zones
- Other Microsoft apps show the same
Possible causes
- System time off by more than 5 minutes from real UTC
- Wrong time zone
- Automatic time sync disabled
- BIOS/CMOS battery dead (old hardware)
Solutions
1.Enable automatic time sync
Windows
-
Settings → Time and Language → Date and Time
-
Enable 'Set time automatically' and 'Set time zone automatically'
-
Click 'Sync now'
macOS
-
System Settings → General → Date and Time
-
Enable 'Set date and time automatically'
-
Set time zone to 'Automatic'
iOS
-
Settings → General → Date & Time
-
Enable 'Set Automatically'
Android
-
Settings → System → Date and time
-
Enable 'Automatic date and time'
2.Check BIOS time
Windows
-
Boot into BIOS (typically F2, F12, or Del).
-
Check current time - if far off, BIOS battery may be dead.
-
Correct BIOS time, save, boot.
-
If drift recurs: vendor service for battery replacement.
Background
Microsoft Entra tokens contain nbf (not-before) and exp
(expiration) timestamps. If your local clock is outside this window,
the server rejects the token immediately. Tolerance is typically 5
minutes in either direction.