How to Extend a Partition in Windows VM (2024)

When a virtual disk on a virtual machine is full, you need to increase the virtual disk size. However, partitions located on the virtual disk do not expand automatically and should be expanded manually.

Learn how to increase the virtual disk size and extend Windows partitions using different methods and combine these methods for different scenarios.

How to Extend a Partition in Windows VM (1)

NAKIVO for VMware vSphere Backup

Complete data protection for VMware vSphere VMs and instant recovery options. Secure backup targets onsite, offsite and in the cloud. Anti-ransomware features.

DISCOVER SOLUTION

Preparing to Extend Windows Partitions

Let’s first go over the setup used in this post. The process involves two steps:

  1. Increasing the size of a virtual disk in VMware vCenter by using vSphere Client
  2. Increasing the partition size in the Windows VM

The version of Windows installed on the VM as a guest OS is Windows Server 2019 in our example. There is one 20-GB virtual disk with one system partition (C:) on which Windows is installed.

Note that the workflow for Windows Server 2022, Windows Server 2016, Windows 10, Windows 8, and Windows 7 is similar. For Linux environments, you can read how to extend partitions in Linux.

The requirements to expand a virtual disk of a VM are:

  • The virtual machine must be powered off.
  • Virtual disks must not have snapshots.

Expanding a Windows Virtual Disk in vSphere Client

First, you must increase the size of the virtual disk used by the virtual machine. In this example, we use VMware vSphere Client to increase the virtual disk size.

  1. Select a virtual machine whose virtual disk you want to expand, right-click the VM, and in the menu that opens, hit Edit Settings to open the virtual machine settings.

    How to Extend a Partition in Windows VM (2)

  2. In the Virtual Hardware tab, expand settings for the needed hard disk, for example, Hard disk 1. Enter the new size for the selected hard disk. In our example, we expand a virtual disk from 20 GB to 30 GB. Hit OK to save settings and expand the disk. If hard disk settings are grayed out, power off the VM and try again. Make sure that there are no snapshots for VM disks.

    How to Extend a Partition in Windows VM (3)

Extending Windows partitions with Disk Management Snap-in

The virtual hard disk has now been expanded, but the size of partitions remains the same. The most user-friendly method to extend Windows partitions is using native disk management tools in the graphical user interface of Windows 10 and other versions.

  1. Open Computer Management, and then open Disk Management.
    • In Windows Server 2016, 2019, and 2022, click Tools > Computer Management in Server Manager.
    • In Windows 10 and other client Windows versions, right-click the My Computer (This PC) icon, and in the context menu, click Computer Management.

      How to Extend a Partition in Windows VM (4)

    • In the left pane of the Computer Management window, click Disk Management.
    • You can open the Disk Management snap-in in different Windows versions from the command line interface by running the diskmgmt.msc command.
  2. Right-click the needed partition, and in the context menu, click Extend Volume.

    NOTE: There must be free space right after the partition that you want to extend. If you have two partitions on a disk (C: and D:), and you want to extend the first partition (C:), your unallocated disk space should be between the first and the second partition (after C: and before D:).

    How to Extend a Partition in Windows VM (5)

  3. Welcome to the Extend Volume Wizard. Hit Next to Continue.
  4. Select Disks. Select the unallocated disk space on your disk to be used to extend the needed disk partition. In our example, we select 10 GB of unallocated disk space, which appeared after increasing the size of the virtual disk. You can select the amount of disk space in MB (it can be less or equal to the size of unallocated disk space).

    How to Extend a Partition in Windows VM (6)

  5. Completing the Extend Volume Wizard. Hit Finish.

Now the partition size has been increased, and there is no unallocated disk space on the virtual disk. You can check the free space in the Disk Management window and in Windows Explorer.

How to Extend a Partition in Windows VM (7)

If the extend volume option is inactive in Windows 10 for some reason, use the next method explained below.

Extend Partitions for Windows With Diskpart

In the section above, we were able to extend partitions right in the operating system by using the Disk Management snap-in. This option is only available for newer Windows versions to extend partitions including system partitions. This option is not available, however, in Windows XP, Windows Server 2003, and older Windows versions (You may have old Windows versions installed, such as Windows XP, to run old applications).

