How to Install RSAT on Windows 11? (Remote Server Administration Tools)
In Windows 11, RSAT is no longer available as a separate download from Microsoft’s website. Instead, it is included as part of the Features on Demand (FoD) system. This means RSAT components are built into the operating system but are not installed by default.
Each RSAT tool corresponds to a specific server role or feature. For example, if you want to manage Active Directory Users and Computers, you need to install the RSAT: Active Directory Domain Services and Lightweight Directory Services Tools. Similarly, if you want to manage DNS servers, you install the RSAT: DNS Server Tools.
Another important thing to note is that RSAT is only available on Windows 11 Pro, Enterprise, and Education editions. If you are using Windows 11 Home, you will not be able to install RSAT using the official method.
Before starting the installation, ensure your system is connected to the internet because Windows may download required files from Microsoft servers.
Now, let us go through the step-by-step process.
What is RSAT in Windows 11?
Before installing RSAT, it is important to understand what it actually does.
RSAT (Remote Server Administration Tools) is a collection of tools that enables administrators to manage Windows Server roles and features remotely. These tools include:
- Active Directory Users and Computers
- Group Policy Management
- DNS Manager
- DHCP Server Tools
- Hyper-V Tools
Instead of logging into a server, you can control everything from your Windows 11 PC.
Requirements Before Installing RSAT
Before proceeding with installation, ensure the following:
- Your system is running Windows 11 Pro, Enterprise, or Education edition
- You have a stable internet connection
- Your system is updated to the latest version
- You have administrator privileges
RSAT is not available in the Windows 11 Home edition by default.
How to Install RSAT on Windows 11?

To install RSAT on Windows 11, open Settings, go to Apps, click on Optional Features, select Add an optional feature, search for RSAT tools, choose the required tools, and click Install. Once installed, you can access RSAT tools from the Start Menu under Windows Administrative Tools.
Step 1: Open Windows Settings
The first step is to access the Settings app on your Windows 11 system.
Press Windows + I on your keyboard to open Settings instantly. Alternatively, you can click on the Start menu and select Settings from the list.
Once the Settings window opens, you will see multiple categories such as System, Bluetooth, Network, and more.
Step 2: Navigate to Optional Features
Inside the Settings menu, click on Apps from the left-hand panel. This section contains all application-related settings.
After clicking Apps, look for the option called Optional Features and open it.
Optional Features is where Windows allows you to install additional components like RSAT, language packs, and other advanced tools.
Step 3: Click on View Features
Inside the Optional Features section, you will see an option labeled Add an optional feature.
Click on View Features next to it. This will open a searchable list of all available optional features that you can install on your system.
Step 4: Search for RSAT Tools
In the search bar, type RSAT.
You will now see a list of available RSAT components, such as:
- RSAT Active Directory Domain Services
- RSAT DNS Server Tools
- RSAT Group Policy Management
- RSAT DHCP Server Tools
Each tool serves a different purpose depending on your administrative needs.
Step 5: Select Required RSAT Components
Carefully choose the RSAT tools you need. You can select multiple components at once depending on your requirements.
For example, if you manage users and permissions, you should select Active Directory tools. If you handle network configurations, DNS and DHCP tools will be useful.
After selecting the required components, click on Next.
Step 6: Install RSAT Tools
Once you click Next, you will see a confirmation screen.
Click on Install to begin the installation process.
Windows will now download and install the selected RSAT tools automatically. This may take a few minutes, depending on your internet speed and system performance.
Step 7: Verify Installation
After installation is complete, go back to the Optional Features section.
Scroll through the installed features list and confirm that the selected RSAT tools are now installed.
You can also search for tools like Active Directory Users and Computers in the Start menu to verify functionality.
Step 8: Access RSAT Tools
Once installed, RSAT tools can be accessed from:
- Start Menu search
- Control Panel under Administrative Tools
- Windows Tools folder
Simply search for the specific tool you need and open it.
Alternative Method Using PowerShell
For advanced users, RSAT can also be installed using Windows PowerShell.
Open PowerShell as an administrator and run the following command:
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
This command installs all RSAT components at once.
If you want to install a specific tool, you can modify the command accordingly.
FAQs
What is RSAT used for in Windows 11?
RSAT is used to manage Windows Server roles and features such as Active Directory, DNS, and Group Policy directly from a Windows 11 computer without logging into the server.
Is RSAT available on Windows 11 Home?
No, RSAT is not available on Windows 11 Home. It is only supported on Pro, Enterprise, and Education editions.
Do I need an internet connection to install RSAT?
Yes, an internet connection is usually required because Windows downloads the necessary files during installation.
Can I uninstall the RSAT tools later?
Yes, you can uninstall RSAT tools by going to Optional Features in Settings, selecting the installed tool, and clicking Uninstall.
Why can’t I find RSAT in Optional Features?
If RSAT tools are not showing, it could be due to using Windows 11 Home or a system policy restriction in a managed environment.
Is PowerShell required to install RSAT?
No, PowerShell is optional. Most users can install RSAT using the graphical interface in Settings.
