Microsoft Updates Failed To Install

10/21/2019by
  1. Microsoft Updates Failed To Install
  2. Microsoft Windows Update Failed To Install
  3. Fail To Install Windows Updates
  4. Microsoft Updates Failed To Install Windows 7

This weekend, I fired up a Windows 10 VM image I hadn't used for a while. Because they are essentially just files, virtual machine images tend to sit around, powered off, unless you need them. I use a standard Windows 10 starter template VM whenever I need a fresh machine. The template hadn't been updated in a while.

  • Try to fix the Windows Updates problems by running the Windows Update Troubleshooter. To do that, proceed as follows: Go to Start Settings Update & Security Troubleshoot Windows Update. OR, (alternatively), download and run the Windows Update Troubleshooter. Force Windows to Download again the Windows 10 Update v1903.
  • Sep 15, 2019  Windows 10 Update Failed To Install. Most of the times Windows 10 Update fails to install due to corrupt Windows Update cache, outdated, incompatible driver software, incompatibility of an application installed on your computer or third-party software conflicts etc. If you Are also having problem to install Win 10 May 2019 update here how to get rid of this and upgrade May 2019 update.

As is always the case when re-activating a VM, I ran Windows Update. It made some progress, but then it failed. I tried Windows Update again. I got another fail message.

You can try a bunch of tricks to fix updates when they fail. Fortunately, in my case, the very first tactic I used succeeded. I'll show you that, then I'll share with you some of the additional steps I would have taken if the update still hadn't worked.

Jun 28, 2019  Run Windows Update a few times. Download and install any available updates in Windows Update, including software updates, hardware updates, and some third-party drivers. Use the troubleshooter for Windows 10 to fix Windows Update errors. Check third-party drivers and download any updates.

How to Install Failed Microsoft Updates. In cases where you attempt to reinstall it multiple times (it will automatically be put back in your installation queue) and it keeps failing, you will need to remove and reinstall all of your Windows updates for it to install properly. After removing the folder that contains all of your Windows updates. When updating Windows, if you receive an error code Windows Update failed to install error 0x80240034, then it has happened because the update services are failing at some point. You may also. Sep 10, 2019  Click Start, type Windows update in the search box, and then click Windows Update in the Programs list. In the left pane, click Change settings, select Never check for updates, and then select OK. Restart the computer.

Make a backup

I know this should go without saying, but I'm going to say it anyway. Make a backup. Before you go rummaging around in your system's innards, it's always good to make sure you can recover your data.

Yes, I've skipped this step. Yes, it's hurt my soul. Learn from my mistakes. Make a backup. Here are three great articles by our own Windows sensei, Ed Bott, that should help you backup before you go forward.

Ed Bott on Windows backups:

  • Windows 10 tip: Turn on File History for automatic backups

1. For VM users: Replace with a newer VM

I often have older VMs pre-configured with a lot of custom tweaks, installed applications, and other elements. As such, it's often rather time-consuming to start from a fresh Windows image. But if you're able to, rather than going through the effort to update a version of Windows that was originally installed in 2016 or 2017, start with a fresh Windows image that has the October 2018 update already installed.

2. Restart and try running Windows Update again

In reviewing this post with Ed, he told me that the most common cause of those 'Update failed' messages is that there are two updates waiting. If one is a servicing stack update, it has to install first, and the machine has to restart before it can install the next update. Problem solved.

A good read on this is Liam Tung's piece, Windows update problems: Microsoft reveals why recent patches broke some PCs. Even though it talks about some Windows 7 update issues, the underlying principle is the same.

3. Try Windows Update Troubleshooter

Microsoft actually ships Windows 10 with a Windows Update troubleshooting tool. I find the easiest way to reach it is simply type 'troubleshoot' in the search box.

Because I'm working on an older revision of Windows 10, the screen above is shown. If your Windows 10 is from a more recent update, you'll see the following screen, which you can also reach by going to Settings > Update & Security > Troubleshooting.

This will bring up the full Troubleshooting panel. You'll want to select 'Fix problems with Windows Update.' This will bring up the Windows Update troubleshooter. I didn't feel I needed to use Advanced options, so I just hit Next. That said, Ed recommends taking the extra minute and using Advanced Options. He says, 'That runs the troubleshooter as an admin and allows it to fix a wider range of problems.'

After a relatively short time, Windows reported it had found and fixed the problem.

Of course, it's never a good idea to simply take Windows' word for anything like this, so I went back into Windows Update and ran it again.

After a few hours, I had my result. The update that previously failed had completed properly and my system was fully up to date.

4. Pause updates

