Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Virtualization » How to Increase Disk Size in Hyper-V
  • hero activedirectory
    How to find disabled Active Directory User accounts Windows Server
  • Featured image RAM requirement for PC
    How much RAM does your Windows PC really need? Windows
  • mailx
    [MAILX ERROR: STATUS=BOUNCED] Fixing Mailx error when sending emails from Command line Linux
  • banner 5
    How to fix Wi-Fi not connecting on Windows 11 Windows
  • BitLocker MBAM Frequently Asked Questions
    Disable the Sleep Mode: UEFI and TPM and BitLocker FAQs Windows
  • Synology 1
    Synology NAS brute-force attack: Employ Synology Best Practice to remediate StealthWorker Botnet attack Security | Vulnerability Scans and Assessment
  • Hadoop installation
    How to Install Hadoop on Linux Network | Monitoring
  • Capture
    An account with the same name exists in Active Directory: Re-using the account was blocked by a security policy Security | Vulnerability Scans and Assessment

How to Increase Disk Size in Hyper-V

Posted on 25/05/202328/08/2024 Temitope Odemo By Temitope Odemo No Comments on How to Increase Disk Size in Hyper-V
HyperV VM disk size increase

Hyper-V is a hypervisor developed by Microsoft to run Virtual Machines but if you observe that the virtual machine is no longer functioning properly the reason could be that your VM does not have enough storage to perform optimally. In this guide, I will be showing you How to Increase Disk Size in Hyper-V when you discover that your VM is throwing some storage-related errors. Please see How to add a second Domain Controller, and how to extend System Drive Partition on Windows.

What you need to do is to increase the VM storage capacity by adding another internal or external hard drive. Below is a YouTube video on how to increase Disk Size in Hyper-V

You can also read more on Hyper-V: Fix Hyper-V VM Stuck in Stopping State, 3 Ways to Convert VMware VMs to Hyper-V, Hyper-V Server Core Mode: How to install free Hyper-V Server on a VMware Workstation, how to Fix Boot Failed UEFI SCSI Device on HyperV.

Steps on how to increase disk size in hyper-v

Launch the Hyper-V Manager. Right-click the VM and select Settings.

VM-Settings

2. Select Hard Drive in the Hardware pane and click the Edit button.

Hard-Drive-Edit

3. Follow through on the Edit Virtual Hard Disk Wizard and select Expand..

Expand-Action

4. On the Configure Disk page enter the new size you want for your Virtual machine. Click finish.

Compact-disk-size

5. To verify the hard disk has expanded successfully select the Hard Drive, and click the Inspect button.

Hard-Disk-Inspect

Please see What to do after increasing the Memory of Oracle Database, and how to increase the Windows PIN complexity to accommodate more digits.

Extend the volume size through Disk Management Utility

6. We will now extend the volume on the virtual hard disk. Enter DISKMGMT.MSC in the search bar of the virtual machine and this will open the Disk Management Utility.

Disk Management utility will display allocated and unallocated space on the VM drive.

DISKMGMT

7. From the Disk Management, the size that was added shows as Unallocated. Right-click the C: drive and select Extend Volume. This Extend Volume wizard will open.

Extending-Volume

8. Please note that you can only extend the volume to the available space shown as unallocated. select the available amount of space and click Next and finish.

Available-disk-space

9. Immediately you are done the disk capacity will be extended.

Disk-Expanded

Please see the following related articles: How to extend a VM Hard Disk on VMware Workstation. Enable HyperV on Windows: How to install Windows 11 on HyperV, and how to fix an error occurred while attempting to connect to the server.

FAQs on how to increase Disk Size in Hyper-V

How do I increase the disk size in Hyper-V?

To increase the disk size in Hyper-V, open Hyper-V Manager, select the virtual machine, go to Settings, choose the hard disk to resize, and then adjust the size accordingly.

Can I increase the disk size while the virtual machine is running?

You can increase the disk size of a virtual machine in Hyper-V while it is running. However, you might need to perform additional steps within the guest operating system to recognize the new space.

What happens after I increase the disk size in Hyper-V?

After increasing the disk size, you need to extend the partition within the guest operating system to utilize the additional space. This is a separate step from the Hyper-V Manager.

Do snapshots affect the ability to increase disk size in Hyper-V?

Yes, having snapshots can impact the ability to increase disk size. It’s recommended to delete or merge snapshots before attempting to resize a virtual disk in Hyper-V for a smoother process.

Can I decrease the disk size in Hyper-V?

Hyper-V does not have a built-in feature to decrease the disk size directly. You may need to use third-party tools or create a new virtual disk with the desired size and migrate the data.

I hope you found this blog post on how to Increase Disk Size in Hyper-V Interesting and helpful. In case you have any questions do not hesitate to ask in the comment section

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Virtualization, Windows, Windows Server Tags:disk, Disk management, Hyper V, Hyper-V, hyperV, Hypervisor, Microsoft Windows, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: How to Scan Your Code by Integrating SonarCloud into Your GitHub Repository
Next Post: How to protect your Windows PC from potentially unwanted applications

Related Posts

  • the Execute permission was denied
    Fix An error has occurred during report processing (rsProcessingAborted) Oracle/MSSQL/MySQL
  • windows sysinternals
    Sysmon from SysInternal: What is System Monitor and how to install and use it Windows Server
  • Fix OneDrive Error
    How to Fix OneDrive Error 0x80071129: The tag present in the reparse point buffer is invalid Windows
  • Remote desktop
    Is RDP enabled? Enable and disable Remote Desktop in Windows 10 for all users or selected users Windows
  • Featured image MsTeams.
    How to share an app window on Microsoft Teams Windows
  • featured 2 2
    Clone a repository and install software from GitHub on Windows Windows Server

More Related Articles

the Execute permission was denied Fix An error has occurred during report processing (rsProcessingAborted) Oracle/MSSQL/MySQL
windows sysinternals Sysmon from SysInternal: What is System Monitor and how to install and use it Windows Server
Fix OneDrive Error How to Fix OneDrive Error 0x80071129: The tag present in the reparse point buffer is invalid Windows
Remote desktop Is RDP enabled? Enable and disable Remote Desktop in Windows 10 for all users or selected users Windows
Featured image MsTeams. How to share an app window on Microsoft Teams Windows
featured 2 2 Clone a repository and install software from GitHub on Windows Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • hero activedirectory
    How to find disabled Active Directory User accounts Windows Server
  • Featured image RAM requirement for PC
    How much RAM does your Windows PC really need? Windows
  • mailx
    [MAILX ERROR: STATUS=BOUNCED] Fixing Mailx error when sending emails from Command line Linux
  • banner 5
    How to fix Wi-Fi not connecting on Windows 11 Windows
  • BitLocker MBAM Frequently Asked Questions
    Disable the Sleep Mode: UEFI and TPM and BitLocker FAQs Windows
  • Synology 1
    Synology NAS brute-force attack: Employ Synology Best Practice to remediate StealthWorker Botnet attack Security | Vulnerability Scans and Assessment
  • Hadoop installation
    How to Install Hadoop on Linux Network | Monitoring
  • Capture
    An account with the same name exists in Active Directory: Re-using the account was blocked by a security policy Security | Vulnerability Scans and Assessment

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.