Skip to main content

How to Fix Windows 10 Pin Issues when Logging In

Windows 10 provide a very convenient way of logging in to your Windows using a pin code. However, some users are experiencing problems with the Windows 10 pin login. After a Windows Update, users can’t sign in using their previous pin code. And this isn’t related to users forgetting their pin codes. It seems like their old pin code has been removed from the Windows and their PCs aren’t recognising it.
Now, there are a lot of scenarios of this. Some people can’t sign in because the system doesn’t recognise their PIN. On the other hand, some people can’t even enter their pin because there isn’t a pin option available for them.

What Causes the Pin to Stop Working?

Here is a list of things that can cause this issue
  • A bug in the Windows Update that might have broken the PIN sign in option
  • Corrupt files in the Ngc folder
Usually it happens after a Windows Update so it’s a bug that breaks the PIN sign in option.

Tips

Before you dive deep in to the methods given below, try these few tricks that might work for you.
  • Try to restart your system a couple of times. The login pin option might work after a few restarts
  • Try to disconnect from the internet and then try again. You can take out the Ethernet cable if that’s what you are using. If you are wirelessly connected, get to the login screen and you should be able to see your Wi-Fi option on the right bottom corner. Turn off your Wi-Fi from there and reboot.
  • Use your password option by clicking on the Sign-in options at the login screen. Once you are in your Windows, go to Settings > Accounts > Sign-in Options > Remove PIN and then Add PIN.

Method 1: Sign in With Safe Mode (If you can’t get into Windows)

Try signing in with Safe Mode to see if that works. If you can get into the Windows with Safe Mode then you can change the pin or password from there. Follow the steps given below to enter in the Safe Mode
  1. Start your computer.
  2. At the login screen, click the power button from the bottom right corner
  3. Hold Shift key and select the Restart option
  4. Keep holding the Shift key until you see the Advanced recovery options menu
  5. Select Troubleshoot
  1. Click Advanced options
 
  1. Click Startup Settings
  1. Click Restart
  1. Now you should be able to see a list of options with numbers beside them. You just need to press the number that is allocated to the Safe Mode. This should be 4. So simply press (F4) to Enable Safe Mode
  1. Wait while Windows 10 starts in safe mode.
Log in and change the settings of your password or pin login. You can hold the Windows key and press I to open up the settings screen. Click Accounts. From here, you can click Sign-in Options and manage your accounts, PINs, and passwords. We will suggest you remove your PIN and then use the Add PIN option to activate the pin.

Method 2: Reset Account Control Lists Ngc Folder

You can reset your ACLs to reset the PIN of your system via the command prompt. Follow the steps given below.
  1. Press Windows key once
  2. Type command prompt in the Start Search menu
  3. Right click command prompt from the search results and select Run as administrator
  1. Type icacls C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Ngc /T /Q /C /RESET and press Enter
This should solve the issue for you. You might need to set a new PIN again but the issue with the PIN should be gone.

If you can’t login to Windows

You won’t be able to follow the steps given above if you can’t even sign in to Windows. You can still use the command prompt without signing in to Windows. Follow the steps given below
  1. Turn on your computer and get to the login screen
  2. At the login screen, click the power button from the bottom right corner
  3. Hold Shift key and select the Restart option
  4. Keep holding the Shift key until you see the Advanced recovery options menu
  5. Select Troubleshoot
  1. Click Advanced options
 
  1. Click Command Prompt
PRO TIP: If the issue is with your computer or a laptop/notebook you should try using Reimage Plus which can scan the repositories and replace corrupt and missing files. This works in most cases, where the issue is originated due to a system corruption. You can download Reimage by Clicking Here
  1. Type icacls C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Ngc /T /Q /C /RESET and press Enter
  1. Close the command prompt
  2. Click Continue
Reboot and check if this resolves the issue

Method 3: Delete NGC Folder Contents

