Table of Contents
This guide explains how to resolve 'We Can't Sign into Your Account' Error on Windows 10, starting with the most likely causes and moving through practical troubleshooting steps.
Fix "We can't sign into your account" error
Note: The steps below assume your Windows settings are set by default for the C: drive. If you installed Windows on another drive, please replace c: with the drive letter corresponding to your installation.

For the admin account
If your account is an Administrator account on the affected device:
Step 1. When you see the " We can't sign into your account " dialog box, click the Close button.
Step 2. Open a Command Prompt window with admin rights.
Step 3. Type and run each of the following commands:
cd c:users%username% takeown /F ntuser.dat* icacls ntuser.dat* /reset icacls ntuser.dat* /setowner 'SYSTEM'
Step 4. Log out.
Step 5. You won't see the above dialog box on your next login.
For regular accounts
If your account is not an admin account on the affected device:
Step 1. When you see the " We can't sign into your account " dialog box, click the Close button.
Step 2. Open a standard Command Prompt window.
Step 3. Enter the following command:
Echo %username%
(Note the username returned, you will use it in step 6)
Step 4. Close the standard Command Prompt window.
Step 5. Open a Command Prompt window with admin rights.
Step 6. Type and run each of the following commands:
cd c:usersusername takeown /F ntuser.dat* icacls ntuser.dat* /reset icacls ntuser.dat* /setowner 'SYSTEM'
Step 7. Log out.
Step 8. You will not see the above dialog box the next time you login.
If these steps did not resolve the issue for you on build 20226, you can also rollback the previous build. You can then reinstall build 20226 and you should not have the problem again.
The cause of the error has been identified and a fix is in development.
FAQ
What usually causes 'We Can't Sign into Your Account' Error on Windows 10?
The cause may involve incorrect settings, outdated software, damaged files, permission problems, device compatibility, or a temporary system issue.
What should I try first to resolve 'We Can't Sign into Your Account' Error on Windows 10?
Restart the affected app or device, install pending updates, verify settings and connections, and follow the troubleshooting steps in order.
How can I prevent the issue from returning?
Keep software updated, maintain backups, avoid interrupted installations, and review system or device settings after major changes.
Reader Comments 0
Sign in with email or Google to join the discussion.