How to Fix Fix Error 0x80070489 — Element Not Found (Update) on Windows
Getting error 0x80070489 during Windows Update? "Element not found" when installing updates or features? Component registration missing? Fix this update installation error.
📖
Main Troubleshooting Guide
How to Fix Windows Update Errors →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Windows Update fails with error 0x80070489
- •Feature update installation aborts with this code
- •Optional features fail to install
- •Cumulative update repeatedly fails with 0x80070489
- •Windows Update history shows this error for specific KBs
- •DISM operations fail referencing element not found
Common Causes
- ⚠Windows component store missing required manifests
- ⚠Previous update left orphaned component registrations
- ⚠System file corruption preventing component lookup
- ⚠Update package referencing removed or renamed component
- ⚠CBS (Component Based Servicing) store corruption
- ⚠Pending operations conflicting with new installation
Solutions
Solution 1: Repair Component Store
- 1CMD as Admin:
- 2DISM /Online /Cleanup-Image /CheckHealth
- 3DISM /Online /Cleanup-Image /ScanHealth
- 4DISM /Online /Cleanup-Image /RestoreHealth
- 5If RestoreHealth fails: specify a source:
- 6DISM /Online /Cleanup-Image /RestoreHealth /Source:C:\path\to\install.wim
- 7Mount a Windows ISO → use sources\install.wim
- 8sfc /scannow
- 9Restart PC → retry Windows Update
Solution 2: Clear Pending Operations
- 1CMD as Admin:
- 2DISM /Online /Cleanup-Image /RevertPendingActions
- 3Restart PC
- 4Then clear update cache:
- 5net stop wuauserv
- 6net stop bits
- 7del /f /q C:\Windows\SoftwareDistribution\Download\*
- 8net start wuauserv
- 9net start bits
- 10Retry the failing update
Solution 3: Manually Install the Failing Update
- 1Find the KB number of the failing update:
- 2Settings → Windows Update → Update history
- 3Note the KB number (e.g., KB5034441)
- 4Go to: catalog.update.microsoft.com
- 5Search for the KB number
- 6Download the correct version for your system (x64/ARM64)
- 7Double-click the .msu file to install manually
- 8If manual install also fails: the component store needs deeper repair
- 9Consider an in-place Windows repair install
FIXES THIS IN 5 MINUTES
Fix Fix Error 0x80070489 — Element Not Found (Update) Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11