Fix Update KB5064081 Not Installing Error Code 0x80070306/0x800f081f/0x800f0983 Windows 11
How To Windows 11 Update KB5064081 Error Codes 0x80070306/0x800f081f/0x800f0983
Fix Update KB5064081 Not Installing Error Code 0x80070306/0x800f081f/0x800f0983 Windows 11
Step 1) Retry update, restart PC and try again
Step 2) Pause and restart the update
Step 3) Start/Restart App Readiness, Windows Update & Background intelligent transfer service
Step 4) Run SFC & DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 5) Use Microsoft Update Catalog
https://www.catalog.update.microsoft.com/Home.aspx
Step 6) Use option “Fix Problems Using Windows Update”
Step 7) Reset Windows Update Components
SC config trustedinstaller start=auto
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren %Systemroot%\SoftwareDistribution SoftwareDistribution.old
Ren %Systemroot%\System32\catroot2 catroot2.old
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
rundll32.exe pnpclean.dll,RunDLL_PnpClean /DRIVERS /MAXCLEAN
dism /Online /Cleanup-image /ScanHealth
dism /Online /Cleanup-image /CheckHealth
dism /Online /Cleanup-image /RestoreHealth
dism /Online /Cleanup-image /StartComponentCleanup
Sfc /ScanNow
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc
Name it Wufix.bat
Right-click on the Wufix file and click Run as administrator
Restart your PC
Step 8) Use Media Creation Tool
https://www.microsoft.com/en-us/software-download/windows11