As it is windows 11 you can try the recovery option in settings.
Settings > System > Recovery > Fix problems using windows update, select Reinstall now. Once completed check the update again.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
2026-02 Security Update (KB5077181) (26200.7840) Failed to install on 3/03/2026 - 0x800f0983
How to fix?
As it is windows 11 you can try the recovery option in settings.
Settings > System > Recovery > Fix problems using windows update, select Reinstall now. Once completed check the update again.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Hi, I'm Bernard, a fellow Windows user. I'm happy to help!
This issue occurred due to a miscalibration on the Windows update. For us to sort out the problem, kindly follow the steps below:
Reset Windows update components:
Open Terminal (Admin) or Windows PowerShell with Admin(Press Windows key + X, then click Terminal (Admin))
Copy each line of command, then press Enter (one line at a time)
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
-Once done, restart the device and check.
If none of the above solutions work, I suggest doing an in-place upgrade, which updates the device to the latest version and fixes all issues without deleting any files.
Kindly follow the steps from this link:
AI answer
Error 0x800f0983 is a generic Windows Update installation failure. For KB5077181 on Windows 11, use the following steps to work around it using only supported methods from the update documentation and general Windows Update repair guidance in the context.
cmd. dism /online /cleanup-image /startcomponentcleanup
https://www.catalog.update.microsoft.com/Search.aspx?q=KB5077181.C:\packages. DISM /Online /Add-Package /PackagePath:C:\packages\Windows11.0-KB5077181-x64.msu
or from elevated PowerShell:
Add-WindowsPackage -Online -PackagePath "C:\packages\Windows11.0-KB5077181-x64.msu"
windows11.0-kb5043080-x64_953449672073f8fb99badb4cc6d5d7849b9c83e8.msuwindows11.0-kb5077181-x64_33d38563662e659ceb84fb8b65aa05ce5876f5a4.msu DISM /online /get-packages
DISM /online /Remove-Package /PackageName:Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.7840.1.0
(Package name here is an example; use the one shown on the system.)wusa.exe /uninstall on the combined package will not work.dism /online /cleanup-image /startcomponentcleanup command, restart, and then rely on the manual Catalog installation (Method A). If the error continues, advanced troubleshooting (logs analysis, in‑place repair install) would be required beyond what is covered in the provided context.References: