Skip to content

How to Add or Remove Remote Desktop Users in Windows 11

Richard
Written by
Richard
Dec 18, 2022 Updated Jun 19, 2026 3 min read
How to Manage Phone Number Visibility in Microsoft Teams

You add or remove Remote Desktop users in Windows 11 to precisely control who can connect to your PC from another location.

Remote Desktop allows you to access and manage your Windows 11 computer as if you were physically present, making it a powerful tool for remote work and IT support.

This capability is restricted to specific Windows 11 editions, such as Pro, Enterprise, or Education, and is not available on Windows 11 Home.

By managing user permissions, you grant or revoke access for individuals, thereby enhancing your PC’s security and ensuring only authorized personnel can connect.

⚡ Quick Answer

Open Settings, go to System, then Remote Desktop, and click the Remote Desktop users tile. Click Add to grant access or select a user and click Remove to deny it.

Is it Safe to Allow Remote Access?

Allowing remote access does come with security risks. If someone unauthorized gets in, they could see your private files or install harmful software. Make sure you only grant access to people you trust. Always use strong, unique passwords for all your user accounts to keep unauthorized people out.

Methods to Manage Remote Desktop Users

Here are a few ways to manage Remote Desktop users, depending on what feels most comfortable to you. Take a look at this comparison to help you decide.

MethodEase of UseBest For
Settings AppEasyGeneral users
Control PanelModerateUsers familiar with legacy menus
Command PromptAdvancedPower users and IT admins

Using the Settings App (Requires Admin Privileges)

You can add or remove Remote Desktop Users in Windows 11 using the Settings app if you have administrator rights. Just open Settings, go to System, then Remote Desktop, and click the Remote Desktop users tile to add or remove people.

  1. Open the Settings app and click System on the left side.
system button in windows settings app
  1. Select the Remote Desktop tile.
windows remote desktop tile
windows remote desktop tile
  1. Click the Remote Desktop users tile.
windows remote desktop users tile
windows remote desktop users tile
  1. Click Add to give someone access, or select a name and click Remove to take it away.
windows remote desktop properties window
windows remote desktop properties window
  1. In the pop-up, click Advanced to search for a specific user.
windows add remote desktop user advanced button
windows add remote desktop user advanced button
  1. Click Find Now, choose the user from the list, and click OK.
windows add remote desktop user advanced select user to add
windows add remote desktop user advanced select user to add
  1. Click OK again to finish.
windows remote desktop users window with user account
windows remote desktop users window with user account

Using the Control Panel (Requires Admin Privileges)

The classic Control Panel provides a direct path to system properties. Note: This action requires administrator privileges.

  1. Go to System and Security and click Allow remote access.
windows control panel access remote access
windows control panel access remote access
  1. On the window that appears, click Select Users.
windows remote desktop select users button
windows remote desktop select users button
  1. Follow the same steps as above to add or remove names.
windows remote desktop add or remove user from remote desktop users group
windows remote desktop add or remove user from remote desktop users group

Using Local Users and Groups (Requires Admin Privileges)

You can use the lusrmgr.msc tool. Note: This action requires administrator privileges.

  1. Search for “lusrmgr.msc” and open it.
  2. Select Groups on the left and double-click Remote Desktop Users.
windows local user and group applet
windows local user and group applet
  1. Click Add or Remove to change who has access.
windows local user and group applet add or remove users
windows local user and group applet add or remove users

Using Command Prompt or PowerShell (Requires Admin Privileges)

If you prefer using text commands, you can add or remove Remote Desktop Users in Windows 11 with Command Prompt or PowerShell, but you must run them as an administrator. To add a user, type ‘net localgroup “Remote Desktop Users” “UserName” /add’ and to remove one, use ‘net localgroup “Remote Desktop Users” “UserName” /delete’.

To add a user via Command Prompt:

net localgroup "Remote Desktop Users" "GenericUser" /add

To remove a user via Command Prompt:

net localgroup "Remote Desktop Users" "GenericUser" /delete

To add a user via PowerShell:

Add-LocalGroupMember -Group "Remote Desktop Users" -Member "GenericUser"

To remove a user via PowerShell:

Remove-LocalGroupMember -Group "Remote Desktop Users" -Member "GenericUser"

Troubleshooting Access Issues

If you’re having trouble connecting to your computer using Remote Desktop in Windows 11, checking a few common things can often fix the problem.

Summary

Keeping your Remote Desktop users list up-to-date in Windows 11 is key for security and making sure only the right people can connect.

Can I use Remote Desktop on 🪟 Windows 11 Home?

No, the Remote Desktop host feature is exclusive to Windows 11 Pro, Enterprise, and Education editions. While you can use the Remote Desktop client on Windows 11 Home to connect to other computers, you cannot host a remote session on a Home edition PC without third-party software.

Why is the ‘Select Users’ button greyed out?

The ‘Select Users’ button might be greyed out if Remote Desktop is turned off or if you’re not logged in with an administrator account. Ensure you have enabled remote connections in your system settings and that you have the necessary User Account Control (UAC) permissions to modify access lists.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *

Exit mobile version