This post of MiniTool offers a full guide to initialize SSD, including using Disk Management, Diskpart, or MiniTool Partition Wizard. Additionally, it offers several methods to fix some initialization issues.

What Is Disk Initialization

Initializing a disk refers to the process of preparing a new HDD or SSD for use. It can create a partition table like MBR or GPT, allowing the system to recognize and manage it.

For a new drive, this makes it usable. If the drive already has data, initialization erases everything, leaving the space marked as unallocated.

When to Initialize SSD

An SSD must be initialized in the following situations:

  • New drive installation: Windows will not automatically display a newly installed SSD in File Explorer. You need to initialize and create partitions on it, and then it appears.
  • Unknown – Not Initialized Error: A new, correctly installed drive shows as “Not Initialized” in the Disk Management tool.
  • Switching Operating Systems: Switching operating systems (e.g., Windows to Linux/macOS) or performing a disk wipe requires drive reinitialization.

How to Initialize SSD Windows 11/10/8/7

To initialize SSD in a Windows PC, there are three methods:

  • Initialize SSD via Disk Management
  • Initialize SSD via Diskpart
  • Initialize SSD via MiniTool Partition Wizard

Here’s the detailed breakdown.

Warning:
If prompted to "Initialize Disk" on a drive containing important files, do not proceed. Initializing will erase the partition structure and make your data inaccessible. Back up your files before taking any further steps.

Method 1. Initialize SSD via Disk Management

Disk Management is a built-in Windows utility that is used to manage hard drives, partitions, and volumes. It allows you to initialize new disks, format drives, assign drive letters, and shrink/extend partitions.

Here’s how to use it to initialize new SSD:

Step 1. Press Win + R to open Run, type diskmgmt.msc, and press Enter.

Step 2. The Initialize Disk window pops up. If you don’t see the window, please do the following steps to evoke it:

  1. Right-click the SSD that you need to initialize.
  2. Select Initialize Disk from the drop-down menu.
The interface of Disk Management with selected Initialize Disk.

Step 3. Make sure the target disk is selected under the Select disks section, choose a partition style according to your needs, and then click OK to proceed.

The Initialize Disk window of Disk Management.
Tips:
To know more information on GPT and MBR, refer to the MBR vs GPT guide.

Step 4. After that, you’ve initialized the selected SSD successfully.

Method 2. Initialize SSD via Diskpart

Diskpart is a Windows command-line tool for advanced disk management. It offers some advanced features beyond the standard GUI, enabling you to wipe drives and change partition styles (GPT/MBR). Additionally, it can help you initialize new SSD. Here’s how to do that:

Step 1. Press Win + S to open Search, type cmd, and press Enter.

Step 2. In the Command Prompt window, type diskpart and press Enter.

Step 3. Input the following commands to initialize the SSD, and remember to press Enter after each command:

  • list disk (This command will list all the installed disks on your computer.)
  • select disk * (This command is used to select the target disk. Replace * with the number of the disk you chose. )
  • clean (This command refers to removing all partitions or volume formatting from the selected disk.)
  • convert gpt or convert mbr (This command will convert the selected SSD to GPT or MBR.)
  • create partition primary (This command creates a partition using the available unallocated space.)
  • format fs=ntfs quick (This command will quickly format a selected drive or partition to the NTFS file system.)
  • assign (This command is used to assign a drive letter.)
The diskpart window with commands to initialize SSD.

Step 4. Now, the selected SSD has already been initialized and a new primary partition is created.

Method 3. Initialize SSD via MiniTool Partition Wizard

MiniTool Partition Wizard is a free partition manager that offers various features to help you manage disks and partitions on your computer. The key features include initializing SSDs, creating/deleting partitions, and making conversions among different file formats.

Here’s how to perform SSD initialization via this software:

Step 1. Download and install MiniTool Partition Wizard. Then, launch it to enter the main interface.

MiniTool Partition Wizard FreeClick to Download100%Clean & Safe

