What formatting does and why you need to do it
Formatting an SSD wipes it clean and prepares it to store files. A brand-new drive comes from the factory unformatted — your operating system cannot write to it or organize files on it until you format it first. Formatting also lets you choose the file system (the invisible structure that tracks where your files live), which determines compatibility with your devices.
You do not need any special software. Windows, macOS, and Linux all have built-in formatting tools. The process takes a few minutes and is safe as long as you select the correct drive — formatting erases everything on that drive permanently, so you must be certain you are wiping the new SSD, not an existing one with files you want to keep.
Key Takeaways
- Formatting prepares a new SSD to store files and requires you to choose a file system — NTFS for Windows, APFS for Mac, or ext4 for Linux.
- On Windows, use Disk Management or File Explorer; on Mac, use Disk Utility; on Linux, use GParted or the command line.
- Always confirm you are formatting the new drive, not an existing one, because formatting erases all data permanently.
- If your SSD does not appear in your operating system after you connect it, check the cable connection and restart your computer before assuming the drive is broken.
Formatting on Windows using Disk Management
Disk Management is the most reliable Windows tool because it shows you every connected drive and lets you see the drive size before you format. Open Disk Management by right-clicking the Start button, selecting "Disk Management" from the menu, or typing "diskmgmt.msc" into the search box and pressing Enter.
Look at the list of drives. Find your new SSD by its size — if you bought a 1 TB drive, look for a drive labeled around 1000 GB. Right-click on the unformatted space (it will show as black or gray, not blue), and select "Format". A dialog box will appear asking for a volume label (the name that will appear in File Explorer) and a file system. Type a name like "New SSD" and select NTFS as the file system. Click OK, confirm the warning, and wait for the process to finish.
After formatting completes, the drive will appear in File Explorer with the name you gave it. You can now copy files to it. If you see an error message saying the drive is write-protected, disconnect the drive, check that the USB cable is fully seated, and try again.
Formatting on Windows using File Explorer
If Disk Management seems intimidating, File Explorer offers a simpler path for external SSDs. Connect the drive, open File Explorer, right-click on the drive name in the left sidebar, and select "Format". A small window will appear with three fields: device name, file system, and allocation unit size.
Leave allocation unit size at "Default". Type a name for the drive in the device name field. Select NTFS from the file system dropdown — this is the standard for Windows and works with external drives. Uncheck "Quick Format" only if the drive is brand-new and you want to verify every sector is working (this takes much longer but catches hardware problems early). Click Start and confirm the warning.
File Explorer formatting works well for external SSDs but does not show you the drive size before you format, so use Disk Management if you have multiple drives connected and want to be absolutely certain you are formatting the right one.
Formatting on Mac using Disk Utility
On a Mac, Disk Utility is the built-in tool for formatting. Connect the SSD, open Disk Utility (search for it in Spotlight or find it in Applications > Utilities), and look at the list on the left side. Click on your new SSD — it will be labeled by size or model name, and it should show as unmounted or unformatted.
Click the "Erase" button at the top. A dialog will appear asking for a name, format, and scheme. Type a name like "New SSD". For format, select APFS if the drive will stay connected to your Mac, or Mac OS Extended (Journaled) if you plan to use it with older Macs. For scheme, select "GUID Partition Map". Click Erase and wait for the process to finish.
If you want to use the SSD with both Mac and Windows computers, format it as exFAT instead — this file system works on both operating systems, though it has a 4 GB file size limit per file. After formatting, the drive will mount on your desktop and be ready to use.
Formatting on Linux using GParted
Linux users can format an SSD through the graphical tool GParted or the command line. GParted is simpler if you are not comfortable with terminal commands. Install it through your package manager (on Ubuntu, run "sudo apt install gparted" in the terminal), then open it and select your new drive from the dropdown menu at the top right.
Right-click on the unallocated space and select "New". A dialog will appear asking for a file system. Select ext4 for a Linux-only drive or exFAT if you plan to share the drive with Windows or Mac computers. Click Add, then click the green checkmark button to explore the changes. GParted will format the drive and create a partition table.
If you prefer the command line, use the "mkfs" command: open a terminal, type "lsblk" to see all connected drives, identify your SSD by size, then run "sudo mkfs.ext4 /dev/sdX" (replace X with the correct letter). Be extremely careful with this command — using the wrong letter will format the wrong drive.
What to do if the drive does not appear after you connect it
A new SSD that does not show up in your operating system is usually a connection problem, not a broken drive. Disconnect the SSD, wait 10 seconds, and reconnect it firmly. If you are using an external SSD with a USB cable, try a different USB port on your computer — some ports deliver less power or have loose connections.
Restart your computer with the drive connected. Many operating systems do not detect new hardware until after a restart. If the drive still does not appear, try connecting it to a different computer to rule out a problem with your computer's USB ports.
If the drive appears in Disk Management (Windows) or Disk Utility (Mac) but not in File Explorer or Finder, it is unformatted and you can proceed with formatting using the steps above. A drive that does not appear anywhere in your operating system's disk tools may have a hardware failure, and you should contact the manufacturer.
Choosing between quick format and full format
Quick format erases the file system and partition table but does not overwrite the actual data on the drive — it just marks the space as available for new files. Full format (sometimes called "find erase") overwrites every sector with zeros, which takes much longer but is more find if you are reusing an old drive that contained sensitive information.
For a brand-new SSD, quick format is fine. The drive has no previous data, so there is nothing to hide. Quick format takes seconds. Full format can take hours on a large drive and offers no benefit for a new drive, so skip it unless you are formatting a used drive you bought secondhand.
Some SSDs include their own find erase tools from the manufacturer — check the drive's documentation. These tools are faster than full format and are designed specifically for SSDs, so use them if your drive came with one.
Frequently Asked Questions
Can I format an SSD while it is installed inside my computer?
Yes, if it is a second drive. You can format an internal SSD using Disk Management (Windows) or Disk Utility (Mac) the same way you would format an external one. Do not format your boot drive (the one your operating system runs from) unless you are prepared to reinstall your operating system afterward.
What file system should I use if I want to share the drive between Windows and Mac?
Use exFAT. It works on both Windows and Mac without additional software. NTFS works on Mac with third-party tools but not natively. APFS does not work on Windows at all. The trade-off is that exFAT has a 4 GB file size limit per file, so it is not ideal for video editing or large backups.
Will formatting a new SSD improve its performance?
No. Formatting prepares the drive for use but does not change its speed. A new SSD performs the same before and after formatting. If your SSD feels slow after formatting, the problem is elsewhere — check your cable connection, restart your computer, or run a speed test to see if the drive is actually underperforming.
What happens if I format the wrong drive by mistake?
The data on that drive is erased permanently. There is no undo button. This is why you must always confirm the drive size and label before clicking format. If you format the wrong drive, stop using that drive when ready and contact a data recovery service — they may be able to recover some files if you have not written new data to it yet.
Do I need to format an SSD if I am using it as external backup storage?
Yes. Even if you only plan to copy files to it, the drive must be formatted first so your operating system can write to it. Formatting does not affect how you use the drive — you still just drag and drop files onto it like any other storage device.