0x800f081f: Windows Update source files are missing (component store corruption)
Likely causes
- Corruption in the Windows component store (WinSxS).
- A partly installed update left components in a broken state.
- Installing a feature (such as .NET Framework 3.5) with no reachable source.
How to fix it
- Open Command Prompt as administrator.
- Run
Dism.exe /Online /Cleanup-Image /RestoreHealthand let it finish. - Run
Sfc.exe /Scannow. - Restart the device and try the update again.
- If DISM can’t reach Windows Update (for example on a WSUS-managed device), it may need a repair source from matching Windows installation media. Ask your admin.
Checked against: learn.microsoft.com, learn.microsoft.com