Windows 10 Store won't download apps

Anonymous
2018-05-13T03:30:51+00:00

When i click the Get button, the store starts to download the app, then just doesn't. I'll see a progress bar with the word Working flash for a moment, then I'll see the Get button again.

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Anonymous
    2018-05-13T03:35:30+00:00

    Hi Billy,

    This is a known issue for the past few days. Just simply sign out then back in, click the top right profile picture in the window, click your account, click Sign out then back in.

    Let me know if you have any additional questions or a followthrough. Good luck.

    47 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-05-13T03:44:25+00:00

    Please try these options one by one and check after each option. (The first step usually solves the problem)

    1. Open MS Store > Click on your profile picture on top right and sign-out. Then sign-in again.
    2. Run Windows App Troubleshooter

    Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter

    1. Reset Windows Store through Command Prompt

    Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer

    1. Re-register All Store apps

    Right click on Windows Start > Right click on Windows Powershell (Admin) > Copy the following from below and right click in Powrshell to paste ? Enter > Restart your computer

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

    1. Uninstall & Reinstall Store

    Right click on Windows Start > Right click on Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter

    Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

    Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer

    Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    Let me know if you have any more question or require further help. If above didn't work, I will supply more troubleshooting steps to solve this problem.

    79 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-05-13T04:22:39+00:00

    First, try signing out of the Microsoft Store. Click your Profile picture at the top right, click your account then sign out.

    Restart your computer, launch the Microsoft Store app, sign in again, then attempt downloading again.

    Other things you can try...

    Start by running the Windows Store Apps troubleshooter.

    Open Start > Settings > Update & security > Troubleshoot

    Scroll down to the bottom

    Click Windows Store Apps

    Click Run the troubleshooter

    When complete try opening the Store again.

    Also check if the Store works in another user account.

    Press Windows key + R

    Type: wsreset.exe

    Hit Enter

    Do this a couple times then try launching the Store again.

    Your Antivirus might be interfering with the Store, try disabling it 'temporarily' to see if it launches.

    Check Windows Update and install the latest updates. Sometimes Microsoft releases infrastructure fixes for the Store through Windows Update.

    You can also try resetting the store app using the following instructions:

    https://www.groovypost.com/howto/reset-windows-...

    Reinstall the Store:

    Press Windows key + X

    Click Windows PowerShell (Admin)

    At the command prompt, type the following then hit Enter:

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

    If that does not work, try resetting the software distribution folder:

    Before carrying out this procedure, disconnect from the Internet. That means turning off Wi-Fi and disconnecting from a wired connection. If you don't, Windows 10 will indicate some files are in use and cannot be modified or the command will be non-responsive. Also, you should restart your computer after disconnecting from the Internet. The easiest way to do it is to enable Airplane mode from the Action Center - Windows key + A.

    1. Open Start, type: CMD

    Right click CMD

    Click Run as administrator

    Type each of the following then hit Enter

    taskkill /F /FI "SERVICES eq wuauserv" (do this multiple times)

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    rmdir C:\Windows\SoftwareDistribution\DataStore

    rmdir C:\Windows\SoftwareDistribution\Download

    If that does not work...

    1. Open Start, type: CMD

    Right click CMD

    Click Run as administrator

    Type each of the following then hit Enter

    Run these codes:

    Net Stop bits

    Net Stop wuauserv

    Net Stop appidsvc

    Net Stop cryptsvc

    Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak

    Ren %systemroot%\system32\catroot2 catroot2.bak

    Net Start bits

    Net Start wuauserv

    Net Start appidsvc

    Net Start cryptsvc

    After running these commands, check if your issue is fixed.

    When complete, hit Enter, then restart, then try updating again.

    13 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-05-13T04:39:13+00:00

    Ethan's instructions should work, but in case if not
    First of all:
    Try re-registering Store and clearing cache:
    https://www.tenforums.com/tutorials/8239-re-reg...
    https://www.tenforums.com/tutorials/15057-clear...
    If that doesn't help, make sure:
    You are not using a proxy server/3rd Party Firewall or a VPN.
    The next step would be to disable metered connection if you have set so.
    If all of these doesn't help, try doing a repair install that keeps everything.
    http://www.yourwindowsguide.com/2016/06/how-to-...
    Please let us know how that goes and if you need any assistance.

    5 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-05-13T06:46:29+00:00

    Hi Billy, a lot of users are reporting problems with the Store app in version 1803!

    Please try this:

    Open the Windows Store

    Click your User Icon and choose Sign out

    Search for an App you want to download and click 'Get'

    Sign back into your Account

    Can you now download that App?

    9 people found this answer helpful.
    0 comments No comments