Step 2. Locate the SSD labeled as Unallocated.

Step 3. Right-click it and choose the Initialize to GPT Disk option. If the SSD is GPT, choose Initialize to MBR Disk. Now, the changes can be previewed in the right panel.

The interface of MiniTool Partition Wizard with selected Initialize to GPT Disk.

Step 4. Right-click the unallocated space, select Create, and configure your partition settings (Drive Letter, File System, Cluster Size, and Size And Location).

Step 5. Click Apply at the bottom left corner and then Yes in the prompted window to execute all the pending operations.

Once the process is completed, you’ve initialized the SSD and created a partition successfully. Now, the SSD will appear in File Explorer.

The interface of MiniTool PartitionWizard with selected Apply and Yes.
Note:
MiniTool Partition Wizard also offers many useful features to handle complex tasks that standard tools like Disk Management often cannot perform. For instance, it can convert MBR to GPT without data loss, clone Windows 10 to SSD, and recover data from hard drive.

What Will Happen After Initializing SSD

Initializing a new SSD sets up its partition table (MBR or GPT) so the operating system can recognize it. While this makes the drive visible to the system, you must still format it before it can store files.

Here is what typically happens during and after initializing an SSD:

  • Partition style selection: When initializing an SSD, it is necessary to select either GUID Partition Table (GPT) (recommended for modern systems) or Master Boot Record (MBR).
  • System recognition: After the SSD initialization, it can be recognized by the OS and show Online with Unallocated space in Disk Management.
  • Ready for format: If you want to show the SSD in File Explorer, you need to create partitions on it and format it to the file system you need.
  • Data erasure (if re-initialized): If you initialize a drive that was already in use, it will likely overwrite the partition structure and delete partition information & saved data.

Common Initialization Issues and Solutions

While initializing an SSD is typically straightforward, hardware or software issues can occasionally interfere with the process. Below are the two most common initialization issues:

  • Disk Unknown, Not Initialized
  • Initialize Disk option grayed out

Disk Unknown, Not Initialized

The Disk Unknown Not Initialized error is one of the SSD initialization failure issues. When you fail to initialize the SSD, it displays two statuses in Disk Management:

  • Disk shows Unknown, Not Initialized, with unallocated space
  • Disk shows Unknown, Not Initialized, with no disk space

In these two cases, you cannot access the SSD. After searching for this issue on the internet, we find that the failure can mainly be caused by:

  • Corrupted MBR/partition table: The drive’s partition information is damaged.
  • Driver issues: There are incompatible or outdated drivers.
  • Physical failure: The SSD has bad sectors or a failed controller.
  • Missing or lost partition: There are missing or lost partitions on the target SSD.
  • File system corruption: The file system of the SSD is corrupted.
  • Virus infection: There is a virus or malware infection on your computer.

Restart PC and Reinitialize in Disk Management

A restart is the easiest method to troubleshoot various issues, including the Disk Unknown Not Initialized error. Therefore, try restarting your computer and then initialize SSD in Disk Management again to fix the error.

If this method does not work, continue and try other methods.

Check Hardware

For an M.2 SSD, reseat the SSD and ensure it is installed in the M.2 slot properly. If the initialization issue occurs on a SATA SSD, connect the cable again or swap both the data and power cables.

If you encounter the issue with an external SSD, switch to a different USB port and try a different cable. It is ideal to connect the SSD to a direct port on the motherboard rather than a hub.

Tips:
Try the SSD on another computer may also be worth trying.

Update/Reinstall Drivers

Outdated disk drivers may also make you unable to initialize SSD. Try updating drivers with these steps:

Step 1. Press Win + X to open the Quick Link menu and select Device Manager.

Step 2. Expand the Disk drives category, right-click the SSD driver, and select Update driver.

Step 3. In the prompted Update Drivers window, select Search automatically for drivers.

The Update Drivers window of Device Manager with selected Search automatically for drivers.

Step 4. Follow the on-screen instructions to complete the process.

