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

Let’s walk through how to turn passwordless sign-in on or off for your Microsoft account in Windows 11.

⚡ 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.

Why Do This?

Passwordless sign-in for Windows 11 enhances device security by replacing traditional passwords with Windows Hello methods like your face, fingerprint, or PIN. This change means apps and browsers that use your Microsoft account will automatically switch to Windows Hello for sign-ins, and your old passwords will no longer be valid for Windows.

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

Before setting up passwordless sign-in for Windows 11, you must have administrator privileges on your computer. 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:

  • 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

Turning on passwordless sign-in for Windows 11 is achievable using the Settings app, provided you’re signed in with your Microsoft account. Press ⊞ Win+I to launch Settings, then select ‘Accounts’ from the left-hand menu. On the right pane, click ‘Sign-in options’ and 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
📝Note
This setting will appear grayed out if Windows Hello isn’t already configured. 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.

To Turn On Passwordless Sign-in

This represents the default configuration.

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

📚 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 *