Share via

Windows Update stuck at 87%

Anonymous
2021-03-13T19:03:19+00:00

I am on Windows 10 attempting to update to version 20H2, from whatever version was immediately before. I am looking in the Settings > Windows Update window. The update downloads successfully, then gets stuck at 87% every time. I have left it running overnight.

I have restarted my computer between update attempts, and this made no difference. 87%, every time.

I attempted to run the Windows Update Troubleshooter (Settings > Troubleshooting > Windows Update Troubleshooter) and the troubleshooter was unable to determine the issue. My tower updated fine, but my laptop (which has more free space) has been unable to, and is running like molasses while Windows continually attempts and fails to update.

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

2 answers

Sort by: Most helpful
  1. Lester Bernard Reyes 77,980 Reputation points Independent Advisor
    2021-03-15T02:03:02+00:00

    Hi and thanks for reaching out. My name is Bernard an Independent Advisor and a Windows fan like you. I'll be happy to help you out today.

    I actually have same issue as before and by following the steps provided below fixed my issue, I hope this works for you as well

    I know some methods are already done, but it it better if you follow this step by step:

    First method is to reset the Windows update components using the powershell command below.

    This method will reset the Software distribution folder where the temporary file of update is saved, and re register internet connect as well.

    Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))

    Copy each line of command to Powershell then press enter (one line at a time)

    net stop bits

    net stop wuauserv

    net stop appidsvc

    net stop cryptsvc

    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"

    rmdir %systemroot%\SoftwareDistribution /S /Q

    rmdir %systemroot%\system32\catroot2 /S /Q

    regsvr32.exe /s atl.dll

    regsvr32.exe /s urlmon.dll

    regsvr32.exe /s mshtml.dll

    netsh winsock reset

    netsh winsock reset proxy

    net start bits

    net start wuauserv

    net start appidsvc

    net start cryptsvc

    Restart the device and check it again just ignore any error in command line if you encounter.

    If none will work from the above solution I suggest to do an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.

    Note: before doing this make sure to create a restore point: https://support.microsoft.com/en-hk/help/402753...

    1. go to this link: https://www.microsoft.com/en-us/software-downlo...
    2. Select Download tool, and select Run. You need to be an administrator to run this tool.
    3. On the License terms page, if you accept the license terms, select Accept.
    4. On the What do you want to do? page, select Upgrade this PC now, and then select Next.
    5. After downloading and installing, it should fix the issue.

    Reference: https://www.microsoft.com/en-us/software-downlo...

    Note: if you receive error: “This Pc can’t be upgrade, follow the steps below”

    Method 1. Go to C:$WINDOWS.~BT\Sources\Panther then delete the file name compatscancache.dat

    Then try again or reboot the PC first then try again.

    You might not see the folder as it is hidden, make sure to show hidden files first.

    Let me know how does it goes and I hope that helps.

    Bernard

    Independent Advisor

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-03-13T19:25:14+00:00

    Hi Xelrog,

    Try:

    Windows Upgrade

    Steps provided by Microsoft

    There is an option to keep files, but have a backup in case

    Link: Download Windows 10 (microsoft.com)

    1. Select Download tool, and select Run. You need to be an administrator to run this tool.
    2. On the License terms page, if you accept the license terms, select Accept.
    3. On the What do you want to do? page, select Upgrade this PC now, and then select Next.
    4. After downloading and installing, the tool will walk you through how to set up Windows 10 on your PC. All Windows 10 editions are available when you select Windows 10, except for Enterprise edition. For more information on Enterprise edition, go to the Volume Licensing Service Center.
      • If you don't have a license to install Windows 10 and have not yet previously upgraded to it, you can purchase a copy here: https://www.microsoft.com/en-us/windows/get-windows-10.
      • If you previously upgraded to Windows 10 on this PC and you’re reinstalling it, you don’t need to enter a product key. Your copy of Windows 10 will automatically activate later using your digital license.
    5. When Windows 10 is ready to install, you’ll see a recap of what you’ve chosen, and what will be kept through the upgrade. Select Change what to keep to set whether you would like to Keep personal files and apps, or Keep personal files only, or choose to keep Nothing during the upgrade.
    6. Save and close any open apps and files you may be running, and when you’re ready, select Install.
    7. It might take some time to install Windows 10, and your PC will restart a few times. Make sure you don’t turn off your PC.

    Cheers!

    1 person found this answer helpful.
    0 comments No comments