Here's an interesting trick that's a big counter-intuitive. Go to Settings > Update & Security > Windows Update and hit the Advanced Options button. Assuming you're at a relatively recent version of Windows 10, you'll see this screen:

Slide the Pause Updates switch on. Restart your machine. Then, once the machine is booted up fully, go back to that screen and slide the Pause Updates switch back to Off.

If you tell Windows to pause updates, you'll clear all of the downloaded updates. Go ahead and try Windows Update again. Hopefully it will work. This is way easier (and less stressful) than deleting the SoftwareDistribution directory from your Windows directory, which is my next suggestion.

5. Delete the SoftwareDistribution directory

I have to say that this was a surprise. Most of the time, when I've had difficulty getting Windows Update to work, it's taken hours or days, and I've had to jump through a bunch of hoops to get it done.

If the troubleshooter doesn't work, a good first start is to simply clear away the old update files. To do this, first restart your machine in Safe Mode. It is possible to clear the Windows Update files by stopping the Windows Update service, but I've found it's just a much more reliable experience to make sure nothing's running in the background, so I go straight for Safe Mode.

From there, open File Explorer, navigate to the Windows folder, and delete the folder called SoftwareDistribution.

Alternatively, you can type RMDIR /S/Q at a command prompt, which recurses throughout the entire subdirectory and deletes the appropriate update files without requiring additional confirming prompts.

At this point, go ahead and restart your machine and try the update again. If you disabled the Windows Update service, remember to turn it on before attempting your update.

6. Download the latest feature update from Microsoft

If Windows Update is still failing, you might want to consider going to Microsoft to download the update directly. It's probably not a bad idea to bookmark the Download Windows 10 page on the Microsoft site.

If you're using Edge, you'll be able to download the update:

Go ahead and completely download the update. I'd recommend hitting Save rather than Run, so that you have the update and can reapply it if you run into any snags.

Once it's downloaded, run the update image, and hopefully you'll be all set.

7. Download the cumulative quality/security updates

The tactic above may work if there's a recent feature update (as there was in my case). But there are really two kinds of updates: feature and quality/security updates. Ed has a great explanation of the differences in this article. Ed explains that most 'Update failed' messages are related to security/reliability updates.

For those, you have to go to the Microsoft Update Catalog, search using the KB number of the failed update, and download the correct standalone distribution package, then double-click to run it.

8. Run the Windows System File Checker

If all that fails, it might be time to run the Windows System File Checker. Here's a key tip for those of you familiar with using SFC (System File Checker) in Windows 7 and earlier. Now, since Windows 8, you'll need to run a tool called DISM (Deployment Image Servicing and Management) first.

So let's begin with that. First, open a command shell. Make sure you right-click on the Command menu and run in elevated privilege mode.

DISM is a pretty neat tool with a lot of capabilities

Issue the command DISM /online /cleanup-image /restorehealth. This should help clean corruption among your system components. Give it a few minutes to run. Hopefully you'll have a successful result.

Once you've completed your DISM run, it's time to fire off SFC. In that same elevated privilege command window, go ahead and run SFC /scannow.

As it turned out, SFC did find some errors, which it repaired and then wrote to the CBS (Component Based Servicing) log.

Once you've run DISM and SFC, it's time to reboot. Then, once again, try Windows Update.

9. If all else fails, repair your Windows installation

Hopefully, you're happily updating Windows by now. But if not, I have one more hammer left in my toolbox: repairing your Windows installation itself. Windows offers an in-place repair and upgrade as part of the installation process.

To take this final step, read Ed Bott's quick tip on how to make it happen.

10. Skip the update

Finally, it's worth mentioning that sometimes Microsoft ships problematic updates. You might just need to skip that update. I know, after all that pain, right? But it happens. Here's an Ed tip on hiding problematic updates and moving on with your life.

Hopefully, one of these procedures is getting you back on the way to an updated Windows. Let me know how things worked out in the TalkBacks below.

You can follow my day-to-day project updates on social media. Be sure to follow me on Twitter at @DavidGewirtz, on Facebook at Facebook.com/DavidGewirtz, on Instagram at Instagram.com/DavidGewirtz, and on YouTube at YouTube.com/DavidGewirtzTV.

NEXT PREV

Previous and related coverage:

A curated list of the best sites for support information about Windows 10.

How to install, reinstall, upgrade and activate Windows 10

Here's everything you need to know before you repair, reinstall, or upgrade Windows 10, including details about activation and product keys.

Which apps are draining your laptop's battery? Check Windows Task Manager CNET

The venerable Task Manager has a few new tricks.

10 apps to add features to Windows 10 TechRepublic

