Trouble in Orchestrator

Hello,

Could someone please advise what I’m doing wrong with the robot setup?

Hi @Miroslav_Kaiser

Your machine is marked Non-compliant because Your Robot is installed on 26.0.186 and Your Machine Template in Orchestrator is set to 26.0.182 and UiPath does NOT support downgrades, so auto-update cannot fix this.

That’s why you see the tooltip:
Version is different than what was set up… downgrades are not possible.
Try this

Update the Machine Template to match your installed Robot:
1. Go to Orchestrator → Machines
2. Edit your Machine Template
3. Change Runtime version to:
26.0.186-cloud.22084
4.Save - Refresh

If solution works for you please mark as solution Happy Automations

Thanks

@Miroslav_Kaiser

It’s because of compatibility issue. Studio and Robot must match.

Either Robot service and wait for it to get auto updated, or reinstall the matching version.

Refer this thread

Hi @Miroslav_Kaiser

It’s because of a version mismatch. The Robot version installed on the machine is different from the version set in Orchestrator, so it shows as non-compliant.

Either wait for auto-update to sync the versions, or update/reinstall the Robot so both versions match.

UiPath Studio Community is this version.
image
But in Orchestrator, the version is different, so it won’t work. How can I make it work so they’re compatible? Can anyone advise?

Hi @Miroslav_Kaiser

i suggest pls take a backup if needed. and just reinstall the UiPath ,it’ll autofix .

Happy Automation

I’ve reinstalled several times but no change.

@Miroslav_Kaiser

Last option you can try is delete the machine template and recreate it and connect it

I tried that too and it’s still the same

@Miroslav_Kaiser

Try below steps after uninstall-

Try performing the below steps in your machine:

· Go to Control Panel → Programs → Apps and Features → Uninstall the UiPath Platform Installer (if it exists) and UiPath Studio/UiPath Robot

After the UiPath Studio/Robot uninstallation, delete the below folders if they exist:

· The settings in the folders %PROGRAMDATA%\UiPath, %LOCALAPPDATA%\UiPath, and %APPDATA%\UiPath
· The packages folder %USERPROFILE%\.nuget\packages
· The NuGet cache folders content from %LOCALAPPDATA%\NuGet\v3-cache, %userprofile%\AppData\Local\UiPath\.cache
· The UiPath folders from C:\Program Files (x86)\Common Files, C:\Program Files (x86), C:\Program Files
· The Assistant processes folder content in the Windows Start menu %APPDATA%\Microsoft\Windows\Start Menu\Programs\UiPath Assistant Automations and %APPDATA%\Microsoft\Windows\Start Menu\Programs\UiPath Assistant Processes
· The content from the %temp% folder
· Restart the machine
· Install the UiPath Studio/Assistant/Robot again using this installer

Ref:


image

Hello,
Thank you very much for your help and for this guide, which helped me get a large part of UiPath up and running. However, I’m still dealing with an update issue — the update won’t run. Do you have any idea what could be causing it?

I’ll also add that I chose this installation option:
https://download.uipath.com/UiPathStudioCommunity.msi

@Miroslav_Kaiser

Are you using personal machine or company machine?

I´m using the company machine

then pls check with IT admin team

Try one last time :slight_smile:

This procedure is what UiPath Support typically recommends when the Update Service is corrupted or stuck.


:white_check_mark: Clean Re‑Installation Procedure (UiPath Studio / Robot / Assistant)

This will completely remove old installers, corrupted update cache, and services, then re‑install a fresh version without any leftover update files.

Follow steps in order.


:large_orange_diamond: STEP 1 — Stop all UiPath services

Open Command Prompt (Admin) and run:

BAT

net stop UiPathRobotSvc

net stop UiPathUpdateSvc

net stop UiPath.Service.UserHost

Show more lines

If any service says “not running”, continue.


:large_orange_diamond: STEP 2 — Uninstall UiPath completely

Go to:

Control Panel → Programs & Features → Uninstall
Remove all UiPath products:

  • UiPath Studio
  • UiPath Assistant
  • UiPath Robot
  • UiPath Remote Runtime (if installed)

Do NOT restart yet.


:large_orange_diamond: STEP 3 — Delete ALL leftover UiPath directories

These folders often contain corrupted update packages that trigger the error.

Delete the following folders (if present):

Program Files

C:\Program Files\UiPath\

ProgramData (hidden folder)

C:\ProgramData\UiPath\
C:\ProgramData\UiPath\.update\

User profile folders

C:\Users\<YOU>\AppData\Local\UiPath\
C:\Users\<YOU>\AppData\Roaming\UiPath\

Update cache folders (VERY IMPORTANT)

Delete:

C:\Users\<YOU>\AppData\Local\UiPath\Packages\
C:\ProgramData\UiPath\Packages\
C:\ProgramData\UiPath\UpdateService\

These folders are the main cause of: :cross_mark: Error applying update
:cross_mark: Update in progress
:cross_mark: Cloud version update failed


:large_orange_diamond: STEP 4 — Clean service registrations

Sometimes Windows still thinks UiPath services exist.

Run in CMD (Admin):

BAT

sc delete UiPathRobotSvc

sc delete UiPathUpdateSvc

sc delete UiPath.Service.UserHost

Show more lines

If a service isn’t found, continue.


:large_orange_diamond: STEP 5 — Restart the computer

This flushes any locked files.


:large_orange_diamond: STEP 6 — Download a FRESH installer (IMPORTANT)

Do NOT use an old offline installer.
Cloud versions change fast.

Choose according to your environment:

:check_mark: Enterprise Cloud / Orchestrator (recommended)

Download the latest Installer from: :backhand_index_pointing_right: https://cloud.uipath.com → Admin → Resources → Download UiPath Studio

(This ensures you get 26.x.x-cloud builds compatible with UiPath Automation Cloud.)

:check_mark: Enterprise On‑Prem

Use the MSI installer matching the same version as your Orchestrator.


:large_orange_diamond: STEP 7 — Install UiPath using MSI

Run the MSI as Administrator.

Choose the correct mode:

For Attended/Assistant:

:check_mark: UiPath Studio + Robot OR
:check_mark: UiPath Assistant only

For Unattended:

:check_mark: Robot (service mode)


:large_orange_diamond: STEP 8 — Reconnect to Orchestrator

Via Machine Key OR Interactive Login.


:large_orange_diamond: STEP 9 — Disable automatic updates (optional but recommended)

If your environment keeps pushing cloud updates that fail:

In Orchestrator

Tenant → Settings → Robots
Turn OFF:

  • Auto-update Robot
  • Auto-update Studio

Local settings file

Edit:

C:\ProgramData\UiPath\UiPath.settings

Add:

JSON

“DisableUpdates”: true

Show more lines

Restart UiPath services.