Does the Microsoft Store ever need to load items onto the screen? This is a well-known bug in Store where the spinning wheel keeps spinning and spinning until you hate it and terminate it manually. Fortunately, there are some simple solutions available to fix this problem.
The basic workaround that should be attempted is to close the loop instance of the Store and restart the system.
When the system comes back online, launch the store and try again.
This issue may be triggered due to ongoing Store update issues.
Step 1 –Download Wub_v1.7.
Step 2 – Unzip it to a location of your choice .
Go to the directory where youunzipped the zip file.
Step 3 –When you get there, double-click on “Wub_x64” or “Wub.exe” (depending on the OS type ).
Step 4 – Set Windows Update Blocker to "Enable Service" and click "Now application".
Close the open App Store application instance. Then, restart MS Store. It won't show up with the infinite loading screen. Fix 2 – Use the Store App TroubleshooterWindows has a Store App Troubleshooter that can help you resolve issues.Step 1 –Open the window directlySettings. Use the Win I key to do this.
Step 2 –Go to “System” settings.
Step 3 –Scroll down and open “Troubleshooter” to open it.
Step 4 –You must open the "Other Troubleshooters" list to find all Troubleshooters.
Step 5 –Next, find and open “Windows Store App”.
Step 6 –Then, click “Run” to start the troubleshooter.
Windows will identify the problem with the Store and try to fix it automatically. Fix 3 – Confirm Region and Time SettingsThe availability of MS Store and some other Microsoft services can be affected by the computer’s region and time settings. Incorrect locale settings may cause this problem.Step 1 –Open Settings. Next, press the Win I keys simultaneously.
Step 2 –Go to “Time and Language”.
Step 3 –In the right pane, you have to turn on the “Language and Region” setting.
Step 4 –Find the region settings. Set "Country" to the specific region where you live.
Windows will select the time zone based on the selected country or region. ExitSettings.
Check if this works. Fix 4 – Reset Store Cache Haven’t cleared the MS Store cache in a while? Resetting the storage cache should help you resolve the issue.Step 1 –This is the simplest of all the solutions on this page. All you have to do is press the Win key and type "wsreset".
Step 2 –Just click on “wsreset” in the context menu to reset the store cache.
This will reset the MS store in a few seconds. After that, launch MS Store and check if it loads infinitely. Fix 5 – Repair MS Store If the corrupt cache reset store utility doesn’t work, you can always try to repair or reset it.Step 1 –After pressing the Win key once, type “store” in the search tab.
Step 2 –Then, right-click on “Microsoft Store” and click on “Application Settings” on the context menu to Open the application settings in Settings.
Step 3 –Once you reach the App Store settings, scroll down to “Repair”.
Step 4 –Repair MS Store using the “Repair” option.
Go to the store and try to open it. Check if the game or application is loading.
#If the App Store is still showing signs of infinite loading, go back to Settings.
Step 5 –Now, click on “Reset” to reset the store.
Resetting the App Store will log you out of the app and fix the infinite loading screen issue.
Open the App Store, sign in with your Microsoft account, and wait at least a minute to see if it loads the app.
Use PowerShell code to reinstall the Microsoft Store.
Step 1 –Use the Win X keys simultaneously to open the “Power User” menu.
Step 2 –Then, click on “Terminal (Administrator)” to open it.
Step 3 –If PowerShell opens, then it’s okay. Otherwise, hold down the Shift key and click on the arrow icon to open "Windows PowerShell" to open the utility as an administrator.
Step 4 – Copy and paste it into the terminal and press Enter key.
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Restart the computer.
Related ArticlesThe above is the detailed content of How to Fix Microsoft Store Stuck on Loading Issue. For more information, please follow other related articles on the PHP Chinese website!