Another option is to connect old devices via USB (the USB Pass-through feature of VMware allows you to connect USB devices directly to a virtual machine) when devices don’t have drivers for newer versions of Windows. If you cannot install Windows XP on modern hardware due to ended support and missing drivers, you can still use this operating system on virtual machines. In this section, we explain how to increase the size of a virtual disk used by the Windows XP VM and how to extend a partition on this virtual disk afterward.

NOTE: As security patches are not released for Windows XP and Windows Server 2003 now, avoid connecting machines running these operating systems to a production network for security reasons. Attackers can use unpatched software vulnerabilities to initiate malware attacks. Microsoft recommends that you use the latest versions of Windows. Windows XP is used as an example in this section of the blog post.

There must be unallocated (unpartitioned) disk space right after a system partition to expand the system partition.

This workflow is applicable for Windows XP and newer Windows versions.

Preparing the environment to extend Windows partitions

Let’s use the native built-in command-line Windows tool, which is available in Windows XP and all newer Windows versions and editions. The idea is to use the Windows 10 installation image to boot from this virtual DVD image, run diskpart, and resize a partition. The advantage of using diskpart in Windows 7 and newer versions of Windows is the support of 4-KB blocks and their alignment (native tools of Windows XP don’t support this feature). You can use this method to extend partitions on machines running other Windows versions.

A Windows XP VM is running on an ESXi host in this example. You can edit the configuration of the VM running on the ESXi host by using VMware Workstation as an alternative to vSphere Client. VMware Workstation provides functionality for connecting to vCenter Servers and ESXi hosts and managing virtual machines. You can use this method to resize virtual disks and partitions of VMs running on VMware Workstation on your computer. Just keep in mind that the locations of VM files are different in this case.

Let’s start from the very beginning. Before increasing the size of a virtual disk in a VM running Windows XP, the disk partitioning scheme in Disk Management looks as in the screenshot below. There is one 10-GB virtual hard disk and one partition C: which fills all disk space. Windows is installed on this NTFS partition.

How to Extend a Partition in Windows VM (8)

Expanding a virtual disk in VMware Workstation

To extend the hard drive of a virtual machine:

  1. Open VMware Workstation and click File > Connect to Server. Enter the IP address of the ESXi host on which your VM is residing or the IP address of vCenter Server that manages ESXi host with the needed VM. Enter administrative credentials for the selected server (by default, the root username is used for ESXi hosts and administrator@vsphere.local for vCenter).

    How to Extend a Partition in Windows VM (9)

  2. Select the VM with the virtual disk that you want to expand in the list of VMs on the appropriate server.
  3. Shut down the VM.
  4. Then click VM > Settings in VMware Workstation.

    How to Extend a Partition in Windows VM (10)

  5. In the Hardware tab, select the hard disk that you want to expand, then in the right section of the window, click Expand. The Windows XP VM, for which we will extend volume C:, has a thin provisioned 10-GB virtual disk.

    How to Extend a Partition in Windows VM (11)

  6. Enter the new maximum disk size. Let’s expand the virtual disk from 10 GB to 18 GB. VMware displays the following notification:

    Expand increases only the size of a virtual disk. Sizes of partitions and file systems are not affected.

    OK. Click Expand to apply changes to the virtual disk.

  7. When the disk is successfully expanded, a message is displayed with the reminder to repartition the disk. Hit OK to close this window.

    How to Extend a Partition in Windows VM (12)

  8. Now in the hard disk options of VM hardware, you see that the size of the virtual disk has been increased to 18 GB.

    How to Extend a Partition in Windows VM (13)

  9. If you power on the Windows XP VM and open the Disk Management snap-in, you notice that 8 GB of disk space is added as unallocated disk space after the first partition (disk C:). If you right-click a partition, you don’t see the Extend/Shrink options because there is no support for these features in Windows XP. Shut down Windows XP on this VM, and prepare the ISO installation image of a newer Windows version.

    How to Extend a Partition in Windows VM (14)

  10. In VMware Workstation, open VM settings of the Windows XP VM. In hardware settings, click CD/DVD drive 1, and in the right pane of the window, select the needed Windows installation image.

As the considered VM resides on an ESXi host, and VMware Workstation is used to manage this VM, there are multiple options for the CD/DVD drive of the VM. You can select the ISO image stored on a datastore of a remote server (ESXi server) or select the ISO image stored on a machine where VMware Workstation is installed. You can also insert an optical disc into the physical drive of the ESXi server or a computer running VMware Workstation.

