Microsoft
Solutions Partner

My Cart (0)

Oops! There is nothing in your cart, yet. Here's what you can do:

Close modal

or

Shop Now
Your order!
Scheduled Support

How to Install Active Directory on Windows 11 (RSAT Tools)

You can’t run Active Directory Domain Services as a domain controller on Windows 11 —…

Install Active Directory RSAT tools on Windows 11

You can’t run Active Directory Domain Services as a domain controller on Windows 11 — that requires Windows Server. But you can install the Active Directory management tools (RSAT) on Windows 11 to manage users, groups, OUs, and Group Policy from your desktop.

RSAT (Remote Server Administration Tools) is built into Windows 11 Pro and Enterprise. No separate download needed — just enable it through Settings or PowerShell.

Key Takeaways

  • Active Directory RSAT tools let you manage AD domains remotely from a Windows 11 PC — you don’t need to sit at the server.
  • Install via Settings → Apps → Optional features → search “RSAT” → select “RSAT: Active Directory Domain Services and Lightweight Directory Services Tools.”
  • RSAT requires Windows 11 Pro or Enterprise. It’s not available on Windows 11 Home.

Requirements

Requirement Details
Windows edition Windows 11 Pro or Enterprise (RSAT not available on Home)
Internet connection Required to download the feature from Microsoft
Domain access Your PC should be joined to (or able to reach) the AD domain you want to manage
Admin rights You need local admin to install RSAT features

Using Windows 11 Home? You’ll need to upgrade to Pro to access RSAT tools. A Windows 11 Pro key costs $99.99 from The Software City — upgrade in-place without reinstalling. See our Home vs Pro comparison for all differences.


Method 1: Install via Settings (GUI)

  1. Open Settings (press Windows + I).
  2. Click AppsOptional features.
  3. Click View features (or “Add a feature” on older builds).
  4. In the search box, type RSAT.
  5. Check the box next to “RSAT: Active Directory Domain Services and Lightweight Directory Services Tools”.
  6. Click NextInstall.
  7. Wait for the download and installation to complete (1–5 minutes depending on connection).

After installation, find the tools in Start → search for “Active Directory Users and Computers” or browse Windows Tools (formerly Administrative Tools).


Method 2: Install via PowerShell (Faster)

  1. Open PowerShell as Administrator (right-click Start → Terminal (Admin) or Windows PowerShell (Admin)).
  2. Install Active Directory tools: Add-WindowsCapability -Online -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0"
  3. Wait for the installation to complete. You’ll see Online: True when done.

Install All RSAT Tools at Once

If you manage multiple server roles, install everything:

Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online

Check What’s Already Installed

Get-WindowsCapability -Name RSAT* -Online | Where-Object {$_.State -eq "Installed"}

Available RSAT Features for Windows 11

RSAT Feature PowerShell Name What It Manages
Active Directory DS & LDS Tools Rsat.ActiveDirectory.DS-LDS.Tools Users, groups, OUs, domains
DNS Server Tools Rsat.Dns.Tools DNS zones, records, forwarding
DHCP Server Tools Rsat.DHCP.Tools DHCP scopes, leases, reservations
Group Policy Management Rsat.GroupPolicy.Management.Tools GPOs, policies, WMI filters
Server Manager Rsat.ServerManager.Tools Remote server overview, roles
File Services Tools Rsat.FileServices.Tools DFS, FSRM, file shares
Certificate Services Tools Rsat.CertificateServices.Tools CA management, certificates

Install only what you need to save disk space, or install all with the bulk PowerShell command.


How to Use Active Directory Users and Computers

After installation:

  1. Click Start and search for “Active Directory Users and Computers” (or dsa.msc).
  2. The console opens. If your PC is domain-joined, it automatically connects to your domain controller.
  3. If not domain-joined, right-click the root node → Change Domain → enter the domain name.

Common tasks:Create a user: Right-click an OU → New → User – Reset a password: Right-click a user → Reset Password – Create a group: Right-click an OU → New → Group – Move an object: Drag and drop between OUs, or right-click → Move – Search: Right-click the domain → Find → search by name, description, or attribute


Also Works on Windows 10

The same RSAT installation methods work on Windows 10 Pro and Enterprise:

  • Settings: Settings → Apps → Optional features → Add a feature → search “RSAT”
  • PowerShell: Same Add-WindowsCapability commands work identically

On older Windows 10 builds (pre-1809), RSAT required a separate download from Microsoft’s website. On 1809 and later, it’s built into Optional features like Windows 11.


Troubleshooting

“RSAT” doesn’t appear in Optional features You’re likely running Windows 11 Home, which doesn’t support RSAT. Upgrade to Windows 11 Pro to unlock this feature.

Installation fails with error 0x800f0954 Your PC may be configured to get updates from WSUS instead of Windows Update. Run this PowerShell command to download directly from Microsoft:

Add-WindowsCapability -Online -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0" -Source "Windows Update"

Or temporarily set the Group Policy “Specify settings for optional component installation” to download from Windows Update.

“Active Directory Users and Computers” can’t connect to the domain Verify your PC can reach the domain controller (ping the DC hostname). If not domain-joined, you can still connect by running dsa.msc and changing the domain manually. You may need to supply domain admin credentials.

RSAT tools disappeared after a Windows Update This occasionally happens with major feature updates. Reinstall using the PowerShell command above. Microsoft has largely fixed this issue in recent builds.


Frequently Asked Questions

Can I run Active Directory as a domain controller on Windows 11?

No. Active Directory Domain Services (the server role) only runs on Windows Server editions. Windows 11 can only run the RSAT management tools — you need a separate Windows Server machine as the actual domain controller.

Is RSAT free?

Yes. RSAT is a built-in Windows feature included with Windows 11 Pro and Enterprise at no additional cost. You just need to enable it through Optional features.

Do I need to be on the domain network to use RSAT?

You need network connectivity to the domain controller. This can be direct (on the corporate network), via VPN, or through any network path that reaches the DC. You don’t need to be physically domain-joined, but it makes authentication easier.

Can I install RSAT on Windows 11 Home?

No. RSAT is exclusively available on Windows 11 Pro, Enterprise, and Education editions. If you need RSAT, upgrade to Windows 11 Pro — the upgrade costs $99.99 and doesn’t require reinstalling.

What’s the difference between RSAT and Windows Admin Center?

RSAT provides traditional MMC snap-ins (Active Directory Users and Computers, DNS Manager, etc.) that run locally on your PC. Windows Admin Center is a web-based management tool that runs in a browser. Both can manage the same servers — RSAT is more familiar to experienced admins, while Admin Center is newer and more visual.

Can I manage Azure Active Directory with RSAT?

No. RSAT manages on-premises Active Directory only. For Azure AD (now Microsoft Entra ID), use the Azure portal at entra.microsoft.com or the Microsoft Graph PowerShell module.


TheSoftwareCity website favicon icon
by Editorial Team
Updated on April 4, 2026
Share Article
by Editorial Team
Updated on April 4, 2026

ON THIS PAGE

[firstName], Your Technical Support Starts Soon!

Quick reminder: We provide support through website chat 💬

📅 Your session: [Time] – Starting in [countdown]

Did everything go well?

👇 How to start: Just click

Leave a message
Need to change time?
Hide

I found 33 items that matched your query "".