Skip to content
Follow
Windows

How to Enable Passwordless Sign-in in Windows 11

Richard
Written by
Richard
Mar 31, 2026 Updated Jun 19, 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?

You’ll want to switch to passwordless sign-in for Windows 11 because it makes your computer more secure by using Windows Hello, like your face or fingerprint, instead of a password.

Once you turn on passwordless sign-in, your apps and browsers that use your Microsoft account will automatically start using 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

Before you set up passwordless sign-in for Windows 11, remember you need to be an administrator on the computer, and some sign-in options will change.

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

You can easily turn on passwordless sign-in for Windows 11 using the Settings app, as long as you’re signed in with your Microsoft account.

  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 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 2Use Registry Editor

⚠️ You’ll need administrator privileges for this.

Open the Windows Terminal app with administrator privileges 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 for Windows 11 replaces passwords with Windows Hello, like your face, fingerprint, or PIN, making your device more secure.

How to enable passwordless sign in 🪟 Windows 11?

After opening the app, go to Accounts, then Sign-in options. You’ll notice that passwords are no longer listed as a sign-in option; only Windows Hello is available.

How to activate passwordless sign in?

Open the authenticator app and set up your account in the app by following the prompts. Sign in to your Microsoft account Additional security options. Under Passwordless account, select Turn on . 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 Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Enable or Disable Windows Hello Biometrics for Domain Users
Windows How to Enable or Disable Windows Hello Biometrics for Domain Users

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

Leave a Comment

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