You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Troubleshoot Windows Update Error Code 0x8024002E
3
-
description: Learn how to resolve the Windows Update error code 0x8024002E indicating that access to an unmanaged server is not allowed.
2
+
title: Troubleshoot Windows update error code 0x8024002E
3
+
description: Learn how to resolve the Windows Update error code 0x8024002E indicating that access to an unmanaged server isn't allowed.
4
4
ms.date: 04/08/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
@@ -12,13 +12,13 @@ ms.custom:
12
12
---
13
13
# Troubleshoot Windows Update Error Code 0x8024002E
14
14
15
-
The Windows Update error code 0x8024002E indicates that access to an unmanaged server is not allowed, typically because the Windows Update Client service is disabled on the server. This document provides steps to identify and resolve this issue.
15
+
The Windows Update error code 0x8024002E indicates that access to an unmanaged server isn't allowed, typically because the Windows Update Client service is disabled on the server. This document provides steps to identify and resolve this issue.
16
16
17
17
## Prerequisites
18
18
19
19
Ensure you have administrative access to the server to modify system settings and policies.
20
20
21
-
## How to Identify the Issue
21
+
## How to identify the issue
22
22
23
23
To identify the issue, check the CBS.log for entries similar to the following:
24
24
@@ -35,45 +35,47 @@ Azure VM Guest Patching Failure Software Synchronization Windows Update Client f
The error code 0x8024002E occurs when the Windows Update Client service is disabled, preventing access to unmanaged servers. This is often due to a Group Policy setting that disables Windows Update access.
40
+
The error code 0x8024002E occurs when the Windows Update Client service is disabled, preventing access to unmanaged servers. This issue is often due to a Group Policy setting that disables Windows Update access.
41
41
42
-
## Resolution or Troubleshooting Steps
42
+
## Resolution or troubleshooting steps
43
43
44
-
### Enable Windows Update Service
44
+
### Enable Windows Update service
45
45
46
46
1. Open the **Run** dialog by pressing `Win + R`, type `services.msc`, and press **Enter**.
47
47
2. In the **Services** window, locate **Windows Update**.
48
48
3. Right-click **Windows Update** and select **Properties**.
49
-
4. Set the **Startup type** to **Automatic** and click**Start**.
50
-
5.Click**OK** to apply the changes.
49
+
4. Set the **Startup type** to **Automatic** and select**Start**.
0 commit comments