How to fix microsoft Store error massage- something happen in our end

Swarit patel(Microsoft) 0 Reputation points
2024-06-07T17:21:58.0266667+00:00

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😥😥😥!

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,365 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,197 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,464 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Kapil Arya 7,946 Reputation points MVP
    2024-06-08T13:19:11.6166667+00:00

    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.

    0 comments No comments

  2. Karlie Weng 16,431 Reputation points Microsoft Vendor
    2024-06-12T00:47:06.4466667+00:00

    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,

    https://answers.microsoft.com/zh-hans/windows/forum/all/2022%E5%B9%B45%E6%9C%8819%E6%97%A5%E8%A7%A3/6eba2fcb-5c5e-4d19-ba7e-366a63ffa77b

    Then refer to the following link to restore the hosts file(translate it to English):

    https://answers.microsoft.com/zh-hans/windows/forum/all/hosts%e6%96%87%e4%bb%b6%e4%b8%a2%e5%a4%b1%e6%88%96/a4353b28-8d8a-468e-a7a5-db132ceb36d5

    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.

    0 comments No comments