Services.msc Error 1053: 6 Quick Ways to Fix it

Services.msc is an indispensable component of the system

Reading time icon 4 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

How to fix Services.msc error 1053

Dealing with the services.msc error 1053 can be quite frustrating, especially when it disrupts your workflow. This error typically indicates that a service did not respond to the start or control request in a timely fashion. First, make sure that you install all pending Windows updates.

How do I fix Services.msc error 1053?

1. Change Timeout Settings in Registry Editor

  1. Press the Win + R keys to open the Run dialog box.
  2. Type regedit and press Enter to open the Registry Editor.
  3. Navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  4. Right-click on the Control folder in the left pane, then click on New -> DWORD (32-bit) Value.
  5. Name the new DWORD as ServicesPipeTimeout.
  6. Double-click on ServicesPipeTimeout and set its value to 180000 (this is in milliseconds, so it sets the timeout to 3 minutes).
  7. Click OK to save the changes.
  8. Close the Registry Editor and restart your computer.

Changing the timeout settings in the registry editor increases the time that Windows waits for a service to respond. This can help services that need more time to start.

2. Check System File corruption

  1. Open the Start menu and type cmd in the search bar.
  2. Right-click on Command Prompt and select Run as administrator.
  3. In the Command Prompt window, type sfc /scannow and press Enter to run the System File Checker.
  4. Wait for the process to complete. It might take a few minutes.
  5. If the System File Checker finds and fixes any issues, restart your computer.
  6. If the issue persists, run the following commands one by one in Command Prompt:
    • DISM /Online /Cleanup-Image /CheckHealth
    • DISM /Online /Cleanup-Image /ScanHealth
    • DISM /Online /Cleanup-Image /RestoreHealth

Running these commands checks for and repairs corrupted system files that might be preventing the service from starting correctly.

3. Reset the Winsock Data

  1. Open the Start menu and type cmd in the search bar.
  2. Right-click on Command Prompt and select Run as administrator.
  3. In the Command Prompt window, type the following commands and press Enter after each one:
    • netsh winsock reset
    • ipconfig /renew
  4. Restart your computer.

Resetting the Winsock catalog and renewing the IP configuration can resolve network-related issues that might be affecting the service.

4. Take ownership of the application

  1. Navigate to the folder where the application that is triggering the error has the executable file.
  2. Right-click on the executable file and select Properties.
  3. Go to the Security tab and click on Advanced.
  4. In the Advanced Security Settings window, click on Change next to the Owner field.
  5. Type your username in the text box and click Check Names. Click OK.
  6. Check the box labeled Replace owner on subcontainers and objects.
  7. Click Apply and then OK to save the changes.
  8. Restart your computer.

Taking ownership of the application ensures that you have the necessary permissions to start the service. However, make sure that you are logged in as administrator.

5. Reinstall the application that is triggering the error

  1. Press the Win + R keys to open the Run dialog box.
  2. Type appwiz.cpl and press Enter to open the Programs and Features window.
  3. Find the application in the list, right-click on it, and select Uninstall.
  4. Follow the prompts to uninstall the application.
  5. After restarting your computer, download the latest version of the application from its official website and perform a fresh installation.

Reinstalling the application can fix issues related to corrupt or missing files that are necessary for the service to start.

6. Ensure .NET Framework compatibility

  1. Press the Win + R keys to open the Run dialog box.
  2. Type control and press Enter to open Control Panel.
  3. Navigate to Programs -> Programs and Features.
  4. Click on Turn Windows features on or off in the left pane.
  5. Ensure that the appropriate versions of the .NET Framework are installed and enabled.
  6. If any required versions are missing, check the boxes to enable them and click OK.
  7. Restart your computer.

Ensuring that the correct .NET Framework versions are installed can resolve compatibility issues that prevent services from starting.

By following these steps, you can effectively resolve the services.msc error 1053 and get your system back on track. You may also need our guide on what to do if the Windows Update services are missing from Services.msc. Moreover, if youโ€™re experiencing similar problems with the โ€œServices.msc Access Deniedโ€ error, we’ve got you covered.

If you have more suggestions or questions, feel free to address them in the comments below.

More about the topics: Services, Windows 11

User forum

0 messages