Best Data Recovery Software to Recover your Files
Share
Resources » Learning Hub » How to Reformat SSD: Step-by-Step Methods for Windows & Mac

How to Reformat SSD: Step-by-Step Methods for Windows & Mac

Written By   Deeksha Arora
|
Trenton Hogan
Reviewed By  Trenton Hogan
| Updated On September 21, 2026

Reformatting an SSD to completely erase existing data is done using native Windows/macOS methods such as File Explorer or Disk Management in Windows and Disk Utility in macOS. To quickly format a drive on Windows, simply right-click on the drive in File Explorer and select Format from the context menu. For direct access to the operating system without any graphical interface, the terminal is the best option. In this expert-reviewed article, we will look at every method for how to reformat SSD with step-by-step processes. Just make sure that you check off the following checklist before trying to reformat the SSD:

  • You have an up-to-date backup of the drive data.
  • Confirm you selected the right drive.
  • Choose the right file system.

Quick Answer: Reformat SSD quickly on Windows using File Explorer. Simply select the drive in File Explorer, right-click it, and select Format. To reformat a drive on macOS, open Disk Utility, select the drive, and click the Erase button. Now, configure the format and click OK.

Make sure to recover the data before reformatting the drive using reliable data recovery software such as Notchox.

How to Reformat SSD on Windows 10 and 11?

Windows provides several methods to reformat an SSD. Choose the right tools based on the drive’s current status. Formatting prepares your drive for fresh data storage. This section covers the 4 most effective methods to format SSD drive along with special-case scenarios, explaining what to do when Windows is unable to complete the format.

First, we will use File Explorer for a standard quick format of an active drive. Second, we will use Disk Management to initialise and format the SSD. Finally, we will see how to reformat the SSD using the Command Prompt (DiskPart). Lastly, we will cover formatting your primary drive directly within the Windows Setup media tool during a fresh OS installation.

Method 1: Quick Formatting an SSD Using File Explorer

The quickest method for formatting Solid State Drive on Windows 10 and 11 is using File Explorer. This is ideal for working with secondary drives that already have a designated drive letter. It wipes the file directory to free up space and optimizes performance by choosing the correct file system. You can choose NTFS for exclusive Windows use or exFAT if you need cross-compatibility with macOS systems.

How to format a Solid State Drive using File Explorer:

  1. Press the Win + E keys simultaneously on your keyboard to open File Explorer.
    File Explorer
  2. Click This PC from the left-side navigation.
    This PC
  3. Find your target solid-state drive under the Devices and drives section.
    Select the drive
  4. Right-click on the SSD icon and select Format… from the contextual drop-down menu.
    Right-click and select Format
  5. Click thefile system drop-down menu and select NTFS or exFAT. Leave the Allocation Unit Size at its default setting.
    Configure the format
  6. Enter a preferred name for your SSD in the Volume label text box so you can easily identify it later.
    Label the drivee
  7. Ensure that the checkbox next to Quick Format is checked.
    Check Quick Format

