Application modernisation

Sideloading

Sideloading is installing an MSIX application onto managed Windows devices directly from a trusted internal source, such as Microsoft Intune or a self-hosted App Installer update feed, rather than through the public Microsoft Store.

Why Sideloading matters in a Microsoft estate

Sideloading matters during Windows 11, Intune, Azure Virtual Desktop, and Cloud PC programmes because application blockers can delay the whole rollout. The practical question is whether the term helps capture, package, sign, deploy, or troubleshoot an app with less rework.

How Sideloading shows up in practice

It uses a code-signing certificate the target estate already trusts to establish the package's identity and authenticity, in place of store curation. This matters because MSIX enforces package identity and signature validation as a core part of the format, not as an optional security add-on. A device will not install an MSIX package at all unless it either comes through the Store or the signing certificate used to sign the package is explicitly trusted by that device, most commonly because the estate has deployed the organisation's own root or intermediate certificate to its managed devices through Intune configuration policy.

Sideloading is the standard, expected distribution path for two overlapping categories of application: internal line-of-business software that will never be published to a public store because it is specific to one organisation, and independent software vendor, or ISV, applications an enterprise customer needs distributed and updated under its own management control rather than through a public listing. For applications that need to stay current without manual reinstallation, an App Installer update feed lets a sideloaded MSIX package check a defined URL for newer versions and update itself automatically on a schedule the estate controls. This functions as a lightweight, self-hosted equivalent to the update mechanism the public Store provides for listed apps, without surrendering distribution control to a public marketplace.

The signing certificate is the actual trust anchor underpinning the entire sideloading model. Certificate lifecycle management, expiry monitoring, secure private key storage, and a controlled process for who is authorised to sign a package before it ships, are a genuine operational discipline in their own right, not an incidental detail. A certificate that unexpectedly expires or is compromised can block every sideloaded application across an estate simultaneously, or, worse, open a route for an untrusted package to appear trusted. This is why signing pipeline security deserves the same governance attention as the packaging process itself.

Glossary