Let’s use the Windows 10 ISO image stored on a local machine and insert it into a virtual CD/DVD drive. Hit OK to save the VM configuration and close the window.

How to Extend a Partition in Windows VM (15)

Using diskpart on the Windows installation medium

Diskpart is the advanced Windows command line tool and includes features not available in the GUI.

To extend volume in Windows with diskpart by using a Windows 10 installation medium:

  1. Power on the VM and press F2 quickly to open BIOS settings of the virtual machine. In the Boot tab, select CD-ROM Drive as the first boot device, save changes, and exit.
  2. Boot from the selected Windows installation medium (Windows 10 ISO image in this case).
  3. Press Shift+F10 at the stage of language selection to open the command prompt (CMD).

    How to Extend a Partition in Windows VM (16)

  4. Type diskpart in the CMD window and press Enter. The prompt has been changed to:

    DISKPART>

  5. Display a list of all disks connected to the current machine:

    list disk

    In the following screenshot, you see our virtual disk that was expanded to 18 GB, including 8 GB of free (unallocated) disk space. In the left column, the numbers of disks are displayed. The needed disk is marked as Disk 0.

  6. To select the disk, enter the command:

    select disk 0

    How to Extend a Partition in Windows VM (17)

  7. Once you have ensured that the needed disk is available, list available disk partitions:

    list volume

    In this case, we want to extend Volume 1, that is the NTFS partition on which Windows is installed.

  8. Now select the partition whose size you want to increase:

    select volume 1

  9. To extend the partition to the maximum available size, enter the command:

    extend

    If you want to extend a partition to a custom size, enter a command like this one:

    extend size=10240

    Where 10240 means 10240 MB. If units are not defined in the command, megabytes are used by default. This command makes the selected partition larger by 10 gigabytes.

  10. Check whether the selected partition is extended and list volumes (partitions) again. Run the command:

    list volume

    or

    list partition

  11. As you can see in the following screenshot, the needed partition has been extended successfully, and you can close the diskpart tool:

    exit

    How to Extend a Partition in Windows VM (18)

  12. Reboot the virtual machine, eject the ISO image from the virtual CD/DVD drive, set the virtual hard disk as the first boot device in BIOS of the VM.
  13. Boot Windows XP installed on the virtual hard disk that was expanded. Open the Disk Management snap-in and check disk partitions. The partition was extended successfully, and a guest Windows XP was loaded successfully from this extended partition.

You can use the same workflow to extend partitions for Windows Vista, 7, 8, 10, Windows Server 2003, 2008, 2012, 2016, and 2019 when resizing partitions from the installed OS is not possible.

How to Extend a Partition in Windows VM (19)

Using a Helper VM

Another method to extend a partition on a virtual disk is connecting this virtual disk to another VM on which partition management software is available. The first VM is the source VM, and the second VM is the helper VM.

Let’s say that you have two virtual machines. Windows XP is installed on the first machine, and Windows 10 is installed on the second machine. You have expanded a virtual disk used by the Windows XP VM, and you want to extend a partition on that disk. This operation cannot be done by native Windows XP tools. At the same time, Windows 10 has the appropriate built-in tools with the functionality to extend partitions (Disk Management, diskpart). Windows XP and Windows 10 are used in this section as an example. You can use other/newer versions of Windows.

The workflow to increase the partition size on a disk used by the first VM is the following:

  1. Power off both VMs.
  2. Open VM settings of the second VM (on which Windows 10 is installed).
  3. In the Hardware tab, click Add > Hard disk. Select to use an existing virtual hard disk, and define the location of the VMDK file of the appropriate virtual disk (a virtual disk from the XP VM in our example).
  4. Power on the second VM, and boot from the virtual disk on which Windows 10 is installed.
  5. Open the Disk Management snap-in in Windows 10 and find the virtual disk with the partition on which Windows XP is installed.
  6. Right-click the partition of the disk that you want to extend and click Extend Volume in the context menu.
  7. Configure the volume parameters and set the needed volume size.
  8. When done, close the Disk Management snap-in and shut down the Windows 10 VM.
  9. Open the virtual machine settings of the Windows 10 VM. Disconnect (remove) the virtual disk of the Windows XP VM.
  10. Check the VM settings of the Windows XP VM. Make sure that the expanded virtual disk is present in the VM configuration.
  11. Power on the Windows XP VM, boot the operating system, and check the size of disk partitions.

