Share via

Windows Store not downloading

Richard 0 Reputation points
2026-03-20T08:32:47.5533333+00:00

I managed to install the ChatGPT app on my work laptop (Microsoft) through the Microsoft Store and my personal Laptop (Apple). I'm now trying to install on my personal PC (Microsoft) but the Microsoft Store has just been stuck on "queued" for over an hour.

"Download now" doesn't work and neither does "cancel download"

Kaspersky shows as a trusted app and it not blocking the install.

I've run the wsreset.exe command, this does not work

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

1 answer

Sort by: Most helpful
  1. Estrella721 36,545 Reputation points Independent Advisor
    2026-03-20T09:08:14.8066667+00:00

    Hi,

    I suggest temporarily disabling or uninstalling any third-party antivirus software to avoid conflicts. Then reinstall the Windows Store and try again.

    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.

    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.