Blog / Patch management

Patch management

Third-party patching for MSPs: why it is harder than Windows Update

Patch management By the Helios team · 21 July 2026 · 6 min read

Windows Update is the part of patching everyone can see. It has a schedule, a dashboard and a reboot prompt. The software that actually gets exploited, browsers, PDF readers, conferencing tools, updates on its own terms, in the background, one machine at a time. Covering that at scale is where most MSP patch strategies quietly come apart.

The gap nobody reports on

Look at where real intrusions start and you keep landing on the same short list: a browser a few versions behind, an unpatched PDF reader, an old build of a remote-access or conferencing tool. None of those are Windows. All of them sit outside Windows Update, and none of them show up on the patch report an MSP is most likely to be watching.

That is the uncomfortable part. A fleet can read as 98% patched on the Windows side and still be carrying the exact software a phishing payload is built to exploit. The number looks healthy because it is measuring the easy 20% of the problem.

Why third-party is structurally harder

Windows Update is one channel, run by one vendor, on a predictable cadence. Third-party software is the opposite of all three of those things:

This is why "we patch monthly" almost always means "we patch Windows monthly." The third-party side needs a different mechanism, and for a while there was not a good one that worked without an agent per application.

winget helped, but it has sharp edges

The Windows Package Manager, winget, changed the picture. It can enumerate installed apps that have an update available and install them silently, from a curated source, without a per-app tool:

winget upgrade --source winget --accept-source-agreements
winget install --id Google.Chrome --exact --silent \
  --accept-package-agreements --accept-source-agreements

For a technician at a keyboard, that is close to magic. For an MSP trying to run it unattended across hundreds of machines, it comes with edges worth knowing before you trust it:

The one that bites everyone: a tool that shells out to winget from a system service, catches the "not found" error and quietly returns an empty list, will report "no third-party updates" on every device forever. It looks like a clean estate. It is a silent blind spot. Always be suspicious of a patching feature that has never once found anything to do.

What real coverage requires

Getting third-party patching right is less about the install command and more about everything around it. A dependable setup:

  1. Runs in the right context, resolving the real tool path rather than assuming a user's environment.
  2. Never trusts a silent empty result. "Found nothing" and "could not look" must be different outcomes, and the second one should be loud.
  3. Handles reboots and benign exit codes as the successes they are, not failures.
  4. Reports per package, so a batch where one app fails does not hide behind a green tick.
  5. Keeps an inventory of what is installed against what is current, so the gap is visible before it is exploited, not after.

Do those five things and third-party patching stops being a box that is ticked and starts being a control you can actually stand behind in a security review.

Where this fits with Helios

We built third-party patching into the Helios agent for exactly the reasons above: the browsers and readers are the real attack surface, and covering them should not need a separate product per application. It runs from the same lightweight agent that already reports inventory, patches, antivirus state and backups, so the third-party view sits next to Windows Update rather than in a tool of its own. And yes, we learned the LocalSystem lesson the hard way, which is partly why this article exists.

See your real patch posture, third-party included

Helios is an AI-native platform for MSPs: monitoring, patching, security and service desk in one place, with a 14-day trial and no feature gating.

Start free