Windows

How to Enable Passwordless Sign-in in Windows 11

Richard
Written by
Richard
Mar 31, 2026 Updated Apr 7, 2026 2 min read
How to Enable Passwordless Sign-in in Windows 11

This tutorial shows you how to turn passwordless sign-in on or off for Microsoft accounts in Windows 11.

Why Do This?

Passwordless sign-in makes your device more secure. Instead of using passwords, you sign in with Windows Hello. Windows Hello uses your face, fingerprint, or PIN. This modern security method is harder to hack than passwords.

When you enable passwordless sign-in, all apps and browsers that use your Microsoft account will automatically switch to Windows Hello. Your passwords won’t work anymore for signing in to 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

You must be signed in as an administrator to change this setting.

When you turn on passwordless sign-in:

  • 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 One: Use Settings

Note: You must be signed in to Windows with a Microsoft account to use this method. If you’re not, skip to Option Two.

  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 turn off for improved security only allow windows hello sign in
windows turn off for improved security only allow windows hello sign in

Note: This setting will be grayed out if you don’t have Windows Hello set up yet. You need at least one Windows Hello option like a PIN, facial recognition, or fingerprint.

Option Two: Use Registry Editor

⚠️ Requires Admin Privileges

Open the Windows Terminal app as administrator and run the commands below.

To Turn On Passwordless Sign-in

This is the default setting.

🗝️Registry
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

🗝️Registry
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 makes Windows 11 more secure by replacing passwords with Windows Hello (face, fingerprint, or PIN). You can enable or disable this feature through Settings if you have a Microsoft account signed in, or through Registry Editor using administrator privileges. When enabled, your device will no longer accept password-based sign-ins for Microsoft accounts.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2464 articles → Twitter

📚 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 Enable Windows Hello Facial Recognition in Windows 11
Windows How to Enable Windows Hello Facial Recognition in Windows 11
How to Enable or Disable Windows Hello Fingerprint
Windows How to Enable or Disable Windows Hello Fingerprint
How to Enable or Disable Windows Hello Biometrics for Domain Users
Windows How to Enable or Disable Windows Hello Biometrics for Domain Users

Leave a Reply

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