User accounts facilitates personalized experience to different people using same computer. When an user specific account files or configuration are corrupted, the user may start facing its consequences. One of those symptoms is logging into temporary or roaming profile.

When you discover that Windows keep logging you as a temporary user rather than standard/normal user, then there is something wrong with your profile. In such cases, you’ll get following notification as well:

You've Been Signed In With A Temporary Profile In Windows 10/8.1/8/7
You’ve been signed in with a temporary profile. You can’t access your files, and files created in this profile will be deleted when you sign out. To fix this, sign out and try signing in later. Please see the event log for more details or contact your system administrator.

Since Windows is logging you as temporary user, the documents you create will be removed after you re-login. The simplified steps mentioned below will help you to fix this weird issue.

Fix: You’ve Been Signed In With A Temporary Profile In Windows 11/10

Manual fix

1. Right click on W8K and select Command Prompt (Admin). In the administrative Command Prompt window, type following command:

wmic useraccount where name='<USERNAME>' get sid

*Replace <USERNAME> with your actual user account name.

Once command is executed, note down the security identifier (SID), especially last four digits of SID.

You've Been Signed In With A Temporary Profile In Windows 10

Registry Disclaimer: The further steps will involve registry manipulation. Making mistakes while manipulating registry could affect your system adversely. So be careful while editing registry entries and create a System Restore point first.

2. Press W8K + R and put regedit in Run dialog box to open Registry Editor (if you’re not familiar with Registry Editor, then click here). Click OK.

Windows 10 Registry Editor

3. In the left pane of Registry Editor, navigate to following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

You've Been Signed In With A Temporary Profile In Windows 10

4. When you expand ProfileList key, you’ll find SID specific registry keys. Using the SID we noticed in step 1, spot the correct SID registry key for your profile. In the corresponding right pane, you’ll be able to locate ProfileImagePath, which is expandable registry string (REG_EXPAND_SZ). Since you’re facing this issue, the string data might be pointing to C:\Users\TEMP. Double click on the same string to modify its Value data.

You've Been Signed In With A Temporary Profile In Windows 10

5. In the Edit String box, put the Value data as C:\Users\<USERNAME>. You need to substitute C: with your system root drive and <USERNAME> with your user account name. Click OK.

6. Finally, right click the SID registry key with name same as your SID and ending with .bak. Right click on this key and select Delete. You can now close Registry Editor and reboot.

You've Been Signed In With A Temporary Profile In Windows 10

After restarting your machine, you’ll be able to log in to your standard or normal user account.

Video fix

Checkout following video to understand the steps more better:

Hope this helps!

Related: How to allow/prevent user logon with temporary profile.

*Originally written on 30 Jun, 2016. Last updated for Windows 11.

35 Comments

