Fix Microsoft Store Error 0x80072EFD
Steps to Fix Microsoft Store Error 0x80072EFD
Step 1) Make sure the Date & Time is correct
Step 2) Update Windows 10
Step 3) Turn Off Proxy Server
inetcpl.cpl
Step 4) Enable TLS
Step 5) Disable Antivirus and firewall temporarily.
Step 6) Run these commands.
Ipconfig/flushdns
Ipconfig/release
Ipconfig/renew
netsh winsock reset
netsh int ip reset
Step 7) Run Update & Store Troubleshooter
Step 8) Restart Windows update, Microsoft Install service and background intelligent services.
Step 9) Clear store cache Using wsreset command
Step 10) Reset Store app
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) Update Windows 10 using Media Creation Tool: https://www.microsoft.com/en-in/software-download/windows10