How To Fix Microsoft Store Not Connecting to Internet
How To Fix Microsoft Store Not Connecting to Internet
Support me: https://ko-fi.com/speedytutorials
In this tutorial, I’ll show you how to fix the issue where the Microsoft Store (or other app stores) won't connect to the internet. Follow these steps to troubleshoot and restore connectivity.
wsreset.exe
Get-AppxPackage -allusers WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppxPackage | ForEach-Object {
$manifest = "$($_.InstallLocation)\AppXManifest.xml"
if (Test-Path $manifest) {
Add-AppxPackage -DisableDevelopmentMode -Register $manifest -ErrorAction SilentlyContinue
}
}
Issues addressed in this tutorial:
Microsoft Store not connecting to the internet
Fixing store connection errors
Store stuck on "Check your connection"
Resolving network issues affecting app stores
This works on Windows 11, Windows 10 and works on PC, Desktop & Laptop.