
Fix Microsoft Store Error 0x80073D26 When Installing Games or Apps on Windows 10
Steps to Fix Microsoft Store Error 0x80073D26, Unable to Install Games or Apps from Microsoft Store Error 0x80073D26
Step 1) Make sure the Date & Time is correct
Step 2) Sign out and Sign in again on Microsoft Store.
Step 3) Update Windows 10
Step 4) Update Store Apps
Step 5) Reset Windows 10 Update Components
net stop wuauserv
net stop bits
Delete everything you find in C:\Windows\SoftwareDistribution\DataStore and C:\Windows\SoftwareDistribution\Download
Also delete SoftwareDistribution.bak or SoftwareDistribution.old folder
Now Restart the same services
net start wuauserv
net start bits
Step 6) Run Windows Store apps troubleshooter
Step 7) Clear store cache Using wsreset command
Step 8) Reset Store app
Step 9) Clear the LocalCache Folder
Copy and paste %localappdata% in Run box and click OK.
Go to Packages/Microsoft.WindowsStore_8wekyb3d8bbwe/LocalCache folder.
Press the Ctrl + A hotkey to select all the content within the LocalCache folder and Delete it.
Step 10) Restart Microsoft Install service
Step 11) Re Register Store
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Step 12) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 13) Run SFC and DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 14) Run inetcpl.cpl command
In Advanced Tab
Tick Use TLS 1.2
Step 15) Update Windows 10 using Media Creation Tool