How do i fix issue that my windows store wont open and it is stuck on saying getting ready

Joshua Belter 5 Reputation points
2023-06-22T03:54:51.7466667+00:00

my windows store wont open it just says getting ready

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,827 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Zilla_95 160 Reputation points
    2023-06-22T11:57:09.3066667+00:00

    You can clear out the Stores Temporary File Cache by running the below. This can help fix issues with stuck downloads in the Microsoft Store causing issues on launch.

    1.) Press the Windows key + R shortcut to launch the Run dialog.

    2.) Type wsreset.exe in the box and click OK or press Enter.

    If that does not work you can re-register the Microsoft Store app using PowerShell.

    1.) Launch an elevated (Run as Administrator) PowerShell session. (You can search for PowerShell in the Search bar and Right-Click to run as Administrator.)

    2.) Copy and Paste the following command:

    & {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}

    3.) Press Enter

    4.) Launch the Store app to confirm this resolved the issue.

    Please let me know if this helped resolve your issue, if so don't forget to accept this answer.

    Thank you and have a great day!

    0 comments No comments

  2. Limitless Technology 44,016 Reputation points
    2023-06-22T12:45:43.99+00:00

    Hi, thanks for coming into the forums. I'm also a user like you and I'll be more than happy to help you to the best of my knowledge.

    Please try the steps below.

    1. Run the SFC scan & update all pending updates for your Window, below is the link for the complete guide.

    https://support.microsoft.com/windows/365e0031-36b1-6031-f804-8fd86e0ef4ca

    1. Reset MS store. Press on your keyboard the Windows key + R, type wsreset.exe, and click OK. Restart your computer.
    2. Re-register your MS store. Close MS store first, press on your keyboard the Windows key + S, then type Powershell, right-click and select run as admin, and copy and paste the command below.

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

    Restart your computer.

    If the reply is helpful, please Upvote and Accept it as an answer.

    0 comments No comments