|
1 | 1 | --- |
2 | 2 | title: Windows Update issues troubleshooting |
3 | 3 | description: Learn about troubleshooting Windows Update, issues related to HTTP/Proxy, and why some features are offered and others aren't. |
4 | | -ms.date: 01/15/2025 |
| 4 | +ms.date: 04/25/2025 |
5 | 5 | manager: dcscontentpm |
6 | 6 | ms.topic: troubleshooting |
7 | 7 | ms.custom: |
8 | 8 | - sap:windows servicing,updates and features on demand\windows update fails - installation rolls back |
9 | 9 | - pcy:WinComm Devices Deploy |
10 | 10 | ms.collection: highpri |
11 | | -ms.reviewer: dougeby,aaroncz |
| 11 | +ms.reviewer: dougeby, aaroncz, warrenw, astoica |
12 | 12 | audience: itpro |
13 | 13 | --- |
14 | 14 | # Windows Update issues troubleshooting |
@@ -137,7 +137,9 @@ The most common reasons for this error are described in the following table: |
137 | 137 | |Wrong update for architecture|Updates are published by CPU architecture. If the update that you're trying to install doesn't match the architecture for your CPU, you may encounter this error message. |Verify that the package that you're trying to install matches the Windows version that you're using. The Windows version information can be found in the "Applies To" section of the article for each update. For example, Windows Server 2012-only updates can't be installed on Windows Server 2012 R2-based computers. <br>Also, verify that the package that you're installing matches the processor architecture of the Windows version that you're using. For example, an x86-based update can't be installed on x64-based installations of Windows. | |
138 | 138 | |Missing prerequisite update|Some updates require a prerequisite update before they can be applied to a system. If you're missing a prerequisite update, you may encounter this error message. For example, KB 2919355 must be installed on Windows 8.1 and Windows Server 2012 R2 computers before many of the updates that were released after April 2014 can be installed.|Check the related articles about the package in the Microsoft Knowledge Base (KB) to make sure that you have the prerequisite updates installed. For example, if you encounter the error message on Windows 8.1 or Windows Server 2012 R2, you may have to install the April 2014 update 2919355 as a prerequisite and one or more pre-requisite servicing updates (KB 2919442 and KB 3173424). <br>To determine if these prerequisite updates are installed, run the following PowerShell command: <br>`get-hotfix KB3173424,KB2919355, KB2919442`. <br>If the updates are installed, the command will return the installed date in the `InstalledOn` section of the output. |
139 | 139 |
|
140 | | -## Issues related to firewall configuration |
| 140 | +## Error 0x800706D9 if the Windows Defender Firewall service is disabled |
| 141 | + |
| 142 | +You observe that the download for updates is stuck at 0%, especially in Windows Server 2016, where the Background Intelligent Transfer Service (BITS) service is the default Download Manager. |
141 | 143 |
|
142 | 144 | Error that you might see in Windows Update logs: |
143 | 145 |
|
|
157 | 159 | DownloadManager [0]12F4.1FE8::09/29/2017-13:45:08.530 [agent]DO job {C6E2F6DC-5B78-4608-B6F1-0678C23614BD} hit a transient error, updateId = 5537BD35-BB74-40B2-A8C3-B696D3C97CBA.201 <NULL>, error = 0x80D0000A |
158 | 160 | ``` |
159 | 161 |
|
160 | | -Go to Services.msc and ensure that Windows Firewall Service is enabled. Stopping the service associated with Windows Firewall with Advanced Security isn't supported by Microsoft. For more information, see [I need to disable Windows Firewall](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc766337(v=ws.10)). |
| 162 | +Go to **Services.msc** and ensure that the **Windows Defender Firewall** service is enabled. Stopping the service associated with Windows Firewall with Advanced Security isn't supported by Microsoft. For more information, see [I need to disable Windows Firewall](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc766337(v=ws.10)). |
161 | 163 |
|
162 | 164 | ## Issues arising from configuration of conflicting policies |
163 | 165 |
|
|
0 commit comments