Note: Leaving this checkbox unchecked triggers a full format that causes unnecessary write wear on the SSD.

  1. Click the Start button at the bottom of the window.
    Click the Start button
  2. Click OK on the warning pop-up box to confirm that you want to erase all data on that drive.
    Click OK

    Method 2: Using Disk Management for New or Unallocated SSDs

    A brand new or unallocated SSD that doesn’t appear in File Explorer can be formatted using Disk Management. This Windows utility lets you initialise the drive, partition it, and assign a drive letter. This way, your operating system recognizes the storage hardware properly.

    Steps to format new SSD using Disk Management:

    1. Right-click the Windows button in the taskbar and select Disk Management.
      Disk Management
    2. If the drive is new, a pop-up window will automatically appear asking you to initialize the disk. Select GPT (GUID Partition Table), which is required for modern systems and Windows 11 compatibility.
      Select GUID Partition Table
    3. Click OK to apply the changes.
      Click OKk
    4. Scroll down and find your SSD. If not yet labeled, it will be marked as Unallocated.
      Unallocated drive
    5. Right-click the black Unallocated space and select New Simple Volume… from the menu.
      New Simple Volume
    6. Click Next on the welcome screen.
      Next button
    7. On the next screen, leave the volume size at its maximum default number to use the entire drive space, then click Next.
      Select drive size and click the Next button
    8. Choose an available drive letter from the drop-down menu and click Next.
      Assign a drive letter
    9. Configure the File System Settings:
      • Set File System to NTFS or exFAT.
      • Leave Allocation unit size at Default.
      • Type a preferred name in the Volume label field.
      • Check the box for Perform a quick format.
        Configure the formatt
    10. Click Next to review your chosen settings.
      Next buttonn
    11. Click OK once the process is completed. The black bar will turn blue, and your SSD is now ready for use.
      Click OK buttonn

      Method 3: Reformat SSD Using Command-Line DiskPart

      The next direct, non-chaotic method to reformat SSD is using Command Prompt. This can be used if your SSD becomes unresponsive, corrupted, or when it shows errors during a standard format because it bypasses the standard Windows interface to clear the drive at the system level.

      How to reformat SSD drive using Command Prompt (DiskPart):

      1.  Click the Windows Start menu, type cmd into the search bar, and select Run as Administrator next to Command Prompt.
        Open Command Prompt as administrator
      2. Click Yes if a confirmation prompt appears.
        Click Yes to confirm
      3. Type the following command to enter DiskPart, and press Enter:

        diskpart

        diskpart command
      4. Now that the command line changes to show DISKPART>, type this command to display a list of all storage  attached to your computer and press Enter:

        list disk

        list disk commandd
      5. Identify your SSD by its storage size, then type this command and press Enter:

        select disk X

        select disk commandd
      6. Next, clean the drive, i.e., erase all existing partitions, hidden files, etc. Type the following command:

        clean

        clean commandd
      7. Enter this command to build a fresh and healthy data foundation on the drive:

        create partition primary

        create partition primary command
      8. Command to apply a Windows file system to the drive:

        format fs=ntfs primary

        format commandd
      9. Lastly, to assign an accessible drive letter  in File Explorer, type the following command in the command prompt and press Enter:

        assign

        or

        assign letter=x

        assign letter commandd
      10. Your drive is successfully formatted and assigned a new drive letter. Enter this command to exit DiskPart:

        exit

        exit command

      Troubleshooting the Drive Errors

      TroubleshootingWhat to do?
      Drive is not visible in File ManagerAccess the drive using Disk Management
      Drive is write-protectedUse the DiskPart terminal command
      Disk is online but not stableRecreate the volume using Disk Management
      Drive capacity looks wrongAccess the drive using Disk Management
      Windows was unable to complete the formatFormat the drive using Command Prompt

      Method 4: Format SSD After Windows Install

      Formatting an SSD during a clean Windows installation is necessary when upgrading your primary drive or completely reinstalling your operating system. This method relies on bootable Windows installation media to wipe the storage hardware before any files are loaded.

      If you are looking for how to reformat a SSD from BIOS, this is the alternative method because BIOS lacks operating system tools.

      1. Insert your Windows 11 bootable USB drive, restart your PC, and press your system’s boot key (usually  F8, F11, or F12) to boot from the USB.
        Connect Windows bootable drive to PC
      2. Select your language and keyboard layout, then click Install Now.
        Click Install Now
      3. Enter your product key and choose Custom: Install Windows only (advanced).
      4. Look at the list of drives and partitions displayed on the screen.
        List of drives and partitions
      5. Select each partition on your target SSD one by one and click the Delete button. Repeat this until the drive shows a single item labeledDrive X Unallocated Space.
        Select the partition and click the Delete button
      6. Click on the Unallocated Space, click the New button, and click Apply to automatically create the required system partitions.
        Click on the drive and select New
      7. Select the largest newly created partition, then click the Format button to reformat the SSD safely.

      How to Format SSD on macOS?

      Formatting/ reformatting SSD on macOS is a straightforward process, whether you’re making an external backup drive or an internal drive. Apple provides two native tools to handle this. The primary method is using Disk Utility, which is a visual application good for quick partition management and drive erasing. The next is the Terminal command-line interface, which is more of a technical and system-level method. When you format an SSD on macOS, the system performs three quick steps:

      • Unmounting the drive to safely disconnect active files,
      • Wipes the old data index, and
      • Creates a fresh GUID Partition Map.

      Let’s look at how to reformat SSD using these methods one by one:

      Method 1: Formatting a Mac SSD Using Disk Utility

      For users running modern operating systems like macOS Tahoe, Disk Utility is the most reliable visual tool to reformat SSD. It manages both internal and external storage drives. You can erase existing data volumes and partitions. Being a built-in graphical interface, it is the safest approach to prepare storage hardware without any complex code.

      How to reformat SSD drive on Mac using Disk Utility:

      1. Press Cmd (⌘) + Space to open Spotlight, type Disk Utility, and press Return (Applications > Utilities > Disk Utility).
        Open Disk Utility
      2. Click the View dropdown menu in the top-left corner of the window and select Show All Devices.
        Click View and select Show All Devices
      3. Look at the left sidebar under the “External” or “Internal” section. Click on the root name of your target physical SSD.
        Select your root drive
      4. From the top toolbar, click the Erase button. A settings window will pop up.
        Click the Erase button
      5. Type a name for your SSD in the Name field, choose the format (either APFS or exFAT), and select the Scheme as GUID Partition Map.
        Configure the foormat
      6. Click the Erase button at the bottom right. Disk Utility will unmount the disk, wipe the data, apply a new file system, and remount it.
        Click the Erase buttton

      Note: Mac provides Security Options… to choose basically how and to what extent the drive is erased when being formatted.

      Format security options
      1. Click Done when finished.
        Clickk Done button

      Method 2: Format SSD Via Mac Terminal

      The macOS Terminal is an advanced command-line tool that lets you format an SSD when the standard desktop interface freezes or encounters errors. It works by sending text commands directly to Mac’s core operating system. This text-based message is highly effective because it gives your Mac direct authorization to force-format a drive.

      How to reformat an SSD on macOS Via Terminal:

      1. Press Cmd (⌘) + Space to open Spotlight search, type Terminal, and press Return.
        Search and open Terminal
      2. Type the following command to get all internal and external drives attached to your Mac, and press Return:

        diskutil list

        diskutil list commandd
      3. Find the SSD that needs to be formatted and note its identifier name, which will look like /dev/disk2, /dev/disk3, etc.
        Note your disk identifierr

      Warning: Confirm that you have the correct disk number. Choosing the wrong identifier will wipe the wrong drive.

      1. Type the following command and press Return to erase and reformat the SSD:

        diskutil eraseDisk APFS MySSD /dev/diskX

        erase disk commandd
      2. The terminal will unmount the disk and complete the formatting process. You will get a progress report. Once you see the message “Finished erase on disk”, type exit and close the application.

        How to Recover Data from SSD Using Notchox Data Recovery Software?

        1. Download and Install: Visit Notchox’s official website to download the Notchox Data Recovery Software for corrupted file recovery. Install the software on a separate drive.
          Download Notchox data recovery software
        2. Select the Target Drive: From the dashboard, select the target drive (the corrupted SSD you want to format later). 
          Select the SSD as the target drive
        3. Start Scan: Begin the deep scan by clicking the Start Scan button to recover every possible file from the SSD.
          Click the Start Scan button
        4. Preview and Restore: Click the Preview button to check the file integrity before confirming the restoration. Once previewed, select the files you want to restore and click the Recover Selected button at the top.
          Select files and click the Recover Selected button

        Summarising SSD Reformat

        Format a drive using File Manager and Disk Management (Windows) or Disk Utility (macOS) for an easy graphical interface. For advanced users, terminal commands provide direct access for fast formatting without an operating system interface or its limitations. Remember to choose the right file system during the formatting process for drive accessibility on the required system.

        Frequently Asked Questions

        How to reformat SSD?

        To reformat SSD on Windows:

        • Using File Explorer: Open File Explorer> Select the drive > Right-click and select Format.
        • Using Disk Management: Open Disk Management > Right-click and select Format.
        • Using Command Line: Open Command Prompt as Administrator > diskpart > list disk command > select disk > create partition primary > format fs=ntfs primary.

        To reformat SSD on macOS:

        • Using Disk Utility: Open Disk Utility > Select drive > Erase button.
        • Using Terminal: Open Mac Terminal > diskutil list > diskutil eraseDisk APFS MySSD /dev/diskX.
        How to format an SSD using DiskPart?

        To format SSD using DiskPart on Windows:

        • Open Command Prompt as administrator.
        • Enter the diskpart command.
        • List all the currently connected disks using list disk command.
        • Now, enter select disk X to select the disk. (Replace X with your drive number)
        • Clear the drive using the clean command.
        • Enter create partition primary to create a new partition.
        • Finally, enter format fs=ntfs primary to format the drive.
        How to format a SSD on Mac?

         To format SSD on macOS:

        • Using Disk Utility: Open Disk Utility > Select the drive > Erase button.
        • Using Terminal: Open Mac Terminal > diskutil list > diskutil eraseDisk APFS MySSD /dev/diskX.
        How to format SSD drive using Mac Terminal?

        Follow these steps to format SSD drive using Mac Terminal:

        • Open Mac Terminal.
        • Enter diskutil list to list all the connected drives to the Mac.
        • Enter diskutil eraseDisk APFS MySSD /dev/diskX to format the drive (replace X with your drive number).
        How do you format a SSD not accessible in File Explorer?

        If your SSD is not accessible in File Explorer, you can access the drive from Disk Management.

        • Right-click on Start and select Disk Management.
        • Select your drive, right-click on it, and select Format.
        • Now apply the changes if needed, and click OK.
        How to format a new SSD?

         You can easily format a new SSD from File Explorer. Simply open File Explorer, go to This PC, and select the drive you want to format. Right-click on the drive and select Format.

        What is the quickest way for formatting a new SSD?

        The quickest way to format a drive is using File Explorer.

        • Press Win + E to open File Explorer on Windows.
        • Click on This PC to view all the drives connected to the PC.
        • Right-click on the drive and select Format.
        • Configure the format and click the Start button.
        Sources
        Published by
        Deeksha Arora

        Deeksha Arora is a Data Protection & Recovery Writer focusing on writing accurate, informative, and easy-to-understand technical articles for Notchox’s readers. Her content on the prevention of data loss, understanding risks of device failures, and guides to fix problems helps readers make the right decisions and understand the technical terms easily. She works closely with Subject Matter Experts to ensure high usability and accuracy of her writing.

        Related Posts

        Link copied successfully!