Identity · Security · 7 min read

Windows Hello for Business — setup, adoption gaps, and common misconfigurations

Published July 2026 · By M365Clarity

← All articles

Windows Hello for Business (WHfB) replaces passwords with a PIN or biometric (fingerprint, face) that is tied to a specific device. It's one of the most effective security improvements available to Microsoft 365 organisations — but it's also one of the most commonly half-deployed. This guide covers what it does, how to deploy it correctly, what goes wrong, and how to measure adoption.

What Windows Hello for Business actually is

Standard Windows Hello is the consumer version — a PIN or fingerprint that unlocks your device. Windows Hello for Business is the enterprise version, and the difference is significant:

Why it matters: phishing attacks that steal passwords are useless against WHfB. The credential is device-bound — there is no password to steal. It also eliminates the attack surface of "Remember MFA on trusted device" because the device itself is the authenticator.

Deployment models — which one you need

There are three deployment models. Getting this wrong is the most common misconfiguration:

Common hybrid misconfiguration: the Intune policy to enable WHfB is deployed correctly, but the on-premises Key Distribution Service is not configured on Domain Controllers. Devices appear to set up Hello but then fail authentication with error 0x801c0016. Users get confused, disable it, and revert to passwords.

How to deploy WHfB via Intune

  1. In the Intune admin centre, go to Devices → Windows → Windows Hello for Business
  2. Set Configure Windows Hello for Business to Enabled
  3. Set minimum PIN length (6+ recommended), enable letters and special characters for stronger PINs
  4. Enable biometric authentication if your devices have compatible hardware
  5. Set Use a Trusted Platform Module (TPM) to Required — this ensures the key is hardware-backed, not software-backed
  6. If hybrid joined, configure the Key Distribution Service on Domain Controllers first

Alternatively, you can configure WHfB through an Identity Protection profile in Intune under Endpoint Security → Account Protection.

Measuring adoption gaps

Enabling the policy is only half the job. The critical question is: what percentage of your users have actually completed WHfB registration?

You can check this via the Microsoft Entra admin centre under Identity → Monitoring → Authentication methods → User registration details. Filter by Windows Hello for Business to see which users have registered.

Common reasons for low adoption after policy deployment:

WHfB vs FIDO2 security keys

Both are strong passwordless methods. The key difference is portability. WHfB is device-bound — the credential lives on one specific device. FIDO2 security keys (e.g. YubiKey) carry the credential on a physical key that can be used on any device. For most Microsoft 365 users, WHfB is the right choice. FIDO2 keys are better suited to shared workstations, kiosk devices, or users who regularly work from multiple machines.

What M365Clarity checks

M365Clarity's passwordless authentication check shows the percentage of users in your tenant who have registered for any passwordless method — including Windows Hello for Business, FIDO2, and the Microsoft Authenticator app passwordless sign-in. If the percentage is low despite having Intune policies in place, that's an adoption gap worth investigating.

The Intune Health Report also checks whether an authentication methods policy is configured that enables WHfB, and surfaces it in the context of your overall device management posture.

Check your passwordless adoption in 2 minutes

M365Clarity shows the percentage of users registered for WHfB and other passwordless methods — alongside your full device health picture. Free plan available.

Scan your tenant free →

Related articles