In this tutorial, we look at fixing the Microsoft Store error - Try that again. Page could not be loaded. Please try again later.
The first three steps below should resolve this error for most people.
Video - How to Fix Microsoft Store - Try That Again
1: Check the Microsoft Store Install Service
Press the Windows Key + S and type in services.msc.
Find the Microsoft Store Install Service and double=click,
If Disabled, change it to Automatic, click Start and click OK.
2: Run the Windows Store Apps Troubleshooter
To get to the Troubleshooters, go to Settings > Updates & Security > Troubleshoot.
Click on Windows Store Apps and click on Run the troubleshooter.
If you've never used a troubleshooter before, they contain a list of known Windows 10 fixes. Here's a video tutorial on using troubleshooters:
3: Clear the Store Cache
One of the easier and complete fixes is to delete the Store cache. In this video, we walk you through the steps:
Press the Windows Key + R and type in WSReset.exe.
A blank Command Prompt window should appear for about 30 seconds and automatically load the Store.
If you receive the error message again, please try WSReset.exe a second time.
4: Reset the Store in Settings
Press the Windows Key + R and type in ms-settings:appsfeatures.
Click on Microsoft Store > Advanced Options > Reset.
5: Clear the LocalCache Folder
Press the Windows Key + R and type in %localappdata%.
Open Microsoft.WindowsStore_8wekyb3d8bbwe > LocalCache.
Press CTRL + A to delete all the files in the LocalCache folder.
6: Reinstall the Windows Store
At this point, if all else fails open PowerShell as admin and type in: Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"} and press Enter.