Step 5. Repeat the above steps to update all outdated drivers. Once completed, check if the issue is fixed.

Note:
Outdated Windows may also be related to SSD initialization issues, try updating it to the latest version to fix the issue.

Fix MBR Corruption

MBR corruption/damage can also trigger the SSD initialization issues as well. To fix it, try MiniTool Partition Wizard’s Rebuild MBR feature. Here’s the guide:

  1. Launch this software.
  2. Right-click the target SSD in the right panel.
  3. Select Rebuild MBR.
  4. Click Appy and Yes sequentially to confirm.
The interface of MiniTool Partition Wizard with selected Rebuild MBR.

Check Bad Sector

Bad sectors on SSD may also make you unable to initialize it. Use MiniTool Partition Wizard’s Surface Test to scan bad sectors with the following steps:

  1. Choose the target SSD in MiniTool Partition Wizard.
  2. Select Surface Test from the left panel.
  3. Click Start Now.
  4. Once completed, bad sectors will show in red.
The interface of MiniTool Partition Wizard with selected Rebuild MBR and Start Now.

If there are too many bad sectors on the SSD, run Command Prompt as administrator. Perform the chkdsk E: /f /r command to prevent Windows from writing data to the bad sectors.

Tips:
Replace E with your SSD drive letter.

Scan for Viruses

A virus or malware infection may also trigger an initialization issue. Perform a virus scan via Windows Defender to fix this issue with the following steps:

  1. Press Win + S to open Search, type windows defender and press Enter.
  2. Select Virus & threat protection, and click Scan options.
  3. Choose a scan method you prefer from: Quick scan, Full scan, Custom scan, and Microsoft Defender Offline scan.
  4. Click Scan now.
  5. Once the scanning process is completed, go to the Protection history page.
  6. Choose one found threat, click Actions, and select Remove. Repeat the step for other found threats.

Try Other Tips

If none of the above methods can help you fix the issue, try the following tips:

Initialize Disk Option Grayed Out

If the Initialize Disk option is grayed out in Disk Management, SSD is unable to initialize. To troubleshoot the issue, try the following methods.

  • Restart and check Disk Management again
  • Check physical connection
  • Update/reinstall disk drivers
  • Run an antivirus scan
  • Initialize in safe mode
  • Check BIOS/CMOS
  • Check Permissions (VHD)
  • Use MiniTool Partition Wizard/Diskpart to initialize SSD

I encounter issues when initializing an SSD on my computer. This post offers three step-by-step methods and effective solutions to SSD initialization problems. I want to share it.Click to Tweet

Bottom Line

Now, you probably already know how to initialize your SSD and troubleshoot the SSD initialization not working issue. With your SSD properly set up, you’ll benefit from faster speeds, improved storage efficiency, and a smoother computing experience.

If you encounter issues or have any suggestions while using the MiniTool software, please contact us by sending an email to [email protected].

Initialize SSD FAQ

Do I initialize a new SSD as MBR or GPT?
It depends on your needs. For most modern PCs and SSDs, GPT is the recommended choice. This is because GPT supports drives over 2TB, UEFI booting (required by Windows 11), and more partitions, while MBR is for older systems or specific legacy needs.
How do I get my computer to recognize my new SSD?
To make a new SSD be recognized by your PC, you need to open Disk Management to initialize, format, and assign a drive letter to it. Once you’ve done these steps, the new SSD will show up in your File Explorer.
How to tell if your SSD is MBR or GPT?
If you want to check if your SSD is MBR or GPT, open Disk Management, right-click the disk, select Properties. Then, go to the Volumes tab and check the Partition style item.
Will I lose my data if I convert from MBR to GPT?
If you use Disk Management to convert MBR to GPT, your data may be lost. However, if you use the built-in Windows MBR2GPT tool or a third-party disk manager, such as MiniTool Partition Wizard, MBR to GPT conversion won't cause data loss.
  • linkedin
  • reddit