Extend Windows Partition in PowerShell

One more way to expand Windows partitions is by using PowerShell. Let’s look at how to extend a partition after expanding the size of a virtual disk from 20 GB to 30 GB for a Windows 10 VM. The disk contains one C: partition (volume). This method can be applied to Windows 10, 11, Windows Server 2016, 2019, and 2022.

  1. Run PowerShell as Administrator.
  2. Set the disk volume to resize as a variable:

    $drive_letter = "C"

  3. Get the available size for expanding the volume:

    $size = (Get-PartitionSupportedSize -DriveLetter $drive_letter)

  4. Resize the partition to the maximum available size:

    Resize-Partition -DriveLetter $drive_letter -Size $size.SizeMax

    How to Extend a Partition in Windows VM (20)

You can create a PowerShell script to avoid running each command manually.

  1. Create a script file, for example, extend_volume_c.ps1 and place the file in any directory, for example, C:\temp\.
  2. Add the following lines to this ps1 file:

    # Specify the disk drive to be extended

    $drive_letter = "C"

    # Get the partition size

    $size = (Get-PartitionSupportedSize -DriveLetter $drive_letter)

    # Resize the volume to the maximum available size on the disk

    Resize-Partition -DriveLetter $drive_letter -Size $size.SizeMax

  3. Run PowerShell as Administrator.
  4. Run the script:

    C:\temp\extend_volume_c.ps1

  5. Check whether the partition size was extended:

    Get-PSDrive

    How to Extend a Partition in Windows VM (21)

Using VMware vCenter Converter

As an alternative to previous methods, you can use VMware vCenter Converter Standalone to extend virtual disks and adjust disk partition size on VMware VMs running on ESXi or VMware Workstation. You can extend volumes on Windows 10 and other Windows versions supported by the converter.

Note that you need to prepare enough free space because a new VM is created by VMware Converter, and data on the source VM is copied to the destination VM.

In this example, let’s expand a virtual disk of a Windows VM from 18 GB to 22 GB with automatic resizing of a system partition (disk C:). As a result, we have the V2V (virtual to virtual) conversion in this example.

  1. Open VMware vCenter Converter Standalone, and click Convert machine.

    How to Extend a Partition in Windows VM (22)

  2. Source System. Select the type of the source VM. You can select a VMware infrastructure VM (a VM residing on an ESXi host in vSphere) or a VMware Workstation VM. A source VM can be powered on or powered off.

    Let’s select a powered-off Windows VM residing on an ESXi host. If you select a VM on an ESXi host, enter the credentials of the ESXi host or vCenter Server that manages the ESXi host with the VM.

    Hit Next at each step of the wizard to continue.

    How to Extend a Partition in Windows VM (23)

  3. Source Machine. Select the source machine with the virtual disks that you want to expand.

    How to Extend a Partition in Windows VM (24)

  4. Destination System. Select the destination VM type: a VMware Infrastructure virtual machine or a VMware Workstation virtual machine. Select the VMware product for compatibility. Enter the virtual machine name and location.

    How to Extend a Partition in Windows VM (25)

  5. Options. Click Edit data to copy to expand disk options. In the drop-down menu, select volumes to copy and hit Advanced. In the following table, select the needed virtual disk, partition, and set the destination size. Select the Create optimized partition layout checkbox to extend the partition to fit the size of the expanded virtual disk.

    How to Extend a Partition in Windows VM (26)

Finish the wizard, and wait until a copy of the VM is created by VMware Converter. Then, if everything is correct, you can delete the source VM.

Conclusion

The most convenient method to extend volumes on Windows 10 is using native disk management tools in the graphical user interface. If this method is not available on your Windows machine or you have a more complex partitioning scheme, you can use diskpart, the advanced command line tool available also on a boot DVD image or use a helper VM. PowerShell commands allow you to increase partition size in latest Windows versions. Finally, VMware vCenter Converter can be used to increase the volume size and adjust the virtual disk size automatically.

Whichever method you choose, it is important to ensure that you have recent backups of your VMs to ensure that you can recover the VMs as well as app and system data if anything goes wrong. NAKIVO Backup & Replication is a comprehensive data protection solution for virtual, physical, cloud and SaaS environments.

