Windows Hello Face is one of the most convenient sign-in options in Windows 11. You look at your screen, and a second later you’re at your desktop, with no password or PIN needed. It’s also more secure than a typical password, because it uses infrared (IR) depth sensing to build a 3D map of your face rather than comparing a flat photo.
When it stops working, you’ll often see this message under Settings > Accounts > Sign-in options:
“We couldn’t find a camera compatible with Windows Hello Face.”
The error is frustrating, especially if face sign-in worked before. It has several possible causes:
- Your camera doesn’t support Windows Hello. Windows Hello Face needs a camera with an infrared sensor, and an ordinary webcam won’t do.
- A driver problem. A recent Windows update may have replaced or broken your camera or biometric driver.
- The camera is disabled. It may be turned off in Device Manager, in privacy settings, or in the BIOS.
- A policy or registry setting is blocking biometrics. This is common on work or school PCs.
- Corrupted system files or a stopped biometric service.
The good news is that most cases can be fixed without replacing any hardware. The methods below run from the quickest checks to the more advanced fixes, so work through them in order.
Before You Start: Check That Your Hardware Supports Windows Hello Face
This step saves a lot of time. Windows Hello Face requires a camera that can capture infrared images. Many laptops have one built in, usually marketed as an “IR camera” or “Windows Hello-compatible camera.” If your PC only has a standard 720p or 1080p webcam, the error is telling you the truth: the camera isn’t compatible.
How to check in Device Manager:
- Right-click the Start button and choose Device Manager.
- Expand Cameras, Imaging devices, and Biometric devices.
- Look for an entry that mentions IR, Infrared, or Windows Hello (for example, “Integrated IR Camera” or “Intel RealSense”).
If you see a normal webcam but no IR entry, your device likely doesn’t support Windows Hello Face. Your options are then to use a PIN or fingerprint sign-in instead, or to buy an external Windows Hello-compatible camera such as a Logitech BRIO or a similar IR-enabled model. If you do see an IR camera, continue with the methods below.
Method 1: Restart Your PC and Check for Windows Updates
It sounds basic, but a restart clears temporary glitches that stop the biometric framework from loading. After restarting, check for updates:
- Open Settings (Win + I).
- Go to Windows Update.
- Click Check for updates and install everything available.
- Click Advanced options > Optional updates and install any driver updates listed, especially those for cameras or biometric devices.
Microsoft and PC manufacturers often release driver patches through optional updates. Restart again once installation finishes, then test the sign-in options.
Method 2: Check Camera Privacy Settings
If camera access is blocked at the system level, Windows Hello can’t use it.
- Open Settings > Privacy & security > Camera.
- Make sure Camera access is turned On.
- Make sure Let apps access your camera is also On.
Some laptops also have a physical privacy shutter or a keyboard shortcut (often a function key with a camera icon) that disables the camera. Check that it isn’t switched off. Note that the IR camera is usually separate from the standard webcam, but some manufacturers’ privacy switches disable both.
Method 3: Enable the Camera in Device Manager
A disabled IR camera is a very common cause of this error.
- Right-click Start and open Device Manager.
- Expand Cameras (and Imaging devices, if present).
- Right-click each camera entry, especially any IR camera. If you see Enable device in the menu, click it.
- Also expand Biometric devices and enable anything listed there.
If an entry has a yellow warning triangle, the driver has a problem. Continue to the next method.
Method 4: Update, Reinstall, or Roll Back the Camera Driver
Drivers are the most common culprit, particularly after a major Windows update.
Update the driver
- In Device Manager, right-click your IR camera.
- Choose Update driver > Search automatically for drivers.
Reinstall the driver
If updating doesn’t help:
- Right-click the camera and choose Uninstall device.
- If offered, check Attempt to remove the driver for this device (only if you plan to reinstall from the manufacturer).
- Restart your PC. Windows will usually reinstall a generic driver automatically.
Install the manufacturer’s driver
Generic drivers sometimes lack IR support. Visit your laptop maker’s support page (Dell, HP, Lenovo, ASUS, Acer, Microsoft Surface, and so on), enter your model or serial number, and download the latest camera, IR camera, or biometric drivers. Also check for chipset and firmware updates, since some IR cameras depend on them.
Roll back the driver
If the problem began right after an update:
- In Device Manager, right-click the camera and choose Properties.
- Open the Driver tab.
- Click Roll Back Driver if it’s available, and follow the prompts.
Method 5: Make Sure the Windows Biometric Service Is Running
Windows Hello relies on the Windows Biometric Service. If it’s stopped or disabled, face sign-in fails.
- Press Win + R, type
services.msc, and press Enter. - Find Windows Biometric Service.
- Double-click it. Set Startup type to Automatic (or Manual if that’s the default on your system).
- Click Start if the service isn’t running, then Apply and OK.
Restart your PC and check again.
Method 6: Check Group Policy Settings (Windows 11 Pro, Enterprise, Education)
If your PC is managed by an organization, or if a policy was changed, biometrics may be blocked.
- Press Win + R, type
gpedit.msc, and press Enter. - Navigate to Computer Configuration > Administrative Templates > Windows Components > Biometrics.
- Double-click Allow the use of biometrics and set it to Enabled or Not Configured.
- Repeat for Allow users to log on using biometrics and Allow domain users to log on using biometrics.
- Click Apply and OK.
- Open Command Prompt as administrator and run
gpupdate /force, then restart.
Windows 11 Home doesn’t include the Group Policy Editor, so use the registry method below instead.
Method 7: Enable Biometrics via the Registry
Warning: Editing the registry incorrectly can cause problems. Create a restore point or back up the registry first.
- Press Win + R, type
regedit, and press Enter. - Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Biometrics. If the Biometrics key doesn’t exist, right-click Microsoft > New > Key and name itBiometrics. - Look for a DWORD (32-bit) value named
Enabled. If it doesn’t exist, right-click in the right pane, choose New > DWORD (32-bit) Value, and name itEnabled. - Double-click it and set the value to
1. - Restart your PC.
Setting the value to 1 allows biometric features, while 0 blocks them. If the value was 0, this change may resolve the error immediately.
Method 8: Repair System Files with SFC and DISM
Corrupted system files can break the biometric framework.
- Search for Command Prompt, right-click it, and choose Run as administrator.
- Run:
sfc /scannow
Wait for it to reach 100%.
3. Then run these commands one after another:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
- Restart your PC when finished.
Method 9: Reset Windows Hello Face Sign-In
Sometimes the stored face data or configuration is corrupted. Removing and re-setting it can fix this.
- Go to Settings > Accounts > Sign-in options.
- Select Facial recognition (Windows Hello).
- Click Remove (if the option is available), and confirm.
- Restart, return to the same page, and click Set up.
- Follow the prompts, entering your PIN when asked, and scan your face in good lighting.
If the Remove button is grayed out or the whole section is missing, the problem is likely at the driver, policy, or hardware level, so revisit the earlier methods.
Tip: Some Windows 11 versions offer Enhanced sign-in security, which requires compatible hardware. If your device supports it, it may change the options available. The Improve recognition button also lets you scan again, for example with glasses on or off, to raise accuracy.
Method 10: Check the BIOS/UEFI Settings
On some laptops, the camera can be disabled in firmware.
- Restart your PC and press the BIOS key during startup (commonly F2, F10, Del, or Esc, depending on the brand).
- Look under Security, Advanced, or Peripherals for options such as Integrated Camera, Webcam, or Camera.
- Make sure it’s Enabled.
- Save and exit (usually F10).
While you’re here, check whether a BIOS update is available from your manufacturer. Firmware updates sometimes fix IR camera detection.
Additional Tips
- Clean the camera lens. Smudges can interfere with IR detection.
- Use good lighting. While IR works in low light, extreme backlighting can cause issues.
- Disconnect external cameras. Conflicts with USB webcams can occasionally confuse Windows.
- Disable third-party software. Some antivirus or privacy tools block camera access.
- Check for manufacturer utilities. Apps like Lenovo Vantage, HP Support Assistant, and MyASUS can update camera firmware.
Conclusion
The “We couldn’t find a camera compatible with Windows Hello Face” error in Windows 11 looks alarming but usually has a simple cause. The first thing to confirm is that your device actually has an infrared camera, because a standard webcam won’t work with Windows Hello Face. If the hardware is compatible, the fix is usually one of these:
- Updating or reinstalling the camera driver
- Enabling the camera in Device Manager, privacy settings, or the BIOS
- Making sure the Windows Biometric Service is running
- Correcting Group Policy or registry settings that block biometrics
- Repairing system files with SFC and DISM
Start with the quick fixes, such as restarting, updating, and checking privacy settings, before moving on to registry edits or a restore. If none of the methods work, contact your device manufacturer or Microsoft Support, as there may be a hardware fault or a firmware issue that needs a specialist. In the meantime, you can keep your PC secure and convenient with a PIN, a fingerprint reader, or a security key.
Frequently Asked Questions (FAQ)
1. Can I use any webcam with Windows Hello Face?
No. Windows Hello Face requires a camera with an infrared (IR) sensor, and usually an IR emitter as well, to capture depth and 3D facial data. Standard RGB webcams, even high-resolution ones, aren’t compatible. If your device lacks an IR camera, you can buy an external Windows Hello-compatible camera or use a PIN or fingerprint instead.
2. Why did Windows Hello Face stop working after a Windows update?
Updates can replace camera or biometric drivers with versions that don’t fully support your IR camera, or they can reset certain settings. Rolling back the driver, installing the manufacturer’s latest driver, or uninstalling the problematic update usually fixes it. Checking optional updates in Windows Update can also deliver a corrected driver.
3. Is it safe to edit the registry to fix this error?
It’s safe if you follow the steps carefully and make a backup first. Only change the specific value described (the Enabled DWORD under the Biometrics policy key). Create a system restore point before editing so you can undo the change if anything goes wrong. If you’re not comfortable with the registry, try the driver, service, and Group Policy methods first.
4. What if the Windows Hello Face option is completely missing or grayed out in Settings?
That typically means Windows doesn’t detect a compatible camera, a policy is blocking biometrics, or the biometric service isn’t running. Work through the driver checks, the Windows Biometric Service, and the Group Policy or registry settings. If the option is still missing after that, your hardware may not support Windows Hello Face, so check your device specifications or contact the manufacturer.


