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
Copy file name to clipboardExpand all lines: support/windows-client/installing-updates-features-roles/error-0x8007000e-0x800705aa-insufficient-virtual-memory.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
---
2
2
title: Troubleshoot Windows Update Error Code 0x8007000e or 0x800705aa
3
3
description: Discusses how to resolve Windows Update error code 0x8007000e or 0x800705aa.
4
-
ms.date: 10/15/2025
4
+
ms.date: 11/26/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
8
8
ms.reviewer: kaushika
9
9
ms.custom:
10
-
- sap:windows servicing, updates and features on demand\windows update - install errors unknown or code not listed
10
+
- sap:windows servicing, updates and features on demand\windows update - install errors starting with 0x8007 (error)
11
11
- pcy:WinComm Devices Deploy
12
12
appliesto:
13
13
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Supported versions of Windows Client</a>
14
14
- ✅ <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
15
+
- ✅ <a href=https://learn.microsoft.com/lifecycle/products/azure-virtual-machine target=_blank>Supported versions of Azure Virtual Machine</a>
15
16
---
16
17
17
18
# Troubleshoot Windows Update error code 0x8007000e or 0x800705aa
@@ -33,11 +34,15 @@ Insufficient system resources exist to complete the requested service.
33
34
```
34
35
35
36
> [!NOTE]
36
-
> The second message typically occurs when you use `dism /online /add-package /packagepath:<path of .cab file>`to install the update.
37
+
> The second message typically occurs if you use `dism /online /add-package /packagepath:<path of .cab file>`to install the update.
38
+
39
+
When you review events in Event Viewer, you might also find Event ID 2004 recorded. The description of this event resembles the following example:
40
+
41
+
> Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: java.exe (1152) consumed 33821605888 bytes, java.exe (6316) consumed 5259997184 bytes, and java.exe (12536) consumed 1569894400 bytes.
37
42
38
43
## Cause
39
44
40
-
This issue occurs if the computer doesn't have enough available virtual memory for Windows to install the update. The most common causes of this issue are the following conditions:
45
+
This issue occurs if the computer or virtual machine (VM) doesn't have enough available virtual memory for Windows to install the update. The most common causes of this issue are the following conditions:
41
46
42
47
- Third-party applications are consuming lots of virtual memory.
@@ -61,13 +66,20 @@ After the computer restarts, try again to update it.
61
66
62
67
## Resolution
63
68
64
-
To configure the computer to automatically manage its virtual memory, follow these steps.
69
+
> [!IMPORTANT]
70
+
> Before you troubleshoot this issue, back up the operating system disk. For information about this process for VMs, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
71
+
72
+
> [!NOTE]
73
+
> If the affected computer is a VM, consider upgrading the virtual hardware of the VM to increase its available memory resources.
74
+
75
+
To configure the computer to automatically manage its virtual memory, follow these steps:
65
76
66
-
1.To open **System Properties**, select Search and then enter **sysdm.cpl**.
67
-
1. In **System Properties**, select **Advanced**, and then under **Performance**, select**Settings**.
68
-
1. In **Performance Options**, select **Advanced**, and then under **Virtual memory**, select**Change**.
77
+
1.Open **System Properties**: Select **Search**, and enter **sysdm.cpl**.
78
+
1. In **System Properties**, select **Advanced** > **Performance** >**Settings**.
79
+
1. In **Performance Options**, select **Advanced** > **Virtual memory** >**Change**.
69
80
1. Make sure that **Automatically manage paging file size for all drives** is selected, and then select **OK**.
70
81
1. Restart the computer.
82
+
1. To make sure that this issue doesn't reoccur, monitor the computer's available memory resources.
0 commit comments