How to Extend a Partition in Windows VM (27)

NAKIVO for VMware vSphere Backup

Complete data protection for VMware vSphere VMs and instant recovery options. Secure backup targets onsite, offsite and in the cloud. Anti-ransomware features.

DISCOVER SOLUTION

How to Extend a Partition in Windows VM (2024)

FAQs

How to Extend a Partition in Windows VM? ›

Select the VM with the virtual disk that you want to expand in the list of VMs on the appropriate server. Shut down the VM. Then click VM > Settings in VMware Workstation. In the Hardware tab, select the hard disk that you want to expand, then in the right section of the window, click Expand.

How do I expand a partition in Windows VM? ›

Solution:
  1. First select the VM in the 'Table' view of the VM management tab. Select the update button beneath the table.
  2. In the 'Update VM' dialog, scroll down to the disk section. ...
  3. Increase the disk size to the desired size. ...
  4. At this point, the disk has been expanded. ...
  5. Now you should see the space.
Mar 30, 2023

How do I extend a Windows partition? ›

How do I extend my Windows partition? Open Disk Management and right-click a partition next to your target drive, select Shrink Volume. Then, adjust the size you would like to shrink and add to the target partition, click Next, and Finish. Then, right-click on the target drive and select Extend Volume.

How to increase Hard Disk space in VMware virtual machine Windows 10? ›

For ESXi 6.5 or later:
  1. Open VMware vSphere Client or ESXi host client.
  2. Right-click the virtual machine.
  3. Click Edit Settings.
  4. Select Hard Disk.
  5. Increase the size of the disk.
  6. Power-on the Virtual machine.
Aug 5, 2024

What are two ways that you could extend a disk partition? ›

In Computer Management, select [Disk Management]③. In Disk Management, right-click the existing volume you want to extend④, then select [Extend Volume]⑤. If there is no unallocated space, but you want to extend the existing volume, you are able to delete a separate volume, and then it will become unallocated space.

How do I increase C drive space in Windows VM? ›

Using Disk Manager
  1. Start a remote desktop session with the VM.
  2. Open Disk Management.
  3. Right-click on existing C: drive partition -> Extend Volume.
  4. Follow the steps you should be able to see the disk with updated capacity:
Sep 11, 2024

How do I increase the size of an existing partition? ›

Key Takeaways
  1. Open the Start Menu and search "Disk Management"
  2. Select "Create and Format Hard Disk Partitions."
  3. Right-click the partition you want to resize, then click "Shrink" or "Extend."
Feb 10, 2023

How to increase the size of a partition in Windows 10? ›

Click Disk Management under Storage from the Computer Management window. Step 2. Choose the partition you want to resize, right-click on it and select "Shrink Volume" option. If you want to increase the partition size, then choose "Extend Partition".

How do I extend a standard partition? ›

To extend the partition, run the growpart /dev/vdb 3 command. If the disk is a Nonvolatile Memory Express (NVMe) disk whose device name is /dev/nvme0n1 and you want to extend the /dev/nvme0n1p1 partition, run the growpart /dev/nvme0n1 1 command instead of the growpart /dev/nvme0n1p1 1 command.

How do I create an extra partition? ›

To create and format a new partition (volume)

The select Control Panel > System and Security > Administrative Tools, and then double-click Computer Management. In the left pane, under Storage, select Disk Management. Right-click an unallocated region on your hard disk, and then select New Simple Volume.

How to add additional Hard Disk to a virtual machine is VMware? ›

To create and add a new, empty virtual hard drive to a Windows virtual machine: Shut down the virtual machine. Go to Virtual Machine > Settings. Click Add Device > New Hard Disk.

How do I increase disk size in virtual machine? ›

Go to Edit Virtual Machine Settings > Utilities > Expand. Input your desired disk size in the provided field. Once the virtual disk is expanded, reboot the guest operating system to make it aware of the size change.

How to free up space in a virtual machine? ›

Go to VM > Manage > Clean up Disks.

Click the Shrink tab. Select the drive you want to shrink. Click Prepare to Shrink, then follow the onscreen instructions.

How do I extend a partition with Windows installed? ›

  1. Right-click Computer and select Manage.
  2. Double-click Storage.
  3. Double-click Disk Management.
  4. In the list, right-click the partition to expand and select Extend Volume.
  5. Follow the prompts to resize the partition and click Finish. ...
  6. Close the Computer Management window.
