Authentication Errors

"Invalid credentials," rejected MFA codes, or sudden login failures after a password change? Work through these steps in order — clock drift (step 2) is the most common hidden cause.

Advertisement · 728×90
🔑

Authentication Errors

Login failures, MFA issues, and credential errors on VPN, apps, or network shares

⚠ Common symptoms

  • "Authentication failed," "Invalid credentials," or "Access denied" on login
  • MFA codes generated correctly but still rejected
  • Works on one device but not another with the same credentials
  • Suddenly starts failing after a password change or policy update
  • 1

    Verify the correct credentials on a known-working surface

    Before changing any settings, log into your company web portal or webmail using a browser (not the app). If that also fails, your account itself is the problem — your password may have expired, your account may be locked, or an IT policy may have changed. Contact your IT team or use your company's self-service password reset tool.

  • 2

    Sync your system clock — clock skew causes auth failures

    Authentication systems like Kerberos and TOTP-based MFA require your system time to be accurate to within 5 minutes of the server. Even 6 minutes of drift causes valid credentials to be rejected. On Windows, open an elevated Command Prompt and run:

    w32tm /resync /force

    On Mac: System Settings → General → Date & Time → enable "Set automatically."

  • 3

    Re-register your MFA authenticator app

    If MFA codes are being rejected despite appearing valid, the authenticator app's internal clock may have drifted. In Google Authenticator: Settings → Time Correction for Codes → Sync Now. In Microsoft Authenticator: the app syncs automatically, but reinstalling it and re-adding the account is the most reliable fix.

  • 4

    Clear saved (cached) credentials from Windows Credential Manager

    Old or stale cached credentials override what you type at login prompts. Open Control Panel → Credential Manager → Windows Credentials and remove any entries related to the system you're trying to access (look for the server name or app name in the list). Retry authentication after clearing them.

  • 5

    Check for certificate or TLS issues

    Some auth failures are actually TLS handshake failures misreported as credential errors. Look for warnings about expired certificates or untrusted certificate authorities in the app's error details. If you see one, your company's SSL inspection proxy may have an expired root certificate — your IT team needs to update it.

💡

Quick check: If the same credentials work fine on your phone but fail on your laptop, the issue is almost always clock drift or cached credentials on the laptop specifically — start with steps 2 and 4.

Advertisement · 728×90

Related Questions

Quick answers for this issue

First verify your password is correct by logging into your company portal directly. If your account uses MFA, make sure your authenticator app's time is synced. Authentication errors are also caused by clock skew — enable "Set time automatically" in your date/time settings. If you're specifically having VPN trouble, see our VPN guide as well.
Three common non-obvious causes: (1) Your system clock is off by more than 5 minutes, which causes Kerberos and TOTP-based MFA to reject valid credentials. (2) Your device has stale cached credentials stored in Windows Credential Manager that override what you type. (3) A TLS/SSL certificate mismatch between your PC and the authentication server is being reported as a login failure. Check all three before resetting your password.
This points to step 5 — a TLS/certificate issue rather than your credentials being wrong. It's common on corporate networks that use an SSL inspection proxy; if that proxy's certificate has expired or isn't trusted by your device, every HTTPS login can fail with a misleading "authentication" error. This also overlaps with our Website Blocked guide, which covers certificate warnings before block pages.
🧑‍💻

Still locked out after trying all five steps?

Connect with a verified IT technician for remote support — they can check Group Policy, certificate stores, and identity provider logs that may need IT-level access to diagnose.

Talk to a Technician

Authentication trouble often overlaps with these.

Advertisement · 728×90