RSAT is Not Installing on Windows 10? Fix it in 3 Steps

Apply these solutions to successfully install RSAT

by Sagar Naresh
Sagar Naresh
Sagar Naresh
Content Analyst
Sagar is a web developer and technology journalist. Currently associated with WindowsReport and SamMobile. When not writing, he is either at the gym sweating it out or playing... read more
Reviewed by Alex Serban
Alex Serban
Alex Serban
Windows Server & Networking Expert
After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server... read more
Affiliate Disclosure
  • If RSAT is not installed on your Windows 10 PC then it could be because of some underlying issue with the Windows update.
  • Check if you have an English (United States) language pack installed on your PC or not.
  • Also, you can try tweaking the registry key on your PC to fix this problem.
rsat not installing windows 10
XINSTALL BY CLICKING THE DOWNLOAD FILE
Easily get rid of Windows errors Fortect is a system repair tool that can scan your complete system for damaged or missing OS files and replace them with working versions from its repository automatically. Boost your PC performance in three easy steps:
  1. Download and Install Fortect on your PC.
  2. Launch the tool and Start scanning
  3. Right-click on Repair, and fix it within a few minutes
  • 0 readers have already downloaded Fortect so far this month

If you are an IT admin, then you know the importance of RSAT. With RSAT or Remote Server Administration Tools, an IT admin can remotely manage the roles and features of Windows Server from a client machine.

In case the RSAT installation fails on your PC, then it hinders the task of an IT admin. In this guide, we will show you different methods to fix RSAT not installing on Windows 10 problem. Let us check out the solutions.

What is RSAT?

As already explained, using RSAT, IT admins can manage the roles and features of Windows Server remotely. Do note that RSAT cannot be installed on Home or Standard editions of Windows.

You need to be running Professional or Enterprise editions of the Windows client operating system. In the RSAT for Windows 10, all tools are enabled by default.

The RSAT or Remote Server Administration Tools include Server Manager, MMC (Microsoft Management Console), and Windows PowerShell cmdlet modules that can be used to manage roles and features that are running on Remote servers.

How can I fix RSAT not installing Windows 10 problem?

Before applying the advanced solutions, let us go through the simple solutions and hopefully resolve the problem at our end.

  • You should try restarting your PC as it might be a temporary glitch, which is why RSAT is not installing on Windows 10.
  • Make sure that you have the latest version of Windows update installed on your computer as it will help fix the underlying bugs present in the previous version of the update.

Expert tip:

SPONSORED

Some PC issues are hard to tackle, especially when it comes to missing or corrupted system files and repositories of your Windows.
Be sure to use a dedicated tool, such as Fortect, which will scan and replace your broken files with their fresh versions from its repository.

If the above solutions did not fix the problem, let us go through the advanced solutions to fix the problem.

1. Install RSAT using PowerShell

  1. Press the Win key to open the Start menu.
  2. Type Windows PowerShell and open it as an administrator.Windows Powershell turn off sleep mode windows 10
  3. Type the below command and press Enter to know which RSAT component is installed on your PC. Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
  4. To install specific tools, you need to type the below command. For example, if you want to add AD management tools, you should type the below command and press Enter. Add-WindowsCapability –online –Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0
  5. To install other components of RSAT on your Windows 10 PC, below is the list of commands that you can execute.
    - Add-WindowsCapability –online –Name Rsat.Dns.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.FileServices.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.IPAM.Client.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.LLDP.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.NetworkController.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.NetworkLoadBalancing.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.BitLocker.Recovery.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.CertificateServices.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.DHCP.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.FailoverCluster.Management.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.RemoteAccess.Management.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.RemoteDesktop.Services.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.ServerManager.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.Shielded.VM.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.StorageMigrationService.Management.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.StorageReplica.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.SystemInsights.Management.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.VolumeActivation.Tools~~~~0.0.1.0
    - Add-WindowsCapability -Online -Name Rsat.WSUS.Tools~~~~0.0.1.0
  6. To only install the missing components of RSAT, run the below command. Get-WindowsCapability -Name RSAT* -Online | where State -EQ NotPresent | Add-WindowsCapability –Online

2. Modify the UseWUServer registry key

  1. Press the Win + R keys to open the Run dialogue.
  2. Type regedit and press Enter.
  3. Navigate to the below path and press Enter. HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
  4. Double-click on the UseWUServer key on the right side.
  5. Change the value to 0 and click OK.
  6. Exit Registry Editor and restart your PC.

Several of our readers were able to fix the problem of RSAT not installing on Windows 10 by simply disabling the UseWUServer key. After the installation is complete, you should revert the value of the UseWUServer key to 1.

If the UseWUServer registry key is set to the value of 1 it will by default configure Automatic Updates to use a server that is running Software Update Services and prevents it from using Windows Update.

3. Install the US English pack on your system

  1. Press Win + I keys to open the Settings menu.
  2. Click on Time & Language on the left pane.time and language number pad not working
  3. Click on Language.
  4. Add English (United States).
  5. Under English (United States) you will see the Language pack available.
  6. Click on Options and download the language pack.
  7. Restart your computer.

Some users have reported that installing the English (United States) language pack on their Windows 10 PC has helped them resolve the RSAT not installing on Windows 10 problem.

If the above solutions did not help, then we would suggest you reset Windows 10. Follow the steps mentioned in our guide to safely reset your Windows 10 PC and then try installing RSAT on your PC.

We have a guide that explains how you can install RSAT on Windows 11 using just 3 simple steps.

Feel free to let us know in the comments below which one of the above solutions resolved the RSAT not installing on Windows 10 problem.

Still experiencing issues?

SPONSORED

If the above suggestions have not solved your problem, your computer may experience more severe Windows troubles. We suggest choosing an all-in-one solution like Fortect to fix problems efficiently. After installation, just click the View&Fix button and then press Start Repair.

This article covers:Topics: