Format an Installed M.2 NVMe SSD on Windows 11/10

An M.2 NVMe SSD offers significantly faster read and write speeds than traditional SATA SSDs and hard drives, making it an excellent choice for installing Windows, storing games, editing videos, and running demanding applications. Whether you’ve installed a brand-new NVMe SSD or want to erase an existing drive, formatting it prepares the storage device for use by creating a new file system.

There are several reasons why you might need to format an M.2 NVMe SSD. A new drive may appear as unallocated space and won’t show up in File Explorer until it’s initialized and formatted. You may also want to erase all data before reinstalling Windows, repurpose the SSD for storage, remove corrupted partitions, or convert the drive between GPT and MBR partition styles.

Update Windows Drivers

Windows 11 and Windows 10 provide multiple ways to format an installed NVMe SSD, including Disk Management, File Explorer, DiskPart, Command Prompt, PowerShell, and third-party partition management tools. This guide explains the safest and most effective methods to format an M.2 NVMe SSD.

Important: Formatting permanently deletes all data on the selected partition or drive. Back up any important files before proceeding.

Why Format an M.2 NVMe SSD?

PC running slow or unstable? Do you want to update drivers?

Formatting prepares the SSD for storing files and installing applications.

Common reasons include:

  • Preparing a new NVMe SSD for first-time use.
  • Erasing all existing data.
  • Reinstalling Windows.
  • Removing corrupted partitions.
  • Fixing file system errors.
  • Converting between GPT and MBR.
  • Creating a new storage partition.
  • Improving organization by recreating partitions.
  • Removing malware from a secondary drive.
  • Repurposing an old SSD.

Choose the appropriate formatting method depending on whether you want to erase only a partition or the entire drive.

Method 1: Format the NVMe SSD Using File Explorer

If the SSD already has a partition and appears in File Explorer, formatting it is quick and easy.

Steps

  1. Open File Explorer.
  2. Select This PC.
  3. Right-click the NVMe SSD.
  4. Select Format.
  5. Choose the desired File system:
    • NTFS
    • exFAT
    • FAT32 (for smaller partitions where applicable)
  6. Enter a Volume label if desired.
  7. Select Quick Format or clear the option for a full format.
  8. Click Start.
  9. Confirm the warning.
  10. Wait for the formatting process to finish.

The drive is ready for use immediately after formatting.

Method 2: Format Using Disk Management

Disk Management is the recommended tool for new drives that haven’t been initialized.

Steps

  1. Press Windows + X.
  2. Select Disk Management.
  3. Locate the NVMe SSD.
  4. If prompted, initialize the disk using:
    • GPT (recommended)
    • MBR (legacy systems)
  5. Right-click the partition.
  6. Select Format.
  7. Choose:
    • File system
    • Allocation unit size
    • Volume label
  8. Click OK.
  9. Confirm the warning.
Repair PC

Once complete, the partition becomes available in File Explorer.

Method 3: Format Unallocated Space

If the SSD shows as Unallocated, create a new partition before formatting.

Steps

  1. Open Disk Management.
  2. Right-click the Unallocated space.
  3. Select New Simple Volume.
  4. Follow the wizard.
  5. Assign a drive letter.
  6. Select NTFS or another file system.
  7. Enable Quick Format if desired.
  8. Click Finish.
PC running slow or unstable? Do you want to update drivers?

Windows creates the partition and formats it automatically.

Method 4: Format the SSD Using DiskPart

DiskPart allows you to completely erase and recreate partitions.

Steps

  1. Open Command Prompt as Administrator.
  2. Run:
diskpart
  1. Display available disks:
list disk
  1. Select the NVMe SSD:
select disk X

Replace X with the correct disk number.

  1. Remove existing partitions:
clean
  1. Create a new partition:
create partition primary
  1. Format it:
format fs=ntfs quick
  1. Assign a drive letter:
assign
  1. Exit DiskPart:
exit

The SSD is now formatted and ready to use.

Method 5: Format Using PowerShell

PowerShell provides another way to format storage devices.

Steps

  1. Open Windows PowerShell as Administrator.
  2. View available disks:
Get-Disk
  1. Identify the correct SSD.
  2. Format the desired partition using the appropriate PowerShell storage cmdlets.
  3. Wait for the process to complete.

PowerShell is especially useful for scripting storage management tasks.