If you are able to sign in with a password but your PIN still isn’t working then you can try to delete the contents of the NGC folder. Deleting the contents of the NGC folder will reset your PIN and you will be able to add a new pin of your choice.
Make sure you are signed in with the administrator account because you will need admin access to delete the contents of Ngc folder
  1. Hold Windows key and press to open the Windows Explorer
  2. Some folders, especially the AppData folder, might be hidden. So, you need to make sure that hidden folders can be seen. Click View from the top in File Explorer and check the option Hidden Items from Show/Hidesection
  1. Navigate to this path C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Ngc. You can copy/paste this whole path in the address bar of File Explorer and see if it works. If it doesn’t then you will have to manually navigate to the given path.
  1. Once you are in the Ngc folder hold CTRL key and press A to select all the files and folders. Press Delete and follow any additional on-screen instructions or prompts. Note: You can also just rename the Ngc folder by right clicking it and selecting Rename.
Once done, you should be good to go. You can go to Settings Accounts > Sign-in Options > Add PIN.

Method 4: Use a Local Account

You can also get around this problem by using a local account or creating a local account if you don’t already have one. Follow the instructions given below to make a local account and set a PIN via that account
  1. Sign in to Windows
  2. Press and hold Windows key and press I
  3. Select Accounts
  1. Click Family & Other people from the left pane
  2. Select Add someone else to this PC under the Other People section
  1. Click I don’t have this person’s sign in information
 
  1. Click Add a user without a Microsoft account
  1. Fill in the details and click Next
  1. Now sign out and sign back in with your local account
  2. Press and hold Windows key and press I
  3. Select Accounts
  1. Click Sign-in Options from the left pane
  2. Click Add and set up your PIN
  1. Now all you have to do is switch back to using the Microsoft account for your login. Click Your Info from the left pane
  2. Select Sign in with a Microsoft Account option and follow any additional on-screen instructions
Now you should be able to use the PIN code when signing in.

Comments

Popular posts from this blog

How to Format/Indent XML Files in Notepad++

Notepad++ is a free text and source code editor that is mostly used by programmers. It is an advanced alternate version of the default notepad which supports 50 programming, scripting and markup languages. It allows a user to edit codes within multiple tabs in a single window. However, it lacks the formatting for XML files or XML code. Users will find it difficult to edit or read the XML code without the correct format for code. How to Format/Indent XML Files on Notepad++ What is XML File? XML (stands for eXtensible Markup Language) which is a language designed to store and transport data. XML files are just plain text files that can’t do anything on their own. Custom tags are used in XML files to define objects and the data within each object. It defines a set of rules for encoding documents in such a format that both humans and machines could read. XML is similar to HTML but the difference is that HTML defines how data looks, while XML defines what data is. XML Code samp...

How to Fix ‘The Local Security Authority Cannot be Contacted’ Error on Windows

This error appears when users try to login to other computers via a remote desktop connection. The problem prevents them from connecting and it displays the “The Local Security Authority Cannot be Contacted” error message. The problem often appears after an update has been installed on either the client or the host PC and it causes plenty of problems on many different versions of Windows. The Local Security Authority Cannot be Contacted There have been many unofficial fixes for the problem which were created by the users who had the same unfortunate experience. We have gathered the working methods in this article so make sure you follow it in order to resolve the problem. What Causes “The Local Security Authority Cannot be Contacted” Error on Windows? Pinpointing the correct cause for the problem is one of the most important steps when it comes to resolving one. That is why we have created a list of possible causes for the problem so make sure you check it out below: D...

Fix: The Active Directory Domain Services is currently unavailable ‘Windows 7, 8 and 10’

The error Active Directory Domain Services is currently unavailable means that the system is not able to find and connect to your printer, hence the process is stopped and cannot proceed further. This process allows the computer to manage and allocate resources. If this error occurs, it means that there is most probably a problem with the permissions, drivers, UAC etc. We have listed down a number of solutions for you to check. Start with the first one and work your way down. Solution 1: Resetting Printer Spooler Settings The spooler service is a software program which is responsible for managing all print jobs being sent to the computer printer. The print spooler service is usually visible to users and they can also cancel a print job which is being processed. It also allows them to manage jobs which are currently on the waitlist. We can try restarting this service and check if this solves the problem. Press  Windows + R  to launch the Run application. Type ...