Hello,
See if this fix helps you:
https://www.kapilarya.com/try-again-later-something-happened-on-our-end-store-app-windows-10
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I download any app or game it starting download then acquiring license then error and error massage show (something happen in our end) in windows 10 and app is not download how to solve😥😥😥!
Hello,
See if this fix helps you:
https://www.kapilarya.com/try-again-later-something-happened-on-our-end-store-app-windows-10
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.
Hello,
It is recommended to open Settings, Time and Language, Language, and make sure that the displayed "Region", "Apps and Websites", etc. are the current actual location.
Then check if there is a system update and try again after the update.
If it still doesn't work, it is recommended to install KB5015020,
Then refer to the following link to restore the hosts file(translate it to English):
Then right-click the Start menu → "Windows PowerShell (Administrator)" → enter:
(Windows Terminal (Administrator) may be displayed in WIndows11)
netsh winsock reset
(Press Enter)
netsh int ip reset
(Press Enter)
ipconfig /release
(Press Enter)
ipconfig /renew
(Press Enter)
ipconfig /flushdns
(Press Enter)
ipconfig /registerdns
(Press Enter)
inetcpl.cpl
(Press Enter) (Open Internet Properties interface)
ncpa.cpl
(Press Enter) (Open Network Connection Panel)
Click "Advanced" in "Internet Properties Interface",
Click "Restore Advanced Settings", and then click "Reset" (There is no "Reset" button in Windows 11, please ignore this step).
Then find in the above selection box: Use TLS1.0→→Use TLS1.1→→Use TLS1.2→→Use TLS1.3 (experimental), check these 4 and click OK.
In the "Network Connection Panel", right-click the network adapter that needs to be set → "Properties",
In the "Network" properties window, double-click "Internet Protocol Version 4 (TCP / IPv4)".
Select "Obtain an IP address automatically",
Select "Obtain DNS server address automatically",
Click "OK".
After completing the above solution, restart the device.
After restarting the computer, right-click the Start menu → "Windows Powershell (Administrator)" → Enter:
(Windows Terminal (Administrator) may be displayed in WIndows11)
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
If the Answer is helpful, please click "Accept Answer" and upvote it.