Can I Uninstall Remote Desktop Connection? (Is It Safe?)

You can uninstall Remote Desktop Connection, but only on a computer running Windows 11 version 23H2 or a later build. Microsoft added a genuine removal option in that update, available through Installed Apps or a single command typed into an elevated Command Prompt. Windows 10 and earlier Windows 11 releases treat the app as a fixed part of the operating system, so those machines can only disable it rather than remove it outright. Either path is reversible, since Microsoft still offers a free download for anyone who changes their mind later. What follows covers both routes step by step, when uninstalling makes more sense than disabling, and what actually happens to your PC once the app is gone.

Can You Uninstall Remote Desktop Connection on Windows 11

Yes, on Windows 11 version 23H2 and later, Remote Desktop Connection can be removed completely rather than merely turned off. Microsoft moved the client into the list of optional Windows features on these builds, so Installed Apps or the command mstsc.exe /uninstall will strip it from the system, and an administrator account is required either way.

Two removal paths exist, and both finish with a restart. The graphical route suits most home users, while the command line route suits anyone managing several machines at once, including administrators pushing the change out through Microsoft Intune or Configuration Manager.

Remove It Through Installed Apps

  1. Open Installed Apps. Click Start, open Settings, then choose Apps followed by Installed apps.
  2. Find the app. Scroll or search the list for Remote Desktop Connection.
  3. Uninstall it. Select the three dots next to its name and choose Uninstall.
  4. Restart the computer. The removal does not finish until Windows restarts.

Remove It from the Command Line

Open an administrator Command Prompt, type mstsc.exe /uninstall, press Enter, then restart the computer once the command finishes. Anyone deploying the change across many devices can add the /noPromptBeforeRestart switch, so mstsc.exe /uninstall /noPromptBeforeRestart runs through Intune or Configuration Manager without a restart prompt interrupting the script.

If the Uninstall Command Returns Error 0x800704c7

Error 0x800704c7 means the Command Prompt window was not opened with administrator rights. Close it, right click Command Prompt (or search for it, then choose Run as administrator), and run the uninstall command again from the elevated window.

Why Did Microsoft Add This Option in Windows 11 23H2

Microsoft added the uninstall option mainly to match how people actually use their PCs, not because Remote Desktop Connection itself became less reliable. Individuals and organizations had increasingly turned to third-party remote access tools instead of the built-in client, and Microsoft wanted the system to reflect that choice rather than force the app on everyone.

Security exposure factored in as well, since every installed component is a potential target, and letting people remove one they never touch shrinks what an attacker can probe. The change also fits a broader shift toward letting Windows users decide which built-in components stay installed, instead of treating every default app as untouchable, so someone who only needs the operating system’s core functions can trim the rest.

Why Windows 10 and Older Windows 11 Builds Cannot Fully Remove It

Remote Desktop Connection ships as an integrated Windows component on Windows 10 and on Windows 11 builds before version 23H2, so no uninstall option removes it from those systems. Disabling the feature is the only choice available on those builds, and several methods reach that same result from different angles.

Ways to Disable Remote Desktop Connection Instead

  • Settings: open Apps, then Apps & features, find Remote Desktop Connection, and choose Uninstall. This removes only the client shortcut, not the underlying feature.
  • Control Panel: open Programs, then Uninstall a program, select Remote Desktop Connection, and remove it the same way.
  • PowerShell: run an administrative PowerShell session and remove the application with the appropriate command.
  • Group Policy: available on Windows 10 Pro, Enterprise, and Education, though not on Home edition, for disabling remote connections on managed machines.
  • Registry Editor: edit the registry to turn off Remote Desktop Services directly.
  • Windows Firewall: block Remote Desktop through firewall rules so no connection reaches the machine even if the service stays on.
  • System Properties: open System Properties, select the Remote tab, and clear Allow remote connections to this computer.

Not every method behaves the same way over time. The Settings and Control Panel routes remove the client shortcut but leave the underlying feature in place, which is why the entry can reappear after certain Windows updates. Group Policy, the registry change, and firewall rules disable the feature itself, so they tend to hold up better across update cycles than simply uninstalling the shortcut.

