How to Install RSAT on Windows 11: A Complete Guide
Remote Server Administration Tools — RSAT — is a suite of tools that lets IT professionals manage Windows Server roles and features directly from a Windows 11 machine, without physically sitting at the server. If you work in a domain environment and need to manage Active Directory, DNS, DHCP, Group Policy, or similar services from your desktop, RSAT is the package you need.
What RSAT Actually Is (and Isn't)
RSAT is not a standalone download in the traditional sense on Windows 11. Unlike earlier Windows versions where you grabbed an installer from Microsoft's download page, RSAT on Windows 11 is delivered as a set of Optional Features built directly into the operating system. That means no .exe file to hunt down — you enable what you need from within Windows itself.
The suite includes tools like:
- Active Directory Users and Computers (ADUC)
- DNS Manager
- DHCP Console
- Group Policy Management Console (GPMC)
- Hyper-V Manager
- Windows Server Update Services (WSUS) tools
You can install all of them at once or pick only what your role requires.
Windows 11 Edition Requirements 🖥️
This is where setup matters. RSAT is only available on Windows 11 Pro, Enterprise, and Education editions. It is not available on Windows 11 Home. If you're running Home, the Optional Features menu will not list RSAT components.
Before going further, confirm your edition:
- Press Windows + I to open Settings
- Go to System → About
- Check the Windows specifications section for your edition
If you're on Home and need RSAT functionality, upgrading to Pro is the path forward — there's no workaround that installs legitimate RSAT tools on Home.
Method 1: Installing RSAT via Windows Settings (Recommended)
This is the straightforward route for most users and requires no command line.
- Open Settings (Windows + I)
- Navigate to System → Optional features
- Click View features next to "Add an optional feature"
- In the search box, type RSAT
- Check the boxes next to the tools you want to install
- Click Next, then Install
Windows will download and install the selected components. Your machine needs an active internet connection during this process, as the files are pulled from Windows Update servers.
Tip: If you want everything at once, search for "RSAT" and select all results. This gives you the full toolkit, though it adds several hundred megabytes to your installation.
Method 2: Installing RSAT via PowerShell
For IT professionals managing multiple machines, scripting the install is often more efficient. PowerShell gives you precise control.
To list all available RSAT features: