In Windows 10, you can easily download Remote Server Administration Tools (RSAT) from Microsoft’s website. Things are different in Windows 11. Microsoft doesn’t provide a direct RSAT download link for Windows 11—the tools are built into the operating system.

We’ll show you different ways to install and manage RSAT features in Windows 11. As always, you need an Enterprise or Professional edition of any Windows version to use RSAT tools. So, ensure your PC runs a compatible version of Windows 11 before you proceed.

Table of Contents
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 1

    Install RSAT Tools via the Windows 11 Settings Menu

    The Windows 11 Settings app has an option to install optional features to improve your computer’s functionality. These could be fonts, Windows server tools, storage management utilities, etc.

    Follow the steps below to install RSAT as an optional feature in Windows 11.

    1. Open the Windows Settings app, select Apps on the sidebar, and select Optimal features.
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 2

    Alternatively, press the Start button, type optional features in the search bar, and select the Optional features system settings option.

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 3
    1. Select the View features button in the “Add an optimal feature” row.
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 4
    1. Type rsat in the search bar and select the checkbox next to the RSAT component(s)you want to install. Select Next to continue.
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 5

    Quick Tip: Select the arrow-down icon below a Remote Server Administration Tool to see its features.

    1. Verify your selection and select the Install button.
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 6

    Windows will close the pop-up and install the tools in the background. You can monitor the installation progress in the “Recent actions” section.

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 7

    Install RSAT Using Windows Powershell

    You need an internet connection to install RSATs in Windows 11. Connect your computer to a Wi-Fi or Ethernet network and follow the steps below.

    1. Right-click the Windows icon on the Taskbar or press Windows key + X and select Terminal (Admin).
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 8
    1. Paste the following command in the console and press Enter.

    Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, State.

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 9

    The Powershell command reveals all Remote Server Administration Tools built into Windows 11.

    1. Locate and copy the name of the RSAT feature you want to install. Highlight the display name and press Ctrl + C.
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 10
    1. Paste the command below in the console and press Enter.

    Add-WindowsCapability -Online -Name Tool-Name

    Note: Replace Tool-Name with the name of the RSAT feature you copied in step #5. If you’re installing the “RSAT DHCP.Tools,” the command should look like this:

    Add-WindowsCapability -Online -Name Rsat.DHCP.Tools~~~~0.0.1.0

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 11
    1. Close the Terminal when you see a success message. You can also check the installation status in the Windows Settings menu.

    Go to Settings > Apps > Optional features and check the Recent actions section.

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 12

    If you’re getting a “Couldn’t install” error, check your internet connection or restart your PC and try again.

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 13

    View Remote Server Administration Tools in Windows 11

    You can check the RSATs installed on your PC in the Windows Settings menu or via Windows Terminal.

    View Installed RSATs in Windows Settings

    Go to Settings > Apps > Optional features and type rsat in the “installed features” search box. You’ll see RSAT features installed on your computer in the search results.

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 14

    View Installed RSATs in Windows Terminal

    1. Press Windows key + X and select Terminal (Admin) or Windows Terminal (Admin).
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 15
    1. Paste the following command in the console and press the Enter key.

    Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 16

    You should see a list of Remote Server Administration Tools available in Windows 11. Check the “Status” column to see if an RSAT feature is “Installed” or “Not Present” on your PC.

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 17

    Uninstall RSAT in Windows

    You may need to uninstall an RSAT if it crashes or doesn’t work on your computer.

    1. Go to Settings > Apps > Optional features, type rsat in the “Installed features” search box, and select the RSAT you want to uninstall.
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 18
    1. Wait a few seconds and check the “Recent actions” section to verify that Windows uninstalled the RSAT.
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 19

    Run Remote Server Administration Tools in Windows 11

    1. Open the Start menu, type windows tools in the search bar, and open the Windows Tools app.
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 20
    1. Find and double-click the RSAT you want to run.
    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 21

    Can’t Install or Run RSATs in Windows 11?

    Rebooting and updating your computer to the latest Windows 11 version can fix RSAT issues. Go to Settings > Windows Update and select Check for updates or Download & install all.

    How to Install and View Remote Server Administration Tools (RSAT) In Windows 11 image 22

    A faulty Windows update can also cause some RSAT components to crash. If you recently updated your computer, uninstall the Windows 11 update and check if the RSAT component stops crashing.