How Uninstall Options Compare by Windows Version

Whether full removal is possible depends on the Windows version installed, not on any setting a user can change. The table below lines up what each version supports side by side.

Windows Version Can Uninstall Methods Available Administrator Required Reversible
Windows 10 No (full) Disable only (Settings, Control Panel, PowerShell, Group Policy, Registry, Firewall) Yes Yes (reinstall client)
Windows 11 (before 23H2) No (full) Disable only (same as Windows 10) Yes Yes (reinstall client)
Windows 11 23H2+ Yes (full) GUI, command line (mstsc.exe /uninstall), automatic reinstaller available Yes Yes (from Microsoft download page)

Consider an IT department managing a fleet of laptops on Windows 11 23H2. Machines that never need outbound remote sessions can have Remote Desktop Connection uninstalled in bulk using the noPromptBeforeRestart switch through Intune, while the handful of laptops staff still use for troubleshooting keep the client installed but blocked at the firewall until it is actually needed. That split gets the attack surface reduction of uninstalling on most machines without losing the option on the few that still need it.

Is It Safe to Uninstall Remote Desktop Connection

Removing Remote Desktop Connection is safe for anyone who does not rely on it to reach other computers remotely, and doing so does not damage Windows or slow the system down. Guidance summarized from Microsoft’s position adds a caution anyway: “You usually should not remove Remote Desktop Connection unless you are absolutely sure that you will never need it.”

Nothing about the removal touches other Windows features, drivers, or performance, since the client is a self-contained app rather than a shared system service. Reinstalling later, if plans change, restores it within minutes.

What Happens After You Uninstall Remote Desktop Connection

Once removed, the built-in client can no longer start outgoing remote sessions to other PCs, and the RemoteApp and Desktop Connections control panel disappears along with it. Disk space returns too, though the amount freed is small since the app itself is lightweight.

Security improves slightly as well, since one more potential entry point for remote access attempts is gone. None of this affects whether the computer can be reached through other software, such as a separately installed remote support program, since uninstalling only removes the outgoing client, not every form of remote access on the PC.

The RemoteApp and Desktop Connections control panel is worth knowing about before it disappears. It normally lists remote resources published by a workplace or school, the kind an IT department sets up so a shortcut on the desktop opens a hosted application or a full remote desktop session. Once Remote Desktop Connection is gone, that panel goes with it, so anyone using published remote apps for work should confirm they will not need that panel before removing the client.

Should You Uninstall or Just Disable Remote Desktop Connection

Uninstalling suits anyone certain they will never need built-in remote access again, want the smallest possible attack surface, or already rely on a third-party tool exclusively. Disabling suits everyone else, since it keeps the option available without leaving it active day to day.

  • Uninstall if: remote access will never be needed, reducing attack surface matters more than convenience, or a third-party tool already covers every remote session.
  • Disable instead if: remote access might be needed later, keeping the option available matters, or only today’s access needs restricting.
  • Disabling works best for: high-security environments, temporary restrictions, and situations with a compliance requirement to document.

None of these categories belongs to one type of user. A home user with no work obligations and total confidence they will never need remote troubleshooting fits neatly into the uninstall column, while a household that occasionally gives tech support to a relative over Remote Desktop fits the disable column just as easily. The deciding question stays simple: will this specific computer, not computers in general, ever need to accept or start a Remote Desktop Connection session again.

Alternatives Worth Considering Instead of Uninstalling

Several lighter options reach a similar result without removing the app entirely, a route the UC Berkeley Information Security Office recommends for systems that still need occasional remote access.

  • Disable Remote Desktop Services temporarily rather than removing the client, so the option returns with one click later.
  • Restrict permissions through group policy so only specific accounts can start a session.
  • Add endpoint security monitoring that flags unexpected remote connection attempts.
  • Configure firewall rules that block RDP traffic entirely while leaving the app installed.
  • Switch to a third-party tool for every remote session instead of the built-in client.
  • Deploy an RDP Gateway so remote sessions pass through a controlled, secure server instead of connecting directly.
  • Turn on Network Level Authentication for an extra authentication step before any session starts.

