Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How To Fix We Can’t Sign Into Your Account

How To Fix We Can’t Sign Into Your Account

AnupBy AnupMay 5, 2022
we can't sign into your account

After a blackout or system crash, users can sometimes be signed into a temporary profile and encounter the message “We can’t sign into your account”.

In the majority of the cases, you’re locked out of your original account as the system files pertaining to that account are corrupt.

We’ve detailed other possible causes, as well as how to resolve all of them in the article below.

Table of Contents

  • What causes this Sign-In Error?
  • Ways to Fix the We Can’t Sign Into Your Account Issue
    • Restart your Device
    • Disable Security Services
    • Copy Files Using New Admin Account
    • Repair System Corruption
    • Change SID via Registry Editor
  • Related Questions
    • How to Fix We Can’t Sign Into Your Account on Domain?
    • How to Fix We Can’t Sign Into Your Account on Dev Channel Build?

What causes this Sign-In Error?

There are rare scenarios where security services can interfere with the sign-in process. But that’s an exception and not the norm. Most of the time, users face this issue due to system file corruption. The main reasons for this include:
  • Loss of power
  • Forced shutdown
  • System crashes
  • Windows Update
  • Antivirus (Avast / Malwarebytes)

Ways to Fix the We Can’t Sign Into Your Account Issue

If you made any changes or created any files while logged in to the temporary account, they will be lost upon signing out. So, please save the files to an external storage device if necessary. Then, move on to the solutions listed below.

Restart your Device

The error prompt advises that “signing out and signing back in” often resolves this issue. Honestly, it’s unlikely that this will help, but it doesn’t hurt to try this a couple of times anyway.

What is, instead, very likely to help, is restarting your device. We recommend that you first restart and boot into safe mode and check if you can sign in with your original profile. If that doesn’t work, you should boot normally and try to sign in to the original profile once again.

Safe-mode-through-Startup-Settings

Note that it’s worth restarting multiple times as this has fixed this issue for many users.

Disable Security Services

If restarting didn’t help, you should ensure that a security service isn’t interfering with the sign-in process. Avast, for instance, has caused login/profile issues in the past.

If you’re using an older antivirus, you should first try updating it, as issues like this usually get patched in the newer versions. Next, try disabling it temporarily. If the antivirus turns out to be the culprit, you should consider switching to a different antivirus, or Windows Defender.

Speaking of Windows Defender, you should also disable some Windows Defender services temporarily to make sure they’re not causing this issue. Here are the steps to do so:

  1. Press Win + R, type services.msc, and press Enter.
  2. Locate Microsoft Defender Antivirus Service and double-click it.
    microsoft-defender-antivirus-service
  3. Stop the service, change the startup type to Disabled, and press OK.
  4. Repeat Steps 2 – 3 for Windows Defender Advanced Threat Protection.
    windows-defender-advanced-threat-protection-service
  5. Restart the PC and check if you can sign in to the original profile.
  6. Once you’ve resolved the issue, you can change the Windows Defender configurations back to default by following the same steps as above but changing the startup type to Automatic.

Copy Files Using New Admin Account

Before attempting the solutions below, we recommend adding an admin account and copying your old account’s personal data into the new one. This way, even if you’re unable to recover the old account directly, your data will still be safe. Here are the quick steps to do so:

  1. Hold Shift and restart your PC to boot into winRE.
  2. Select Troubleshoot > Advanced Options > Startup Settings.
  3. Press Restart, and then press 6 or F6 to boot into Safe Mode with Command Prompt.
    startup-settings-safe-mode
  4. Execute the following command in CMD:
    net user administrator /active:yes
    net-user-administrator-active-yes
  5. Restart once again and log in to the administrator account.
  6. Press Win + I and select Accounts > Family and other users.
  7. In the Other users section, click on Add someone else to this PC.
    add-someone-else-to-this-pc
  8. Select I don’t have this person’s sign-in information > Add a user without a Microsoft account.
    I-don't-have-this-person's-signin-information
  9. Input the account details and select Next.
  10. Click on the new account and select Change account type.
    Convert-to-administrator-account
  11. Select Administrator and press OK.
  12. Sign in with the newly created administrator account.
  13. Navigate to C:\Users\<Old Account>.
  14. Copy everything you want to save and paste them into C:\Users\<New Admin Account>.
  15. Go to Control Panel > User Accounts > Manage Accounts.
  16. Set a new password for the corrupted account.
    change-account-password
  17. Restart your PC and test if you can sign in to the old account now.

