Share via

how do I fix microsoft store, unable to download or install app

P Gaf 5 Reputation points
2025-10-24T04:49:58.44+00:00

How do I fix microsoft store, unable to download or install any app

Windows for home | Other | Apps

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

2 answers

Sort by: Most helpful
  1. Ronald 5 Reputation points
    2025-10-25T10:47:27.25+00:00

    Hi,

    I had the same problem yesterday (Microsoft store displayed error code 0x80244007). Followed several tutorials found on the internet, but what eventually solved the problem (for me) is the following:

    Reset the software distribution folder:

    1 - Open Windows Terminal (Admin), and select Windows PowerShell.

    2 - Copy and paste the command below into Windows Terminal (Admin), and press Enter.

    net stop wuauserv
    Rename-Item C:\Windows\SoftwareDistribution         SoftwareDistribution.old
    net start wuauserv
    Rmdir C:\Windows\SoftwareDistribution.old -recurse
    

    In short, this script stops the windows update service, renames the existing SoftwareDistribution folder to .old, starts the windows update service again and make a new clean SoftwareDistribution folder.

    Reset the Microsoft store:

    3 - Then run the following command and press Enter.

    wsreset -i

    4 - Restart your computer

    5 - Install / download your apps

    1 person found this answer helpful.
  2. John DeV 161.8K Reputation points Independent Advisor
    2025-10-24T16:08:55.0733333+00:00

    Hi, good day!

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

    • 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.
    • Please try signing out your Microsoft Account from the Microsoft Store then sign-in again
    • Reset the Microsoft Store cache

    Press the Windows Logo Key + R to open the Run dialog box,

    type wsreset.exe -i

    and then select OK.

    Note:

    A blank Command Prompt window will open, and after about ten seconds the window will close, and Microsoft Store will open automatically.

    • 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.

    • Please try to run SFC and DISM to check for any system errors and corrupted files.

    https://support.microsoft.com/en-us/windows/using-system-file-checker-in-windows-10-365e0031-36b1-6031-f804-8fd86e0ef4ca

    After that, restart your computer

    • Reset the Microsoft Store app

    Press Start then search Microsoft Store

    Right click it then select App settings

    Click Terminate > Repair > Reset

    • Re-register built-in apps and reinstall the Microsoft Store app

    Press Windows key + X

    Click and Run Windows PowerShell (Admin)

    Copy and paste the command below then press Enter.

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

    Restart your computer

    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.