본문 바로가기
카테고리 없음

Unable To Download Windows 7 Updates

by barrihoslasmata 2021. 5. 5.

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.

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.

Unable to download windows updates. Everytime i try to install these updates they fail, and i am not recieving any new updates from microsoft. Ok, so again later. I am also getting a major Migraine from Windows Update. I did a fresh install of Win 7 Pro x64 to a new HDD as my old one was dying. Windows update spends the better part of 2 hours searching for updates and another hour or so of 0% downloading and I have over 200 Updates pending. Windows was restarted and windows updates was activated. The bottom line was the SoftwareDistribution file was corrupt even though chkdsk /f /r had been run and no problems were found. All updates were completed. Windows 7 Forums is the largest help and support community, providing friendly help and advice for Microsoft Windows 7 Computers such as Dell, HP, Acer, Asus or a custom build. For the past 18+ days I've been unable to download and install updates on Windows7 x64. Oct 12, 2009  Download Update for Windows 7 (KB974431) from Official Microsoft Download Center. New Surface Pro 6. Stand out from the ordinary. This update resolves some reliability issues in Windows 7. By applying this update, you can achieve better reliability in various scenarios. After you install this item, you may have to restart your.

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.

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.

Download

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

Unable to download windows 7 updates for mac

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

Unable To Check For Updates Windows 7

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

Q.Why is it that some Windows updates just refuse to install? In other words, when one goes into update history and it shows an update that has failed to install a number of times, what can you do?

A.Windows Update is the service Microsoft provides within the Windows operating system to automatically download and install security patches and system fixes, but it is not without occasional malfunctions of its own. (Hiccups with getting certain updates to install or the service to work smoothly are not limited to Windows 10, as Windows Update has been around for years through many versions of the operating system.)

If you check your Windows Update History in the Settings app and see a particular update has failed to install, restart the PC and then try running Windows Update again. Make sure the computer stays connected to the internet and has not shut down before the software has fully downloaded and gone through the installation process, as those disruptions can cause update problems.

Because malicious software can also interfere, keep your system’s security software current (using Windows Defender/Microsoft Security Essentials or any third-party program) and scan the computer for malware. Check your hard drive to make sure it has at least 10 gigabytes of free space available for Windows Update to use, and make sure the date and time on your PC are accurate.

Unable To Download Microsoft Updates

If your own basic troubleshooting fails to get the update installed, Microsoft’s website has its own Windows Update Troubleshooter tool for Windows 7, Windows 8 and Windows 10 that you can download and use to sort out certain issues. Despite the best intentions, some updates are simply buggy and will not install no matter what you do. Browsing Windows-focused blogs and Microsoft’s own online tech forums might point you to information or workarounds for installing problematic updates.

댓글