Uninstall UiPath Studio or Robot Manually

Unable to un-install Studio

To manually uninstall UiPath Studio or Robot from your machine, follow these steps carefully to ensure a clean removal of all associated files and registry keys.

This is particularly useful if the UI Uninstaller or CMD line Uninstallation fails with random error codes like 1602,1603, etc.

Note: Be cautious while editing the registry as incorrect changes can affect system stability.


Step 1: Delete Registry Keys

  1. Remove UiPath Studio Registry Key from Uninstall Section
Navigate to the following registry location:
  • HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall
  • Find the key corresponding to UiPath Studio.
  • Right-click on the key and select Delete.
  1. Remove UiPath Studio Registry Key from Installer Products Section
Go to the registry location:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products
  • Locate the key corresponding to UiPath Studio.
  • Right-click on the key and choose Delete.
  1. Delete the UiPath Registry Key
Navigate to:
  • HKEY_LOCAL_MACHINE\SOFTWARE\UiPath
  • Delete the entire UiPath key.
  1. Remove UiPath Studio Entries from the Installer Folders
Go to:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders
  • Delete all values related to UiPath Studio.

Step 2: Delete UiRobot Service

  • Open Command Prompt as an Administrator.
  • Run the following command to delete the UiRobot service: sc delete UiRobotSvc
  • Do check if UiPath RobotJS service is also present, then delete it as well

Step 3: Restart the Machine

  • Restart your computer to complete the uninstallation process.