How to Initialize New Disks in Windows 11
Initializing a new hard drive or solid-state drive in Windows 11 gets your storage ready for files by giving it a partition style like GPT or MBR. Without this setup step, brand-new drives stay totally invisible in File Explorer even after you plug them in.
You need to complete this process so Windows can read, write, and manage data on the disk. Once you finish initializing the drive, you can format it and assign a letter so games, apps, and documents save correctly.
To initialize a new disk in Windows 11, open Disk Management, right-click the unallocated disk, and select “Initialize Disk.” Choose GPT for modern systems, then right-click the unallocated space and select “New Simple Volume” to format it.
Should I choose MBR or GPT for my new drive?
Initializing a new disk in Windows 11 requires picking between MBR and GPT. For most modern computers, GPT remains the better choice because it supports larger drives and is needed for newer systems.
How to initialize new disks in 🪟 Windows 11
The Settings app offers a quick graphical method if the drive refuses to show up automatically. This process helps Windows recognize your new storage so you can start using it. Follow these steps within the Storage settings to get your disk ready.

1. Open the Settings app by pressing Win+I.

2. Click System on the left, then select Storage on the right.

3. Click Advanced storage settings to see more options.

4. Select Disks & volumes.

5. Find your new drive marked as Not initialized and click Initialize.


7. Click Create volume to format the drive so it can store data.

8. Give your drive a name, pick a drive letter, and click Format.

Once finished, the drive will appear in File Explorer.

Using the Disk Management tool
Windows 11's Disk Management tool also initializes disks while offering more control. Disks showing as 'Not Initialized' require this tool for setup. After initializing, creating a new volume lets you start saving files.

1. Right-click the Start button and select Disk Management.

2. If the disk is marked as Not Initialized, right-click the disk name and select Initialize Disk.
3. Right-click the unallocated black bar and select New Simple Volume to finish the setup.
Troubleshooting: Why is my SSD not detected?
Troubleshooting undetected SSDs in Windows 11 starts by checking physical connections to ensure cables are plugged in securely. Restarting the PC and checking BIOS/UEFI settings confirms whether the motherboard sees the hardware. Driver updates from the SSD maker sometimes prove necessary.
- Physical Connection: Ensure the SATA or NVMe cables are plugged in securely.
- BIOS/UEFI: Restart your PC and enter the BIOS menu to see if the motherboard detects the hardware.
- Drivers: Check the manufacturer's website for specific storage controller drivers.
- Power: Ensure your power supply has enough wattage for the new hardware.
Command Line Method (Diskpart)
The Diskpart command-line tool initializes new disks in Windows 11 for anyone preferring the command prompt. Working inside the command prompt requires typing specific commands to find and select the drive before making it usable.
- Open Command Prompt as administrator. (Search for 'cmd' and right-click to select 'Run as administrator'.)
- Type
diskpartand press Enter. - Type
list diskto find your drive number.
4. Type select disk X (replace X with your disk number).
clean to wipe the disk, then convert gpt to set the partition style.Summary
Initializing a disk in Windows 11 prepares new storage for use through either the Settings app or Disk Management. Choosing GPT works best for modern drives before formatting assigns a drive letter.
Does initializing a disk erase existing data?
Yes. Initializing a disk creates a new partition table, which effectively wipes the drive's index. If you have files on a drive, do not initialize it, as you will lose access to that data. Only initialize drives that are brand new or drives you intend to completely erase.
How do I fix a disk that says 'Not Initialized'?
A 'Not Initialized' label means Windows lacks a partition map for that drive. Fixing it takes a few clicks inside Disk Management by right-clicking the disk, choosing 'Initialize Disk', selecting GPT, and then creating a new volume.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
[…] First, open the Disk Management (diskmgmt.msc). […]
[…] If you want to learn more about managing disks in Windows 11, you can check out this helpful article on How to Initialize a New Disk in Windows 11. […]