Share via

Microsoft Store not working – unable to download or update any apps

Wazmi Ali 15 Reputation points
2026-01-15T06:52:20.6166667+00:00

Please suggest a solution or troubleshooting steps. Thank you.I am facing an issue with the Microsoft Store on my Windows PC. The Store opens normally, but apps are not downloading or updating.

Issue:

Download/Update gets stuck at 0% or does not start

No error message is shown

Internet connection is working fine

Restarting the PC does not help

Steps already tried:

Restarted Microsoft Store

Signed out and signed in again

Checked date, time, and region settings

Updated Windows

System info:

OS: Windows 10 / Windows 11

Microsoft Store: Default version

The issue still persists, and I am unable to install or update any apps from the Microsoft Store.

Please suggest a solution or troubleshooting steps.
Thank you.


Moved from: Windows Insider program | Apps on Insider preview

Windows for home | Windows 11 | Apps

Answer recommended by moderator
  1. John DeV 160.5K Reputation points Independent Advisor
    2026-01-15T18:20:40.65+00:00

    Hi, good day!

    • When was the last time it worked properly?
    • Have you made any changes to your computer recently?

    Please let me know if you have tried the methods below

    • If you have a third-party VPN or Antivirus installed, please try to temporarily uninstall it then check if the issue persists.
    • Please try changing your Region to United States if it helps.
    • Check the Microsoft Store Install Service

    Press the Windows Key + S and type in services.msc.

    Find the Microsoft Store Install Service and double click, If the status is Running, right click it then select Restart

    If disabled, change it to Automatic, click Start and click OK.

    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Thomas4-N 12,735 Reputation points Microsoft External Staff Moderator
    2026-01-15T12:29:30.6533333+00:00

    Hello Wazmi Ali, welcome to Microsoft Q&A forum.

    If Microsoft Store opens but downloads or updates stay stuck at 0% with no error, try these steps in order:

    1. Run WSReset Press Win + R, type wsreset.exe, and press Enter.
    2. Run the Windows Store Apps troubleshooter Go to Settings > System > Troubleshoot > Other troubleshooters > Windows Store Apps and select Run.
    3. Reset the Microsoft Store app Open Settings > Apps > Microsoft Store > Advanced options > Reset.
    4. Re-register Microsoft Store using PowerShell (Admin)
    Get-AppXPackage *WindowsStore* -AllUsers | Foreach {
        Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
    }
    

    5.Check system integrity

    Open Command Prompt as Administrator and run:

    DISM /Online /Cleanup-Image /RestoreHealth

    sfc /scannow


    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. 


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.