Repair System Corruption

As system corruption is the main reason for this error, a lot of users have had success resolving it using the DISM and SFC utilities. We already have a detailed article on repairing corrupt system files using these utilities for your further reading, but here are the main steps:

  1. Press Win + R, type cmd, and press CTRL + Shift + Enter to run it as administrator.
  2. Execute the following commands:
    DISM /Online /Cleanup-image /Restorehealth
    sfc /scannow

    dism-sfc

Change SID via Registry Editor

Due to this error, the security identifier (SID) for your account gets renamed with the .bak (backup) or similar extension and the original SID is used by the temporary account. You can regain access to the original account by deleting the temp profile’s key and changing the values for the original account. Here are the steps to do so:

Important: Please back up the registry and save your files, ideally to an external storage media using the steps listed in the sections above before proceeding further.
  1. Sign in to the admin account created earlier.
  2. Press Win + R, type regedit, and press Enter.
  3. Navigate to: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
  4. Under ProfileList, select a key and check the value of ProfileImagePath. Repeat this until you identify the original and temporary accounts.
    profile-sid
  5. Delete the key associated with the temporary profile.
    delete-temp-profile-key
  6. Select the key associated with the original profile and rename it to remove the .bak portion.
    rename-sid
  7. Situational: Sometimes, the ProfileImagePath can also be affected by the temp profile. If this is the case for you, double-click ProfileImagePath, change its value to the correct path and press OK.
    change-profileimagepath
  8. Restart your PC. You should be able to log in now.

Related Questions

How to Fix We Can’t Sign Into Your Account on Domain?

If on a domain, ask the network admin to reset your profile’s password. If that doesn’t help, please refer to how to fix a corrupted user profile on a domain for instructions on how to do the same.

How to Fix We Can’t Sign Into Your Account on Dev Channel Build?

Users in the Dev Channel on builds 19593 through 20226 should refer to the User Profile Logon Issue on the Microsoft forums. Please note that this is only for builds in the Dev channel, and this fix is not applicable to retail users.

fix
Anup

Anup has been tinkering with PCs for over 15 years. At Tech News Today, he mainly covers Windows systems, networking, and hardware related issues.

Related Posts

gpu-at-0

How to Fix 0% GPU Usage [Quickly]

June 26, 2022
cxuiusvc service high cpu

Fixes: Cxuiusvc Service Having High CPU Usage

June 26, 2022
google-chrome-high-cpu-usage

How to Fix Google Chrome High CPU Usage

June 26, 2022
system-restore-not-working

System Restore Not Working? 12 Proven Ways to Fix it

June 26, 2022
See Previously Downloaded Apps

How Can I See Previously Downloaded Apps on Mobile and PC

June 26, 2022
windows shortcuts not working

Windows Shortcuts Not Working? Try These 14 Fixes

June 26, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
best-apple-watch-games

15 Best Apple Watch Games With or Without iPhone

June 26, 2022
best pirate games

12 Best Pirate Games for An Ultimate Adventure

June 26, 2022
best mystery games

11 Best Mystery Games of All Time

June 26, 2022
You may also like
ethernet-port-in-wall-not-working

Ethernet Port In Wall Not Working? Try these 6 Quick Fixes

June 27, 2022
how to connect front panel connectors to the motherboard

How to Connect Front Panel Connectors to the Motherboard?

June 26, 2022
gpu-at-0

How to Fix 0% GPU Usage [Quickly]

June 26, 2022
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.