Skip to Content

[Solved] How to Fix Windows 10 Microsoft Store Update Error 0x80D03805

Windows 10 users encountered an update problem with error code 0x80D03805 during the installation of a system update the Windows Store via Windows Update. This problem symptom mostly happened in the Windows 10 computers after upgrading to the latest version if there is some issue with the Microsoft Store components. Execute the troubleshooting steps stated in this article to fix the error and download or update the Microsoft Store apps without any errors.

[Solved] How to Fix Windows 10 Microsoft Store Update Error 0x80D03805

[Solved] How to Fix Windows 10 Microsoft Store Update Error 0x80D03805


Content Summary

Solution 1: Sign out Account Profile
Solution 2: Check System Date, Time and Time zone is Correct
Solution 3: Run Windows Store Troubleshooter
Solution 4: Update Windows to the latest version
Solution 5 Reset the Windows Store cache via an elevated CMD
Solution 6: Resetting Windows Store via the Settings app
Solution 7 Restart Windows Update Service
Solution 8: Restart All Related Windows Service via an elevated CMD
Solution 9: Re-register DLLs used by Windows Store
Solution 10: Execute DISM scan
Solution 11: Execute SFC scan
Solution 12: Re-register the Windows Store App via PowerShell
Solution 13: Rename SoftwareDistribution folder
Solution 14: Refresh every OS component

Solution 1: Sign out Account Profile

Step 1: Click your profile picture at the top right > click your account > Sign out.

Step 2: Restart the computer.

Step 3: Sign in the Microsoft Store.

Solution 2: Check System Date, Time and Time zone is Correct

Step 1: Press Windows + R to open the Run dialog box.

Step 2: Type ms-settings:dateandtime and press Enter to open the Date & time tab of the Settings app.

Step 3: Click Change date and time button.

Step 4: Click Apply and Ok to save the date and time.

Step 5: Click on the Time Zone tab to check the Time Zone.

Solution 3: Run Windows Store Troubleshooter

Step 1: Press Windows + R to open the Run dialog box.

Step 2: Type ms-settings:troubleshoot and press Enter to open the Troubleshooting tab of the Settings app.

Step 3: Go to the Find and fix other problems section > Windows Store Apps > Run the troubleshooter button.

Step 4: Click on Apply this fix option.

Step 5: Restart the computer.

Solution 4: Update Windows to the latest version

Step 1: Press Windows + R to open the Run dialog box.

Step 2: Type ms-settings:windowsupdate and press Enter to open the Windows update tab of the Settings app.

Step 3: Click on Check for updates.

Step 4: Restart the computer.

Solution 5: Reset the Windows Store cache via an elevated CMD

Step 1: Press Windows + R to open the Run dialogue box.

Step 2: Type cmd and press Enter to open an elevated Command Prompt. If the UAC (User Account Control) prompt, click Yes to grant administrator access.

Step 3: Type wsreset.exe and press Enter to reset the Windows Store.

Step 4: Restart the computer.

Solution 6: Resetting Windows Store via the Settings app

Step 1: Press Windows + R to open the Run dialog box.

Step 2: Type ms-settings:appsfeatures and press Enter to open Apps & Features tab of the Settings app.

Step 3: Scroll down through the list to locate Microsoft Store entry then click on it.

Step 4: Click on the Advanced options hyperlink.

Step 5: Click on the Reset button to initiate the process of clearing the Windows Store cache.

Step 6: Restart the computer.

* If you receive an error:

Windows cannot find ‘ms-windows-store:PurgeCaches’. Make sure you typed the name correctly, and then try again

You will need to re-register the Windows Store app by running the following command in an elevated command prompt window: powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml

Solution 7: Restart Windows Update Service

Step 1: Press Windows + R to open the Run dialog box.

Step 2: Type service.msc and press Enter to open Services windows.

Step 3: Locate the Windows Update service. Right-click on it and select the Restart option.

Restart Windows Update service

Restart Windows Update service

Step 4: Restart the computer.

Solution 8: Restart All Related Windows Service via an elevated CMD

Step 1: Press Windows + R to open the Run dialog box.

Step 2: Type cmd and press Enter to open an elevated Command Prompt. If the UAC (User Account Control) prompt, click Yes to grant administrator access.

Step 3: Type the following command and press Enter for each command.
Net Stop bits
Net Stop wuauserv
Net Stop appidsvc
Net Stop cryptsvc
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
Net Start bits
Net Start wuauserv
Net Start appidsvc
Net Start cryptsvc

Step 4: Restart the computer.

