How to fix (FabricHostSvc)' cannot be started due to the following error: Cannot start service FabricHostSvc on computer '.'?

Azeem Shaik (HCL TECHNOLOGIES CORPORATE SER) 0 Reputation points Microsoft External Staff
2025-03-20T10:41:15.61+00:00

I am unable to install service fabric on my windows 11 enterprise machine.facing the following error while trying to run the service.

Start-Service : Service 'Service Fabric Host Service (FabricHostSvc)' cannot be started due to the following error: Cannot start service FabricHostSvc on computer '.'.

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
291 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 34,826 Reputation points MVP Volunteer Moderator
    2025-03-21T05:15:41.09+00:00

    Since you're on Win11 Enterprise with PowerShell 5.1 and the Service Fabric Host Service (FabricHostSvc) remains stuck in the "Starting" state even after cleaning up and reinstalling the runtime and SDK, the issue likely lies deeper than just installation. This behavior often points to underlying problems such as corrupted Service Fabric binaries, missing dependencies, or permission issues. You should check the Event Viewer logs under both System and Microsoft-Service Fabric/Admin to identify any detailed error messages or stack traces related to the service startup. Also, confirm that the service is running under the Local System account and that its binary files exist and are not corrupted in the installation directory. If those checks don’t help, a full clean uninstall-including removing Service Fabric folders and possibly cleaning registry entries -followed by a fresh reinstall can sometimes resolve the issue. Additionally, ensure no security software or conflicting services are blocking or delaying the startup process.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.