Here's a selection of our favorite Windows 10 utilities.

Related Topics:

Microsoft Enterprise Software Windows PCs Reviews

* Please try a lower page number.

* Please enter only numbers.

* Please try a lower page number.

* Please enter only numbers.

Windows failing and undoing changes is most common problem in Windows 10.

[FIX] Windows update says undoing changes after/before restart

The repair Install generally fixes this kind of issue.

Edit:

The first step beforehand would be trying updating manually. Download MSU under 1703 version:

Sumit
Windows Insider MVP 2018-2020 and Volunteer Moderator

12 people were helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

The manual update is basically just catalogue update, which failed too

17 people were helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

So then please try one by one the fixes in the article.

Sorry for missing that catalogue part though.

Sumit
Windows Insider MVP 2018-2020 and Volunteer Moderator

1 person was helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

The troubleshooting shooting part stucks at 'starting bits service', but i might try again later. Is resetting windows update components the same as clearing update history? If so then it also failed as the script failed to stop windows update.

Now i'm interested in doing the iso thing, as i see it as a more convenient media creation tool. However, media creation tool automatically updates to the very latest windows version, so it fixed my update problem. Is the iso one able to do that?

Windows 10 updates fail to install

6 people were helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

The troubleshooting shooting part stucks at 'starting bits service', but i might try again later. Is resetting windows update components the same as clearing update history?

Nope.

If so then it also failed as the script failed to stop windows update.

You can try running the script in safe mode then.

Now i'm interested in doing the iso thing, as i see it as a more convenient media creation tool. However, media creation tool automatically updates to the very latest windows version, so it fixed my update problem. Is the iso one able to do that?

Yes absolutely. MCT downloads the ISO first.Sumit
Windows Insider MVP 2018-2020 and Volunteer Moderator

5 people were helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Naruto mugen online game. RGR offers games of every genre including RPG, Platform, Arcade, Sports, Puzzle, Strategy, Simulation, Board, Card, Multiplayer, etc. Play Games from Retro Classic gaming systems including Super Nintendo, Sega Genesis, Game Boy Advance, Atari, etc and from the greatest franchises including Mario, Pokemon, Sonic, Zelda, Final Fantasy, Mega Man, etc.

Thanks for your feedback.

I have the same issue with Sept update KB4038788. I tried the windows update troubleshooter, but it didn't fix it for me. I assume you tried to too? Any other suggestions?

9 people were helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

Hi,

If you're still experiencing the issue. Let's reset the Windows Update Components. Follow these steps:

  1. PressWindowskey+Sand typeCommand Prompt (Admin).

  2. Type these command and pressEnterafter each command:

    • net stopwuauserv

    • net stopcryptSvc

    • net stop bits

    • net stopmsiserver

  1. RenameSoftwareDistributionandCatroot2folder. Type these command and pressEnterafter each command:

    • renC:WindowsSoftwareDistribution SoftwareDistribution.old

    • renC:WindowsSystem32catroot2 Catroot2.old

  2. Restart the BITS, Cryptographic, MSI Installer and theWindowsUpdateServices by typing these command and pressEnterafter each command:

    • net startwuauserv

    • net startcryptSvc

    • net start bits

    • net startmsiserver

  3. TypeExitto close the Command Prompt window.

  4. Restart your computer and check if it made a difference.

Please advise as necessary

41 people were helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

All of my windows 10 updates are failing to install. This gets a bit old. Is there any way to resolve this issue besides going back to Win8.x .

7 people were helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Microsoft Updates Failed To Install

Pursuit walkthrough game. Thanks for your feedback.

Hello,

This issue might have occurred due to some Windows Update conflicts or due to some corrupted Windows Update components. For us to efficiently assist you, could you tell us if you are getting any error messages when trying to install the updates? Also, may we know if you've tried the troubleshooting steps that were provided by Sumit Dhiman2 and John Ado?

Meanwhile, we advise that you follow the series of troubleshooting steps provided in this article. The article is a guided walk-through to resolve Windows Update issues.

Keep us posted so that we can further help.

7 people were helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

I am getting Window Update errors and tried following the command prompt sequence. I am logged on as the Administrator but it tell me that access is denied for the prompts.

My Desktop and Laptop are failing to install Windows 10 updates.

Microsoft Windows Update Failed To Install

I

3 people were helped by this reply

·

Did this solve your problem?

Sorry this didn't help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Fail To Install Windows Updates

Thanks for your feedback.

* Please try a lower page number.

* Please enter only numbers.

* Please try a lower page number.

Microsoft Updates Failed To Install Windows 7

* Please enter only numbers.

Comments are closed.