TodayWindows

Windows Update is not working in Windows 10/11

Madalina has been a Windows fan ever since she got her hands on her first Windows XP computer. She is interested in all things technology, especially emerging technologies — AI and DNA computing in… Read more


  • Windows Update is not working? Microsoft’s troubleshooter is great for diagnosing the issue. 
  • A good idea if Windows update won’t load is to roll back to a previous Windows 10 instance.
  • It is also imperative to check your system for possible malware that can cause this issue.

Why is my Windows 10 not updating automatically

XINSTALL BY CLICKING THE DOWNLOAD FILE

To fix various PC problems, we recommend Restoro PC Repair Tool:This software will repair common computer errors, protect you from file loss, malware, hardware failure and optimize your PC for maximum performance. Fix PC issues and remove viruses now in 3 easy steps:

  1. Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).
  2. Click Start Scan to find Windows issues that could be causing PC problems.
  3. Click Repair All to fix issues affecting your computer’s security and performance
  • Restoro has been downloaded by 0 readers this month.

Windows 10 is one of the biggest releases that Microsoft ever announced and Windows Update made a colossal difference to the overall user experience.

While they are supposed to download automatically, the process is not always as streamlined as intended and glitches can occur.

For some users, Windows Update not working issues occur frequently, while others may stumble across this problem occasionally when performing specific tasks.

Let’s quickly go through the most common scenarios for which Windows 10 updates won’t install and check out the culprits behind each of them.

