The error code is a common Windows Update failure that typically occurs when the operating system attempts to install a cumulative update, a .NET Framework package, or a specific system component. This error indicates that the Windows Update service encountered an unexpected interruption or corruption within the update pipeline, preventing the installation from completing.
Windows includes a built-in troubleshooter that can automatically detect and repair issues with the update service.
: If the local Component Store (WinSxS) is damaged, Windows cannot properly stage the new feature files.
| Problem Source | Best Fix | | :--- | :--- | | | Run Windows Update Troubleshooter or reset IE settings | | Corrupted OS | Run DISM /Online /Cleanup-Image /RestoreHealth and sfc /scannow | | Stuck Update Cache | Reset the SoftwareDistribution folder | | .NET 3.5 Won't Install | Offline install via DISM using Windows ISO | | Corporate Policy (WSUS) | Modify Group Policy to download from Microsoft directly | | General Windows Corruption | Run an In-Place Upgrade using the Media Creation Tool | 0x800f0952 install
dism /online /enable-feature /featurename:NetFx3 /all /source:D:\sources\sxs /limitaccess
Corruption in the update cache can prevent new features from installing correctly. Command Prompt as Administrator.
If you are on a corporate network, your computer might be looking at a local update server (WSUS) that lacks the optional feature files. You can force Windows to go directly to Microsoft servers. Press Windows Key + R , type gpedit.msc , and press . The error code is a common Windows Update
Resetting the update cache clears out corrupted files that trigger installation blocks. Open .
Corrupt files are a primary cause of this error. You must run these two scans in the correct order.
If your PC is managed by an organization, it might be restricted from downloading features directly from Microsoft. You can temporarily bypass this via the Registry: Press , type regedit , and hit Enter. : If the local Component Store (WinSxS) is
Before diving into manual fixes, let Windows try to heal itself. Settings > System > Troubleshoot > Other troubleshooters Windows Update Follow the Windows Update Troubleshooter prompts and restart your device once finished. 2. Repair System Files (SFC and DISM)
Ensure the toggle for is turned On temporarily to see if it bypasses the block.
Think of these commands as a doctor diagnosing and repairing your computer's "immune system" and "bones." DISM repairs the system image that Windows uses to install updates, and SFC scans and fixes the integrity of all protected operating system files.