Error 0x80070bc2 when Windows 10 update trying to install KB4048955 for version 1709

Anonymous
2017-11-21T15:00:06+00:00

Windows 10 home, new computer with CPU Intel 8700K working well, version 1709 installed.   

I noticed that windows update gives error 0x80070bc2 when trying to install 2017-11 Cumulative update for Windows Version 1709 for amd64-based systems KB4048955 (and before KB4043961) ... getting a sort of a loop as it requires a restart to finish installing but at any restart gives the same message and does not install.  

Tried various things such as sfc scan, dism, troubleshooting windows update, manual install etc.  Nothing works.  Other updates such as KB4048951 and KB4051613 installed correctly in the last few days.  Can someone help?

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
Answer accepted by question author
Anonymous
2018-01-27T06:57:08+00:00

This seems to have worked for me:

  • Right-click on Windows key and select Command Prompt (Admin).
  • Type the following commands in Command Prompt window. To execute them, press Enter after each one. 

SC config wuauserv start= auto

SC config bits start= auto

SC config cryptsvc start= auto

SC config trustedinstaller start= auto

  • Finally, restart your PC and try to install the update that was previously returning the 0x80070bc2 error.

Was this answer helpful?

900+ people found this answer helpful.
0 comments No comments

226 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-05-10T12:56:52+00:00

    Hello guys, i had the same error n° 0x80070bc2 when Windows 10 update try to install KB4103727 for version 1709, it's seemes that the computer get a sort of loop as it requires a restart to finish the installing...

    I have also another error n° 0x80246007 when Windows 10 update try to install KB4056892 for version 1709, at any restart gives the same message and does not install.

    Can someone help?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-05-09T23:58:22+00:00

    new tool that is supposed to give us a better idea of what caused the error in the first place LOL

    setupdiag is the name of the new tool

    Looks like you could try that tool anyway.  Maybe it will give you some clues without having to do too much of your own analysis.

    Good luck

    Robert Aldwinckle


    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-05-09T17:44:38+00:00

    Yeah ironic that update 1803 fixed the error for you since it's the first version of Windows 10 that comes with new tool that is supposed to give us a better idea of what caused the error in the first place LOL

    setupdiag is the name of the new tool

    unfortunately I can't figure how to get 1803 without installing latest updates to my current install of Win10 which I can't due to repeated Error 0x80070bc2 so basically caught in a catch22 atm!

    I had to enable pause updates for 30 days since my ISP implemented data caps can't be having Windows download the same update over and over already 3x and fail!

    I'm guessing Microsoft will have another update by then that will fix this since that's the only thing that fixed this problem in the past.  running the windows update troubleshooter as recommended here didn't fix anything just said there was database corruption, went about fixed said corruption, tried installing update again still failed thus I disabled update like I said till next month ill try again. Besides updating to 1803 might do more harm than good from what I just read 1803 bricks pcs

    Actually, that link I provided above has an entire course on fixing Windows 10 update errors which is pretty cool if you have the time to complete it all, which I don't:

    Important

    This article contains technical instructions for IT administrators. If you are not an IT administrator, try some of the quick fixes described in this article then contact Microsoft Support starting with the Virtual Agent. To talk to a person about your issue, click Get started to interact with the Virtual Agent, then enter "Talk to a person" two times. The Virtual Agent can also help you to resolve many Windows upgrade issues. Also see: Get help with Windows 10 upgrade and installation errors and Submit Windows 10 upgrade errors using Feedback Hub.

    The following four levels are assigned:

    Level 100: Basic

    Level 200: Moderate

    Level 300: Moderate advanced

    Level 400: Advanced

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-05-06T23:28:50+00:00

    I followed the instructions and the first line gives me this error:

    PS C:\WINDOWS\system32> SC config wuauserv start= auto

    Set-Content : A positional parameter cannot be found that accepts argument 'start='.

    At line:1 char:1

    • SC config wuauserv start= auto
    • 
      

        + CategoryInfo          : InvalidArgument: (:) [Set-Content], ParameterBindingException

        + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetContentCommand

    I have this problem too. 

    The problem is that you are using PowerShell  so if you enter  SC.exe  (not just SC) it should work.

    Alternatively go to   Command Prompt   (under Windows System not PowerShell)  then RIGHT click on Command Prompt  and select Run as administrator.

    Hope this helps.

    Was this answer helpful?

    0 comments No comments