Picture this scenario: You just unpacked a fresh NVMe SSD, carefully screwed it onto your motherboard, turned on your PC, opened "This PC"... and got a scare. All you see is the C: drive with your old Windows. No new storage anywhere.
The vast majority of people panic at this point. "Did I plug it in wrong? Is it broken?" Relax. The drive you installed is most likely perfectly fine. The "problem" is that it comes from the manufacturer completely raw. Windows literally doesn't know what to do with it until you explicitly tell it.
Step 1: Open Disk Management
Windows has a special tool hidden away for forgotten or hidden drives. You usually won't find it as a normal icon anywhere. You have to use a slightly "secret" shortcut:
- Right-click the Start button logo at the bottom of the screen (or press Win + X).
- In the menu that pops up, near the middle, select Disk Management.
- A fairly old-fashioned window will pop up.
Here's the important part: Somewhere in the lower half of this window, you will see all your connected drives. Your new drive will likely be labeled as Disk 1 or Disk 2, and its section will have a black bar indicating it is Unallocated and the drive itself will be labeled as Unknown, Not Initialized.
Step 2: MBR vs. GPT Initialization
If you opened the tool, it's highly likely a small dialog box popped up immediately, saying "You must initialize a disk before Logical Disk Manager can access it" and gave you two choices:
- MBR (Master Boot Record): A technology that remembers the dinosaurs. It has one major limitation – it cannot handle a drive larger than 2 TB.
- GPT (GUID Partition Table): Modern technology that everything runs on today. It can handle drives of virtually any size, billions of partitions, and works perfectly with every modern UEFI BIOS.
Your choice? Definitely GPT. Never select MBR for a new drive unless you are building a retro machine with Windows 7 for ancient accounting software. So, ensure GPT is checked and click OK.
Didn't pop up?
If the initialization dialog didn't appear on its own, just right-click directly on the text "Disk (number) - Unknown - Not Initialized" at the bottom and select "Initialize Disk" from the menu. The dialog will then appear immediately.
Step 3: Finally Make a "D Drive"
Alright! Windows now "sees and knows" the drive. But you still can't use it. Why? Because it still reports the space as Unallocated (indicated by that black bar above it). Think of it like a newly bought, massive warehouse, but with no shelves, no boxes, and no sign on the door. You simply can't drag and drop anything into it.
We need to create that space – meaning formatting it to NTFS and giving it a typical letter. Like the iconic D: drive:
- Right-click in the lower right section with the black bar of the new drive (Not on the name "Disk X", but in the empty space showing the size).
- Select New Simple Volume.
- A wizard will pop up. Click Next.
- Leave the size at the value it forces on you (that's simply the maximum free space available). Next.
- In the letter choice, select any letter from the list you like (e.g., D or E or G for Games). Next.
- For formatting settings: File system must be NTFS, Allocation unit size "Default", and you can type whatever you want into Volume label (like "Games" or "New_Drive"). Make sure "Perform a quick format" is checked. Click Next again, and finally Finish.
Almost instantly, you will hear the Windows device connection chime, the black bar on the screen will turn green (or blue, depending on OS version), and when you now go to look in This PC... Voilà, your new drive is smiling back at you in all its empty, high-capacity glory. You can fire up Steam and start installing!