How to Fix Microsoft Store Error Code 0xC0020036 On Windows 10
Fix Microsoft Store Error Something Unexpected Happened Error Code 0xC0020036, Unable to download or Install Apps/Games from Microsoft Store Error Code 0xC0020036
1) Make sure date and time/Zone is correct, Sign out and Sign in again on Microsoft Store.
2) Run Windows Store Troubleshooter
3) Clear store cache Using wsreset command
4) Update Windows 10
5) Reset Store app
6) Run Powershell command
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}
7) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
8) Run DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
9) Run inetcpl.cpl command
In Advanced Tab
Tick Use TLS 1.2
10) Update Windows 10 using Media Creation Tool:https://www.microsoft.com/en-in/software-download/windows10