Fix: Sign-in Option Disabled Due to Failed Sign-in Attempts

Nine ways to fix login problems in case you forgot your password

Reading time icon 7 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • A disabled sign-in option can either be caused by Windows activating a security measure or corrupted files ruining system processes.
  • Fortunately, there are many ways to fix this, so if one fails, you can always try another.
  • It’s recommended that you run a DISM scan to clear up corruption or adjust AccountLockout in the Registry Editor.

Forgetting your login password is something that everybody does. Too many attempts can cause Windows to disable the sign-in option, but it can easily be overcome.

But let’s say you recover your password and try to log in again, only to be rejected once more. If this happens, this is a sign of a greater problem afflicting your computer.

Why did the sign-in option become disabled?

It’s rather rare for this problem to occur, so there aren’t a lot of culprits behind a disabled sign-in option. A lot of the time, it typically comes down to user error.

  • Too many failed sign-in attempts – If you try to sign in too many times, Windows will prevent you from doing so. It’s recommended that you wait for some time before trying again.
  • You have corrupted files on your system – Corrupt files can mess with system processes. Cleaning up your computer may require you to manually replace files.
  • Malware has infected your computer – Once you get access to your computer again, be sure to download some antivirus to thoroughly your computer.

How can I re-enable the sign-in option?

There are many different ways you can try to get past this error. But for the sake of brevity, we’re only going to cover the best 10. And that amount will be split across both easy and complex solutions:

  • If you forgot your password, all you have to do is select I forgot my PIN on the login screen. Follow the on-screen instruction to reset your information.
  • An error message may appear after repeated attempts to sign in, telling you to wait for two hours before trying again. Wait for that amount of time, then try logging in once more.
  • If you do manage to log into your account, it’s recommended that you create a new local account and use that one moving forward.

1. Restart Windows 11 in Safe Mode

  1. Click the Power icon in the bottom-right corner. Hold the Shift key down and select Restart. This will boot Windows 11 with advanced startup options.
  2. Under Choose an option, select Troubleshoot, then Advanced options.
  3. Select Startup Settings.
  4. On this final page, click Restart.
  5. Next, you will be asked to press one of the function keys on how you want Windows 11 to boot. Press F5 to enable Safe Mode with an internet connection.
  6. Windows 11 will boot in Safe Mode. Restart your computer and try logging in once more.

This solution is recommended to be done first as it allows you to bypass the error message and log into your computer. The following solutions aim to fix the problems causing this error in the first place.

2. Run System File Checker and DISM commands

  1. Bring up the Command Prompt on the Windows 11 search bar. Click Run as administrator.
  2. In the Command Prompt, type in the following command and hit Enter on your keyboard: sfc /scannow
  3. Give your computer enough time to finish scanning.
  4. Now type in the following commands, one after the other, and press Enter after each one: dism /online /cleanup-image /scanhealth dism /online /cleanup-image /checkhealth dism /online /cleanup-image /restorehealth
  5. Like before, give your computer enough time to finish scanning.
  6. Restart your computer when you’re done to finish up the process.

After applying the steps above, you must be able to access your device through the sign-in option. If that is not the case, you may need an alternative solution to fix it.

You can always rely on modern repair and optimization software that will fully diagnose your Windows OS and repair corrupted files, registry files, and other essential concerns.

3. Run the Check Disk command

  1. Like the previous solution, launch the Command Prompt with the same administrator permissions.
  2. Type the following command and hit Enter on your computer: chkdsk [driveletter] /f /r /x
  3. Where it states [driveletter], enter the letter of your hard drive as shown below.
  4. You might get a message stating the command cannot run because it’s in use. Schedule the scan for the next restart by pressing Y on your keyboard.

You should also perform the Check Disk scan on other hard drives if multiple drives are connected to your computer.

4. Adjust the account lock policy

  1. Right-click the Windows logo in the bottom right corner and select Run.
  2. In the Run command, enter gpedit.msc.
  3. Expand Windows Settings, and under this section, select Security Settings.
  4. Expand Account Policies, then select Account Lockout Policy.
  5. Double-click Account lockout threshold.
  6. In the new Properties window that appears, set the value to 0.
  7. Click Apply, then OK.

Configuring the Local Group Policy Editor is usually a feature exclusive to Windows 11 Pro, but it’s possible to get it running on the Home version.

Doing so requires you to run a specific batch file on the Notepad app.

5. Tweak AccountLockout in the Registry Editor

  1. Start by launching the Registry Editor. If a User Account Control window appears, select Yes.
  2. Expand HKEY_LOCAL_MACHINE, click SYSTEM, and then CurrentControlSet right after.
  3. Open Services, and in the vast list, scroll down until you find RemoteAccess. Expand that as well.
  4. Click Parameters, then select go to AccountLockout.
  5. Double-click MaxDenials. Set the value data to 0, then select OK.
  6. Restart your computer to apply the changes.

Facing similar issues like Account is disabled. Please see your administrator; take a look at this guide to find solutions.

6. Reset the account password

  1. Log into another account that has administrator permissions on your computer.
  2. Right-click the Windows logo in the bottom-left corner and select Run.
  3. Type in control userpasswords2, then click OK.
  4. Select the problematic account and click the Reset Password button.
  5. Enter and confirm a new password for the account. Click OK to close the window.
  6. Finish up by selecting Apply, then OK.

Be sure to check out Microsoft’s instructions on how to create administrator accounts on Windows 11 if you don’t have one or you don’t remember.

7. Delete the Ngc folder

  1. Launch File Explorer.
  2. Copy and paste the following address to the top bar of File Explorer: C:\Windows\ServiceProfiles\LocalService
  3. Double-click the AppData folder. Make sure you’re using an administrator account moving forward. If you see a window stating that you don’t have permission, click Continue.
  4. Open the Local folder, then double-click Microsoft.
  5. Delete the Ngc folder. If Windows 11 asks for permission, give it.
  6. Right-click on File Explorer. Hover over New and create a new folder. Name it Ngc.
  7. Once that’s done, go to the Accounts tab of the Settings menu. Select Sign-in options.
  8. Expand the PIN entry. Change your PIN.

Is it possible to run commands without being an administrator?

As you can see from the solutions, most of them require you to have admin-level permissions. This can make it difficult for users who aren’t admins to fix any error, but it is possible.

For example, if you want to flush out the DNS cache without admin rights, you can still open either the Command Prompt or PowerShell.

And be sure to check out our guide on what to do if registry editing has been disabled by the admin. The SFC scan mentioned earlier still works, regardless of the level of access you may have.

Feel free to comment below if you have questions about other Windows 11 errors. And please tell us if thereโ€™s a specific guide for any login or security issue youโ€™d like to see.

More about the topics: Password issues, Windows 11