Rob Brooks-Bilson
Tech, Photography, Stuff
Tech, Photography, Stuff
January 5, 2009
Back in November I finally took the plunge and upgraded my home computer to the 64bit version of Windows Vista Ultimate via a clean install. One thing I did immediately after the install was to move the \users directory from c:\users to f:\users. I did this for two reasons. First, the drive Vista was installed on was only 250GB and I could see running out of room pretty quickly given all of the documents, pictures, videos, etc. I had on the system. The second reason for the move is that I wanted to separate my data from the operating system as much as possible to make upgrades and backups easier to manage.
Unfortunately, there's no easy way in Vista to relocate the \users directory. If you know what you're doing you can change the location during install by using an unattended install, but this can be very complicated to do and is something that's beyond most casual users. In the end I settled on moving all of c:\users over to f:\users and using symbolic links to point from c:\users to f:\users. That way programs could continue to reference c:\users but the operating system would be smart enough to know and forward all requests to f:\users. Following the directions here I was able to move the directories and files and create the required symbolic links. Everything worked well until I got back from vacation last week and my wife tried to login to her account to pay some bills and was greeted by the following error: "The User Profile Service service failed the logon. User profile cannot be loaded." This seemed odd because she had successfully logged into her account only a few weeks ago.
Searching the web for answers turned up this site, which nearly everyone else experiencing the problem linked to.
My problem boiled down to this. I could log in to vista using my (Admin) account and create as many new users as I wanted to via the User Management tools in the control panel. In the User Management tool, I could see each and every one of the new accounts. When I booted up the system or choose to Switch Users, all of the newly created accounts showed up on the log in screen. However, any attempt to log in using any of those accounts resulted in the same "The User Profile Service service failed the logon. User profile cannot be loaded" error.
The recommended solution involved making changes to a specific registry entry that had become corrupted and contained a backup entry. After looking through the recommended solutions, it was obvious to me that my problem was a little different from the majority of users posting to the site. In my case, there was no corrupt registry entry and no backup key to work with. In fact, there were no registry entries for any user accounts other than my working Admin account. I also didn't have a system restore point that went back far enough before I was convinced that the problem had started. From what I could tell, the problem started after an automated Windows update had been applied. The recommendation made to me and others on the forums with the same problem was to reinstall Vista, something I wasn't keen on doing.
At this point, it seemed to me that something must be wrong with the initial creation of a user's profile the first time they log on to Vista. When you create a new user account from the User Manager, Vista doesn't actually create the user's directories until their first log in. When a user logs in for the first time, Vista uses the contents of c:\users\default as a template for the directory/file structure for that user. In the case of the "The User Profile Service service failed the logon. User profile cannot be loaded", I was getting the new user directory (and associated registry entry) was never getting created.
A little more digging through the various Windows log files turned up something interesting. In addition to all of the errors stemming from the user not being able to log in successfully was a warning that a particular filename/extension was to long to be copied. Here it turns out that Vista ran into a problem while trying to copy the default profile during the account creation/log in process. Specifically there are two directories preventing the default profile from being created. The first is:
c:\users\default\AppData\Local\Application Data
As you can see in the following screen shot, the root Application Data folder contains a lot of recursively added \Application Data folders. My best guess is that something went wrong during one of the Windows update processes, resulting in all of the extra recursive \Application Data directories. From the research I've done this doesn't appear to be limited to a single specific Windows update as people have reported the problem as far back as 2007.
The second directory you'll need to take a look at is:
C:\users\default\Local Settings\Application Data
Again, if you look in this directory you should find several more levels of \Application Data appended to the top level \Application Data:
In both cases, what you'll need to do is to delete all of the additional occurrences of \Application Data below the root level. Once you've done this any user experiencing the "The User Profile Service service failed the logon. User profile cannot be loaded" error should be able to login.
1/24/09 12:13 PM
there is no easy way out of this...is there.
2/20/09 7:35 PM
I was glad to have found your post as it answered my own questions: why did new profiles not show up when I attempted to edit the registry settings?
I did manage to find a (slightly simpler) solution by piecing together various snippets on similar subjects. It seemed the issue was that Data Execution Prevention was stopping the new profile from being written. I needed to switch this off completely before a new account could be created successfully.
Here are the steps I had to take:
1. Disable User Account Control (through profiles settings)
2. Rum CMD then type bcdedit.exe /set {current} nx AlwaysOff
3. Hit "enter". You should receive a message ot say process has been successful.
4. Create a new administrator profile (delete existing problematic profile if necessary)
5. Restart and attempt login with new account.
For others it may not be necessary to delete/create a new account. I was working with a computer which my (non-tech savvy) friend had just bought and asked me to clean up for her.
In any case, I hope this information will be helpful for those experiencing a similar issue :)
5/18/09 4:58 PM
Dear Rob, Dawn,
Hopefully you can advice me on 'my level'. I have been googling-around on said error message and concluded I hit the non-typical case matching your description:
I can access my Vista PC using the originally created admin account. However, any additionally created account triggers the error message. Looking in C:\users, I do not see any folder for the newly created account. Also the frequently quoted solution involving correcting the corrupted account by renaming the .bak entry in the registry does not help: the entry is not present in the registry. This seems to be similar to the issue/solution you describe
I tried following your advice, but was not succesful. I had difficulties understanding your steps.
Could you possibly [re]describe the steps taken to resolve the issue with a more novice level usr in mind?
8/22/09 10:13 AM
Thanks!
I had the same problem with new accounts, thanks to your post i could find my error and how to fix it!
It was by deleting the following file:
C:\Users\Default\AppData\Local\Microsoft\Windows Live\SqmApi\SqmData720896_00.sqm
9/3/09 11:34 AM
This helped with a Windows 7 issue, I was getting the same error message--but in my case, it was actually permissions to the Default user profile that were messed up. Your suggestion to check out the system logs helped (don't know why I didn't think to do that). In the end, I copied a Default profile from another machine in this lab to the machine in question, and that seems to have worked!
9/9/09 9:19 PM
Sigh... I hope someone can help me because I am THE MOST un-savvy computer person in the northern hemisphere!!
I too, have received this error but it is on the ADMIN account. From what I was reading, I think what happened was my step son got peeved that there were parental controls and computer usage time limits on the "Kids" account and may have tried to just "delete" the administrative account.
The thing that I'm confused about is ... well.. how am I going to get this fixed or what do I need to do to fix this.. the second is why is it then when he tries to access something that requires the administrative password, Vista accepts the password with no problem but will not allow me to use the same password to access the Admin account.
Oh God, someone help me please!!!! LOL
9/21/09 10:06 AM
I have the same problem as Leese and I can't use any the above suggestions
because I simple can't log on Adm account. How can I fix it please?
Thank you
9/23/09 2:52 PM
I'm having the same problem as Maria. I'm open to any suggestions.
Thank you,
10/8/09 3:50 AM
After many hours of also fighting this, I have done ALL of the above steps including deleting windows live (since it is not used anyway).....
Also my primary admin and secondary standard user account would log on just fine and when I created another standard user account for my sister it would never log on from the initial creation of it....I really dont know
if the above steps helped or not b/c after doing the above suggestions and deleting the new account and creating it yet again it would still not log on....But what did fnally work for me was to turn off all security,
firewalls and UAC, then creating a new admin acct...SUCCESS! the secondary admin account logged on fine... ( of course I did not want anyone else to have admin access), I then changed it back to a standard user and
reenabled all security, firewalls, and UAC and the account still logs on fine...with proper security/credentials....Hopefully anyone having the same problem will try this and save themselves hours of frustration like I had!
Good Luck!
Go Team Venture!
10/10/09 11:18 PM
"The User Profile Service service failed the logon. User profile cannot be loaded"
I believe there are several (many?) reasons that this error can occur and it depends a little as to which thread you can land on as to whether or not you get the ‘magic’ answer for your problem.
In my case, it was my main (only) Admin user I could not log in to. My second (normal – non admin) user was working fine. Most functions working OK except I couldn’t get backup or restore to work or create or amend users.
The cause of my problem was a misguided attempt to clean up my C:\Users directory. Seeing a bundle of ‘users’ I had previously been experimenting with, I deleted them and accidently wiped out my ‘admin’ users folder and didn’t realise it. This was not a good move!
From reading info in other threads (which you need to do to get an idea of the different aspects to this error), I tried to run ‘Regedit’ to see the user settings in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
Unfortunately this wouldn’t run as my admin user was stuffed, so ..... searching further, other threads gave me missing bits and info I needed to do the repairs.
My EVENTUAL solution.
1. Back up everything you can, however you can. Assume the worst. Assume the fix will not work and you will need a full Vista reinstall from scratch . Arghhh!!
2. Re-boot your PC in safe mode. This is achieved by pressing the F8 key repeatedly during the boot process. Choose the option for ‘safe mode with command prompt’.
3. This will take you to a fuzzy windows log on screen, where surprisingly, I was able to log on as my admin user and eventually was presented with a command prompt screen. Note : I had to repeat steps 2 & 3 a few times before it delivered for some reason.
4. At the command prompt I was able to recreate the missing admin users C:\Users\.... directory via a MD command.
5. Rebooted as per steps 2 & 3 again. Logged in as admin user again and now I was able to click on start and run REGEDIT to see the profile setting entries under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
6. Now you need to be a little careful here, so when in doubt, DON’T !!
7. Have a look at each of the entries under here and try to understand what you are seeing. There should be one entry for every user you have ever created, and probably a few others as well. You should be able to identify each of your users by the value in the ProfileImagePath key.
8. I had no entry for my admin user at all (obviously my problem), but I had an entry for a user I had ’deleted’ some time back. So I simply amended the dead users entry. I set the ProfileImagePath key to point to the C:\Users\.... I had re-created at step 4, and set the State and RefCount keys to 0 (zero) as recommended in other posts.
9. There was another entry here where the profile name ended in .BAK Various posts suggested this one be deleted, so I did but I’m not sure it had any relevance in my case as it was not pointing to my problem user.
10. I rebooted as for normal windows and ‘voila’. There was joy and happiness !! I was able to log in the my admin user as normal .
11. Using normal control panel functions, I immediately created a second admin capable user.
12. Logged in with this new admin user, then deleted the original admin user that had the problem. I then made sure that at least two users were ‘admin’ capable, just in case ....
13. Run my backups, etc. Then retired for the evening ....... happy that I had escaped ....... this time !!
10/11/09 2:10 PM
well here is my problem I can log on to my mothers account but not mine it give me that user profile service failed log on but when I go through my mothers and try delete my account and make a new one my computer wont even bring up the window to let me delete or create new account log in so what are the steps I need to take in order to fix this? cause it started happening when my mother accidently locked herself out of her account log in and now i cant acess any of my files that I need
10/17/09 9:08 AM
OK. I have the same problem that you had: I can login via my admin account but when trying to create a new profile (for my 8-yr old) I get the user profile cannot be loaded message. However, when trying to implement your resolution
I have a problem: namely, in the users/default/appdata/local/ folder I cannot access the Application Data folder. The Application Data folder has that little arrow that curves up to the right and when I click on it an error
message pops up that reads, "[the path] is not accessible. Access is denied."
Any suggestions?
10/25/09 2:56 PM
Thanks Mr Brooks-Bilson, you fixed my problem. It wasn't precisely the same as yours but following your example and checking the windows error log I found an error copying a film from the default account to a new account. The difference from your error was that it was a different file and it seemed to be a permissions error stopping it being copied. In fact it was the same file which Mark, above, mentioned as the culprit in his problem, i.e. it was in AppData, in a folder called "Windows Live", and something about sqm. Deleting it solved the new account creation problem. I think what caused the problem was that earlier today I thought I would install some Windows Live components (Windows Messenger) but then aborted the installation halfway through (using the cancel button, not by any unorthodox means). Obviously this file was left behind in the Default user's AppData folder and caused the error in creating the new accounts. Thanks again as most Google searches for the error message bring up the other problem, thanks for making this blog post!
Jeff.
11/3/09 6:06 PM
With the same problem as Maria and Ken, I'm getting annoyed that nothing is working.
Thanks to suggestion from Biggles, I was able to create a new account via MD Commands, so at least I have an account and can use my laptop for something more than a rather large paperweight.
Unfortunately, I still cannot access the admin controls or old account's files from the new account. Because I have no admin capabilities, I cannot change the RefCount (1) or State (32768) to zero, and that seems to be what would work-if only because I can't do it.
11/25/09 6:25 PM
I had user profile log on failed problems with my admin account and tried some of the solutions posted her with no luck. I tried a method from another place and it worked! I was able to create a new admin account and regained control of my computer. I imported my old stuff to my new account before i deleted it. Here is the place. http://www.vistax64.com/tutorials/67567-administra...
11/29/09 2:58 PM
Unistall GOOGLE UPDATER. This software is one of the "temp error profile".
12/2/09 12:37 PM
this is too complicated :|
12/3/09 12:16 PM
Error: "User Profile Service failed the logon. User profile cannot be loaded."
Based on help posted here and elsewhere, this is what I found helped the most. Saved passwords, bookmarks, etc are lost unless you know where to look to transfer them, but files/photos/music can be saved easily.
Run computer in [Safe Mode with Command prompt] for all of this. Save yourself the headache of restarting it an infinite number of times.
Log in to problem profile
Using the Command Prompts: type text in [ ] without using backspace, hit "enter"
You may need to repeat the commands to get the proper responses. If you mess up, just finish typing the command and try again.
CP: [net user administrator /active: yes]
--command to un-hide the admin account. Returns successful acknowledgment
CP: net user <username> <password> /add (/domain)
--creates new standard account with username and password as typed. Returns successful acknowledgment
If yours, like mine, had failed to open Windows Explorer and won't give you a tool bar,
CP: start.. <yes, two periods
--opens Windows Explorer, then maneuver through the folders to get into the Control Panel > Users > Profiles of my problem profile where I could access the files. I copy-pasted them into the working profile/new standard profile.
Log out of problem profile
Log in to the newly found admin account, Control Panel > User Accounts > Manage Another Account to change my working profile from standard to admin.
Log out of admin account
Log in to the working account to be sure everything transferred accounts nicely. If it didn't, you should be able to access the files as before through the working profile until it does. If it did, Control Panel > User Accounts > Delete Account the problem profile.
CP: [net user administrator /active: no]
--command to hide the admin account. Returns successful acknowledgment
Now feel free to restart in normal mode and continue on with life, using the new working admin file in place of the old, now deleted, file.
12/4/09 6:17 AM
I having troubles getting to that directory... Can someone tell me exactly how to get to the point shown in the windows above... A bit of a novice here.. Thanks
12/15/09 7:00 PM
I have received the same log on user profile service failed, but unfortunately, i cannot even turn on the computer. It shuts down every time i try to click on the log on. is there any help out there any recommendations on how to get to a safe mode to delete account? The computer did not bring any cd's for recoevey, etc....
12/25/09 11:14 AM
I had the same problem in Windows 7 after moving the user profile folder to another drive. Thanks to this post, I discovered it was caused by a security problem on a few files/folders in the C:\Users\Default folder. I was able to easily fix it by going into the Advanced Security Settings for the C:\Users\Default folder and checking the box to "Replace all child object permission with inheritable permissions from this object".
12/25/09 5:28 PM
The power knocked off the computer and I get the error message. I tried going into the event view and Could not find a way to delete the errors. How do you delete. I can't delete the affected user profile, it is the only administrator
1/5/10 3:36 PM
hey! so im not sure if this has anything to do with anything the we are talking
about here, but i have a slight problem. i have winodows vista on my C drive.
i decided i wanted an upgrade, so I tried to install windows 7. it said that i
didnt have enought space on my C, so i decided o put it on my D drive. so now
my computer is running 2 operating systems. i was wondering if anyone could
tell me how to uninstall windows vista. if you have any links to send me to,
by all means please to that!
1/7/10 12:48 PM
I can't log into my administrator account? Would the same thing work
if I use a guest account?
1/7/10 1:09 PM
if you log on under SAFE MODE you can reset the system back a few days. I
this when my computers admin account came up with the same message and i
it's working now!
1/9/10 9:19 AM
I have had this similar problem and checked everywhere for an answer and tried just about everything with no results until I looked at Charles' reply here about setting permissions on the "Default" user folder.
@Charles
Thanks for posting what you found here! That worked quick and easy. It makes sense also since there isn't a problem for most in creating an account but only when logging into the account.
For others. . . Here are the explicit steps.
Step 1: show hidden files and folders
explorer->tools (menu)->folder options->view->check "show hidden files, folders, and drives"-> click "ok"
step 2: change "Default" user folder security settings
navigate to c:\Users\->right click "Default" folder->select "properties"->click "security" tab->click "advanced"->click "change "permissions"->highlight the "administrators" account->check both radio boxes below "add" ("include inheritable. . " and "Replace all child. . .")->click "apply"->click "OK"
That should work and allow you to log into the new account you create or created. If you have some problem try to set permissions again with the current admin logged in or log-in as default admin. Many of the fixes for this problem are based on the assumption that you have an account that is bad. If that is the case then you would not be able to login to that account that you were able to log into previously and you made no major changes to your computer, etc. . . if you are like me and never deleted any user accounts and there is no .bak in the registry with any user accounts, then most likely the problem has something to do with the permissions set on the "Default" user account that is used by the system to create all new accounts--that's why the service can't be started, the system isn't being allowed to access the "Default" user files/folders. Hope that saves some people some time. . . I spent a day looking for answers and the solution took two minutes!
Best of luck and thanks to Rob for having this post!!!
1/10/10 4:14 AM
As in Dale's post above - I just had this error message come up when creating a new user account and trying to go in for the first time. Problem is still related to copying over the dir structure I guess. My solution - make the account an admin account, log in for the first time to set everything up, then log out and reset it to a user account from your admin.
1/15/10 7:07 PM
Can someone please help me asap?! My window 7 cannot log on. I only have one user account and it won't let me login. I've been searching everywhere for a solution but none of it can help me.I put in my password correctly but this message keeps popping up. It says, "The user profile service failed the logon. User profile cannot be loaded." When I put in my password, it won't log me in. Please help me ASAP! My parents aren't so sure what to do.
1/19/10 9:02 AM
my problem is I cant logon, same message: user profile service service failed to logon.
but I have no option of login to other user accounts, my laptop is a Toshiba Satellite and I can find the safe mode boot
pressing f8 does not work, f2 and f12 dont give me access to safe mode boot
please help
thanks
2/16/10 1:27 PM
"The User Profile Service service failed the logon. User profile cannot be loaded"
I faced a problem in my laptop with windows7 when i was trying to login a user profile. there occured a problem like "The User Profile Service service failed the logon. User profile cannot be loaded".
i soluted this problem by few steps given below
1 : start computer by start button
2 : press F8 when loading boot files
3: choose a option " Start windows in safe mood"
4 : windows started in safe mood
5 : go to user account
6 : click on manage another account
7 : creat a new account
8 : Type name for a new user account and select account type
9 : select "standard user" for account type
10 : creat account
11 : restart computer in normal mode
12 : there apears two user profile 1 adm and 2nd new profile created by me.
13 : select old admn account
14 : get started windows
15 : delete new user account created by me for solute problem
16 : get joy and happiness to repaired computer
Thanks ixplore to hel me
Ramesh Saini
2/25/10 10:21 AM
I tried deleting the Application Data subfolders, then I switched users to try to see if the login would work. It did not.
I switched back to my primary profile and drilled back down to the Local \Application Data folder, only to discover that it too was now gone.
I had kept a backup copy of the folder, so I put it back, then repeated the process of deleting the erroneous subfolders.
Retry switch user. Same error message.
3/3/10 9:51 AM
You are a genius! Thank you for such a detailed posting.
4/9/10 11:55 PM
Same problem by everyone. I've had to completely re-image my new $1000 HP high end laptop because of this issue 3 times!!!!! This fixed it:
http://www.vistax64.com/tutorials/130095-user-prof...
Shawn, whoever you are, you are a genius!!!! Thank you.
4/17/10 6:19 PM
On my case the solution presented by Charles was just perfect and easy. Windows VISTA "The User Profile Service service failed the logon. User profile cannot be loaded" when I tryed to logon using any user account different from the adm user account. The solution described by him:
"I was able to easily fix it by going into the Advanced Security Settings for the C:\Users\Default folder and checking the box to "Replace all child object permission with inheritable permissions from this object".
Thank you!
4/25/10 11:01 PM
I want to say a big THANK YOU for your post. While my problem was similar to yours, my solution was different. It was the research you did to find your solution that helped me, and for that I am very grateful.
With the hope that it will help another reader, I will briefly describe my solution. I actually have Windows 7, but I believe my solution applies to Vista as well.
I tried to add a new Standard User ("Visitor") to my computer. When the user attempted to log in for the first time, we saw the scary message ("The User Profile Service service failed the logon..."); and like you, there was no corrupt registry entry and no backup key to work with.
You wrote that when a user logs in for the first time, Vista uses the contents of c:\users\default as a template; I figured this probably applies to Windows 7, too. You also explained that if Vista can't copy the default profile during the account creation/log in process, then the new user's account won't be created. That was all the information I needed.
A trip to Event Viewer quickly revealed a User Profile General warning in the Application log:
"Windows cannot copy file C:\Users\Default\ to location C:\Users\Visitor\. This error may be caused by network problems or insufficient security rights. DETAIL - Access is denied."
I had been adjusting the access control lists on C:\Users and messed up. It was my own fault. Once I added Users (i.e., the Users group) to the ACLs of \Default, \Default User and \All Users, giving it Read & Execute permissions in each instance, I had no trouble creating new users accounts.
5/21/10 9:42 PM
Guys, I have this exact problem, but I only have one account, so I cannot
access anything to view and delete files...HELP! pleasee
6/11/10 4:11 AM
Thanks! Your article help me although the cause of the problem was a bit different.
The key to success was the Event log. The application log had several entries saying that a particular folder in the *default user directory* could not be copied!
So I navigated manually to this folder and got a "access denied" message. Security box popped up and I had to confirm to get access. As this directory and its subdirectory contained temporary files only I just deleted the whole folder.
After that I could log in with problems.
Therefore the important piece of advise it to "read log files carefully for any hints".
Thanks!
7/8/10 12:33 AM
This post and replies were most helpful. But I also (after days) found the suggestion below. This restored access to my basic account (I had access to my admin/owner acct). Little bits now to puz out, but at least I can log in.
<b>Next steps</b> After you complete these steps, standard user accounts may no longer appear on the log on screen when you start your computer or try to switch users. This occurs because standard user accounts are removed from the Users group when you reset Windows security settings. To add the affected users accounts back to the Users group, follow these steps:<ol><li> Click <strong class="uiterm">Start</strong>, and then <strong class="uiterm">All Programs</strong>. Or click <strong class="uiterm">Programs</strong>.</li><li> Click <strong class="uiterm">Accessories</strong>, and then click <strong class="uiterm">Command Prompt</strong> (Windows XP). Or right-click <strong class="uiterm">Command Prompt</strong>, and then click <strong class="uiterm">Run As Administrator</strong> (Windows Vista).</li><li>In the Command Prompt window, type <span class="userInput">net users</span> and then press ENTER. A list of user accounts is displayed.</li><li>For each <var>accountname</var> listed in the Command Prompt that is missing from the log on or switch user screen, type the following command and then press ENTER:<br></li></ol>
7/11/10 1:03 PM
Thanks,
I had the same error code but the problem was because the disk that had the user profiles on it had for some reason switched to a foreign status. So I imported the disk and I all worked. Check Disk Manager if you have your files on a different disk.
7/15/10 2:46 AM
Thanks Charles your a bloody legend.I done exactly as you suggested to fix this annoying problem and now it's fixed and I have created a Guest account straight away.
I have Vista Home Premium OS in my laptop.
I was just moments from doing a complete re-install. Phewww!!!
Step 1: show hidden files and folders
explorer->tools (menu)->folder options->view->check "show hidden files, folders, and drives"-> click "ok"
step 2: change "Default" user folder security settings
navigate to c:\Users\->right click "Default" folder->select "properties"->click "security" tab->click "advanced"->click "change "permissions"->highlight the "administrators" account->check both radio boxes below "add" ("include inheritable. . " and "Replace all child. . .")->click "apply"->click "OK"
I also uninstalled all Windows Live programs as well. I'm not real sure if it was it as well but got rid of it as well. I read some body said it was part of the problem as well, and that it didn't work anyway, so why have it installed.
But my guess it was in my User Default settings because I was trying to set up a wireless media player and I foolishly was fooling around with those settings. Never AGAIN!!!!
7/21/10 9:24 PM
I had the same issue whenever i crated a new account but on windows 7. This thread was helpful but i did not follow the instructions, my problem was the default folder i was playing around with sharing permissions and deleted the Everyone Group and thus why it kept throwing that error.
Whenever i created a new user and it need the default folder to create the profile since windows did not have access to it it could not use it and fail.
8/3/10 10:04 AM
This fix is what I've been looking for for days! Thank you very much!
9/6/10 7:50 PM
Hi, I have a question to ask Ramesh Saini. So hears the story, i have done
everything you said, and tried your steps to fix it but on step (6) it would
not let me click manage accounts in safe mode. So how can i get passed
that point? P.S. - but if anyone else knows the answer please aswell post
up the information so i can fix my computer A.S.A.P. Thank You! (:
9/16/10 3:11 PM
Help please ! I am getting this error and cannot logon to the computer
at all because I only have the one user account !
9/25/10 9:51 AM
Thank you so much. I was totally desperated but with your help (and Charles' help so!) finally I could solve my problem. From this day, you're in my Bookmarks! :-)
10/10/10 5:47 PM
I too am an only user on my laptop, so I am finding all of this extremely difficult. I can't afford 130.00 to pay someone to fix my laptop. I am a novice when it comes to things like this, if I could get some step by step "even an idiot can fix this" type of instructions, I would be so grateful. I have tried getting to safe mode, but the page goes directly to bios setup. as far as boot menu I have no clue. Please help.
Sandra
10/16/10 2:52 PM
Have Toshiba A665-6050, Win7 Home Premium purchased in July '10. Same error message. I can access a Guest Account (Admin level) without a password but cannot access my primary login account with a password. Been using the Guest account and doing the work-around for a month until I found this thread. I CAN access and save files in my USER > OWNERS > Documents file.
I tried the suggestion here about clicking the two boxes in the User folder and that did not help. I also found a MSHelp file called "Fix a Corrupted User Profile" that suggested creating a NEW USER account and then transfer files from the existing profile. (Step-by-step instructions are detailed in the help file.)
My problem now is that Win7 will NOT let me create a new user because it will not accept ANY characters when I am prompted to give the User a name. [Error Msg: "Specified account names is not valid because account names cannot contain the following characters... - listing of various non-alpha/numeric characters.] It doesn't matter which characters I use, nothing works. Have others solved this problem. (I'll continue to research this variation.)
One other thing I plan to try nex (after I back-up my Owner files again) is to "restore" User Properties. There is a date when the number of users changed from Owner to multiple user names. Will report back.
12/7/10 6:28 AM
I looked thru all the different ideas. Pieced a few together and realized that using safe mode, by pressing f8 and logging in, u can system restore, in start, accessories, system tools. Tick older than 5 days and load one that happened prior to the error.
:)
12/29/10 9:24 AM
Rob, I rarely comment on blog entries, but this time I have to say THANK YOU!
Similar problem to what you describe. No help from all the online hits that tell me to fix the corrupt profile (I was having a problem with users who never logged in before).
Found a file in a subdir of c:\users\default\AppData\ that kept giving me "access denied", even if I reset its permissions.
I moved the file out of "C:\Users\Default User\AppData\Local\Microsoft\Exchange Server\v14", and my problem was solved. The file was not important.
12/29/10 3:03 PM
I was able to get my problem fixed. I used instructions from this website to set up my user profile
http://www.vistax64.com/tutorials/130095-user-prof...
I used option 1 and it worked. In order to do that i had to use boot in safe mode with command prompt.
I'm so thankful.
1/5/11 12:36 PM
Excellent post!
1/13/11 8:06 PM
i never comment on blogs, but i spend 3 hours trying to fix this issue. the comment by mark worked for me. i noticed that file mentioned in the event viewer too
thanks
his comment:
Thanks!
I had the same problem with new accounts, thanks to your post i could find my error and how to fix it!
It was by deleting the following file:
C:\Users\Default\AppData\Local\Microsoft\Windows Live\SqmApi\SqmData720896_00.sqm
.
1/23/11 10:00 PM
hi, i had the same issue creating new accounts in win7. Existings accounts login fine, but new accounts just throws the same failed User Profile Service. The issue on my pc broils down to permission issue on c:\user\default directory. Even through I am logged in as admin, I was unable to change the permission on the folder/subfolders, getting access denied even though I am logged in as admin and the own of the direction. I am thinking that some program of service is locking it up. So I started in safe mode and then I was able to change the permissioning on the folder/subfolders. I made sure that the folder/subfolders has read/execute permission for everyone and tick "replace all child object permissions with inheritable permission from this object".
hope this helps any one that have this issue.
1/31/11 5:21 PM
If the user has not logged in yet and you see this error on first login, I found, that most of the Time it is a rights issue
Take a look at the event viewer under applications and look for a 1509 event (Warning) saying something like "Windows cannot copy file C:\Users\Default\AppData\Local\....... "
Check out that folder mentioned above and assure that folder has
Everyone Read& execute
Users (local) Read& execute
Administrators full control
System full control
Rights
If that’s not the case it will have an effect on the user creation and it will fail
Carpe Diem
Martin Strasser
3/28/11 5:08 PM
Yep, it's Google Updater. No problems since I disabled it. Knew it had to be something running, but never would have guess that without the comment above.
3/31/11 9:11 PM
Finally a post that helps. My issue was on a domain connected computer. Turns out there was a bad Windows Live file in my C:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\ folder. This file prevented a new profile from properly loading.
4/27/11 4:59 AM
Similar problem - mine was in Windows 7 x64. An existing user suddenly lost profile and started using temp profile.
From scouring around on internet, Technet, etc this blog and responses appear to cover majority of fixes - suggest start with Regedit fix, progress up to AppData fix then to creating and copying profile.
I resolved with the Regedit fix by deleting the duplicate entry under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList and renaming the .bak entry.
Thanks for a comprehensive post and valuable input by other readers.
7/6/11 1:50 PM
Thanks ... this is the only post I found about domain accounts and it worked out.
thumbs up
8/10/11 3:56 AM
Hey all :)
Great posts by everyone. Detailed and helpful. I've tried everything ( regedit, safe mode, .bak ) Everything that's been suggested I've tried yet I still can't log in to my user account on my Toshiba Satellite Pro lappy. Vista LOW DISC SPACE pop-up keeps appearing, had tried clearing programmes and files that I was no longer using to try create space so I fear I may have deleted something I shouldn't have. Duh me !! lol. Have tried system restore, still won't work. HELPPPPPPP !!
8/22/11 2:47 PM
The directory permission posted by Charles did the trick for me on a Windows Server 2008 R2 machine. Kudos Charles.
9/1/11 12:47 AM
Scott's solution in post #5 worked for me. I couldn't get the Guest Account to work, or any other account that I tried to add. He said...
"I copied a Default profile from another machine in this lab to the machine in question, and that seems to have worked!"
I deleted the "Default" folder from C:\Users\ and then copied it over from a different machine. Re-enabled the guest account, and it worked!
10/1/11 1:30 PM
I've been trying to fix the same problem by following HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
but when I get down to CurrentVersion\ProfileList there is no folder labeled ProfileList
what am I supposed to do now? I've read the other threads but none of them have made any sense.
Any suggestions??
10/6/11 3:29 AM
can any of you guys please help me with this problem-interactively? --my id is iamviveksri at gmail and i have tried all i can but upon logging in guest account i get the same msg-- user profile service failed
11/24/11 12:01 AM
For me it was a problem with my AV/firewall (Zone Alarm Internet Suite). Thank you for showing me how to look it up on the event viewer. Once I uninstalled ZA, no more log in error. Now I just need to deal with ZA about how to correct this while still having my AV and firewall up.
Other than that, none of the other suggestions did a darn thing.
12/30/11 10:48 AM
I love it when I can get meaningful troubleshooting tips...! Thank you for blazing the trail.
My problem was not exactly as what you described, but more like what # 4 Posted By Mark on 8/22/09 10:13 AM experienced. I had neither a corrupted S-1-15 or even a .bak entry in the reg. So, by using your sleuthing technique, it turns out that Windows Live had placed a file in the C:\users\default\AppData\Local\Microsoft\Windows Live\SqmApi folder named "SqmData72***_**.sqm"
My issue was being reported as "Access Denied" (this was before I read Mark's comment). This was because when Windows 7 attempts to copy the files necessary from the default account, the rights have to be sufficient to copy them into the new user account.
What I ended up doing was not deleting the file, but adding the user to the file and giving Full Control (yes, probably not the best thing to do). After that, I was able to get this user logged on. I then removed the Full control.
I was about 30 mins from reinstalling the O/S. Again, thanks!
3/6/12 3:37 AM
thank you dear, best and easy solution is to do the following :
- copy the defult folder from any other computer.
- replace it with the one on C:\users\default .
it will work. ^^ thank you all