Windows 11 – How to Fix PIN Setup Not Working

I’ve seen this maddening issue pop up for many Windows 11 users: you go to Settings > Accounts > Sign-in options to set up a Windows Hello PIN, you enter your account password, and then… nothing happens. The setup window disappears or hangs, leaving you unable to proceed. Based on my troubleshooting experience, this is usually caused by corrupted data in a specific system folder (called NGC), a problem with your computer’s security chip (TPM), or an issue with Windows’ own sign-in services.

Here’s a step-by-step guide to fix it, starting with the quickest and safest solutions first.

Before You Begin: Quick Checks

Before diving into more complex steps, I recommend trying these simple checks first.

  • Reboot and Reconnect: Restart your PC and make sure it has a working internet connection before trying to set up the PIN again.
  • Use an Administrator Account: Ensure you are signed into an account with Administrator privileges. You cannot set up a PIN from a standard user account.
  • Back Up Your BitLocker Key: This is critical. If your device uses BitLocker drive encryption, back up your recovery key before proceeding. Some of the fixes below involve the TPM, which could render your encrypted data inaccessible without the key.

How to Fix the Windows 11 PIN Setup Process

Follow these methods in order. The NGC folder deletion is the most common fix, but it’s best to try the less invasive steps first.

1. Use the “I forgot my PIN” Option

The simplest solution is to use the built-in reset function.

  • Go to Settings > Accounts > Sign-in options.
  • Click on PIN (Windows Hello).
  • If you see an “I forgot my PIN” link, click it and follow the on-screen prompts. If this works, you’re all set. If it hangs like the setup button did, move to the next step.

2. Restart the Credential Services

Sometimes, the Windows services that manage your login credentials just need a quick restart.

  1. Press Windows Key + R to open the Run dialog.
  2. Type services.msc and press Enter.
  3. In the Services window, find and right-click each of the following services, then select Restart:
    • Credential Manager
    • Windows Biometric Service
  4. Once restarted, try setting up your PIN again.

3. Delete the NGC Folder (Most Common Fix)

This is the solution that works for the vast majority of users experiencing this problem. It involves deleting the folder where Windows stores PIN information, forcing the system to recreate it from scratch.

Warning: You must have Administrator rights to perform these steps.

  1. Right-click the Start button and select Windows Terminal (Admin) or PowerShell (Admin).
  2. Execute the following two commands one by one to take ownership of the NGC folder. Copy and paste each line, then press Enter:PowerShelltakeown /f "C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC" /r /d y PowerShellicacls "C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC" /grant Administrators:F /t
  3. Now, execute the following command to delete the folder:PowerShellrd /s /q "C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC"
  4. Restart your PC. After rebooting, go back to Settings > Accounts > Sign-in options and try setting up the PIN again. The process should now work correctly.

4. Check Your TPM Status

The Trusted Platform Module (TPM) is a security chip on your motherboard that handles encryption for features like your PIN. If it’s having issues, PIN setup will fail.

  1. Press the Start button and type tpm.msc, then press Enter.
  2. A window will appear showing the TPM’s status. If it reports any errors, they must be resolved first.
  3. Warning: The TPM management console gives you the option to “Clear TPM.” This is a last resort and will remove all encryption keys stored on the chip. Do not do this unless you have backed up your BitLocker recovery key, as it can lead to permanent data loss.

5. Repair Corrupt System Files

If the problem persists, it’s possible some Windows system files are corrupted. You can use two built-in tools, SFC and DISM, to scan for and repair them.

  1. Open Windows Terminal (Admin) or PowerShell (Admin).
  2. Run the System File Checker first:PowerShellsfc /scannow
  3. After it completes, run the DISM command:PowerShellDISM /Online /Cleanup-Image /RestoreHealth
  4. Reboot your PC and try the PIN setup again.

More Topics

Hello! I'm a gaming enthusiast, a history buff, a cinema lover, connected to the news, and I enjoy exploring different lifestyles. I'm Yaman Şener/trioner.com, a web content creator who brings all these interests together to offer readers in-depth analyses, informative content, and inspiring perspectives. I'm here to accompany you through the vast spectrum of the digital world.

Leave a Reply

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