Solution 9: Re-register DLLs(Dynamic Link Library) used by Windows Store

Step 1: Press Windows + R to open the Run dialog box.

Step 2: Type notepad and press Ctrl + Shift + Enter to open Notepad window with elevated access. If the UAC (User Account Control) prompt, click Yes to grant administrator access.

Step 3: Paste the following commands into Notepad:

regsvr32 c:\windows\system32\vbscript.dll /s
regsvr32 c:\windows\system32\mshtml.dll /s
regsvr32 c:\windows\system32\msjava.dll /s
regsvr32 c:\windows\system32\jscript.dll /s
regsvr32 c:\windows\system32\msxml.dll /s
regsvr32 c:\windows\system32\actxprxy.dll /s
regsvr32 c:\windows\system32\shdocvw.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups2.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
regsvr32 Softpub.dll /s
regsvr32 Mssip32.dll /s
regsvr32 Initpki.dll /s
regsvr32 softpub.dll /s
regsvr32 wintrust.dll /s
regsvr32 initpki.dll /s
regsvr32 dssenh.dll /s
regsvr32 rsaenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 sccbase.dll /s
regsvr32 slbcsp.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 Urlmon.dll /s
regsvr32 Shdocvw.dll /s
regsvr32 Msjava.dll /s
regsvr32 Actxprxy.dll /s
regsvr32 Oleaut32.dll /s
regsvr32 Mshtml.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 Browseui.dll /s
regsvr32 shell32.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
regsvr32 jscript.dll /s
regsvr32 atl.dll /s
regsvr32 Mssip32.dll /s

Step 4: Go to File > Save as. From the Save As menu, name the file and set the file name extension to .bat.

Step 5: Double-click on the BAT file and click Yes at the confirmation prompt.

Step 6: Restart the computer.

Solution 10: Execute DISM (Deployment Image Servicing and Management) scan

Step 1: Press Windows + R to open up a Run dialogue box.

Step 2: Type cmd then press Ctrl + Shift + Enter to open up an elevated CMD window. If User Account Control prompt, then click Yes to grant administrative privileges.

Step 3: Type DISM /Online /Cleanup-Image /ScanHealth inside the CMD prompt and press Enter to perform an advanced scan to check if the Windows 10 image has any problems.

Step 4: Type DISM /Online /Cleanup-Image /RestoreHealth inside the CMD prompt and press Enter to run an advanced scan and repair any problems automatically.

Step 5: Restart the computer after the scan finished.

Solution 11: Execute SFC (System File Checker) scan

Step 1: Press Windows + R to open up a Run dialogue box.

Step 2: Type cmd then press Ctrl + Shift + Enter to open up an elevated CMD window. If User Account Control prompt, then click Yes to grant administrative privileges.

Step 3: Type sfc /scannow inside the CMD prompt and press Enter to initiate the SFC scan.

Step 4: Restart the computer after the scan finished.

Solution 12: Re-register the Windows Store App via PowerShell

Step 1: Press Windows + R to open up a Run dialogue box.

Step 2: Type powershell then press Ctrl + Shift + Enter to open up an elevated Powershell window. If User Account Control prompt, then click Yes to grant administrator privileges.

Step 3: Type Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} inside the elevated Powershell window and press Enter to re-register the Windows Store component.

Step 4: Close the elevated Powershell window and restart the computer.

Solution 13: Rename SoftwareDistribution folder

Step 1: Press Windows + R to open the Run dialog box.

Step 2: Type cmd and press Enter to open an elevated Command Prompt. If the UAC (User Account Control) prompt, click Yes to grant administrator access.

Step 3: Type the following command and press Enter for each command.
taskkill /F /FI "SERVICES eq wuauserv" (do this multiple times)
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
rmdir C:\Windows\SoftwareDistribution\DataStore
rmdir C:\Windows\SoftwareDistribution\Download
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
SC config wuauserv start=auto
SC config bits start=auto
SC config cryptsvc start=auto
SC config trustedinstaller start=auto

Step 4: Restart the computer.

Solution 14: Refresh every OS component

    Ads Blocker Image Powered by Code Help Pro

    Your Support Matters...

    We run an independent site that\'s committed to delivering valuable content, but it comes with its challenges. Many of our readers use ad blockers, causing our advertising revenue to decline. Unlike some websites, we haven\'t implemented paywalls to restrict access. Your support can make a significant difference. If you find this website useful and choose to support us, it would greatly secure our future. We appreciate your help. If you\'re currently using an ad blocker, please consider disabling it for our site. Thank you for your understanding and support.