Most passkey support requests fall into a handful of categories. This page covers the common issues and their fixes.
“I can’t register a passkey”
Passkey option not available in My Security Info
Likely cause: The authentication method isn’t enabled for the user’s group in Entra.
Check:
- Ask which method they’re trying to register (Authenticator, security key, Windows Hello)
- Verify in Entra portal that the method is enabled and the user is in a targeted group
- If the method is enabled, check for Exclude groups that might override
Fix: Add the user to the correct group, or contact the IT admin to enable the method.
“This security key is not allowed”
Likely cause: The user’s key model isn’t on the approved AAGUID allowlist.
Check: Get the key model from the user (brand and model number, usually printed on the key). Compare against the approved list.
Fix: Provide the user with an approved key, or contact IT admin to add the AAGUID if the key should be allowed.
Registration fails with a generic error
Check (in order):
- Browser - is it Chrome, Edge, or Safari? Firefox has limited passkey support.
- Browser version - is it up to date?
- OS version - meets minimum requirements? (iOS 16+, Android 9+, Windows 10 1903+)
- Authenticator app version - 6.8.0+?
- Private/incognito mode - some browsers limit WebAuthn in private windows
Fix: Update browser/OS/app, switch to a supported browser, or try in a regular (non-private) window.
“My passkey isn’t working at sign-in”
Passkey prompt doesn’t appear
Likely cause: The browser isn’t offering the passkey option, or the user is clicking the wrong sign-in flow.
Check:
- Is the user entering their username correctly?
- At the authentication prompt, are they looking at the passkey option (the exact label varies - it may read as “Use a passkey”, “Sign in with a passkey”, “Face, fingerprint, PIN, or security key”, or “Windows Hello or security key” depending on the device, browser, and whether Entra has rolled out a UX update)? If unsure, guide the user to “Other ways to sign in” / “Sign in another way” to see the full method list.
- Is the passkey registered on the device they’re currently using? A passkey on their phone won’t automatically appear on a different computer unless they use the cross-device (QR code) flow.
Fix: Guide the user to the passkey option. If they’re on a different device, have them pick the cross-device or “passkey on another device” option to trigger the QR code flow. The Entra sign-in UX changes regularly - if a label you see here doesn’t match the screen in front of you, verify against Microsoft’s current passkey (FIDO2) compatibility doc.
“Something went wrong” after biometric verification
Likely cause: Browser or OS communication issue with the authenticator.
Quick fixes to try:
- Close the browser tab and try again
- Try a different browser (Edge if they’re using Chrome, or vice versa)
- Clear the browser cache and cookies for microsoftonline.com
- Restart the browser
- Restart the device
If the issue persists across browsers and restarts, the passkey registration may be corrupted. Remove the passkey from My Security Info and re-register.
Security key not recognized when inserted
Check:
- Is the key plugged in fully? (USB-A keys sometimes don’t seat properly)
- Try a different USB port (avoid USB hubs if possible)
- Is the key blinking/flashing? If not, the OS may not be detecting it
- Try the key on a different computer to rule out a hardware issue
Fix: If the key works on another computer, the original computer may have a driver issue. Check Windows Update for driver updates. If the key doesn’t work anywhere, it may be defective - replace it.
PIN locked on security key
Cause: Too many failed PIN attempts (typically 8 on YubiKeys).
Fix: The key must be factory reset, which erases all stored passkeys. This is effectively a device loss - follow the Device Loss Recovery Playbook. After reset, the user re-registers the key with a new PIN.
“I can’t sign in on a new/different device”
Cross-device (QR code) flow doesn’t work
Check:
- Is Bluetooth enabled on both the phone and the computer? Cross-device auth uses BLE.
- Are the phone and computer in physical proximity? (BLE range is limited)
- Is the phone’s Authenticator app open and the passkey available?
- Is the browser on the computer offering the QR code option?
Fix: Enable Bluetooth on both devices. If Bluetooth isn’t available on the computer, the cross-device flow won’t work - the user needs to sign in with a passkey registered on that device, or use a security key.
Passkey doesn’t sync to a new phone
Context: Syncable passkeys (Authenticator) should sync via the platform credential manager when a user sets up a new phone with the same Apple ID or Google account.
Check:
- Is the new phone signed into the same Apple ID / Google account?
- Is iCloud Keychain enabled (iOS) or Google Password Manager sync enabled (Android)?
- Has the user installed and signed into Microsoft Authenticator on the new phone?
Fix: Ensure platform account and sync settings are correct. If the passkey still doesn’t appear, the user may need to re-register - issue a TAP for recovery.
“The app won’t accept my passkey”
Specific app doesn’t support passkeys
Likely cause: The app uses legacy authentication or an embedded web view that doesn’t support WebAuthn.
Check: Does the app have a “Sign in with Microsoft” button that opens the system browser? If it uses its own login screen, it may not support passkeys.
Fix: This is an application issue, not a user issue. Escalate to IT admin to evaluate the app. In the meantime, the user may need to sign in via a browser-based version of the app, or the app may need to be added to a CA exception (see Legacy Apps).
Quick reference table
| Symptom | First check | Likely fix |
|---|---|---|
| Can’t register passkey | Method enabled for user’s group? | Add to correct group |
| “Key not allowed” | AAGUID on allowlist? | Provide approved key |
| Registration error | Browser/OS/app version? | Update or switch browser |
| Passkey prompt missing | Correct sign-in option selected? | Guide to correct flow |
| Error after biometric | Browser cache/state? | Clear cache, try other browser |
| Key not detected | USB connection solid? | Try different port |
| PIN locked | Number of attempts exceeded | Factory reset + re-enroll |
| QR flow fails | Bluetooth enabled? | Enable BLE on both devices |
| Passkey won’t sync | Platform account + sync on? | Check settings, re-register if needed |
| App won’t accept passkey | Modern auth supported? | Escalate to IT admin |