Symptom fingerprint
The exact strings, error codes, and UI surfaces that map to this issue:
| UI message | Surface | Code |
|---|---|---|
| No smart card was detected | Windows sign-in / Acrobat 'Sign with Certificate' chooser | — |
| Smart Card Device Enumerator failed | Device Manager / Event Viewer after insertion | Event ID 610 |
| The requested key container does not exist on the smart card | Signing or authentication prompt | 0x80090016 |
| Unknown USB Device (Device Descriptor Request Failed) | Device Manager → Universal Serial Bus controllers | — |
What you'll learn in this guide
If your YubiKey is not recognized on Windows 11 — no signing certificate appears, the smart card prompt says "no card detected," or Device Manager shows an unknown USB device — the break is almost always in one of three layers: the USB/driver layer, the Windows Smart Card service, or the PIV certificate selection inside your signing application. None of these require replacing the key.
In this guide you'll learn why Windows 11 stops detecting a YubiKey, how to fix it step by step (USB and driver checks, the Smart Card service, minidriver and PIV enumeration, and certificate selection), an advanced fix for power users, and answers to the questions IT admins search for most. The steps work for YubiKey 5 Series and 5 FIPS keys used for PIV smart card signing and login.
Why Is My YubiKey Not Working on Windows 11?
A YubiKey not recognized on Windows 11 is rarely a dead key. Match your symptom to one of these root causes before changing anything:
- USB or port fault — a flaky cable, unpowered hub, or a USB port in selective-suspend power saving drops the CCID interface intermittently.
- Smart Card service stopped — the 'Smart Card' (SCardSvr) or 'Certificate Propagation' (CertPropSvc) service is set to Manual and isn't running, so Windows never enumerates the PIV applet.
- Missing or mismatched minidriver — Windows 11 usually loads a generic PIV minidriver, but a stale or conflicting YubiKey Smart Card Minidriver install can block enumeration.
- No certificate in the PIV slot — the key is detected but slot 9c (Digital Signature) or 9a (Authentication) has no certificate, so the signing app shows nothing to select.
- Conflicting middleware — vendor middleware (OpenSC, SafeNet, or an old YubiKey manager) claims the CCID device and hides it from Windows CAPI.
- Feature-update regression — a Windows 11 23H2/24H2 update reset smart card services to Manual or reinstalled the USB host driver, breaking a previously working setup.
Windows vs macOS — what differs
Windows 10 / 11
- Windows 11 ships a built-in PIV minidriver — for most signing flows you do NOT need to install extra YubiKey software. Remove conflicting middleware first.
- Check the device under Device Manager → Smart cards → 'Microsoft Usbccid Smartcard Reader (WUDF)' AND Smart card readers — a yellow bang on either points to the driver layer.
- PIV certificates Windows reads live in Current User → Personal; use 'certutil -scinfo' to confirm the OS sees the card and its certificates.
- Disable USB selective suspend for the port (Power Options → USB settings) if detection is intermittent.
macOS Sonoma / Sequoia
- macOS exposes the YubiKey PIV applet via CryptoTokenKit automatically — no driver install needed.
- Confirm the identity with 'security find-identity -v -p smartcard'; first insertion on Sonoma/Sequoia may prompt a pairing dialog that must be approved.
Browser-specific behaviour
Chrome
Uses Windows CAPI for client certificates; if the YubiKey was inserted after launch, fully restart Chrome (chrome://restart) so it re-enumerates the PIV certificate.
Edge
Reads the same CAPI store as Chrome; disable IE Mode for the signing site, which can suppress smart card enumeration.
Firefox
Maintains its own NSS store — load the PKCS#11 module manually via Settings → Privacy & Security → Security Devices → Load if the key isn't offered.
Diagnostic sequence
Run each step in order. Stop at the first failing expectation — that's where the root cause lives.
1. Confirm the hardware layer (rule out USB)
Reinsert directly into a rear motherboard USB-A port — no hub. The YubiKey LED should be lit/steady.
Expected: Key powers on; Device Manager no longer shows 'Unknown USB Device'. ⚠️ If still unknown, swap cable/port before continuing — this is a USB fault, skip to Step 5.
2. Start the Smart Card services
Get-Service SCardSvr,CertPropSvc | Format-Table Name,Status,StartType # then, if not running/automatic: Set-Service SCardSvr -StartupType Automatic; Start-Service SCardSvr Set-Service CertPropSvc -StartupType Automatic; Start-Service CertPropSvc
Expected: Both services Running and Automatic. Reinsert the YubiKey afterward.
3. Confirm Windows enumerates the card and its certificates
certutil -scinfo
Expected: Reader name, YubiKey serial, and at least one X.509 certificate listed. ⚠️ Reader shown but no certificate = empty PIV slot, skip to Step 4.
4. Verify the PIV certificate slot
Open YubiKey Manager (or 'ykman piv info') and check slot 9c (Digital Signature) / 9a (Authentication).
Expected: Slot 9a/9c shows a valid certificate with your name and a future expiry. If empty, import or re-enroll the certificate into the slot.
5. Resolve driver / middleware conflicts
Device Manager → Smart cards → uninstall any 'YubiKey Smart Card Minidriver' AND remove OpenSC/old middleware → reboot to let Windows load its native PIV minidriver.
Expected: After reboot, 'Microsoft Usbccid Smartcard Reader' appears with no yellow bang and certutil -scinfo lists the certificate.
6. Confirm app-layer visibility
Acrobat → Sign with Certificate, or your login/VPN prompt.
Expected: The PIV certificate appears in the chooser and signing/authentication succeeds.
Frequently asked questions
Why is my YubiKey not recognized on Windows 11 but works on another PC?
The other PC almost always has the Smart Card and Certificate Propagation services running and the native PIV minidriver loaded, while yours has them set to Manual or has conflicting middleware. Start both services, remove third-party middleware, reboot, and re-test.
Do I need to install YubiKey software for the smart card to work on Windows 11?
Usually no. Windows 11 includes a built-in PIV minidriver that handles signing and certificate login. You only need YubiKey Manager to view or load certificates into PIV slots, not for day-to-day detection.
Why does Windows detect my YubiKey but no certificate shows up when signing?
Detection means the USB and smart card layers are fine, but the PIV signing slot (9c) has no certificate, or the certificate is in the wrong slot. Check 'ykman piv info' and confirm a valid certificate is enrolled in slot 9a/9c.
How do I fix 'Smart Card Device Enumerator failed' (Event ID 610) on Windows 11?
This points to a driver/USB conflict. Reinsert into a direct USB port, uninstall conflicting smart card minidrivers in Device Manager, and reboot so Windows reloads its native Usbccid driver. Restart SCardSvr afterward.
Did a Windows 11 update break my YubiKey detection?
Feature updates (23H2/24H2) frequently reset SCardSvr/CertPropSvc to Manual and reinstall the USB host driver. Set both services to Automatic, start them, and re-run 'certutil -scinfo' — this resolves most post-update detection failures.
Related services
Explore the consulting hub for this issue, or review session pricing.
Still seeing this error?
If these steps don't isolate the root cause inside your environment, an independent consultant can run a structured PKI diagnostic with you over a screen-shared session and deliver a written report identifying root cause, remediation, and — where relevant — the next responsible party (CA, internal IT, or software vendor).
Book a $49 Zoom diagnostic →Includes a written diagnostic summary. Independent consulting engagement — not affiliated with DocuSign, Adobe, or Microsoft.