Method 6: Delete Existing Partitions Before Formatting

PC running slow or unstable? Do you want to update drivers?

If the SSD contains multiple unwanted partitions, deleting them first allows you to create a single clean partition.

Steps

  1. Open Disk Management.
  2. Right-click each unwanted partition.
  3. Select Delete Volume.
  4. Repeat until the drive shows Unallocated.
  5. Create a New Simple Volume.
  6. Format it using NTFS.

This method is useful when repurposing an SSD.

Method 7: Perform a Full Format

A full format scans the SSD for file system issues while erasing the partition.

Steps

  1. Open the Format window.
  2. Clear the Quick Format checkbox.
  3. Click Start.
  4. Wait for the operation to finish.

A full format takes longer than a quick format but performs additional checks on the file system.

Method 8: Convert the SSD to GPT Before Formatting

GPT is recommended for modern UEFI systems and supports larger drives and more partitions.

Steps

  1. Open Disk Management.
  2. Delete all existing partitions on the SSD.
  3. Right-click the disk label.
  4. Select Convert to GPT Disk.
  5. Create a new partition.
  6. Format it using NTFS.

Most Windows 11 systems should use GPT.

Method 9: Convert the SSD to MBR Before Formatting

If you’re using older BIOS-based hardware or need compatibility with legacy systems, you can convert the SSD to MBR.

Steps

  1. Delete all partitions on the SSD.
  2. Right-click the disk.
  3. Select Convert to MBR Disk.
  4. Create a new partition.
  5. Format the partition.

This option is generally intended for older computers.

Method 10: Format During Windows Setup

If you’re reinstalling Windows, you can format the SSD during the installation process.

Steps

  1. Boot from Windows installation media.
  2. Select Custom: Install Windows only (advanced).
  3. Select the target NVMe SSD.
  4. Delete existing partitions if necessary.
  5. Create a new partition.
  6. Click Format.
  7. Continue the Windows installation.

This ensures Windows installs on a clean partition.

Method 11: Check the SSD for Errors After Formatting

After formatting, verify that the SSD is functioning correctly.

Steps

  1. Open File Explorer.
  2. Right-click the SSD.
  3. Select Properties.
  4. Open the Tools tab.
  5. Click Check under Error checking.
  6. Follow the prompts.

This verifies the integrity of the file system.

Method 12: Verify TRIM Is Enabled

TRIM helps maintain SSD performance by allowing Windows to optimize deleted data blocks.

Steps

  1. Open Command Prompt as Administrator.
  2. Run:
fsutil behavior query DisableDeleteNotify

If the result is DisableDeleteNotify = 0, TRIM is enabled and functioning correctly.

Method 13: Restart Your Computer

Although formatting usually takes effect immediately, restarting Windows refreshes storage information and ensures the newly formatted SSD is recognized properly by all applications.

Conclusion

Formatting an installed M.2 NVMe SSD in Windows 11 or Windows 10 is a straightforward process that prepares the drive for storing files, installing applications, or reinstalling Windows. Whether you’re working with a brand-new SSD, erasing an existing drive, or recreating partitions, Windows offers several built-in tools such as File Explorer, Disk Management, DiskPart, and PowerShell to complete the task safely.

Before formatting, always verify you’ve selected the correct drive and back up any important data, as formatting permanently removes existing files. Once complete, your NVMe SSD will be ready to deliver the fast performance and reliability expected from modern solid-state storage.

Frequently Asked Questions

Does formatting an NVMe SSD delete everything?

Yes. Formatting removes the file system and all data stored on the selected partition. Back up important files before formatting.

Should I choose NTFS or exFAT?

For internal Windows drives, NTFS is the recommended file system because it supports permissions, encryption, compression, and large files. exFAT is better suited for removable drives that need compatibility with multiple operating systems.

Is Quick Format safe for an SSD?

Yes. Quick Format is the recommended option for SSDs because it recreates the file system without performing unnecessary sector checks, which are generally more relevant to traditional hard drives.

Do I need to initialize a new NVMe SSD before formatting?

Yes. If the SSD appears as Unknown or Not Initialized in Disk Management, initialize it using GPT (recommended for modern systems) or MBR before creating and formatting a partition.

PC running slow or unstable? Do you want to update drivers?

GeeksDigit.Com
Logo