Share via

My Microsoft store stuck on blur screen just after opening

Sujal Patel 20 Reputation points
2026-04-06T16:34:11.44+00:00

after opening the Microsoft store this windows appears and it was stuck at this screen, i have tried various methods such as clearing cache using wsreset.exe, i have also tried terminating repairing and reseting the app none of them helped/worked, date & time is already set to automatically its correct and my windows 11 25H2 is up to date,

anyone help find me the solution i was using an HP pavilion 15 gaming laptop

User's image

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

2 answers

Sort by: Most helpful
  1. Norah-L 5,125 Reputation points Microsoft External Staff Moderator
    2026-04-07T01:55:15.8+00:00

    Hello Sujal Patel!

    Thank you for reaching out.

    From what you shared, Microsoft Store on your Windows 11 opens but remains stuck on a blank loading screen.

    Here are some additional steps you can try:

    1. Re‑register Microsoft Store

    Press Windows + X

    Select Windows Terminal (Admin) or PowerShell (Admin)

    Paste this command and press Enter:

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

    Restart the PC then open Microsoft Store again

    Tip: You can also try temporarily setting your Region to United States and check if that helps.

    2. Restart required services

    Press Windows + R

    Type services.msc

    Make sure these are Running and Automatic:

    • Microsoft Store Install Service
    • Windows Update
    • Background Intelligent Transfer Service (BITS)

    Restart and test again.

    3. If the issue continues, try reinstalling the Microsoft Store.

    Open PowerShell (Run as Administrator), then run the following command:

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

    Then reinstall it with:

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

    Restart Windows.

    Please let me know how it goes!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. David-M 109.6K Reputation points Independent Advisor
    2026-04-06T17:09:40.62+00:00

    Hi. I'm David, and I'm happy to help you.


    Please clarify the following:

    • Do you have a third-party antivirus installed? If yes, which one?
    • Do you have any VPN software installed? (Even if it's not running at the moment) If yes, which one?

    Also. What is the current "OS Build" of your Windows 11? Is it "26200.8037" or "26200.8117"?

    • Press "Windows + R", type winver, and click OK.

    If you prefer, share a screenshot. Use the shortcut "Windows + Shift + S" to use the screenshot tool.

    Be sure to censor your email address if it appears. The Microsoft Q&A is public.


    Looking forward to your reply.

    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.