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
    • Linux
  • 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
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»User Profile Cannot Be Loaded? Here’s How To Fix It

User Profile Cannot Be Loaded? Here’s How To Fix It

Abhishek SilwalBy Abhishek SilwalMay 18, 2022
user-profile-cannot-be-loaded

You can’t log in to your account if its User profile doesn’t load. In such cases, you’ll see an error message: “The User Profile Service service failed the logon. User profile cannot be loaded”.

The usual causes include improper configuration of registry or user profile permissions. You need to change or replace such settings to resolve this issue.

Table of Contents

  • Why Am I Unable to Load User Profile
  • Solutions for User Profile Unable to Load
    • Enable User Profile Service
    • Change Registry Settings
    • Replace NTUSER Data File
    • Change Profile Folder Permissions
    • Check User Profile Service Event
    • Repair System File Corruption
    • Create New Account
    • System Restore or Reset
  • Related Questions
    • How to Fix User Profile Cannot Be Loaded on HP Laptop?
    • How to Find C:\Users\Default?

Why Am I Unable to Load User Profile

Here are the reasons for your User Profile failing to load:

  • Corrupt user data file (NTUSER.DAT).
  • Improper configuration of Permission Settings for User Profile folder.
  • Improper registry settings.
  • User Profile Service unable to start.
  • Corruption of system files.

Solutions for User Profile Unable to Load

First, try restarting your PC and check if you can log in to your account. If you still can’t, log in with another account or boot into safe mode and try the fixes below.

Enable User Profile Service

This error can occur if the User Profile Service doesn’t start automatically during a sign-in. You need to set the proper startup settings to fix this issue. To do so,

  1. Open the elevated Command Prompt. 
  2. If you can’t boot in safe mode, you need to load it from the WinRE. Then, go to Troubleshoot > Advanced options > Command Prompt from the WinRE screen.
    advanced-options--command-prompt
  3. Enter the following commands:
    sc config ProfSvc start= auto
    sc start ProfSvc
    exit

Restart your PC and try logging in to your account.

Change Registry Settings

The most common causes for the error are corrupt registry entries specific to the user profile. To fix this issue, you need to check the entries and make some small changes. We recommend you back up your registry before doing so.

  1. Open Run and enter regedit.
  2. Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
  3. Here you’ll see your profile folders corresponding to their SIDs.
  4. To find out your SID, open Command Prompt and enter wmic useraccount get name, sid. It lists all user accounts on your PC along with their SIDs.
    get-username-sid
  5. Go to the Registry Editor and click on your profile.
  6. Look for ProfileImagePath and note its Value. Make sure it is the same as your User Profile folder inside C:\Users\.
  7. There will be two registry keys for your SID in some cases, one of which ends with .bak. Rename this one to the main key (remove .bak) and add .bak to the other.
    user-profile-registry-bak
  8. If there’s only one key and it ends with .bak, remove the extension.
  9. Go inside the profile key and make sure State and RefCount have the Value 0. If not, double-click on them and change the Value data.

If you can’t find the entries, you need to create them. Right-click on an empty area and select New > DWORD (32-bit) Value. Name them and set their Value data as we mentioned. Then, restart your PC.

If the user profile folder doesn’t exist, it’s likely a new account where you haven’t logged in even once. In such a case, go to the next solution. Otherwise, it’s better to delete and create a new user account.

Replace NTUSER Data File

Another method is to replace the corrupt user profile data file completely. Doing so will change your profile configurations, but it will also resolve the error. 

You can copy the NTUSER.DAT file from the C:\Users\Default folder or another computer.

Also, if your new user profile fails to load, it indicates that the NTUSER.DAT inside Default is corrupt.

All new accounts copy from the Default folder to create a new profile. So, you need to replace the data file inside the Default folder with one from a functional computer.

If it doesn’t work, replace all the contents inside the folder with those from the working system.

Change Profile Folder Permissions

Improper configuration of profile permissions is another reason for the user profile error. It often happens when users make haphazard changes to such settings.

Creating a new account is much more convenient than trying to revert all the changes. But you can’t do so if the permission setting of the Users\Default folder itself has issues. In such cases, follow the instructions below to fix the issue:

  1. Right-click on the Default folder and select Properties.
  2. Go to the Security tab and click Edit.
  3. Check the Read & execute, List folder contents and Read options for Users and Everyone.
    default-permissions
  4. For the System and Administrators permissions, check Full control.
  5. Click Ok and then go to Advanced.
  6. Tick the Replace all child … from this object option if it exists.

