You open Settings > Accounts > Sign-in options and look for the Picture Password section. It is not there. The toggle to create or remove a picture password has vanished. This problem prevents you from using an image-based sign-in method on your Windows 11 device.
The missing toggle is caused by a disabled Windows Hello service, corrupted user profile settings, or a Group Policy restriction that hides picture password options. In some cases, a recent Windows update or a third-party security application blocks the feature.
This article explains why the Picture Password toggle disappears from the Sign-in options page. It provides step-by-step fixes to restore the toggle, including service checks, Group Policy edits, and registry changes. You will also learn how to handle related failures such as the toggle being grayed out or the Picture Password page failing to load.
Key Takeaways: Restoring the Picture Password Toggle in Sign-In Options
- Windows Hello service status check: The Picture Password feature depends on the Windows Hello service being set to Automatic and running.
- Group Policy Object setting: A specific policy named “Turn off picture password sign-in” must be set to Not Configured or Disabled.
- Registry value correction: The registry key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System must not contain a DWORD named AllowDomainPINLogon set to 0.
Why the Picture Password Toggle Disappears from Sign-In Options
Windows 11 displays the Picture Password section inside Settings > Accounts > Sign-in options only when the underlying Windows Hello service is active and the feature is not blocked by policy. The toggle is controlled by a combination of system services, Group Policy settings, and registry entries.
The primary service responsible for Picture Password is the Windows Hello service, which runs under the name Windows Hello Face and Biometric Authentication or Windows Hello in the Services console (services.msc). If this service is set to Disabled or stopped, the Picture Password feature is hidden from the Settings app.
Group Policy can also suppress the toggle. The policy Turn off picture password sign-in is located under Computer Configuration > Administrative Templates > System > Logon. When enabled, the policy removes the Picture Password option entirely. The policy is applied to both local accounts and Microsoft accounts.
A corrupted user profile or a registry value that restricts sign-in methods can also cause the toggle to disappear. The registry key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System contains DWORD values that control PIN, Picture Password, and biometric sign-in options. Incorrect values here override the Settings UI.
Steps to Restore the Picture Password Toggle on Windows 11
Follow the methods below in order. Each method addresses a specific cause. Verify the toggle reappears after each step before moving to the next method.
Method 1: Enable and Start the Windows Hello Service
- Open the Services console
Press Win + R, type services.msc, and press Enter. - Locate Windows Hello service
Scroll down the list and find Windows Hello Face and Biometric Authentication. The service name may appear as Windows Hello on some builds. - Verify service startup type
Double-click the service. In the Startup type dropdown, select Automatic. Click Apply. - Start the service
Click the Start button if the service status is Stopped. Click OK. - Restart the Settings app
Close Settings and reopen it. Navigate to Settings > Accounts > Sign-in options. The Picture Password toggle should now appear.
Method 2: Edit Group Policy to Allow Picture Password
This method applies to Windows 11 Pro, Enterprise, and Education editions. Windows 11 Home does not include the Local Group Policy Editor. Use Method 3 instead for Home edition.
- Open Local Group Policy Editor
Press Win + R, type gpedit.msc, and press Enter. - Navigate to the Picture Password policy
Go to Computer Configuration > Administrative Templates > System > Logon. - Open the policy setting
Double-click Turn off picture password sign-in. - Set the policy to Not Configured
Select Not Configured or Disabled. Click Apply and OK. - Refresh policy settings
Open a Command Prompt as administrator and run gpupdate /force. Restart the computer and check Sign-in options.
Method 3: Modify the Registry to Unblock Picture Password
Use this method if Group Policy is not available or if policy changes do not restore the toggle.
- Open Registry Editor
Press Win + R, type regedit, and press Enter. Click Yes when prompted by User Account Control. - Navigate to the System key
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System. - Check for blocking DWORD values
Look for a DWORD named AllowDomainPINLogon. If it exists and its value is 0, right-click it and select Modify. Change the value to 1. Click OK. - Delete the Picture Password policy DWORD if present
Look for a DWORD named DisablePicturePassword. If it exists, right-click it and select Delete. Confirm the deletion. - Restart the computer
Close Registry Editor and restart Windows. Open Sign-in options to confirm the toggle has returned.
Method 4: Create a New Local User Profile
A corrupted user profile can hide the Picture Password toggle. Creating a new local profile preserves your files and settings.
- Open Settings
Press Win + I and go to Accounts > Other users. - Add a new user
Click Add account. Select Sign in without a Microsoft account and then Local account. Enter a username and password. Click Next and Finish. - Log into the new account
Sign out of your current account and sign into the new local account. - Check Sign-in options
Open Settings > Accounts > Sign-in options. The Picture Password toggle should be visible. If it is, the original profile was corrupted. Transfer your files from the old profile folder under C:\Users to the new folder.
If the Picture Password Toggle Is Still Missing After the Fix
Some users report that the toggle reappears but is grayed out, or that clicking it does nothing. The following issues explain these specific failure patterns and their fixes.
Picture Password Toggle Is Grayed Out on Windows 11
A grayed-out toggle means the system recognizes the Picture Password feature but cannot activate it. This usually happens when the user account does not have a password set. Windows 11 requires a local or Microsoft account password before you can set up a picture password.
To fix this, go to Settings > Accounts > Sign-in options > Password. Click Add or Change to set a password. After the password is set, the Picture Password toggle becomes active.
Clicking Picture Password Opens a Blank Page or Crashes Settings
A blank page indicates that the Windows Hello service is not responding or that the user profile is damaged. Run a System File Checker scan to repair system files. Open Command Prompt as administrator and run sfc /scannow. After the scan completes, restart the computer and try again.
If the issue persists, reset the Windows Hello service by running the following command in an elevated Command Prompt: net stop wbioSrvc && net start wbioSrvc. This restarts the biometric service that Picture Password depends on.
Picture Password Toggle Disappears After a Windows Update
A Windows update can reset Group Policy settings or change service startup types. After a major update, check the Windows Hello service startup type and the Turn off picture password sign-in policy. Reapply Method 1 and Method 2 if the update reset them.
Picture Password vs PIN vs Biometric Sign-In: Feature Comparison
| Item | Picture Password | Windows Hello PIN |
|---|---|---|
| Description | Sign-in using a gesture on a selected image | Sign-in using a numeric or alphanumeric code |
| Dependency | Windows Hello service must be running | Windows Hello service must be running |
| Policy block possible | Yes, via Turn off picture password sign-in | Yes, via Turn off PIN sign-in policy |
| Works without password | No, account password is required | No, account password is required |
| Recovery option | Use password if gesture fails | Use password if PIN is forgotten |
Both Picture Password and PIN are part of Windows Hello. They share the same underlying service and policy framework. If one feature is missing, the other may also be affected. The steps in this article apply to both features.
The Picture Password toggle in Sign-in options can be restored by ensuring the Windows Hello service is enabled, Group Policy is set to allow the feature, and the registry contains no blocking values. Start with the service check, then move to policy or registry edits if needed. If the toggle remains missing, create a new local user profile to rule out profile corruption.
After restoring the toggle, set a picture password by selecting an image and drawing three gestures. Test the new sign-in method by locking your computer with Win + L and unlocking it with your gesture. For advanced troubleshooting, open Event Viewer and look for errors under Windows Logs > System with source WinBioService to identify service failures.