Mar 5, 2024

How do you extend a healthy partition? ›

Look for any unallocated space listed adjacent to your C drive. Unallocated space is essentially free space on your hard drive that can be added to existing partitions. Extend C Drive: Right-click on your C drive partition and choose “Extend Volume” from the context menu. This will initiate the Extend Volume Wizard.

How to extend partition C in Windows 10? ›

Replies (34) 
  1. Run Disk Management. Open Run Command (Windows button +R) a dialog box will open and type "diskmgmt. ...
  2. In the Disk Management screen, just right-click on the partition that you want to shrink, and select “Extend Volume” from the menu.
  3. Locate your system partition — that's probably the C: partition.
Aug 29, 2015

How do I resize a virtual box partition? ›

The steps needed to resize the partition are highlighted in the above GIF animation: (1) select the partition to resize; (2, 3) click Partition > Resize/Move menu; (4, 5, 6) drag the partition, or enter the new size, and click Resize; and finally, (7, 8) click Edit > Apply All Operations.

Why can't I extend volume? ›

The extended volume may be greyed out if there is no free or unallocated space on the computer drive. By deleting useless partitions or shrinking partitions on the target partition disk, you can leave free/unallocated space next to the labeled volume.

How do I extend disk without reboot VMware? ›

Just resize your drive in Vsphere, go into Windows/Server Manager/Storage/Disk Management - right click, rescan disks. You will see the free space show up - right click the volume you want to extend, extend volume. Takes about 1.5 seconds -done. No reboot, no interruption.

How do I resize a Windows partition? ›

How to Resize Partition in Windows 11/10 Using Disk Management
  1. Press Windows + X, select "Disk Management" from the list.
  2. Right-click the target partition and select "Shrink Volume".
  3. In the pop-up window, enter the amount of space and click "Shrink" to execute.
  4. Press Windows + X, select "Disk Management" from the list.
Apr 22, 2024

Top Articles
Sweden's Healthcare System
★ How to withdraw funds from a liquidity pool | En
Rosy Boa Snake — Turtle Bay
Mcgeorge Academic Calendar
Get train & bus departures - Android
Dr Klabzuba Okc
Arrests reported by Yuba County Sheriff
Minn Kota Paws
Joe Gorga Zodiac Sign
Best Restaurants In Seaside Heights Nj
Call Follower Osrs
Nonuclub
What to do if your rotary tiller won't start – Oleomac
Bc Hyundai Tupelo Ms
‘Accused: Guilty Or Innocent?’: A&E Delivering Up-Close Look At Lives Of Those Accused Of Brutal Crimes
Accuradio Unblocked
Foodland Weekly Ad Waxahachie Tx
Https://Store-Kronos.kohls.com/Wfc
Nhl Wikia
8664751911
Uktulut Pier Ritual Site
Osborn-Checkliste: Ideen finden mit System
Nurse Logic 2.0 Testing And Remediation Advanced Test
Tu Pulga Online Utah
Universal Stone Llc - Slab Warehouse & Fabrication
Football - 2024/2025 Women’s Super League: Preview, schedule and how to watch
Minnick Funeral Home West Point Nebraska
Tips and Walkthrough: Candy Crush Level 9795
Log in to your MyChart account
Rs3 Bring Leela To The Tomb
Storelink Afs
Stolen Touches Neva Altaj Read Online Free
Luciipurrrr_
Final Exam Schedule Liberty University
Weather Underground Bonita Springs
Craigslist Tulsa Ok Farm And Garden
Craigslist En Brownsville Texas
Ferguson Employee Pipeline
Fwpd Activity Log
Coroner Photos Timothy Treadwell
Sofia Franklyn Leaks
Blackwolf Run Pro Shop
'The Nun II' Ending Explained: Does the Immortal Valak Die This Time?
Walmart Front Door Wreaths
Race Deepwoken
Is Chanel West Coast Pregnant Due Date
Smoke From Street Outlaws Net Worth
Autozone Battery Hold Down
Ihop Deliver
Latest Posts
Article information

Author: Kareem Mueller DO

Last Updated:

Views: 5795

Rating: 4.6 / 5 (46 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Kareem Mueller DO

Birthday: 1997-01-04

Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

Phone: +16704982844747

Job: Corporate Administration Planner

Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.