
Remote Server Administration Tools (RSAT) form a crucial toolkit for managing Windows PCs and servers remotely. These tools serve as the key to seamlessly managing servers and roles, offering a streamlined approach for IT professionals and enthusiasts alike. While the installation process might not be straightforward, this guide walks you through the steps to install, verify, and uninstall RSAT on Windows 11 using either the Settings app or PowerShell. See Why use RSAT? How to Install RSAT on Windows 10 via Windows features and DNS manager console missing from RSAT tools on Windows 10.
Here are other related guides: Remote Server Administration Tools (RSAT) on Windows Server 2016, and how to Protect Remote Desktop credentials with Windows Defender Remote Credential Guard or Restricted Admin Mode.
Steps to Install RSAT on Windows 11
Installing RSAT on Windows 11 Via Windows Settings:
Press the Windows key + I to open the Settings menu. Navigate to “Apps” in the left column and select “Optional features” on the right.

Click “View features” next to “Add an optional feature.”


Type “RSAT” in the search field, select desired features, and click “Install.”


After completion, close Settings and restart Windows 11.
Verifying RSAT Installation in PowerShell:
Press the Windows key, type “PowerShell,” and run it as an Administrator.


Execute the following command:
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State


Review the list of RSAT features and their installation status.
Please see, How to connect to the Remote Desktop console session from the Command Line, and How to Remove Remote Desktop Services Role on Windows Server.
Installing All RSAT Components in PowerShell
Open a new Windows Terminal or PowerShell as an administrator.


Run the following command:
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online


You should see the installation progress as the features are installed.
Please see How to create a Mapped Drive via GPO Preferences, and Group Policy Object: What is GPO and how can it be launched in Windows
Uninstalling RSAT on Windows 11
Open Settings using Windows key + I or right-click the Start menu. Navigate to “Apps” and click “Optional features.”



Scroll to “Installed features,” type “RSAT” in the search field.


Click the dropdown icon next to the component to remove and choose “Uninstall.”
Conclusion
Remote Management Tools on Windows 11 facilitate efficient server administration. Whether enabling, verifying, or uninstalling RSAT, this guide ensures a seamless process, offering administrators a comprehensive toolkit for remote server management.
Additionally, explore other Windows 11 features tailored for administrators, enhancing overall system control and flexibility.
RSAT is primarily available on Windows 11 Pro, Education, or Enterprise editions. These editions include RSAT tools built-in, making it simpler for users to enable them. Ensure you are using one of these editions to access and install RSAT features.
An alternative method is available. You can navigate to Settings > Optional features > Recent actions to monitor the progress of RSAT component installation. Additionally, you can check the Optional Features history section in Settings for a comprehensive view of what has been installed or uninstalled.
Uninstalling RSAT components does not pose significant risks to the stability of the system.
However, it’s recommended to verify the specific components you want to remove to avoid unintentional removal of essential tools. Always follow the provided steps in the guide to uninstall RSAT components safely.