Uploaded August 2026 | Updated September 2026, 2 weeks ago
How To Fix Microsoft Store Error Sorry About That Something Went Wrong And Microsoft Store Failed To Initialize On PC
Step 6) Run this Powershell command
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 7) Run these commands
ipconfig /flushdns
ipconfig /release
ipconfig /renew
netsh winsock reset
netsh int ip reset
Step 10) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 11) Update Store, Run DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 15) Update Windows to the latest version using media creation tool
microsoft.com/en-in/software-download/windows11
How To Fix Microsoft Store Error Sorry About That Something Went Wrong And Microsoft Store Failed To Initialize On PC
Step 6) Run this Powershell command
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 7) Run these commands
ipconfig /flushdns
ipconfig /release
ipconfig /renew
netsh winsock reset
netsh int ip reset
Step 10) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 11) Update Store, Run DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 15) Update Windows to the latest version using media creation tool
microsoft.com/en-in/software-download/windows11