Add your comment

  • POOJA

    when I try to get sid on the comman dprompt ,I get ‘no instance(s) available.what should I do.pls help.

  • Kapil Arya

    ^^ Try using the full location of user folder C:\Users\ instead of user name only. Also make sure you use \\ instead of \ in your command.

  • Brent

    I restarted my computer after the registry fix, and I must not have hit the “Sign out” button from the “We can’t sign into your account” notification. Now I might have lost my account features. And I don’t think I have a system restore for this.

    I might have messed up big time.

  • Kapil Arya

    ^^ Sorry to hear that man, I wish you could have restore points created.

  • Bill Linhardt

    I started to create a restore point as suggested in one of the procedures recommended and discovered an existing restore point mid March 2017 and decided to attempt a restore to this point before going further with the recovery process. This seems to have gotten my “old” profile back and everything seems normal again. I can’t tell you exactly what in your response got me on the right track, but I am back to normal again and am very thankful to you specifically and Microsoft Community in general for saving me again!!!

  • Kapil Arya

    ^^ Glad the issue is resolved 😊

  • Carmen

    I can log in with a user into Win 10 ok. I cannot connect to the domain, even using the administrator account without getting this error. I was setting up a new Win 10 64 bit pc. I have done system restore to go back. I have unjoined the domain and try to rejoin. I deleted the profile list keys for domain entries as well as their user folders in c:\users. I have created new profiles and the server, but can’t connect to any without the WE CAN”T SIGN INTO YOUR ACCOUNT.
    At one point i had on AVG Antivirus but it was removed with the system restore. I had also installed Client Access ver 7. It required 32 and 64 bit Microsoft Viscual C++2005 Redistributable files. Please help!

  • Kapil Arya

    ^^ After joining domain, try the above mentioned registry fix and see if you still have the issue.

  • David Poole

    The problem is (as shown in the first screenshot) changes to files/ the hive are not saved when you log out of this Temporary Profile

  • Vikas

    I have lost my word file from desktop when I restarted my PC. Everytime while I restart it a message comes “You have signed in with a temporary account” and files saved on desktop are not there. How can I retrieve my lost word files now ?

  • Vikram thakur

    Same problem with me – I have lost my word file from desktop when I restarted my PC. Everytime while I restart it a message comes “You have signed in with a temporary account” and files saved on desktop are not there. How can I retrieve my lost word files now ? Kindly do reply ASAP.

  • Kapil Arya

    ^^ Files on temporary profile can not be recovered, unfortunately :(

  • Amanda Joan Banura

    Hello Kapil, I don’t seem to tell which one is my actual profile name. I am trying to follow your steps above. Please help me which one could be my actual profile?

  • marian

    Hi, I followed all these steps exactly, and then when I rebootted the computer, it was like the real profile had been completeley deleted. It went through and created a new profile. When I now sign in under the same username it doesn’t even pop up saying it’s a temporary profile, its just as if its set up a brand new profile. Is there anything I can do. I followed all the steps above exactly. the only thing im unsure of it this part “in the Edit String box, put the Value data as C:\Users\. You need to substitute C: with your system root drive and with your user account name. Click OK”

    I did this is C:\Users\Theo which is the username and C is the normal system root drive. Any advice ? thanks

  • davo-cc

    This process simply deletes the damaged profile’s contents entirely – it leads to disaster.
    Please do not follow this process.

  • Saba

    Does the tutorial work on Windows 7?

  • Kapil Arya

    ^^ Yep!

  • Sean

    If you are on a domain then push a ‘user must change password upon next login” to the user having the issue, this fixed all instances of this for me.

  • Kapil Arya

    ^^ Thanks for sharing this!

  • Reil

    What is the man cause of Temporary profile issue and how to avoid?

  • Kapil Arya

    ^^ There is selective root cause and issue may be encounter due to various reasons. Usually, corruption of registry might cause it and you can fix it by pointing ProfileImagePath’s data to correct location.

  • gbeu

    Hello,
    right from the start, after putting the command for sid, the answer i get is “No instance available”
    how do i proceed with the rest of the fix?
    thank you

  • Kapil Arya

    ^^ Make sure you’re running Command Prompt as administrator.

  • Arvind

    It started freshly and all my data’s are gone…

  • Kapil Arya

    ^^ When you’re on temporary profile, data will not be saved.

  • Temmy

    I have problem with the first step my command prompt is saying “No Instance Available” please help me

  • Boogiepoop

    I did it as instructed and it was solved. But the problem is that I can’t set up a new pin. It only takes my old password. What should I do?

  • Kapil Arya

    ^^ Refer this fix: https://www.kapilarya.com/fix-cant-add-sign-in-pin-for-windows-10.

  • Michael Conners

    Ok so I just starting this but when i open my command prompt mine doesnt say c:\windows\systems32> It says c:\users\Mykco> is that an issue, because my computer wont even let me have access to my c drive.

  • Michael Conners

    Also when I try and go into the registry I get an error message that says that I am unable to access the that happens any time I try to access anything that might actually be helpful.

  • James

    Very helpful. Thank you!

  • Kapil Arya

    ^^ 👍

  • amder

    Very helpful. Thank you!

  • Andrew Pike

    Thank you so much! I’ve been at this machine for hours trying to fix this issue. Found a leftover registry .bak entry for the deleted profile. I deleted that entry and was able to successfully re-create the domain user profile on the machine. Much love!

  • Kapil Arya

    ^^ Glad to help Andrew 😎

  • Leave a Reply

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