Category filter

Patch Rollback and Failed-Update Remediation in Hexnode UEM

TL;DR

Rollback support in Hexnode UEM depends on the update type, because it depends on what the underlying platform allows. Third-party application patches are rolled back by deploying the previous validated version from the patch catalog. Windows quality updates that support uninstall can be removed from the device. Some update types—such as Windows feature updates past their rollback window, macOS OS updates, and servicing-stack updates— cannot be reversed once installed, and Hexnode flags reversibility before deployment rather than after failure. This page is the reference for what can be rolled back, the exact procedure, what happens to devices mid-install, and structured remediation for failed or stuck updates.

This page covers reversal and remediation. For preventing bad patches from reaching the fleet in the first place, see Maintenance windows and patch scheduling; for where patch binaries come from, see The Hexnode patch catalog.

Rollback support by update type

Reversibility is a property of the platform’s update mechanism, not of Hexnode — no management tool can uninstall an update the operating system provides no removal path for. Here is the honest support matrix:

Update type Rollback support Mechanism
Third-party application patch (Windows/macOS) Supported Deploy the previous validated version from the patch catalog; the older package is installed over the newer one.
Windows quality update (cumulative/security, KB-uninstallable) Supported with limits Uninstall of the KB from the device. Not all KBs are uninstallable; permanence is a Microsoft property of specific packages.
Windows feature update (version upgrade) Time-limited Reversible only within the OS rollback window while previous-version files are retained.
Servicing stack updates (SSU) Not reversible Microsoft ships SSUs as permanent; no uninstallation path exists on the platform.
macOS OS updates Not reversible macOS provides no supported OS update uninstall; recovery is reinstall/restore. App patches on macOS follow the application row above.

Rollback procedure

Rolling back a third-party application patch:

  1. Identify the failed version and the last known-good version in the patch/app views. (Previous validated versions remain available in the catalog)
  2. Target the known-good version at the affected devices — the same scoping mechanisms as any deployment (device groups, policies), so a rollback can be scoped to exactly the devices that took the bad version.
  3. Deploy the rollback. The agent stages and installs the prior version through the same validated pipeline as any patch (see Patch delivery architecture) — a rollback binary is hash-verified like a forward deployment.
  4. Verify in Action History that the reinstall succeeded, and confirm the version in device inventory after next check-in.

Rolling back a Windows quality update:

  1. From the affected device (or device group), initiate the update uninstallation.
  2. Schedule the accompanying restart — most KB uninstalls require one; use the maintenance window unless urgency overrides it.
  3. After restart and check-in, the next patch scan re-evaluates the device: the uninstalled update reappears as applicable (or its superseding successor does).
  4. Block reinstallation while the problem is investigated: exclude the KB from automation/approval so that the auto-patch cycle doesn’t immediately redeploy what you just removed.

Step 4 is the step teams forget: rollback without a reinstall block is a loop, not a fix.

What happens to devices mid-install

A rollback or deployment pause issued while a wave is in flight lands on devices in different states:

  • Not yet started: The device never receives the deployment — cancelled cleanly.
  • Actively installing: The in-progress installation completes — interrupting a package mid-write risks a corrupted state worse than the bad patch. The device then appears in the rolled-back cohort and receives the reversal action afterward.
  • Installed, pending restart: The pending restart is not cancelled. Once the device boots back up and checks in, Hexnode automatically initiates the rollback sequence to remove the update.

App patches vs. OS patches: why uninstall behaves differently

The asymmetry admins must plan around:

  • Application patches are version-replacements. “Rollback” means installing the previous version — a forward-looking deploy of an older artifact. It’s clean because the whole application is the unit; nothing of the newer version lingers (exceptions: apps whose installers refuse downgrades, or that migrate data schemas irreversibly on first launch — the two cases where even app rollback needs testing, worth stating honestly).
  • OS patches are deltas into a shared system. Uninstalling a KB removes that package’s changes but the OS retains state created while it was installed; and cumulative updates mean the “previous state” is the previous cumulative, not a pristine baseline. This is why OS rollback is a remediation tool, not an undo button — and why staged rollout (rings, pilot groups) is the primary safety mechanism, with rollback as the backstop.

Structured remediation for failed or stuck updates

Work the list in order; each step is cheaper than the next.

  1. Failed with an error code:

    Check Action History for the failure detail. Installer exit codes are platform-truthful: disk space, missing dependency, conflicting process. Fix the stated cause and redeploy — most “failed patches” are environmental, not patch defects.

  2. Stuck in downloading/pending:

    Confirm the device is online and checking in (last check-in time). For DAFS sites, confirm the site’s DAFS server is reachable — a down distribution server presents as fleet-of-stuck-downloads at one site (see Patch delivery architecture). Force a sync from the UEM app on the local device.

  3. Stuck installing for an abnormal duration:

    Do not power-cycle managed devices mid-install as a first resort. Check whether the installer is waiting on something silent — a prompt suppressed in quiet mode, a locked file, a pending prior restart. A pending-restart backlog is the most common cause of “hung” installs: clear the restart, rescan, redeploy.

  4. Installed but the device still reports the old version / still non-compliant:

    Scan for staleness first — rescan and re-check. Then verify the patch actually targets the installed product variant (architecture, edition, install path). Then check for a supersedence mismatch.

  5. Failing repeatedly across many devices:

    Stop the wave (pause the deployment/automation) before diagnosing — a patch failing at scale is exactly what pause exists for. Diagnose on one held-out device, and if the patch itself is defective, roll back the devices that took it and report the title to Hexnode support so the catalog team can re-validate the package.

Frequently Asked Questions

Can Hexnode roll back a failed patch on Windows?

Yes, within platform limits: uninstallable quality updates can be removed, and application patches are rolled back by deploying the previous catalog version. Feature updates are reversible only inside the OS rollback window, and some update types (SSUs, macOS OS updates) are not reversible on any platform.

How do I know before deploying whether a patch can be rolled back?

If the update appears under Settings > Windows Update > Update history > Uninstall updates on a local device, it supports uninstallation and can be rolled back.

Does rolling back stop the patch from reinstalling automatically?

Not by itself — exclude the patch from automation/approval as part of the rollback, or the next evaluation cycle redeploys it.

What happens to devices that were mid-install when I rolled back?

In-flight installs complete (interrupting mid-write risks corruption); those devices then receive the rollback action. Devices that hadn’t started are cancelled cleanly.

A patch bricked a device and it won't check in — can Hexnode fix it?

No management tool can remediate a device that can’t boot to its agent. That scenario is device recovery (OS recovery/reimage), and it’s the reason staged rollout exists: pilot rings are sized so this failure mode is caught on few devices, not the fleet.

Patches and Updates