Skip to content
Follow
Windows

How to Initialize New Disks in Windows 11

Richard
Written by
Richard
Jan 11, 2023 Updated Jul 11, 2026 4 min read
How to Enable or Disable Microsoft Defender Cloud Protection
How to Enable or Disable Microsoft Defender Cloud Protection

You initialize a new disk in Windows 11 to prepare the disk for storing files and using it with your PC. This process ensures the disk is properly recognized by the operating system, allowing you to create partitions and format the disk, similar to how a new USB drive requires setup before you can save data.

Disk initialization is the crucial first step to prepare a brand new hard drive or SSD for your system. This process assigns a partition style (like GPT or MBR) and a file system (such as NTFS) so Windows can properly organize and manage your data.

Without initializing, your new storage drive remains invisible and unusable in File Explorer, even if it’s physically installed. This ensures Windows recognizes the disk and can allocate space for your files.

After initialization, you’ll format the disk, assign a drive letter, and then you can immediately begin saving your important documents, games, or applications.

⚡ Quick Answer

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?

When you initialize a new disk in Windows 11, you’ll need to pick between MBR and GPT. For most modern computers, GPT is the better choice because it supports larger drives and is needed for newer systems.

How to initialize new disks in 🪟 Windows 11

You can initialize new disks in Windows 11 using the Settings app if your new drive isn’t showing up. This process helps Windows recognize your new storage so you can start using it. Just follow a few simple steps within the Storage settings to get your disk ready.

windows 11 new settings button
windows 11 new settings button

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

windows 11 system tile
windows 11 system tile

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

windows settings app storage tile
windows settings app storage tile

3. Click Advanced storage settings to see more options.

windows advanced storage settings tile
windows advanced storage settings tile

4. Select Disks & volumes.

windows disk and volumes tile
windows disk and volumes tile

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

windows initialize disks pane
windows initialize disks pane
📝Good to Know
6. Choose GPT for modern drives and click OK.
windows initialize disk choose partition style
windows initialize disk choose partition style

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

windows unallocated disk create volume
windows unallocated disk create volume

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

windows format disks prompt
windows format disks prompt

Once finished, the drive will appear in File Explorer.

windows file explorer with drives
windows file explorer with drives

Using the Disk Management tool

The Disk Management tool lets you initialize a disk in Windows 11 and gives you more control over the process. If your disk shows as ‘Not Initialized’, this tool is where you’ll go to set it up. After initializing, you can create a new volume to start saving files.

windows disk management tool
windows disk management tool

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

windows disk management tool initialize
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 new SSD isn’t detected in Windows 11, the first step is to check the physical connections to ensure cables are plugged in securely. Also, restart your PC and check the BIOS/UEFI settings to confirm the motherboard sees the hardware. Sometimes, driver updates from the SSD maker are also needed.

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

You can initialize a new disk in Windows 11 using the Diskpart command-line tool if you prefer working in the command prompt. This method involves typing specific commands to find and select your disk. Once you select the disk, you can initialize the disk to make it usable.

1. Open Command Prompt as administrator. (You can do this by searching for ‘cmd’ and right-clicking to select ‘Run 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).

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

Summary

Initializing a disk in Windows 11 is how you get new storage ready to use. You can use the Settings app or Disk Management, choosing GPT for modern drives, and then format it to give it 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’?

If a disk says ‘Not Initialized’ in Windows 11, it just means it needs a partition style. You can fix this easily by right-clicking the disk in Disk Management, choosing ‘Initialize Disk’, selecting GPT, and then creating a new volume.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
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.

📚 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 Check Disk Drive Partition Style in Windows 11
Windows How to Check Disk Drive Partition Style in Windows 11
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 Add Storage Space to Windows 11 Pool
Windows How to Add Storage Space to Windows 11 Pool

2 Comments

Leave a Comment

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