Skip to content

Commit 7145377

Browse files
authored
Create cannot-power-on-hyper-v-vm.md (#10070)
1 parent 63e2fd8 commit 7145377

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: Can't Power on Hyper-V VM and Merges Fail
3+
description: Resolves issues that prevent you from powering on Hyper-V VM because of insufficient free disk space.
4+
ms.date: 10/06/2025
5+
author: kaushika-msft
6+
ms.author: kaushika
7+
manager: dcscontentpm
8+
audience: itpro
9+
ms.topic: troubleshooting
10+
ms.reviewer: kaushika
11+
ms.custom:
12+
- sap: virtualization and hyper-v\virtual machine state
13+
- pcy: Virtualization\virtual machine state
14+
appliesto:
15+
- <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
16+
---
17+
18+
# Can't power on Hyper-V VM and merge operations fail
19+
20+
## Summary
21+
22+
This article discusses an issue in which a virtual machine (VM) that runs on Hyper-V can't power on because of insufficient free disk space. This problem is often associated with checkpoint disks and failed merge operations that cause critical I/O alerts. The following steps help you to resolve this issue effectively.
23+
24+
## Prerequisites
25+
26+
- Make sure that you have access to the Hyper-V environment.
27+
- Back up all essential data from the VM before you try any of the solutions.
28+
- Verify that you have sufficient permissions to perform the resolutions.
29+
30+
## Symptoms
31+
32+
You might encounter the following symptoms:
33+
34+
- The VM can't power on. Merge operations for checkpoint disks fail.
35+
- Critical I/O alerts appear in the Hyper-V Manager or event logs.
36+
- A snapshot of approximately 800GB (or other large sizes) doesn't merge.
37+
38+
## Cause
39+
40+
The root cause of the issue is insufficient free disk space on the drive that hosts the VM. This lack of space prevents the merge operation of checkpoint disks. That condition, in turn, prevents the VM from powering on. This issue is observed in environments that run Windows Server 2019.
41+
42+
## Solution 1: Export the VM to a temporary location
43+
44+
1. Export the affected VM to a Network Attached Storage (NAS) appliance or any other storage device that has sufficient free space.
45+
2. Verify that the export process completes successfully.
46+
3. Run the VM from the NAS appliance temporarily until permanent storage is ready.
47+
48+
## Solution 2: Upgrade the existing storage
49+
50+
1. Upgrade the current drives that host the VM. Replace them with larger-capacity drives.
51+
2. Rebuild the storage array to accommodate the new drives.
52+
3. Create a new Logical Unit Number (LUN) to allocate storage for the VM.
53+
54+
## Solution 3: Migrate the VM back to local storage
55+
56+
1. After the new storage is configured, restore the VM from the NAS appliance to the local storage that has expanded capacity.
57+
2. Start the merge operation for the checkpoint disks by using the increased storage space.
58+
3. Monitor the merge process to make sure that it finishes successfully.
59+
60+
These steps should help you to resolve the issue and enable the VM to power on without any more disk space-related errors.
61+
62+
## Determine the cause of the problem
63+
64+
If the issue persists, or if you encounter additional problems, review the following items:
65+
66+
- Check the available disk space on the drive hosting the VM and make sure it meets the requirements.
67+
- Review Hyper-V Manager logs for any further details regarding the merge failures or I/O alerts.
68+
- Verify the configuration of the storage array to make sure it's optimized for VM operations.

0 commit comments

Comments
 (0)