Server Backup is installed but is not visible, there is no service

Mikel Manzke 0 Reputation points
2026-01-21T19:07:06.5933333+00:00

We got a new windows server 2025. We installed ist an the feature windows server backup, but we cant start it or edit the service. what are we doing wrong. we dont want to install new. Please help us

Moved from System Center Service Manager

Windows for business | Windows Server | Devices and deployment | Install Windows updates, features, or roles
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Henry Mai 7,515 Reputation points Independent Advisor
    2026-01-22T00:11:44.37+00:00

    Hello Mikel, this is Henry and I want to share my insight about  your issue

    The primary reason you cannot find or edit a service for Windows Server Backup is because one does not exist. Please help me verify that the feature, including its graphical tools, was installed correctly.

    1. Open Server Manager.
    2. In the top-right corner, click the Tools menu.
    3. Select Windows Server Backup from the dropdown list.

    If this option is present and it opens the management console, your installation is successful. This is the primary and intended way to manage your server backups. From this console, you can create a backup schedule, run a one-time backup, or perform a recovery.

    User's image

    If the option is not in the Tools menu, it means the management tools were not installed with the feature. Please follow:

    1. Open Windows PowerShell as an Administrator.
    2. Run the following command to install the feature along with its necessary management console: Install-WindowsFeature -Name Windows-Server-Backup -IncludeManagementTools
    3. After the installation completes, restart Server Manager. The "Windows Server Backup" option will now appear in the Tools menu.

    This document is the official reference for the Install-WindowsFeature PowerShell command, proving this is the correct syntax for adding server features and their management tools.

    I hope this information helps point you in the right direction for your research. Let me know how it goes, and if this answer helps, feel free to hit “Accept Answer” so others can benefit too

    0 comments No comments

  2. Q&A Assist
    2026-01-21T19:07:20.4233333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If Windows Server Backup is installed but not visible or you cannot start or edit the service, there are a few troubleshooting steps you can take:

    1. Verify Installation: Ensure that Windows Server Backup is properly installed. You can check this by running the following PowerShell command:
         Get-WindowsFeature Windows-Server-Backup
      
      This will show you the installation status. If it is available but not installed, you may need to install it again.
    2. Check Services: Make sure that the necessary services for Windows Server Backup are running. You can check the services by going to the Services management console and looking for the Windows Server Backup service.
    3. Permissions: Ensure that the Local SYSTEM has full control over the System Volume Information folder, which is typically located at C:\System Volume Information. Incorrect permissions can prevent the service from functioning properly.
    4. Server Manager: You can also try accessing Windows Server Backup through Server Manager. Go to Server Manager > Tools > Windows Server Backup to see if it appears there.
    5. Reboot: Sometimes, a simple reboot of the server can resolve issues with services not appearing or starting correctly.

    If after these steps the issue persists, you may need to consider reinstalling the feature, but since you mentioned you do not want to do that, ensure that all prerequisites and configurations are correctly set first.


    References:

    0 comments No comments

Your answer

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