Fixes

How to Fix Windows Couldn’t Connect to the ProfSvc Service Error on Windows 10?

A number of Windows users encounter a very common error that states “Windows couldn’t connect to the profSVC service. User Profile cannot be loaded”. This error usually arises when the user tries to log in to his user account and it normally happens due to corrupt user profile or if the user profile service fails, at least according to Microsoft techs. If this happens on your computer, don’t worry because this error can be solved easily.

After latest update "windows couldn't connect to the profsvc service" error
Error Message

What prevents the Windows to connect to ProfSvc Service?

Different reasons are considered to be the reason behind this problem in different cases but it has been observed that it mostly occurs only on Windows 10 and isn’t seen much on Windows 7 or 8. Some of these reasons are listed below:

  • This error might arise due to a corrupted user profile which prevents you from being able to connect to the ProgSvc service.
  • Windows might also face difficulties while connecting to the progSVC service because the User Profile Service fails.
  • Your corrupted System files can also trigger this error.

Pre Tips

If you are the only user in your system and you encounter this message on Windows 10, try to edit the registry and resolve this issue. Follow the steps to carry this task out.

  1. On the login screen, press and hold the Shift key.
  2. You will be taken to the Advanced Options Windows.
  3. From those options, choose Troubleshoot.
  4. Now select Advanced Options.
  5. Now select Command Prompt.
    Click on the cmd
    Command Prompt
  6. In the command prompt, type the following command to open the registry.
  7. regedit
  8. Now, on the left pane, go to HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Services -> ProfSvc.
  9. On the right pane, double click on Start.
    Edit registry to resolve "windows couldn't connect to the profsvc service" error
    Editing Registry
  10. Enter 2 in the Value data.
  11. Now reboot your computer and check if the problem is resolved or not.

What to do if Windows 10 Couldn’t Connect to the profsvc service?

Solution 1: Restore your System

If you still can’t get rid of this error, try to perform a system restore by following the steps given below:

  1. On the login screen, press and hold the Shift key.
  2. You will be taken to the Advanced Options Windows.
  3. From those options, choose Troubleshoot.
  4. Now select Advanced Options.
  5. Now select System Restore.
    Restoring system may resolve "windows couldn't connect to the profsvc service" problem
    System Restore
  6. Select a point where you were not getting this error and restore your PC.

Solution 2: Restore the original ProfSvc service

If you are still getting this error, try to restore the original ProfSvc services from windows 10 by following the steps given below:

  1. In the taskbar, click the search button and type Command Prompt.
  2. Right-click the icon and click Run as Administrator.
  3. Type the following commands one by one and check if the issue is resolved.
sc config ProfSvc start= auto
sc start ProfSvc

Solution 3: Create a new user account

If none of the solutions, explained above, works, make a new user account and try to log in to it.

  1. On the login screen, press and hold the Shift key.
  2. You will be taken to the Advanced Options Windows.
  3. From those options, choose Troubleshoot.
  4. Now select Advanced Options and then click on Startup Settings.
    Navigate to the Startup Settings and follow steps to get rid of "windows couldn't connect to the profsvc service" error
    Startup Settings
  5. From the list appeared n the screen, select Enable Safe Mode with Command prompt.
  6. Now type the following command and press enter.
  7. net user administrator /active:yes
  8. Log in to your user profile and create a new profile with administrator privileges.
  9. Lock your screen and then log in to your administrator account.
  10. Now open the command prompt as an administrator and disable the built-in administrator account by typing the following command.
  11.  net user administrator /active:no
  12. Open the command prompt again as administrator and type the following commands one by one and press enter. After this restart your computer and check if the problem remains.
  13. net user NewAccount password /add
    net localgroup Administrators NewAccount /add

If you want further assistance, contact here.

Alan Adams

Alan is a hardcore tech enthusiast that lives and breathes tech. When he is not indulged in playing the latest video games, he helps users with technical problems that they might run into. Alan is a Computer Science Graduate with a Masters in Data Science.
Back to top button