Skip to content
Follow
Windows

How to Enable Passwordless Sign-in in Windows 11

Richard
Written by
Richard
Mar 31, 2026 Updated Jul 10, 2026 3 min read
How to Enable Passwordless Sign-in in Windows 11
How to Enable Passwordless Sign-in in Windows 11

Turn on passwordless sign-in for your Microsoft account in Windows 11 to replace traditional passwords with Windows Hello authentication.

Advertisement
⚡ Quick Answer

Go to Settings Accounts Sign-in options. Toggle “For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device” to On. Ensure you have a Windows Hello method like a PIN or fingerprint set up first.

Advertisement

Why Do This?

Passwordless sign-in enhances device security by replacing passwords with Windows Hello (a biometric or PIN sign-in method). Linked apps and browsers then switch to biometric authentication automatically, leaving standard passwords behind.

Once passwordless sign-in is enabled, your apps and browsers linked to your Microsoft account will automatically adopt Windows Hello for authentication. Your previous passwords will then be unusable for signing into Windows.

Learn more: How to go passwordless with your Microsoft account – Microsoft Support and Go passwordless in Windows – Microsoft Support

What You Need to Know

An administrator account is required on the computer before making this change. Once enabled, the option to enter a username and password will vanish from the sign-in screen, and you will not be able to remove your PIN associated with your Microsoft account.

When you turn on passwordless sign-in:

Advertisement
  • The option to enter a username and password will be removed from the sign-in screen
  • You cannot remove your PIN from your Microsoft account
  • Password and picture password sign-in options will not be available

Option 1Use Settings

Open Settings by pressing Win+I on your keyboard. Click Accounts on the left side, then click Sign-in options on the right side. Locate the setting titled 'For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device'.

  1. Open Settings by pressing Win+I on your keyboard.
  2. Click Accounts on the left side. Then click Sign-in options on the right side
  3. Find the setting that says For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device. Turn it On or Off based on what you want.
  4. Close Settings when you're done.
Windows 11 Accounts settings menu showing the Sign-in options tile
Windows 11 Accounts settings menu showing the Sign-in options tile
windows turn off for improved security only allow windows hello sign in
windows turn off for improved security only allow windows hello sign in
📝NoteKeep in mind that this toggle remains grayed out until Windows Hello is fully set up.

A Windows Hello method, such as a PIN, facial recognition, or fingerprint, is required.

Option 2Use Registry Editor

⚠️ This method also requires administrator privileges.

Open the Windows Terminal app as an administrator and execute the following commands.

Advertisement

To Turn On Passwordless Sign-in

This represents the default configuration.

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v DevicePasswordLessBuildVersion /t REG_DWORD /d 2 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v DevicePasswordLessUpdateType /t REG_DWORD /d 1 /f

To Turn Off Passwordless Sign-in

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v DevicePasswordLessBuildVersion /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v DevicePasswordLessUpdateType /t REG_DWORD /d 1 /f

Summary

Passwordless sign-in in Windows 11 enhances device security by replacing traditional passwords with Windows Hello methods like your face, fingerprint, or PIN.

How to enable passwordless sign in 🪟 Windows 11?

After launching the app, navigate to 'Accounts,' then select 'Sign-in options.' You'll observe that passwords are no longer presented as a sign-in method; only Windows Hello options will be available.

How to activate passwordless sign in?

Open your authenticator app and configure your account by following the on-screen instructions. Sign in to your Microsoft account under 'Additional security options.' Within the 'Passwordless account' section, select 'Turn on.' Subsequently, follow the prompts to verify your account.

Was this guide helpful?

100% of readers found this helpful (1 votes)

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How to Enable Windows Hello Sign-In for Microsoft Accounts in Windows 11
Windows How to Enable Windows Hello Sign-In for Microsoft Accounts in Windows 11
How to Reset Your Microsoft Account Password
Windows How to Reset Your Microsoft Account Password
How to Enable or Disable Windows Hello Biometrics for Domain Users
Windows How to Enable or Disable Windows Hello Biometrics for Domain Users
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *