Jump to content
  • How to Fix a Stuck Download in the Windows Store?


    Karlston

    • 500 views
    • 3 minutes
     Share


    • 500 views
    • 3 minutes

    Although unreliable in the past, the Windows store has gotten better over the years. However, it still has a few problems that need to be overcome. One such problem is an app update getting stuck. This article will look at how you can fix this if it happens.

    Windows Store Problems

    Although the Windows store offers many useful apps, it hasn't started offering desktop apps just yet. Apart from your downloads getting stuck, you may face a few other issues with the Windows store.

     

    • If your system clock is incorrect, your apps will not sync with your computer.
    • Disable any third-party antivirus software, as this may disrupt app updates.
    • Third-party firewalls can also disrupt the Windows Store functionality. You may need to create an exception for the Windows store with third-party firewalls.

     

    If your app updates are still getting disrupted, here are a few things you could try.

    Windows Store Cache

    Windows allows you to delete the Store's local cache. For this, you need to open the command prompt. This can be done by right-clicking on the start menu and opening the command prompt as admin. You can also press the Windows key + X.

     

    In the command prompt, type the below code and then press enter.

     

    wsreset.exe

     

    This will take about 30 seconds, and the Windows Store will open when done. You can check if your updates are working.

     

    Windows-Store-Download-Stuck-scaled.jpg

    Windows Store Troubleshooter

    You can also try out the Store troubleshooter. Although this troubleshooter is not built-in, you can download it for free from Microsoft. This is available in Windows 8 and 10 versions.

     

    Install and run the troubleshooter when downloaded. It will scan for any issues and will let you know if the problem was fixed. You can then open Windows Store again and see if your app update is downloading.

    Re-Register With PowerShell

    If the above steps don't work, you can re-register the Windows Store. You will need PowerShell for this. It is a scripting language that is built into your system. This is slightly different from the Command Prompt; however, not that tough to figure out.

     

    You will need to run PowerShell with admin rights. If you're on Windows 10, copy and paste the below code in PowerShell and hit enter.

     

    "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

     

    In case of Windows 8, you will need to type in the following code and hit enter.

     

    Add-AppxPackage-DisableDevelopmentMode-Register$Env:SystemRoot\WinStore\AppxManifest.XML

    Enjoy Your Updates

    We hope these steps will help you get your Windows Store up and running in no time. These are methods that work 99% of the time. If you're still having trouble, you can contact Windows customer care, and they will be glad to help.

     

     

     

    How to Fix a Stuck Download in the Windows Store?


    User Feedback

    Recommended Comments

    There are no comments to display.



    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...