Add a Cumulative Update to an Offline Windows Image

Published JAN 16, 2026

Adding updates to an offline Windows Server image is useful in deployment scenarios, as it keeps the installation source image up to date. It may also be necessary in order to successfully perform operating system (OS) repairs with the dism or sfc commands. These commands require source files whose versions match those being repaired. Up-to-date source files are also required when adding roles or features that have been removed using the Uninstall-WindowsFeature command with the -Remove switch. Removing roles or features with this command reduces disk usage by deleting the corresponding source files from the side-by-side (WinSxS) store. Attempting to add one of the removed features typically results in error 0x800F081F, indicating that the source files could not be found. For more information, check our Knowledge Base Article: Add a Cumulative Update to an Offline Windows Image.

Related Articles