After Windows 10 upgrade some of the users are facing issues with Windows Store. Microsoft Windows Store does not connect and gives an error code 0x80072EE7 with error “the server has stumbled.” The search bar on the Windows store says no Internet available whereas other apps like web browsers connect to the internet without any problem.
It is observed that most of the time it is an issue related to Windows update or Microsoft update. Sometimes it could be an issue with the DNS or static DNS entries in the HOSTS file. For some users doing a repair install of Windows 10 or Windows Updates has fixed the issue, for some, it got fixed by registering Windows Store package and for some they got their issue fixed by simply deleting static IP entries for Windows updates and Microsoft updates from HOSTS file. Here in this article, we will see these methods in detail. I hope one of these methods works for you
Method 1: Run Tweaking’s “Windows Repair Tool”
Click Here to download the Windows Repair All In One Setup. Click on the downloaded file, and run the setup.
- On the User Account Control Prompt; choose YES
- Then click Next (4 times in a row) for the setup to begin. After it has installed click Next and Finish. Then choose Repair from the top menu.
- Choose Open Repair -> then choose Unselect All. Then choose option 17 – Repair Windows Updates. Start the Repair by clicking Start Repairs. Wait for the Repair to finish. (This should fix the issue you’re having)
Clicking on “Start Repairs”
Method 2: Repair Install Windows 10 with an In-Place Upgrade
Some users have reported that doing a repair install of Windows 10 with an In-place upgrade has solved their issue with the Windows store. With In-Place upgrade, you can do a repair install of Windows 10 from within Windows 10. You need a minimum of 8.87GB of free space and an installation media with the same or higher version. You need to be logged in to the computer as an administrator. Follow below steps to do the repair with In-Place Upgrade
- If you are using iso image as installation media, you will need to mount iso first, explore it and look for setup.exe.
If you have a CD, you can browse it and Run setup.exe to start Windows 10 Setup
- If UAC Prompt appears, click Yes
- Windows Setup will start preparing.
- On Next Screen, select “Download and install Updates” and click Next
- Windows 10 setup will start getting ready.
- Click Accept on License Terms
- Windows setup will then check and install available updates
- When done, click on install.
- select “Keep personal files and apps” and click Next
- setup will now start repair install of windows
- When done, click Next
- Use Express settings and complete the install and Sign into Windows 10.\
- Now check if this windows 10 repair has fixed problem with Windows Store
Method 3: Register WindowsStore package
One of the users has reported that registering the WindowsStore package has solved his issue with the Windows Store.
- Open Command Prompt as an Administrator
- Run below PowerShell command
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
- Once done, close command prompt and Restart the system
Open the windows store and check if your problem has solved.
Method 4: Delete static IP entries from the hosts file
Programs like, DNS accelerators, Web accelerators, DNS caching utilities can add static IP entries to hosts file for windows update or Microsoft update and this case failure of the Windows Update. To fix this you can
Download the easy fix from here
You can do the steps manually as given below.
- Go to C:\Windows\system32\drivers\etc
- Open HOSTS file with Notepad
- If the HOSTS file contains static IP address that is associated with Windows Update or Microsoft update, comment those entries by adding # at the beginning of the line. You can also delete those and save the changes to the HOSTS file.
Method 5: Changing DNS Configurations
Most network adapters are set to obtain DNS configurations automatically by default. Sometimes, they might not be able to correctly obtain these configurations due to which this error might be triggered. Therefore, in this step, we will be manually changing the DNS configurations. In order to do that:
- Press the “Windows” + “R” keys simultaneously and press “Enter“.
Opening Run Prompt - Type in “ncpa.cpl” and press “Enter”.
Typing in “ncpa.cpl” and pressing “Enter” - Double–click on the connection which you are using.
- Click on “Properties” and then double click on the “Internet Protocol Version 4 (TCP/IPv4)” option.
Double-clicking on the “IPv4” option - Check the “Use the Following DNS Server Addresses” option.
- Type in “8.8.8.8” in the “Preferred DNS Server” option and “8.8.4.4” in the “Alternate DNS Server” option.
Typing in the correct DNS server addresses manually. - Click on “OK” and close the window.
- Check to see if the issue persists.