Windows

How to Initialize New Disks in Windows 11

Richard
Written by
Richard
Jan 11, 2023 Updated Apr 30, 2026 3 min read
How to Initialize New Disks in Windows 11

When you buy a brand-new hard drive or SSD, it is essentially a blank slate. Windows 11 cannot see or use this storage space until it has been assigned a partition style and a file system. Initializing the disk is the process of telling Windows how to organize data on that specific drive.

Why do this? Without initialization, the drive remains invisible to File Explorer.

What happens when done? The drive becomes formatted, assigned a drive letter, and ready for you to store your files.

Should I choose MBR or GPT for my new drive?

When you initialize a disk, Windows will ask you to choose between MBR (Master Boot Record) and GPT (GUID Partition Table). For almost all modern computers, GPT is the best choice. It supports drives larger than 2TB and is required for modern UEFI BIOS systems. Use MBR only if you are using an older computer from before 2010 or need to maintain compatibility with legacy hardware.

How to initialize new disks in Windows 11

If your new drive does not show up in File Explorer, you can use the Settings app to fix it.

windows 11 new settings button

1. Open the Settings app by pressing Windows key + I.

windows 11 system tile

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

windows settings app storage tile

3. Click Advanced storage settings to see more options.

windows advanced storage settings tile

4. Select Disks & volumes.

windows disk and volumes tile

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

windows initialize disks pane

6. Choose GPT for modern drives and click OK.

windows initialize disk choose partition style

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

windows unallocated disk create volume

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

windows format disks prompt

Once finished, the drive will appear in File Explorer.

windows file explorer with drives

Using the Disk Management tool

For more control, you can use the Disk Management tool. Note: This step requires administrator privileges.

windows disk management tool

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

windows disk management tool initialize

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?

If your drive does not appear in Disk Management, check these items:

  • 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)

Advanced users can use the command line. Note: This step requires administrator privileges.

1. Open Command Prompt as administrator.

2. Type diskpart and press Enter.

3. Type list disk to find your drive number.

4. Type select disk X (replace X with your disk number).

5. Type clean to wipe the disk, then convert gpt to set the partition style.

Summary

Initializing a disk is a standard process for preparing new storage in Windows 11. Whether you use the Settings app or the Disk Management tool, the goal is to define a partition style (GPT is recommended) and format the volume. Always verify you have selected the correct drive to avoid accidental data loss. For more technical details, visit the official Microsoft documentation.

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 disk labeled as ‘Not Initialized’ simply lacks a partition style. You can fix this by right-clicking the disk in Disk Management and selecting ‘Initialize Disk.’ Choose GPT for modern systems, click OK, and then create a new simple volume to assign a drive letter and format the space.

Was this guide helpful?

Tags: #Windows 11
Richard

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.

2462 articles → Twitter

📚 Related Tutorials

How to Add or Remove Favorites in Windows 11 File Explorer
Windows How to Add or Remove Favorites in Windows 11 File Explorer
How to Show or Hide Drive Letters in Windows 11 File Explorer
Windows How to Show or Hide Drive Letters in Windows 11 File Explorer
How to Check BitLocker Drive Status on Windows 11
Windows How to Check BitLocker Drive Status on Windows 11
How to Use CHKDSK in Windows 11
Windows How to Use CHKDSK in Windows 11

2 responses to “How to Initialize New Disks in Windows 11”

Leave a Reply

Your email address will not be published. Required fields are marked *