My call is to uninstall it only on Windows 11 23H2 or later when I am confident I do not need to connect to another PC or use RemoteApp and Desktop Connections. The small amount of space saved would not decide it for me. Reducing an unused remote access component is the stronger reason, especially because reinstalling remains possible. On Windows 10 or an earlier Windows 11 build, I would disable remote connections and use firewall or policy controls instead, since removing the visible app does not remove the underlying feature.

How to Reinstall Remote Desktop Connection if You Change Your Mind

Reinstalling is possible on Windows 11 version 23H2 and later, since Microsoft still publishes official installers for the client as a free download in 64-bit, 32-bit, and ARM64 versions. Grab the version matching the processor, run it, and restart once prompted.

  1. Download the installer. Visit Microsoft’s official download page and pick the version matching the processor, 64-bit, 32-bit, or ARM64.
  2. Run it. Double click the downloaded file and follow the prompts.
  3. Restart. Restart the computer when asked, to finish the installation.

The command line route works too: download the installer, open an administrator Command Prompt, navigate to the folder holding the file, then run setup.exe. Either way, Remote Desktop Connection opens afterward from the Start menu or by typing mstsc.exe.

Matching the installer to the processor matters more than it might seem. Picking the wrong architecture, an ARM64 installer on an Intel or AMD machine, for instance, simply fails to run rather than causing any lasting problem, so a failed install almost always means downloading the correct file and trying again rather than a sign of a deeper issue.

Frequently Asked Questions

Does Uninstalling Remote Desktop Connection Delete My Saved Connections?

Saved connection shortcuts and .rdp files stay exactly where they were, since uninstalling removes the program itself, not personal files. Reinstalling the app later reads those same .rdp files without any extra setup.

Can I Uninstall Remote Desktop Connection on Windows 10?

No, not completely. Windows 10 keeps the client built into the operating system, so Settings, Control Panel, PowerShell, or Group Policy can disable it, but none of them remove it the way Windows 11 version 23H2 does.

Does Removing Remote Desktop Connection Stop All Remote Access to My PC?

Not entirely. It stops the built-in client from starting outgoing sessions to other computers, but it does not touch Remote Desktop Services running on the PC itself, nor any separately installed remote support software already present.

Is Remote Desktop Connection the Same Thing as Remote Desktop Services?

No. Remote Desktop Connection is the client app used to start a session, while Remote Desktop Services is the underlying Windows feature that accepts incoming connections. Uninstalling the client does not remove Remote Desktop Services.

Will Uninstalling Remote Desktop Connection Speed up My Computer?

Not noticeably. The app is small, so removing it frees only a modest amount of disk space, and the effect on everyday performance is too small to measure.

Does Removing Remote Desktop Connection Affect Remote Desktop Services or Azure Virtual Desktop?

No, not in any direct way. Remote Desktop Connection is the client used to start an outgoing session from this particular PC, while Remote Desktop Services on Windows Server and cloud offerings such as Azure Virtual Desktop are separate systems that other devices connect into. Removing the client here has no bearing on how those separate systems are configured or run.

For most home users the decision comes down to whether built-in remote access will ever be needed again. Anyone on Windows 11 version 23H2 or later who is certain it will not can uninstall Remote Desktop Connection in a few minutes and reinstall it just as quickly if plans change, while everyone else, especially on Windows 10, gets the same practical result by disabling it instead.

What This Page Does Not Publish

  • I focus on Windows client PCs, not how removal affects Remote Desktop Services on Windows Server.
  • I do not cover Azure Virtual Desktop, Windows 365, or other cloud-based enterprise setups.
  • I do not give personalised advice for your device or workplace configuration.

References

Author Profile

Eric Dawson
Eric Dawson
I'm Eric Dawson, the writer behind The Money Watch. I live in the Columbus, Ohio area and I write about the ordinary questions that turn out to be complicated: computers, shopping, food, travel, parking, small businesses, fees, rules and products. Every article starts with the official page, the maker or the agency, then the sources that check it, and I say plainly where they disagree and what I would do. More about how I work is on the About page.