Share via

Microsoft store app error

Omar 0 Reputation points
2025-11-14T15:32:23.43+00:00

Greetings,

I just purchased a new laptop with Windows 11 home installed, and upon trying to install apps, I get the following error message:

"Try that again

Something happened on our end. Waiting a bit might help."

I've done everything from terminating, repairing, and restarting it. I went into CMD and typed,

wsreset.exe, to no avail.

After trying everything possible, shy of removing the store app via windows PowerShell, I

decided to remove the app.

The following is the code I used on PowerShell to remove the app:

Get-AppxPackage -allusers *WindowsStore* | Remove-Appxpackage

I managed to remove the app using the above code, but reinstalling is another issue.

The following is the code I used on PowerShell to reinstall the app:

Get-AppxPackage -AllUsers Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Unfortunately, I get an error on PowerShell using the above code.

I tried downloading the MS store app via the Microsoft website, but the installer did not work.

This is the first time this ever happened to me.

Any idea as to how i can reinstall the MS store app again?

Windows for home | Windows 11 | Apps
0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramesh Srinivasan 81,805 Reputation points Independent Advisor
    2025-11-14T16:09:52.38+00:00

    Hi Omar,

    Please open PowerShell (admin) and run this command:

    get-appxpackage -allusers *windowsstore*
    

    Post the output here. Also, please try the Store installer executable here:

    Download and install Microsoft Store app on Windows

    Let me know if that works.

    Was this answer helpful?

    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.