Windows by Daniel

Disabling Facial Recognition in Windows 10 & 11

Facial recognition, offered through Windows Hello, is convenient for signing in to your Windows device. However, there are scenarios where disabling this feature is preferable, such as privacy concerns, device sharing, or technical issues. This guide outlines three methods to disable facial recognition on Windows 10 and 11.

WindowsHello
FacialRecognition
Windows10
Windows11
Privacy
...see more

The most straightforward method to disable facial recognition is through the Windows Settings:

  1. Press Windows + I to open Settings.

  2. Navigate to Accounts > Sign-in options.

  3. Under Facial Recognition (Windows Hello), click Remove.

  4. Confirm your choice by entering your PIN or password if prompted.

This action removes the facial recognition data associated with your account, disabling the feature for subsequent sign-ins.

...see more

To disable all biometric devices, including facial recognition hardware, follow these steps:

  1. Right-click the Start button and select Device Manager.

  2. Expand the Biometric Devices section.

  3. Right-click on your biometric device (e.g., IR camera) and choose Disable device.

  4. Confirm the action when prompted.

Disabling the biometric device prevents the system from using any biometric authentication methods.

...see more

For advanced users, the Windows Registry can be modified to disable biometric features:

  1. Press Windows + R, type regedit, and press Enter to open the Registry Editor.

  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Biometrics.

  3. If the Biometrics key doesn't exist, create it:

    • Right-click on Microsoft, select New > Key, and name it Biometrics.

  4. Within the Biometrics key, create a new DWORD (32-bit) value named Enabled.

  5. Set the value of Enabled to 0.

Setting this value to 0 disables all biometric features, including facial recognition. To re-enable, change the value back to1.

Comments