How to Initialize SSD on Windows 11/10: Step-by-Step Guide

Charles
Written byCharlesUpdated on May 22, 2025
Gerhard Chou
Approved byGerhard Chou

Table of Contents

Summary: Follow the guide to initialize an SSD smoothly on Windows 11/10 in different scenarios. If there are data loss, recover the data first with Donemax Data Recovery, and then initialize or fix the SSD.

PAGE CONTENT:

initialize SSD on Windows 11/10

Solid State Drives (SSDs) are a common and essential upgrade for modern computers. They offer faster data access, improved reliability, and greater energy efficiency compared to traditional hard drives. However, when installing a new SSD or troubleshooting an existing one, you may encounter a situation where the SSD needs to be initialized on Windows 11 or Windows 10, then ou can use or reuse the SSD for data storage. This comprehensive guide will walk you through everything you need to know.

What Does It Mean to Initialize an SSD?

Initialization is the process of preparing a storage device like an SSD to be used by the operating system. This involves assigning a partition style—MBR or GPT—which determines how data is structured on the drive.

When an SSD is not initialized, it won't appear in File Explorer, and Windows cannot read or write data to it. Initialization is typically required for brand-new SSDs or for drives that have become corrupted or are using a different format from another OS.

🔖 Important Note: Initializing a disk will erase all existing data on the drive if it was previously used. Back up any important information first.

When Should You Initialize an SSD on Windows 11/10?

There are a few common scenarios when you may need to initialize your SSD:

1. Brand-New SSD Not Showing Up

If you've just installed a new SSD, and it doesn't appear in File Explorer, it likely needs initialization through Disk Management.

2. Disk Marked as "Not Initialized"

In Disk Management, the SSD might appear as "Unknown" and "Not Initialized," indicating it's not formatted for use.

3. Partition Table Corruption

If the partition table or file system is corrupted—due to improper ejection, power failure, or malware—Windows may require re-initialization to access the drive again.

4. Changing from MBR to GPT or Vice Versa

To use certain features, like UEFI booting (requires GPT), you may need to reinitialize the disk with a different partition style.

How to Check if an SSD Needs Initialization on Windows 11/10?

To verify whether your SSD is uninitialized:

  1. Press Windows + X and select Disk Management.
  2. Look for a drive listed as "Unknown" or "Not Initialized".

    How to Check if an SSD Needs Initialization on Windows 11/10?

  3. These drives usually appear with a black bar and unallocated space.
  4. If you right-click the disk and see an option to Initialize Disk, it confirms the SSD needs initialization.

How to Initialize an SSD Using Disk Management (GUI Method)?

The easiest method for most users is via the built-in Disk Management tool:

Steps to initialize and format SSD:

  1. Choose Disk Management from the menu by pressing Windows + X.
  2. Look for the SSD that shows as "Unknown" and "Not Initialized".
  3. Right-click and Choose "Initialize Disk", A pop-up window will appear.

    Right-click and Choose 'Initialize Disk'

  4. Choose Partition Style: MBR or GPT? GPT is recommended for disks larger than 2TB and modern systems using UEFI. MBR is best for older systems with legacy BIOS.

    Choose Partition Style

  5. Click OK to start initializing. Once initialized, the disk will show as Online and Unallocated.

    Click OK to start initializing

  6. Select New Simple Volume with a right-click on the unallocated space.

    Select New Simple Volume

  7. Comply the wizard to format the disk (NTFS is default) and assign a drive letter.

    Comply the wizard to format the disk (NTFS is default) and assign a drive letter

Once complete, the SSD will be fully functional and visible in File Explorer.

How to Initialize an SSD Using DiskPart (Command Line Method)

For advanced users or when the GUI fails, you can use DiskPart, a built-in command-line tool.

⚠️ Warning: Using clean or convert commands will delete data. Be cautious.

