Windows 10 Update Stuck In Retry Loop

Anonymous
2019-02-05T13:03:28+00:00

I wanted to update my windows 10, but when its almost done, its stop downloading and appear Retry box, when i click the retry box, its starting to download again for a second, and then i have to retry it again, i've tried to update my windows 10 twice but still stuck in retry loop, any help?

btw i still have 10gb+ in my c drive, i have the windows 10 pro edition

Windows for home | Windows 10 | Windows update

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.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2019-02-05T13:12:39+00:00

    Hi Farhan

    My name is Sarah Kong and I am an independent adviser that is here to try and help you with your issue.

    Go to search and type services.msc and open it.

    Stop the Background Intelligent Transfer Service and Windows Update

    Then go to file explorer and go to C:\Windows\SoftwareDistribution

    Delete everything in that folder.

    Then Right click your start button and go to powershell (Admin)

    Run the following hitting enter after each line.

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    Reboot and see if that works.

    29 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-02-05T13:22:02+00:00

    Hi,

    My name is Angel. I am an Independent Advisor. Thank you for posting in Microsoft Community.

    I would suggest you to follow these methods:

    Method 1.

    Run the Windows Update troubleshooter

    1.Download the Windows Update Troubleshooter, and then select Open or Save in the pop-up window:

    https://aka.ms/wudiag

    Notes

    • If the pop-up doesn’t come up, you might have a pop-up blocker on. If you’re using Microsoft Edge, instructions for disabling the pop-up blocker are here. For Internet Explorer, instructions are here. If you are using a different browser or separate pop-up blocker, check the website of the browser or blocker’s manufacturer.
    
    • If you select Save, you need to go to the folder where the troubleshooter is downloaded to after the download is complete, and then double-click the latest wu.diagcab file to run the troubleshooter.
    

    2.Select Next and follow the steps in the wizard to find and fix problems with Windows Update .

    Method 2.

    Download the most recent Servicing Stack Update (SSU)

    Determine whether you are using 32-bit or 64-bit Windows:

    1. From Start, choose Settings.
    
    2. Select System.
    
    3. Click About.
    
    4. Scroll down to System type.
    

    Download the version of the latest SSU (KB4456655) that matches your version of Windows from the Microsoft Update Catalog.

    Restart your device and check for updates.

    Did this resolve the issue?

    Method 3.

    Download the most recent KB

    1. Go to the Update history page. [https://support.microsoft.com/help/12387/window...](https://support.microsoft.com/help/12387/windows-10-update-history?ocid=update_setting_client)
    
    2. Find the most recent update KB for the version of Windows 10 you have – it’s usually at the top of the list – and either write the KB number down or copy it.
    
    3. Go to the Microsoft Update site and search for the KB number. [http://catalog.update.microsoft.com/v7/site/Hom...](http://catalog.update.microsoft.com/v7/site/Home.aspx)
    
    4. Select the link for the download, and then choose Download. Select Save if you are prompted. 
    
    5. When the download completes, select Open to start the update.
    

    Method 4.

    Fix Windows file corruption

    Important

    You need to run both the DISM and SFC commands shown below, not just one of them.

    1. Open an elevated command prompt. To do this, right click the Windows button, and then select Command Prompt (Admin). If you are prompted for an administrator password or for a confirmation, type the password, or click Allow or Yes.
    
    2. Type the following command, and then press Enter.
    
    DISM.exe /Online /Cleanup-image /Restorehealth
    
    Note It might take several minutes for the command operation to be completed.
    
    3. Type the following command and press Enter.
    
    sfc /scannow
    
    Note It might take several minutes for the command operation to be completed.
    
    4. Close the command prompt, and then run Windows Update again.
    

    Method 5.

    Perform an in-place upgrade

    Download the Windows 10 Media Creation Tool (MCT) https://www.microsoft.com/software-download/win... and use it to perform an “in-place upgrade” of Windows 10. We have a video that can show you how if you aren’t sure. https://aka.ms/W10CleanInstall

    Source:

    https://support.microsoft.com/en-us/help/10164/...

    Hope the information provided is useful. If the issue persists, reply here and we will be glad to help you.

    Angel.

    8 people found this answer helpful.
    0 comments No comments