Quick fix: Remove the fingerprint reader from Device Manager, then reinstall the OEM fingerprint driver from your laptop manufacturer’s support page — Windows Update replaces vendor-specific fingerprint drivers with generic stubs that break Hello.
Your fingerprint reader was working perfectly. A Windows 11 cumulative update installed overnight. Now the fingerprint option is greyed out in Sign-in options, or it’s available but never recognizes your finger. The reader hardware is fine — Windows Update silently replaced the OEM driver with a generic Microsoft one, and the biometric framework can’t talk to your specific reader through the generic stub.
Affects: Windows 11 (and Windows 10) laptops with Synaptics, Goodix, ELAN, or Validity fingerprint sensors.
Fix time: ~10 minutes.
What causes this
Fingerprint readers have two driver layers: a low-level USB/I2C bus driver that the OS sees, and a biometric service driver that talks to the Windows Biometric Framework (WBF). The OEM driver bundle ships both layers, tuned for the specific reader hardware. Windows Update sometimes pushes a generic driver that satisfies Device Manager but doesn’t register correctly with WBF — so Windows sees the device but Hello can’t use it.
Less commonly, a Windows Update can reset the biometric service’s database, requiring re-enrollment of your fingerprint.
Method 1: Reinstall the OEM fingerprint driver
The reliable fix. Restores both driver layers from the manufacturer.
- Press
Win + Xand choose Device Manager. - Expand Biometric devices. Right-click your fingerprint reader (e.g., Synaptics WBDI, Goodix Fingerprint, ELAN WBF) and choose Uninstall device.
- Tick Attempt to remove the driver for this device. Click Uninstall.
- Visit your laptop manufacturer’s support page (Dell, HP, Lenovo, ASUS, Surface). Search your laptop model + “fingerprint driver”.
- Download the OEM driver. Reboot.
- Don’t let Windows auto-install a driver — disconnect from the internet briefly if you have to. Run the OEM installer.
- Reboot.
- Open Settings → Accounts → Sign-in options → Fingerprint recognition (Windows Hello).
- If the previous fingerprint enrollment is still there, click Remove then Set up to re-enroll. If it’s already gone, just click Set up.
Verify by signing out and using the fingerprint reader at the lock screen. Recognition should be instant.
Method 2: Reset the Windows Biometric Service and re-enroll
Use when the driver is correct but Hello still doesn’t recognize your finger.
- Open Terminal (Admin).
- Stop the biometric service and clear its database:
net stop WbioSrvc Remove-Item -Recurse -Force C:\Windows\System32\WinBioDatabase\* net start WbioSrvc - Confirm the service is running:
Get-Service WbioSrvc | Format-Table Name, Status, StartTypeStatus should be Running, StartType Automatic.
- Open Settings → Accounts → Sign-in options. Confirm Fingerprint recognition is available.
- Click Fingerprint recognition (Windows Hello) → Set up.
- Enter your PIN to authorize.
- Follow the enrollment prompts — touch the sensor multiple times from slightly different angles to capture a robust fingerprint model.
- For best accuracy, enroll the same finger twice (the second enrollment slot adds variation tolerance), or enroll one finger from each hand.
The biometric database is now fresh and reliable.
Method 3: Block Windows Update from replacing the driver again
Once you have the OEM driver working, prevent the next Windows Update cycle from re-replacing it.
- Open Settings → System → About → Advanced system settings → Hardware tab → Device Installation Settings.
- Choose No (your device might not work as expected).
- Click Save Changes. Windows Update will no longer auto-install drivers from its catalog.
- For specific control via Group Policy (Pro/Enterprise): open
gpedit.msc, navigate to Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage updates offered from Windows Update, and set Do not include drivers with Windows Updates to Enabled. - Manual driver updates from the OEM still work. Set a calendar reminder to check the OEM support page quarterly for fingerprint driver updates.
This is the durable fix. Feature updates can still re-enable the auto-driver policy, so you may need to reapply this every 6-12 months.
How to verify the fix worked
- Open Settings → Accounts → Sign-in options → Fingerprint recognition (Windows Hello). Status reads Set up, not greyed out.
- Sign out and back in using fingerprint at the lock screen. Recognition completes within 1-2 seconds.
- In Device Manager, the fingerprint reader shows the OEM driver provider (Synaptics / Goodix / ELAN), not Microsoft.
- Run
Get-Service WbioSrvcin PowerShell. Status: Running.
If none of these work
Three deeper issues remain. Fingerprint reader hardware is failing: aging sensors lose accuracy over years. Test with cleaned, dry hands — body oils and moisture both reduce accuracy. Try a different finger; if that one works reliably, the original finger’s ridge pattern has aged enough to need re-enrollment. BIOS/UEFI security policy blocks Hello: some corporate laptops ship with biometric authentication disabled in firmware. Boot to UEFI (F2 or Del at startup), look under Security → Authentication or similar, confirm Fingerprint Reader is Enabled. Sensor connection issue: on laptops where the fingerprint reader connects through the touchpad cable, hinge wear can break the connection over years of opening/closing. If recognition was getting flaky before the update broke it entirely, the issue is hardware-side and requires a service call.
Bottom line: Fingerprint failures after Windows Update are almost always the generic driver swap — reinstall the OEM driver, reset the biometric database, and block future auto-replacement.