Microsoft Store doesn't launch...

Alex _ 0 Reputation points
2026-01-27T17:20:43.2866667+00:00

Microsoft store doesn't launch, error (-2147416359) when trying to wsreset.exe, I tried uninstalling and reinstalling it, even tried using the official installer from Microsoft, the installer launches and says downloading will continue in the store, and it never launches, another way is a repair windows installation, and i cant download the iso file due to regional issues, so the only way remaining is a full pc reset which is not preferred, any help?

Windows for home | Other | Performance and system failures
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ivan B 97,705 Reputation points Independent Advisor
    2026-01-27T18:43:10.84+00:00

    Hi,

    Try activating a standard local account and see if the problem persists.

    Go to Start menu > Settings > Accounts > Other users > Add account > select the option that says "I don't have this person's sign-in information" > Add a user without a Microsoft account.

    Then access the new local account and try launching the Microsoft Store to see if it works.

    Which version of Windows are you using, Windows 10/11 25h2 or 24h2?

    Thanks

    0 comments No comments

  2. Q&A Assist
    2026-01-27T17:20:56.79+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If the Microsoft Store is not launching and you're encountering the error (-2147416359), here are some troubleshooting steps you can try:

    1. Verify Microsoft Store Registration: Ensure that Microsoft Store is properly registered for your user account. You can do this by running the following PowerShell command in a non-elevated prompt:
         Get-AppxPackage *Microsoft.WindowsStore*
      
      If it indicates that Microsoft Store isn't installed, you may need to re-register it using an elevated PowerShell prompt:
         Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.WindowsStore_8wekyb3d8bbwe
      
    2. Check Firewall and Proxy Settings: Make sure that your firewall or proxy settings are not blocking the required endpoints for Microsoft Store.
    3. Use Windows Package Manager (winget): You can try to install or repair the app using the winget command. For example, to search for an application, run:
         winget search <AppName>
      
      Then install it using:
         winget install <AppName>
      
    4. Reset Microsoft Store: If the above steps do not resolve the issue, you can try resetting the Microsoft Store using the wsreset.exe command again. Make sure to run it from an elevated command prompt.
    5. Check Event Logs: If the application still fails to start, check the Application and System Event Logs for any related errors that might provide more insight into the issue.

    If none of these solutions work, you may need to consider a full reset of your PC as a last resort, but it's understandable that you want to avoid that if possible.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.