Steps to initialize an SSD using commands with Diskpart:

  1. Open Command Prompt as Administrator: Type cmd into the start menu, and then select Run as administrator from the menu.
  2. Launch DiskPart

    diskpart

  3. List Disks (Identify the SSD by its size.)

    list disk

  4. Select the SSD (Replace X with your SSD number.)

    select disk X

  5. Clean the Disk (Optional, this will wipe all partitions.)

    clean

  6. Convert Partition Style

    convert gpt

    or

    convert mbr

  7. Create Partition (Optional)

    create partition primary
    format fs=ntfs quick
    assign

Now your SSD is initialized and ready for use.

Steps to initialize an SSD using commands with Diskpart

Fix: Initialize Disk Option Grayed Out or SSD Not Detected on windows 10/11

If your SSD is not appearing in Disk Management, or the "Initialize Disk" option is grayed out, you're likely dealing with a hardware, connection, or compatibility issue. This can happen even with new SSDs due to loose cables, outdated firmware, or incompatible formats. Below are the most effective ways to troubleshoot the problem.

Initialize Disk Option Grayed Out or SSD Not Detected on windows 10/11

1. Check Physical Connections

Sometimes the issue is as simple as a loose or faulty cable.

For SATA SSDs:

  • Unplug your computer from the wall and turn it off.
  • Open the case and check both the data and power connectors on the SSD.
  • If you're unsure, use a different SATA port or try a different cable.
  • Plug the SSD into a different computer if available, to rule out motherboard or cable problems.

For External SSDs:

  • Use a different USB port (preferably USB 3.0 or higher).
  • Avoid connecting through USB hubs—connect directly to your PC.
  • Try a different USB-to-SATA adapter if the SSD isn't recognized.

2. Verify BIOS/UEFI Detects the SSD

Before Windows can interact with your SSD, the system BIOS/UEFI needs to detect it.

Steps:

  1. Restart your PC and press the BIOS/UEFI access key (usually F2, F10, DEL, or ESC).
  2. Navigate to the Storage or Boot section.
  3. Look for your SSD under the list of connected drives.

If the SSD isn't listed:

  • Reset BIOS to default settings.
  • Try switching SATA mode from RAID or AHCI to the other (this sometimes resolves detection issues).

3. Update or Reinstall Disk Drivers

Windows may fail to initialize or detect the SSD if disk controller drivers are outdated or corrupted.

Steps:

  1. Select Device Manager with a right-click on Start. Expand Disk Drives.
  2. Right-click on any entry related to the SSD or storage controller and choose Update driver.

    Right-click on any entry related to the SSD or storage controller and choose Update driver

  3. Click Search automatically for drivers and follow the wizard to finish the process.

    Click Search automatically for drivers

Windows should automatically reinstall the correct driver upon reboot.

4. SSD Firmware Update

Some SSDs—especially NVMe models—may require firmware updates to fix bugs or compatibility issues.

Steps:

  1. Visit the official website of your SSD's manufacturer (Samsung, Crucial, Kingston, WD, etc.).
  2. Download the SSD firmware update tool (e.g., Samsung Magician, Crucial Storage Executive).
  3. Run the tool to check for and install firmware updates.
  4. Reboot your system and check again in Disk Management.

5. Check for Hidden Devices

The SSD may be disabled or hidden within Device Manager.

Steps:

  1. Open Command Prompt and type:

    set devmgr_show_nonpresent_devices=1
    devmgmt.msc

  2. In Device Manager, click View > Show hidden devices.

    click View > Show hidden devices

  3. Expand Disk Drives and uninstall any greyed-out drives.

    Expand Disk Drives and uninstall any greyed-out drives

  4. Reboot your computer and recheck Disk Management.

6. Consider Disk Failure

If none of the above methods work and the SSD doesn't appear in DiskPart, Device Manager, or third-party tools, it may have physically failed.

Signs of failure:

  • SSD shows 0.0 GB or 0 bytes.
  • No LED indicator (for some external SSDs).
  • BIOS doesn't detect it at all.
  • Makes clicking or buzzing sounds (rare but possible for hybrid drives).