Why is Windows Update not working?

  • Windows 10 updates won’t install on restart – The update process gets stuck after performing a system restart.
  • Windows Update not working in Safe Mode – Safe Mode only allows essential system programs to start up at boot. Installing Windows updates in Safe Mode is only recommended if you cannot start Windows normally.)
  • Windows Update stuck on downloading – (This error can also be found under this form: We couldn’t install this update 0x80070541. While the numeric part can vary, the description often reads We couldn’t install this update, but you can try again.)
  • Windows Update download button is not working or button is missing altogether – (This error prevents you from force-downloading certain features. In some cases, Windows Update database corruption can occur and prevent you from installing updates.)
  • Windows 10 Update can’t find the necessary file – (The error stating some update files are missing or have problems is usually caused by some corrupted Windows update caches.)
  • Download error 0x80070002 – (This error is usually triggered by deprecated apps.)
  • One of the Update services is not running properly in Windows 10 – (One of the essential services on which WU relies on, the Windows Update Service is not running at all.)
  • Windows Update not working through a proxy – (Even though it is a solid method to protect your privacy online, many users reported various issues while using a proxy.
  • Windows Update, not enough space – This is a common problem, and it’s usually caused by the lack of space. To fix the issue, try removing unnecessary files and check if that resolves your problem.
  • We couldn’t install updates because there’s a problem with the date and time information on your device
  • Your device is missing important security and quality fixes – (This error is sometimes caused by problematic recent updates.)

What can I do if Windows 10 updates won’t install?

  1. Run the troubleshooter
  2. Use System Restore to roll back and uninstall a bad update
  3. Scan your PC for malware
  4. Install a fresh version of Windows
  5. Delete all files from the Software Distribution directory
  6. Change your DNS

1. Run the Windows Update troubleshooter

  1. Click on the Start button, type troubleshoot and select Troubleshoot settings from the results.
  2. Click on Aditional troubleshooters.
  3. Select Windows Update and then click on the Run the troubleshooter button.

Microsoft’s troubleshooter is a good way of knowing the problem if it is not much complex. It is almost everyone’s first choice whether a newbie or a professional.

Unfortunately, it does not always manage to solve the issue. In fact, it will most likely retrieve a result that resembles this description: Windows Update troubleshooting couldn’t identify the problem.

Whether it fixes your problem or not, it can surely provide you with useful information, so don’t be shy to use the Windows Update troubleshooter in Windows 10 or 11.

2. Use System Restore to roll back and uninstall a bad update

  1. Open Start Menu from the Taskbar at the bottom of the screen.
  2. Click to open the Settings right above the Power button.
    open Settings
  3. Click on the tab of Update & Security.
  4. In this new window, you need to select View update history and find the last successful update installed on your Windows.
  5. You will now see a list of updates installed on your system.
  6. Click on the Uninstall updates at the top.
  7. When you click Uninstall updates, a new window will pop up which shows the new updates that are installed on the PC.
  8. You can choose to uninstall any of these updates but proceed with caution as uninstalling a critical update will lead to a PC that is full of bugs.

After the completion of the restore, your computer will work fine.

If Windows Update is not working, System Restore might be the best way to fix it. This makes your computer back into the past when it was working fine, so follow the steps above to get this done.

Needless to say, the solution implies you already have created a restore point to which you want to revert now. If you can’t find a restore point, you may need to create one manually.

3. Scan your PC for malware

If Windows Update is not working, you will have to make sure your PC is clean and does not have any kind of malware.

To do so, you can either use the built-in tool, Microsoft Defender or download a professional malware scanner such as ESET Internet Security.

Whatever you choose, you need to make sure your security programs are up to date in order to keep your PC safe.

4. Install a fresh version of Windows

Expert Tip: Some PC issues are hard to tackle, especially when it comes to corrupted repositories or missing Windows files. If you are having troubles fixing an error, your system may be partially broken. We recommend installing Restoro, a tool that will scan your machine and identify what the fault is.
Click here to download and start repairing.

If nothing works for you, then it is a wise choice to install Windows freshly using the Microsoft 10 Install Drive.

For this option, it is very important that you create a backup of your data on an external drive because this option will erase all of it.

Moreover, the product ID of your license should be saved or should be written at a safe place before reinstalling your Windows.

5. Delete all files from the Software Distribution directory

5.1 Use the Windows Services

  1. Press Windows Key + R, enter services.msc, and press Enter or click OK.
    open services
  2. Locate Background Intelligent Transfer Service, right-click it, and choose Stop from the menu.
  3. Do the same for the Windows Update service.
  4. After disabling these services go to the following folder: C:WindowsSoftwareDistribution
  5. Select all files in the SoftwareDistribution directory and click on Delete.
  6. Go back to the Services window and start both Windows Update and Background Intelligent Transfer Services.

After doing that, try to download updates manually and check if the problem is resolved.

If Windows Update is not working on your PC, you might be able to solve the problem simply by deleting files from the SoftwareDistribution directory.

Sometimes files in this directory can become corrupted and that can cause this problem to appear.

5.2 Use Command Prompt

  1. Type cmd in the Search box and select Run as administrator to start Command Prompt with elevated privileges.
  2. Enter the following command lines and run them one by one:

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:WindowsSoftwareDistributionSoftwareDistribution.old
ren C:WindowsSystem32catroot2catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

If you cannot run Command Prompt as an admin or if it is simply not available for whatever reason, you can also use PowerShell.

6. Change your DNS

  1. Right-click the network icon in the bottom right corner and choose Open Network and Sharing Center.
    network and sharing center
  2. In the left pane, click on Change adapter settings.
    change adapter settings
  3. Locate your network connection, right-click it, and choose Properties from the menu.
  4. Select Internet Protocol Version 4 (TCP/IPv4) and click on Properties.
    internet protocol version 4
  5. Select Use the following DNS server addresses and enter 8.8.8.8 as a Preferred DNS server and 8.8.4.4 as Alternate DNS server. Click OK to save changes.
    change dns

Sometimes, your default DNS might present specific issues such as the server not responding or others that prevent you from using Windows Update.

If Windows Update stopped working, changing your DNS server should solve the issue.

How to delete Windows 10 updates that won’t install?

  1. Click the Windows button and select Settings.
  2. Choose Update & Security.
  3. In the right section, click on View update history. Error 0x800703ee
  4. In the new window, choose Uninstall updates.
  5. From the list that appears, click on the last update and uninstall it.
  6. After the process has finished, go to Windows Update and check for updates again in order to restart the process.

Windows 10 saying you’re not up to date can be problematic, but we’re confident you will be able to get those updates running in no time with our tips.

Now, Windows Update errors come in many shapes and sizes. If you ever get stuck, help is no further than a click away.

idee restoro Still having issues? Fix them with this tool:
  1. Download this PC Repair Tool rated Great on TrustPilot.com (download starts on this page).
  2. Click Start Scan to find Windows issues that could be causing PC problems.
  3. Click Repair All to fix issues with Patented Technologies (Exclusive Discount for our readers).

Restoro has been downloaded by 0 readers this month.

Frequently Asked Questions

Source link

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button