Recently, I talked about issues with the KB5065426 update, but later I discovered that many were getting the 0x800f081f install error while downloading the update. I checked on another PC, and it was indeed there.
So, I sat down to troubleshoot it and got the 0x800f081f install error on Windows fixed within minutes. Here’s what worked for me, and the solutions that helped others!
How can I fix the 0x800f081f install error with KB5065426 Windows update?
1. Fix problems using Windows Update
When it comes to fixing issues in Windows, I rely on the built-in tools. And ever since Microsoft removed the troubleshooters, I have been using another trick, fixing issues via Windows’ “Recovery Settings“.
Don’t worry, this is not going to affect your personal files, installed apps, or configured settings. It just fixes corrupted Windows files.
Steps:
- Press Windows + I to open Settings, go to System, then select Recovery on the right.
- Now, click the Reinstall Now button next to Fix problems using Windows Update.

- Click Yes in the confirmation prompt to proceed.
- Wait until your PC downloads and installs a Windows repair version to fix the system files. It may take up to an hour.

- Then restart it, and check whether the 0x800f081f install error with the KB5065426 update is fixed.
2. Reset the Windows update components
For Windows update errors like 0x800f081f with KB5065426, a quick fix is to reset the Windows update components. It’s simple and effective; you just have to run a series of commands.
- Press Windows + R to open Search, type Command Prompt, and click on Run as administrator.
- Click Yes in the UAC prompt.
- Paste the following commands and hit Enter after each to stop services related to Windows updates:
net stop bitsnet stop wuauservnet stop appidsvcnet stop cryptsvc - Now, run this command:
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader*.*" - Next, run these two:
rmdir %systemroot%\SoftwareDistribution /S /Qrmdir %systemroot%\system32\catroot2 /S /Q - Run these commands to reset the BITS and Windows Update service:
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) - Run this command next to change the directory and enter the System32 folder:
cd /d %windir%\system32 - Execute these commands individually (paste one and hit Enter after it) to re-register the DLL files critical to Windows update:
regsvr32.exe /s atl.dllregsvr32.exe /s urlmon.dllregsvr32.exe /s mshtml.dllregsvr32.exe /s shdocvw.dllregsvr32.exe /s browseui.dllregsvr32.exe /s jscript.dllregsvr32.exe /s vbscript.dllregsvr32.exe /s scrrun.dllregsvr32.exe /s msxml.dllregsvr32.exe /s msxml3.dllregsvr32.exe /s msxml6.dllregsvr32.exe /s actxprxy.dllregsvr32.exe /s softpub.dllregsvr32.exe /s wintrust.dllregsvr32.exe /s dssenh.dllregsvr32.exe /s rsaenh.dllregsvr32.exe /s gpkcsp.dllregsvr32.exe /s sccbase.dllregsvr32.exe /s slbcsp.dllregsvr32.exe /s cryptdlg.dllregsvr32.exe /s oleaut32.dllregsvr32.exe /s ole32.dllregsvr32.exe /s shell32.dllregsvr32.exe /s initpki.dllregsvr32.exe /s wuapi.dllregsvr32.exe /s wuaueng.dllregsvr32.exe /s wuaueng1.dllregsvr32.exe /s wucltui.dllregsvr32.exe /s wups.dllregsvr32.exe /s wups2.dllregsvr32.exe /s wuweb.dllregsvr32.exe /s qmgr.dllregsvr32.exe /s qmgrprxy.dllregsvr32.exe /s wucltux.dllregsvr32.exe /s muweb.dllregsvr32.exe /s wuwebv.dll - Now, execute these two commands to reset the network setup:
netsh winsock reset proxynetsh winsock reset - Finally, run these commands to restart the services you stopped earlier:
net start bitsnet start wuauservnet start appidsvcnet start cryptsvc
- Once done, restart the computer and check for improvements.
3. Repair the corrupted system files
If the first two didn’t work, you should repair the corrupted system files using the DISM (Deployment Image Servicing and Management) tool and the SFC (System File Checker) scan. This will also fix other trivial issues with the PC, if the system files are indeed corrupted.
Steps:
- Press Windows + S to open Search, type Command Prompt, and click on Run as administrator.
- Click Yes in the UAC prompt.
- Paste the following commands and hit Enter after each:
DISM /Online /Cleanup-Image /CheckHealthDISM /Online /Cleanup-Image /ScanHealthDISM /Online /Cleanup-Image /RestoreHealth
- Now, run this command:
sfc /scannow
- Once done, restart the PC to apply the changes and check for improvements.
This also helped many with the 0x80073712 Windows update error.
4. Perform an in-place upgrade
Lastly, you can perform an in-place upgrade on Windows. It’s akin to reinstalling the OS, but is much simpler and doesn’t result in data loss. All you have to do is download the Windows 11 ISO from Microsoft’s official website and then use the setup for a repair upgrade.

That’s it! For me, the first solution fixed the 0x800f081f install error with Windows update KB5065426. So far, I haven’t been able to find the underlying cause, but it was most likely the system files.
Try out all the solutions and let me know which one worked for you in the comments section.

With over five years of experience in the tech industry, Kazim excels at simplifying complex topics, making them accessible to tech enthusiasts and general readers alike. He has contributed to several renowned publications worldwide, including WindowsReport and Allthings.how, bringing insightful coverage of key developments in the field.
Kazim has extensively covered the Windows ecosystem, from the early days of Windows 7 to Windows 11. Unlike many in the field, he’s optimistic about Windows 11, calling it the most user-oriented iteration to date.
When he’s not writing, you’ll find Kazim planning weekend getaways or diving into tech verticals beyond his expertise.





