How to Fix Microsoft Store Error Code 0x80073CFB
Steps to Fix Microsoft Store Error Something Unexpected Happened Error Code 0x80073CFB
1) Run Windows Store Troubleshooter
2) Use My Library to download the game or app
3) Use Xbox App to download the game
4) Run Network troubleshooter
5) Turn off Use a proxy server for your LAN
inetcpl.cpl
4) Clear store cache Using wsreset command
Sign out and sign in again, make sure date and time is correct
5) Update Windows 10
6) Reset Store app
7) Restart Windows Update, Microsoft Store Install and background intelligence service
8) Run Powershell command to 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}
9) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
10) Run DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
11) Run inetcpl.cpl command
In Advanced Tab
Check Use TLS 1.0, 1.1, 1.2 and 1.3
12) Update Windows 10 using Media Creation Tool: https://www.microsoft.com/en-in/software-download/windows10