I've noticed since I added RDM to my Winget update script, a couple RDM versions ago:
C:\Windows\System32>winget upgrade -h -e --id Devolutions.RemoteDesktopManager Aucune mise à niveau applicable trouvée. Une version de package plus récente est disponible dans une source configurée, mais elle ne s’applique pas à votre système ou à la configuration requise.
I first thought it was because I had manually installed RDM manually using the .exe instead of the .msi (the .exe is much smaller). I'm not 100% sure if it was working with 2025.x but it definitely is not working with 2026.x.
You can reproduce with a fresh reinstall (Win11 25h2):
C:\Windows\System32>winget install -h -e --id Devolutions.RemoteDesktopManager --version 2026.1.11.0
Trouvé Remote Desktop Manager [Devolutions.RemoteDesktopManager] Version 2026.1.11.0
La licence d’utilisation de cette application vous est octroyée par son propriétaire.
Microsoft n’est pas responsable des paquets tiers et n’accorde pas de licences à ceux-ci.
Ce package nécessite les dépendances suivantes :
- Packages
Microsoft.DotNet.DesktopRuntime.9
(1/1) Trouvé Microsoft .NET Windows Desktop Runtime 9.0 [Microsoft.DotNet.DesktopRuntime.9] Version 9.0.14
La licence d’utilisation de cette application vous est octroyée par son propriétaire.
Microsoft n’est pas responsable des paquets tiers et n’accorde pas de licences à ceux-ci.
Téléchargement en cours https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.14/windowsdesktop-runtime-9.0.14-win-x64.exe
██████████████████████████████ 57.7 MB / 57.7 MB
Le code de hachage de l’installation a été vérifié avec succès
Démarrage du package d’installation... Merci de patienter.
Installé correctement
Téléchargement en cours https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.win-x64.2026.1.11.0.msi
██████████████████████████████ 407 MB / 407 MB
Le code de hachage de l’installation a été vérifié avec succès
Démarrage du package d’installation... Merci de patienter.
Installé correctement
C:\Windows\System32>winget upgrade -h -e --id Devolutions.RemoteDesktopManager
Aucune mise à niveau applicable trouvée.
Une version de package plus récente est disponible dans une source configurée, mais elle ne s’applique pas à votre système ou à la configuration requise.Hello,
Thank you for contacting us regarding this matter.
We will test this on our end and get back to you shortly.
Best regards,
Tommy Sanders
Just want to add:
2025.3.32.0 gets upgraded to 2026.1.12.0.
but 2026.1.11.0 don't seem to qualify for the upgrade.
Hello,
We are releasing versions more quickly since the latest 2 weeks because of the major release of 2026.1
RDM 2026.1.14.0 is available since yesterday.
Are you able to upgrade to this latest version properly?
Best regards,
Jeff Dagenais
RDM 2026.1.14.0 is not available yet on Winget repository.
Current latest is still 2026.1.12.0:
-edit- looks like the 2026.1.14.0 hasn't been submit at all:
https://github.com/microsoft/winget-pkgs/tree/master/manifests/d/Devolutions/RemoteDesktopManager
708a48d6-8fd0-4707-a525-cd0c24f6ff99.png
There can be a slight delay for versions to be available on winget as Microsoft needs to approve the update request. Version 2026.1.14 was approved a couple minutes ago and should be available soon.
https://github.com/microsoft/winget-pkgs/pull/349167
Sébastien Duquette
2026.1.14.0 is available now, but upgrade still doesn't work:

Uninstalled / reinstalled, same result:

09a46705-4f0a-4e33-a724-d4bb3812d0c6.png
ad0feaf7-c1c9-4f80-91d2-eec542c316e4.png
The winget output displays "A newer package version is available in a configured source, but it does not apply to your system or requirements". Could you run the command with --verbose-logs and share the output? According to this winget issue it should output the reason why the package does not apply and look something like this:
2024-03-26 19:15:53.600 [CLI ] Installer [X86,msi,User,en-US] not applicable: Installer scope does not match currently installed scope: User != Machine
Looking at this message makes me think, could RDM be installed in your user folder? The winget package is installed at the machine scope (Program Files folder), that would explain the issue.
Sébastien Duquette