Check User Profile Service Event

Your system saves all its events in the logs. You can check the records for the User Profile Service Events to determine the exact cause. Log in with another account or the hidden administrator account and perform the steps below:

  1. Open Run and enter eventvwr.
  2. Go to Application and Services Logs > Microsoft > Windows > User Profile Service > Operational.
    event-viewer-user-profile-service
  3. Click Filter Current Log.
  4. Check Error and click Ok.
    event-viewer-filter-log
  5. Select the most recent error and check its description.

The details show whether the NTUSER.DAT file or security settings are responsible. Or your system may have failed to access some .sqm files.

To resolve the issue, you need to replace the NTUSER file or check the permission settings. You can also delete the .sqm file, but your system should be able to access them if the permissions are correct.

We recommend seeking help from the Microsoft support forum if you are unsure what to do.

Repair System File Corruption

The corruption of the system files which load your profile is another reason for the error. You need to repair the integrity of your system to fix it. Here’s how you can do so:

  1. Open the elevated Command Prompt.
  2. Enter the following commands:
    dism /online /cleanup-image /restorehealth
    sfc /scannow
    chkdsk C: /f /x /r

We also have a detailed article on How to Repair Corrupted Windows Files which you can visit for more information.

Create New Account

Your system expects certain behavior from all its users and groups. Haphazard manipulation of their permission settings causes many system issues. And it’s not so easy to determine what the proper configuration should be.

So, we recommend creating a new profile and copying the data from the corrupt one to resolve the issue. You can make the account by going into safe mode. To do so,

  1. In safe mode, open Command Prompt as Administrator.
  2. Type the command net user /add “username” and press Enter. Don’t forget to replace “username” with the account name you want.
  3. To make it an Admin, enter net localgroup administrators “username”/add.
    create-new-account
  4. Log in with the account to create the user profile folder. Then, log in with the previous account in safe mode.
  5. Copy the contents of the corrupt profile folder except for the NTUSER files. Then, paste them into the new profile folder.

Restart and log in to the new account.

If you can’t perform a safe boot, you need to enable the hidden administrator and execute the tasks above. You can do so using the WinRE Command Prompt.

System Restore or Reset

If all the previous solutions were ineffective, your system likely has irreversible issues. You can do either of the following in such a scenario:

  • Restore your system to an appropriate restore point.
  • Reset your OS to the factory settings.
  • Clean install Windows OS by deleting the previous system partition.

Related Questions

How to Fix User Profile Cannot Be Loaded on HP Laptop?

The HP SimplePass Software causes many user account errors. If the solutions in this guide were useless, uninstall the program to fix the issue.

You can also search for truesuiteservice.exe and rename it to something else. Doing so creates a backup while preventing the SimplePass software from executing.

How to Find C:\Users\Default?

Your system hides the C:\Users\Default folder by default. You need to make all such folders and files visible to access it. Or you can directly enter the file path on the Explorer’s address bar.

fix
Abhishek Silwal
  • LinkedIn

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems. You can contact him at abhisheksilwal@technewtoday.com

Related Posts

computer suddenly slow

Why is My Computer Suddenly Slow? 11 Ways to Fix It

March 31, 2023
scheduled task reboot

How to Create a Reboot Scheduled Task in Windows

March 31, 2023
slow computer startup

14 Ways to Fix Slow Computer Startup

March 26, 2023
boot loop

14 Ways to Fix Windows Boot Loop

March 19, 2023
how to change windows startup sound

How to Change Windows Startup Sound

March 17, 2023
scan disk windows 10

How to Scan Disk Windows

March 16, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
what-does-collate-mean-on-a-printer

What Does Collate Mean on a Printer?

March 31, 2023
usb-vs-pcie-wifi

USB Vs PCIe Wi-Fi—Which One is Better?

March 31, 2023
how often to replace laptop

How Often Should You Replace a Laptop

March 29, 2023
You may also like
computer suddenly slow

Why is My Computer Suddenly Slow? 11 Ways to Fix It

March 31, 2023
HTTP-Error-431

How to Fix HTTP Error 431

March 31, 2023
scheduled task reboot

How to Create a Reboot Scheduled Task in Windows

March 31, 2023
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)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

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