Share via

Microsoft Store Issue

Mohd Shoeb Ansari 0 Reputation points
2026-03-27T21:31:48.86+00:00

Microsoft Store app is crashing or hanging. How to fix the issue.?

Windows for home | Windows 11 | Microsoft Store
0 comments No comments

1 answer

Sort by: Most helpful
  1. Estrella721 39,775 Reputation points Independent Advisor
    2026-03-27T22:06:20.3766667+00:00

    Hi,

    I understand how frustrating it can be when the Microsoft Store keeps crashing or freezing, especially when you’re just trying to download or update apps.

    1. If you're using a VPN or Third-party antivirus program, try temporarily uninstalling it to see if the problem goes away.
    2. After that, try resetting the MS store cache.

    Press Windows + R then type 'wsreset.exe -i' (without the quotes)

    Hit Ok, wait 10 seconds then try to check again.

    1. If the issue persists, try re-registering the Microsoft Store app:

    Right-click the Start Menu and Choose Windows PowerShell(Admin)

    Copy and paste the below command and hit Enter.

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

    Restart your computer

    1. Use DISM and the System File Checker to repair any corrupted system files that may have caused this issue. https://support.microsoft.com/windows/using-system-file-checker-in-windows-365e0031-36b1-6031-f804-8fd86e0ef4ca
    2. If the issue persists, try uninstalling and reinstalling the Windows Store.

    Press Windows Key + X and choose Windows PowerShell (Admin). Copy and paste the command below and hit Enter.

    Get-AppxPackage -Name "Microsoft.WindowsStore" | Remove-AppxPackage

    Note: Please complete the process before proceeding.

    After that, reinstall the Windows Store. Press Windows Key + X and choose Windows PowerShell (Admin). Copy and paste the command below, then hit Enter.

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

    Wait 2 minutes, then reboot your computer and try again.

    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.