Hi Matt Brossette,
Thanks for your post. The option to convert a disk to GPT (GUID Partition Table) may be grayed out in Windows Disk Management if the disk is currently in use, has partitions that are not supported by GPT, or if the disk is smaller than 2TB. To resolve this issue, you can try to make sure that all partitions on the disk are deleted, remove any volumes or drive letters assigned to the disk, or disconnect the disk from the system temporarily. You can also use third-party partition management software to convert the disk to GPT. If you do still want to set that drive up with a GPT partition style, try this process, please note this will delete any data on that drive.
Click your Start Button, then just type cmd. On the resulting list, right click Command Prompt and select 'Run as Administrator'.
- Run this command and hit Enter: diskpart
- Run this command and hit Enter: list disk (Make note of the disk number you want to convert and enter it into the next command - replace X)
3.Run this command and hit Enter: select disk X
- Run this command and hit Enter: clean
- Run this command and hit Enter: convert gpt
Then close Command Prompt
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.