Newly Set SSD: GPT Partition Menu Greyed in Windows 11
If you've recently installed a new SSD (Solid State Drive) in your Windows 11 system and encountered a greyed-out partition menu during the initial setup, this article aims to help you understand the issue and provide potential solutions.
Understanding the Issue
When installing a new SSD, the Windows 11 installation process should automatically recognize and format the drive using the latest file system, such as the GPT (GUID Partition Table). However, in some cases, the partition menu might not be accessible or appears greyed out. This issue can prevent you from assigning a drive letter or formatting the drive.
Possible Causes
Several reasons might cause the GPT partition menu to be greyed out in Windows 11:
-
The SSD might not be properly detected by the system.
-
The SSD might be formatted with an incompatible file system, such as MBR (Master Boot Record).
-
There might be a problem with the Windows 11 installation media or the installation process itself.
Solutions
Here are some potential solutions to help you resolve the greyed-out GPT partition menu issue:
Solution 1: Restart the Computer and Reconnect the SSD
Sometimes, simply restarting the computer and reconnecting the SSD can help the system recognize the drive and enable the partition menu. To do this:
-
Shut down the computer.
-
Disconnect the SSD from the computer.
-
Wait for a few minutes.
-
Reconnect the SSD to the computer.
-
Restart the computer and check if the partition menu is accessible.
Solution 2: Use the Diskpart Utility
If the partition menu is still greyed out, you can try using the Diskpart utility to initialize and clean the SSD before creating a new partition. To do this:
-
Press the Windows key + X and select "Command Prompt (Admin)".
-
Type the following command and press Enter:
-
Type the following command and press Enter:
-
Identify the number of your SSD in the list and remember it.
-
Type the following command and press Enter:
-
Type the following command and press Enter:
-
Type the following command and press Enter:
-
Type the following command and press Enter:
-
Type the following command and press Enter:
-
Type "exit" and press Enter to exit the Diskpart utility.
diskpart
list disk
select disk X
(Replace "X" with the number of your SSD.)
clean all
create partition primary
format fs=ntfs quick
assign letter=X
(Replace "X" with the desired drive letter.)
Solution 3: Use the Windows Installation Media
If the previous solutions don't work, you can try using the Windows installation media to format the SSD and create a new partition. To do this:
-
Create a Windows installation media using the Media Creation Tool.
-
Boot from the installation media.
-
Select your language, time, and keyboard layout, and click "Next".
-
Click on "Install now" and enter your product key when prompted.
-
Select the "Custom: Install Windows only (advanced)" option and click "Next".
-
Delete any existing partitions on the SSD and create a new one.
-
Format the new partition using the NTFS file system.
-
Assign a drive letter to the new partition and click "Next" to continue the installation process.
Summary and References
In this article, we've discussed the issue of a greyed-out GPT partition menu in Windows 11 after installing a new SSD and provided potential solutions, including restarting the computer, using the Diskpart utility, and using the Windows installation media.