Quick fix: Windows Hello face recognition needs an IR camera with a specific driver-side capability flag. A recent driver update may have stripped that flag from the device’s INF. Roll back the camera driver via Device Manager → Properties → Driver tab → Roll Back Driver. Re-enroll Hello.
Your laptop has Windows Hello face sign-in. It worked. Then Windows Update installed a new camera driver, and now Settings → Accounts → Sign-in options → Facial recognition (Windows Hello) shows Couldn’t turn on the camera or Camera not ready. The camera works fine in the Camera app and in video calls — only Hello can’t use it.
Affects: Windows 11 laptops with Windows Hello-capable cameras.
Fix time: 10 minutes.
Why a camera driver update breaks Hello
Windows Hello requires the camera to expose IR (infrared) capability through the standard UVC (USB Video Class) driver model with the “IR” KSCATEGORY_SENSOR_CAMERA flag. Most IR cameras ship with an OEM-specific driver (Realtek, IDS, Logitech) that registers both an RGB pipeline (for video calls) and an IR pipeline (for Hello). A driver update may register only the RGB pipeline — the camera still works for video but Hello can’t find an IR sensor.
The fix is usually to roll back to a known-working driver version, or install the OEM-specific driver from the laptop manufacturer’s site that includes both pipelines.
Method 1: Roll back the camera driver
- Press
Win + Xand open Device Manager. - Expand Cameras. You should see entries like HP TrueVision FHD RGB-IR Camera, Integrated IR Camera, or Synaptics IR Camera.
- Right-click the IR camera (if both RGB and IR are listed separately, target the IR one).
- Choose Properties → Driver tab.
- Click Roll Back Driver. If the button is greyed out, no rollback is available — the previous version was uninstalled. Skip to Method 2.
- Confirm the rollback. Reboot.
- Go to Settings → Accounts → Sign-in options and try setting up face recognition again.
If Hello works after the rollback, the new driver is the problem. Block the offending driver via wushowhide so Windows Update doesn’t reinstall it.
Method 2: Install the OEM-specific camera driver
- Visit your laptop manufacturer’s support site. Search for your model.
- Download the Camera driver or Webcam driver — look for one that explicitly mentions IR or Windows Hello.
- Uninstall the current driver: Device Manager → the camera → right-click → Uninstall device → check Delete the driver software for this device.
- Reboot.
- Install the downloaded OEM driver.
- Reboot again.
- In Device Manager, confirm both RGB and IR cameras appear.
- Set up Windows Hello.
This is the right path for chronic issues — the OEM driver is matched to your specific hardware and includes the correct IR sensor exposure.
Method 3: Reset the biometric service
If the camera shows up correctly but Hello still fails, the biometric service may have stale state.
- Press
Win + R, typeservices.msc, press Enter. - Find Windows Biometric Service.
- Right-click and choose Stop.
- Open File Explorer and navigate to
C:\Windows\System32\WinBioDatabase. - Delete all .dat files (be sure the service is stopped first).
- Return to services.msc and Start the service.
- Try Windows Hello setup again. The fresh enrollment goes through without the previous corrupt state.
Deleting biometric data forces you to re-enroll any users on the PC. Make sure you have an alternative sign-in method (PIN, password) available before doing this.
How to verify the fix worked
- Settings → Accounts → Sign-in options → Facial recognition (Windows Hello) shows Set up as available, not greyed out.
- Setup wizard launches the IR camera (you may see a faint red glow). Your face appears in the preview window.
- Enrollment completes within a minute.
- Lock the PC (Win+L) and unlock with your face — sign-in completes in 1–2 seconds.
If none of these work
If neither rollback nor OEM driver fixes it, the camera firmware may need an update — check the manufacturer for camera firmware updates (rare but exists on premium laptops). For laptops where the IR camera is a separate USB device that can be unplugged (some all-in-ones), disconnect and reconnect it physically to force a fresh driver bind. For PCs where Windows Hello was originally configured under a different Windows version (e.g., Windows 10 enrollments that Windows 11 inherited but no longer trusts), wipe biometric data per Method 3 and re-enroll fresh. As a last resort, an in-place repair upgrade restores the biometric stack while preserving user data.
Bottom line: Hello camera issues after driver updates are usually missing IR-pipeline registration. Roll back the driver or install the OEM version with the right INF entries. If the camera looks right but Hello still won’t work, the biometric service’s data needs a reset.