In this case:

  • Contact the manufacturer for warranty support.
  • Use professional data recovery services if data is critical.

How to Initialize SSD Without Losing Data (If Previously Used)

If your SSD was previously in use and contains important data, do not initialize it immediately. Initialization will erase everything.

Try These Steps First:

1. Connect SSD as External Drive: Use a USB-to-SATA cable or external enclosure.

2. Use Data Recovery Software: If there are important files on the uninitialized disk, it's highly suggested to recover data first before you do other operations to fix the disk.

Donemax Data Recovery is an trusted data recovery software that can easily recover missing files from uninitialized disk or other disks. You can first download and install the software on your Windows 11/10 PC.

Donemax Data Recovery

  • Reliable data recovery software for Windows 11/10/8/7 and macOS systems.
  • Recover lost data from SSD, HDD, USB flash drive, memory card, etc.
  • Easy-to-use and 100% safe data recovery tool.

The software is easy to use with intuitive interface. You can get back the lost files from the uninitialized disk quickly with only a few clicks. Here is how:

Step 1. Start the software by double clicking the shortcut from the desktop. Then just select the uninitialized SSD where you lost data.

select the uninitialized SSD where you lost data

Step 2. The software will search for all the possible recoverable files from the SSD after you click on the Scan button.

Scan for all the possible recoverable files

Step 3. Donemax Data Recovery will list all the found files once the scan is completed. Preview and check to locate the wanted files. Click Recover button to save the files to another drive.

Click Recover button to save the files to another drive

3. Create a Disk Image: Use tools like Donemax Disk Clone or Clonezilla to create a backup before initializing.

 
How to clone an uninitialized disk before fixing it?

How to clone an uninitialized disk before fixing it?

Create a sector by sector disk image for data recovery before process further operations for uninitialized disk.

Once your data is safe, you can proceed with initializing and reformatting the SSD.

Choosing Between MBR and GPT

MBR (Master Boot Record)

  • Supports up to 2TB of disk size.
  • Compatible with older BIOS-based systems.
  • Limited to 4 primary partitions.

GPT (GUID Partition Table)

  • Supports disks larger than 2TB.
  • Required for UEFI boot mode.
  • Allows unlimited partitions (Windows limit is 128).

Recommendation: Use GPT for modern systems and Windows 11, which requires UEFI.

Conclusion

Initializing an SSD on Windows 11 or 10 is a straightforward but crucial process, especially when dealing with new drives or drive errors. Whether you're setting up a fresh SSD or troubleshooting one that isn't recognized, knowing how to initialize it correctly ensures you get the most out of your storage hardware.

Always remember:

  • Back up data before initializing.
  • Choose GPT for modern systems, and MBR for legacy compatibility.
  • If your SSD is acting up, double-check cables, BIOS settings, and drivers before assuming it's faulty.

By following the step-by-step methods outlined in this guide—whether through Disk Management or DiskPart—you'll be able to prepare and use your SSD effectively and safely.

logo stage

Donemax Data Recovery

Powerful, safe & easy-to-use data recovery software to easily and completely recover deleted, formatted, inaccessible and lost data from PC, Mac, HDD, SSD, USB drive, camera, SD card, RAID and other storage devices.

Charles
Contributing Writer

Charles

Charles, who lives in Sydney, Australia, is an editor & writer of Donemax Team. He is good at writing articles related with Apple Mac computers, Windows operating systems, data recovery, data erasure, disk clone and data backup, etc. He loves reading and playing tennis in his spare time and is interested in testing new digital devices such as mobile phones, Macs, HDDs, SSDs, digital cameras, etc.

Gerhard Chou
Editor in chief

Gerhard Chou

In order to effectively solve the problems for our customers, every article and troubleshooting solution published on our website has been strictly tested and practiced. Our editors love researching and using computers and testing software, and are willing to help computer users with their problems