Fixing Windows 10 Update Error 0xC1900107, 0xC1420127, and 0x80070490

35

I have a Windows 10 computer that has been unable to update to the latest released build since 10565 due to an error occurred every time when I was trying to update to any newly released built through Windows Update, see a screenshot below:

Windows Update error 0xc1900107 1 600x278 - Fixing Windows 10 Update Error 0xC1900107, 0xC1420127, and 0x80070490

 

As you can see, there isn’t much information there telling me what went wrong. Digging into error log entry in Event Viewer doesn’t reveal much useful info either.

Event Viewer Windows update error 600x419 - Fixing Windows 10 Update Error 0xC1900107, 0xC1420127, and 0x80070490

However, if you are experiencing the same as I did, here is what you can do to fix it to continue on the update process to upgrade your Windows 10 to the next release.

Open File Explorer by either clicking on the file folder icon on the Taskbar or pressing Win+E keyboard shortcut, and navigate to C:\ drive that hosts the Windows system.

Turn on the Hidden items option in View tab,

File Explorer hidden option 600x203 - Fixing Windows 10 Update Error 0xC1900107, 0xC1420127, and 0x80070490

and you will see a hidden folder named $WINDOWS.~BT showing up. It’s a temporary folder that saves all files downloaded and required for Windows 10 build upgrade.

Delete the entire folder first and run the update again. If, however, it didn’t allow you to delete the folder due to the permission issue, try to rename it instead. Successfully done either one of the options will get you through this update error and have the new Windows 10 build updated on your computer.

2016 02 01 12 34 24 Start 600x320 - Fixing Windows 10 Update Error 0xC1900107, 0xC1420127, and 0x80070490

The error could occur on any Windows 10 build. So if you encountered one when updating your Windows 10 to the latest released build, applying this method should be good enough to get you through it.

However, for some reason, if you encounter another error such as below with code 0xC1420127 during the upgrading, check the free space on your C: drive to make sure it has at least 50 GB of free space left.

Settings 2016 02 02 09 34 33 600x313 - Fixing Windows 10 Update Error 0xC1900107, 0xC1420127, and 0x80070490

If space wasn’t an issue, deleting anything from the following registry key should help you pass this error.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WIMMount\Mounted Images

Moving forward, if you encountered another error 0x80070490, it’s time to engage the Windows Update Troubleshooter to help you with this error. It makes sure that your computer is connected to the Internet, and checks to see whether your network adapter and Windows Update services are running correctly.

Windows Update Troubleshoot 1 - Fixing Windows 10 Update Error 0xC1900107, 0xC1420127, and 0x80070490

35 COMMENTS

  1. same thing no luck with update – just says opps something went worng _ I wish someone could just connect to this damn thing and fix it – been trying for 5 days now and my ulcer is growing

  2. Yep . This seemed to work thx a lot man……………………………….I feel like windows 10 is making me into a fucking IT guy. With all the advanced search/fixes ups I have to do to fix problems in there software.

  3. Excellent. Renaming the folder solved the problem. As a matter of interest does this mean the original download files were corrupted?

  4. Thank you Kent Chen. After several attempts to run the AU and repeated failure the renaming of the $WINDOWS.~BT folder appears to have have been the solution. Currently the update progress is showing 40% after over an hour of running so I will leave the laptop processing overnight.

  5. This is the only place where I found a solution to the Windows Update problem (“another update in progress..etc”) that actually worked….deleting the $WINDOWS.~BT directory. After deleting the directory, it not only stopped reporting that another update was in process, but also successfully completed an unrelated update cycle the next morning. Thanks for the expertise.

  6. I can’t delete $WINDOWS.~BT, I changed the name and all, Even tried TakeOverShip but that even failed, Stupid seeing how I am the owner of this PC and no other accounts are on it -_-

  7. Manually Reset Windows Update Components

    It might happen you are getting the error code 0xc1900107 due to faulty Windows Update components. So, to fix the Windows upgrade error, try manually resetting your Windows Update components.

    Used Command prompt with admin elevated.
    And hit Enter after typing each and wait for one command to successfully perform, before typing the next one:
    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
    Other methods found here on this website
    https://www.errorsolutions.tech/error/error-code-0xc1900107/

LEAVE A REPLY

Please enter your comment!
Please enter your name here