Skip to main content
TechnologyApr 30, 2026· 3 min read

Windows 11: Updates Now Weigh 5 GB Due to AI and Cumulative Packages

In 2024, a standard cumulative update for Windows 11 ranged from 200 MB to 500 MB, while the packages distributed in 2026 have now broken the 5 GB barrier in the Microsoft Update Catalog. Once extracted, these files can take up to 9 GB on the local disk, indicating that there might be a need to re-evaluate the scalability of the distribution model. This spike is not random but stems from a precise packaging strategy that combines the cumulative nature of updates with a massive injection of code dedicated to local artificial intelligence.

This novelty does not necessarily represent a major problem for the end user, as the file size listed in the Catalog almost never corresponds to the actual data downloaded on the home PC. Thanks to the Unified Update Platform (UUP) architecture and the logic of Express updates, Windows filters out unnecessary components by analyzing hardware and software configuration, ultimately downloading only the missing deltas and applicable components. In most real-world scenarios, the actual download settles between 1.5 GB and 2 GB, a figure significantly lower than the nominal 5 GB, but still double what it was just two years ago.

The Explosion of Cumulative Packages: 5 GB is the New Norm

The main driver of this growth is the native integration of technologies related to semantic search and on-device AI. Within the MSIX packages of the update, critical components such as PSTokenizer, advanced image search functions, and the Onyx runtime have been identified. These are heavy libraries necessary to run language and vision models directly on the user's NPU or GPU without relying on the cloud. At present, Microsoft includes these payloads in the main cumulative package to ensure that every compatible machine is ready to perform the new features, even if their actual activation remains selective.

While the consumer user is protected by UUP's dynamic filtering, IT administrators live a very different reality. In enterprise environments, tools like Windows Server Update Services (WSUS) or Configuration Manager must download the entire package from the catalog and then distribute it internally. The impact on storage infrastructures is brutal (annual storage requirements have jumped from 11 GB per architecture to over 52 GB, explains Windows Latest). This means that a single architecture (x64 or ARM64) now requires five times the space compared to the past, forcing companies to undertake much more aggressive server cleaning cycles to avoid saturating distribution volumes.

The real bad news for users is that this ecosystem of giant files could lead to side effects. A glaring example was the recent update KB5083769, which came under scrutiny for issues related to the Background Intelligent Transfer Service (BITS). Numerous users reported failures during download and installation, with the BITS service becoming unresponsive or timing out, effectively blocking the receipt of further patches. For the future, the most credible hypothesis is the separation of AI modules into optional packages or the adoption of a more efficient checkpoint updates system, capable of periodically resetting the growth of cumulatives.