Share via

Microsoft Store closing

anonymus 0 Reputation points
2026-02-16T20:50:21.3833333+00:00

Everytime when i open my Microsoft Launcher and want to click on a app i want to download it doesnt show the download button and freezes instantly + the search bar is not showing up too i dont know why this happens. Every other app on my pc is working i tried everything in the internet to fix the problem but nothing works.

Windows for home | Windows 11 | Microsoft Store
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Estrella721 34,700 Reputation points Independent Advisor
    2026-02-16T22:13:42.94+00:00

    I'm sorry to hear that you're experiencing this issue. I'm happy to help.

    If none of the solutions provided by the AI work, please try the following:

    • If you're using a VPN or Third-party antivirus program, try temporarily uninstalling it to see if the problem goes away.
    • 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.


  2. Q&A Assist
    2026-02-16T20:50:31.1233333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It sounds like you're experiencing issues with the Microsoft Store where it freezes and doesn't allow you to download apps. Here are some troubleshooting steps you can try:

    1. Reset Microsoft Store: Go to Settings > Apps > Installed apps, find Microsoft Store, click on the three dots next to it, and select "Reset". Restart your computer and see if the issue persists.
    2. Check Microsoft Store Install Service: Press Windows Key + S, type services.msc, and find the Microsoft Store Install Service. Ensure it is running; if not, right-click and select "Start". If it is running, try restarting it.
    3. Re-register Microsoft Store: Open PowerShell as an administrator and run the command:
         Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
      
      After it finishes, restart your PC.
    4. Check for Windows Updates: Ensure your Windows is up to date as updates can fix bugs related to the Store.
    5. Disable VPN or Antivirus: If you have a VPN or third-party antivirus software, try disabling them temporarily to see if they are causing the issue.

    If these steps do not resolve the issue, you may want to consider checking for any system file corruption or performing a repair installation of Windows.


    References:

    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.