Skip to content

Commit f25f16f

Browse files
author
Simonx Xu
authored
Merge pull request #8788 from MicrosoftDocs/v-lianna-patch-8
AB#5520 Update windows-update-issues-troubleshooting.md
2 parents 82290d5 + 5c0505e commit f25f16f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

support/windows-client/installing-updates-features-roles/windows-update-issues-troubleshooting.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Windows Update issues troubleshooting
33
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
55
manager: dcscontentpm
66
ms.topic: troubleshooting
77
ms.custom:
88
- sap:windows servicing,updates and features on demand\windows update fails - installation rolls back
99
- pcy:WinComm Devices Deploy
1010
ms.collection: highpri
11-
ms.reviewer: dougeby,aaroncz
11+
ms.reviewer: dougeby, aaroncz, warrenw, astoica
1212
audience: itpro
1313
---
1414
# Windows Update issues troubleshooting
@@ -137,7 +137,9 @@ The most common reasons for this error are described in the following table:
137137
|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. |
138138
|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.
139139

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.
141143

142144
Error that you might see in Windows Update logs:
143145

@@ -157,7 +159,7 @@ Or
157159
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
158160
```
159161

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)).
161163

162164
## Issues arising from configuration of conflicting policies
163165

0 commit comments

Comments
 (0)