Keeping Windows up to date will ensure that you’ve got the latest and greatest version of the OS, but keeping track of all the updates can be difficult. With Windows 11, Microsoft delivers monthly cumulative updates with security and stability improvements, and we get feature updates like version 24H2 once a year. Some new features are also released with Moment updates, like the more recent Moment 5.
In order to simplify the update tracking process, this article will serve as the central repository of knowledge base (KB) articles and download links for all updates related to Windows 11.
Microsoft occasionally pulls some older updates from their update servers, so some links might not be available.
Related
Windows 11 2024 Update: What’s new and why it’s not Windows 12
The Windows 11 2024 Update will bring a ton of changes to the operating system, including better support for Arm devices.
Glossary
Windows updates are compressed in a special archive file format called Microsoft Cabinet (CAB) that supports embedded digital certificates used for maintaining archive integrity. When published via the Microsoft Update Catalog, Microsoft often wraps them into the MSU (Microsoft Update) format.
The primary focus of this index is Cumulative Updates (CU), also known as Monthly Rollups, which include both security and reliability updates that are packaged together. Since they’re cumulative in nature, the latest rollup package can update the target Windows version to the most recent build, regardless of what the previous build number was.
In some cases, you might need to apply a Servicing Stack Update (SSU) before installing the next CU. The servicing stack is the code that installs other operating system updates, which is why Microsoft usually bundles them with CUs before publishing a standalone MSU package. Power users or system admins may still prefer to deal with the CAB variant for ease of deployment. Microsoft also provides CUs for the .NET Framework portion of the Windows OS, but these updates are delivered separately. The Windows Feature Experience Pack is yet another type of update that delivers new feature improvements to customers outside of major Windows feature updates.
For a clear idea about Windows update terminology, see the article about the types of Windows updates. Keep in mind that build upgrades (such as Windows 11 version 24H2) are much more complex. Microsoft handles these upgrade paths using the Unified Update Platform (UUP).
Below, we have indices for all the updates released for different versions of Windows 11. The indices are sorted in chronological order. Since updates are being pushed from different development pipelines, a higher KB/build number is not always the ideal indicator of the latest build. For Windows 11 versions 22H2 and 23H2, you’ll find two or more builds pointing toward the same KB article. This is because these two releases share the same codebase, only version 23H2 has some extra features enabled.
Windows 11 version 24H2 (Build 26100) updates
Windows 11 version 24H2 is the major feature udpate for 2024, and it’s currently only available on PCs shipping with the Qualcomm Snapdragon X series of processors. Other PCs will be getting the update later in the year, but in the meantime, if you have a Copilot+ PC, you’re already getting some updates.
Cumulative updates for the Stable and Release Preview channels
Cumulative updates .NET Framework 3.5 and 4.8.1 for Windows 11 version 24H2
The .NET Framework gets updates separately for each version of Windows 11. Here are the updates for Windows 11 version 24H2:
Windows 11 version 22H2 and 23H2 (Build number 22621 and 22631) updates
Both the 23H2 and 22H2 builds share the same foundation, hence the updates are interchangeable for these two releases. If you’re hoping to install the Windows 11 23H2 update on your PC but aren’t seeing it in Windows Update, you can manually grab it. We have the full details in a separate post, but the enablement package can only be installed on 22621.2355 or above. In case you’re on the original Windows 11 release aka 21H2, you must upgrade to Windows 11 22H2 first.
Related
Windows 11 2024 Update: What’s new and why it’s not Windows 12
The Windows 11 2024 Update will bring a ton of changes to the operating system, including better support for Arm devices.
Cumulative updates for the Stable and Release Preview Channels
We’ve preserved links for the previous cumulative updates below.
Cumulative updates for the Beta Channel
As of October 10, Microsoft has merged the Windows 11 Beta channel builds and no longer has a build number split. Everyone in the Beta Channel will now be on the same build, and the company will roll out features via Controlled Feature Rollout. Basically, everyone will be on Build 22635, and you’ll see the build number increase incrementally each week.
The 22635 enablement package is labeled as KB5031483 and it can only be installed on 226xx.2419 or above.
We’ve preserved links for the older beta channel cumulative updates below.
Similarly, we’ve preserved links for the legacy beta enablement packages below.
While it’s possible to manually install a beta channel update on a stable channel build (or vice versa), it is not recommended due to a plethora of reasons. For instance, Windows Update might stop offering regular monthly updates in that scenario, or DISM can’t service the image at all. If you’ve already done so and can’t install subsequent updates, perform an in-place upgrade using the latest stable channel Windows ISO (either downloaded from Microsoft or created using UUP dump) to resolve the version mismatch.
Windows configuration update
Starting from May 2023’s optional update with Moment 3 features, Microsoft has decoupled a handful of new functionalities and enhancements from the CU. Instead, they are now being delivered in the form of “Windows configuration update” only if you have the Get the latest updates as soon as they’re available toggle under Start > Settings > Windows Update turned on. Configuration updates aren’t available for manual download.
Cumulative updates for .NET Framework 3.5 and 4.8.1
Links for the previous .NET Framework 3.5 and 4.8.1 cumulative updates are preserved as well.
Windows 11 version 21H2 (original release, build 22000) updates
Cumulative updates for the Stable and Release Preview Channels
Links for the previous cumulative updates are preserved as well.
Cumulative updates for .NET Framework 3.5, 4.8, and 4.8.1 for Windows 11 version 21H2
Links for the previous .NET Framework 3.5 and 4.8 cumulative updates are preserved as well.
Cumulative updates for .NET Framework 3.5 and 4.8.1
Links for the previous .NET Framework 3.5 and 4.8.1 cumulative updates, which are offered separately from the 4.8 branch, are preserved below.
Standalone .NET Framework 4.8.1 installer
Since August 2022, a standalone .NET Framework 4.8.1 update is available for Windows 11 21H2 as well as Windows 10. In June 2023, Microsoft updated the base installer.
How to install the Windows 11 cumulative updates
CAB packages
To install a CAB update package, you must use a built-in system utility called Deployment Image Servicing and Management (DISM). The command-line syntax should be as follows:
dism /online /add-package /packagepath:<path_to_cabfile>
CAB and PSF packages
Since Windows 10 Insider Preview Build 21382, Microsoft has made a significant change in the Latest Cumulative Update (LCU) format. As a result, the end user can’t use the CAB file directly. To perform the installation using the built-in update module, the corresponding Patch Storage Files (PSF) package must be present. This is why you can find PSF files corresponding to each LCU in the Windows 11 UUP Dump. In the case of an online installation, Windows Update only downloads and generates missing PSFX (PSF Express) payloads, while the CAB package only contains the manifests.
However, DISM alone can’t handle the PSF packages, which means we need to somehow combine the PSF and CAB files manually before trying to install them offline. Fortunately, there exists an open-source tool named PSFX Repack for this job.
1. Extract the archive of the PSFX Repack tool to a folder with a short path (like “D:\PSFX_Repack\”).
2. Download both CAB and PSF files corresponding to the target LCU from the UUP dump listing and move them to the aforementioned folder. Refer to the above index to note the appropriate KB number before downloading. If needed, the relevant SSU should also be present in the UUP dump listing in the form of CAB and MSU. Grab your preferred variant.
3. Run psfx2cab_CLI.cmd to generate the combined CAB file.
4. Install the SSU first, then use DISM to install the resultant LCU CAB file.
5. Reboot, and you’re good to go.
The developer of the PSFX Repack tool also offers a much more advanced utility named “Windows NT 10.0 Updates Installer” that can service both online and offline Windows images. It is compatible with Windows 10 and 11, as well as their Server counterparts. Even if you don’t want to perform any kind of slipstreaming, you can use the tool to install PSF and CAB files on a live Windows instance without extracting and combining the packages first.
1.Download the latest version of Windows NT 10.0 Updates Installer and extract the archive to a folder with a short path (like “D:\W10UI\”).
2. Download both CAB and PSF files corresponding to the target LCU from the UUP dump listing and move them to the aforementioned folder. Refer to the above index to note down the appropriate KB number before downloading.
3. Download the relevant SSU from the listing and move it to the same folder mentioned in the previous steps. The tool can handle both MSU and CAB formats, so grab any one of the two, but not both.
4. Run W10UI.cmd as administrator, then press “0” (numeric zero) to start the process. The tool is intelligent enough to detect and install the SSU first, then process the CAB and PSF packages.
You can install cumulative updates for .NET Framework using this tool as well. Just place the MSU/CAB in the same folder, and it will recognize it.
5. If everything goes right, it will ask you to reboot.
MSU packages
The MSU variant, on the other hand, is somewhat standalone in nature due to the fact that one can simply double-click on it to install the package. Note that DISM can also install MSU files.
After the installation finishes, you will be prompted to restart the PC for the changes to take effect.
How to check your installed apps
The Settings app in Windows 11 can view the list of updates installed on your PC. Here’s how to access it:
1. Open Settings and navigate to the Windows Update section in the left pane.
2. Click/tap on Update history.
If the command line is your thing, then you can opt for DISM or Windows Management Instrumentation (WMIC) as well. You need to execute the command from an elevated instance of Windows Terminal. Using DISM:
dism /online /get-packages /format:table | findstr "Package_for"
Using WMIC:
wmic qfe
We’ll be updating this guide with links to newer Windows builds, so check back again whenever you need information about the latest builds.
#Windows #update #tracker #Download #install #latest #update
source: https://www.xda-developers.com/windows-11-update-tracker/


