Skip to content

Commit be82ae1

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/SupportArticles-docs-pr (branch live)
2 parents 834d32f + faf5bf1 commit be82ae1

6 files changed

Lines changed: 144 additions & 190 deletions

File tree

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15439,6 +15439,16 @@
1543915439
"source_path": "support/windows-client/windows-security/cannot-boot-windows-on-primary-hard-disk-uefi.md",
1544015440
"redirect_url": "/previous-versions/troubleshoot/windows-client/cannot-boot-windows-on-primary-hard-disk-uefi",
1544115441
"redirect_document_id": false
15442+
},
15443+
{
15444+
"source_path": "support/windows-server/active-directory/inter-forest-password-migration-with-admtv2.md",
15445+
"redirect_url": "/previous-versions/troubleshoot/windows-server/inter-forest-password-migration-with-admtv2",
15446+
"redirect_document_id": false
15447+
},
15448+
{
15449+
"source_path": "support/windows-server/active-directory/inter-forest-sidhistory-migration-with-admt.md",
15450+
"redirect_url": "/windows/win32/ad/using-dsaddsidhistory",
15451+
"redirect_document_id": false
1544215452
}
1544315453
]
1544415454
}

support/windows-server/active-directory/inter-forest-password-migration-with-admtv2.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

support/windows-server/active-directory/inter-forest-sidhistory-migration-with-admt.md

Lines changed: 0 additions & 115 deletions
This file was deleted.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Can't extend drive C because Extend Volume isn't available
3+
description: Discusses an issue in which you can't extend drive C in Windows because the Extend Volume command isn't available in the Disk Management tool.
4+
ms.date: 02/27/2026
5+
author: kaushika-msft
6+
ms.author: kaushika
7+
manager: dcscontentpm
8+
audience: itpro
9+
ms.topic: troubleshooting
10+
ms.reviewer: kaushika, simonw, v-appelgatet
11+
ai.usage: ai-assisted
12+
ms.custom:
13+
- sap:backup,recovery,disk,and storage\data corruption and disk errors
14+
- pcy:WinComm Storage High Avail
15+
appliesto:
16+
- <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
17+
---
18+
19+
# No Extend Volume command for drive C in Disk Management
20+
21+
## Summary
22+
23+
This article discusses how to fix an issue in which you can't extend drive C in Windows because the **Extend Volume** command isn't available in the Disk Management tool. This issue usually occurs because unallocated space isn't immediately next to the partition that you want to expand. This article also explains how to verify the layout of the partitions, make the required unallocated space contiguous, and then safely extend drive C.
24+
25+
## Symptoms
26+
27+
In the Disk Management tool, you right-click drive C to try to extend the drive. However, the **Extend Volume** command is unavailable (grayed out). You might also see error messages that indicate that the drive can't be extended.
28+
29+
## Cause
30+
31+
This issue occurs if the unallocated space on the disk isn't directly next to the drive C partition. In the Disk Management tool, you can extend a volume into only unallocated space that's immediately next to the volume. If the unallocated space is on another part of the disk, or if it isn't correctly assigned, the extension command is disabled.
32+
33+
## Resolution
34+
35+
To resolve this issue, make sure that the unallocated space is directly next to drive C. Then, extend drive C.
36+
37+
> [!IMPORTANT]
38+
> Always back up your data before making changes to disk partitions.
39+
40+
1. To review the partition map of the disk that hosts the drive C volume, use Disk Management. Select **Start**, enter *disk management*, and then select **Disk Management** in the search results.
41+
42+
1. Look for any partitions that appear between drive C and the unallocated space on the drive.
43+
44+
1. Move or remove the partitions that you found in the previous step. You can use a third-party partition management tool, or you can back up the partitions, and then delete them. You can restore the partitions and content after you extend drive C.
45+
46+
1. In Disk Management, right-click drive C, and then select **Extend Volume**. Follow the instructions in the wizard.
47+
48+
## Data collection
49+
50+
If you need assistance from Microsoft Support, gather the following information before you create a support request:
51+
52+
- A screenshot of the Disk Management tool that shows all the partitions and unallocated space.
53+
- The version of Windows that you're using. To find this information, go to **Settings** > **System** > **About**.
54+
- Any error messages that you received when you tried to extend drive C.

0 commit comments

Comments
 (0)