How to Format a USB Drive

Quick answer

  1. Plug in the USB drive
  2. In File Explorer, right-click the drive and select Format…
  3. Choose NTFS, exFAT, or FAT32
  4. Keep Quick format selected and click Start

Quick format does not fully erase data. To wipe the USB first, then format it, use MultiDrive.

Need to format a USB drive in Windows so you can reuse it, switch file systems, or fix a drive that Windows no longer mounts? Follow this guide for File Explorer, Command Prompt, and MultiDrive.

In this article

Which file system: NTFS, exFAT, or FAT32?

How you format the USB drive determines which computers and devices can read it.

File systemBest forLimits
exFATUSB drives used on Windows, Mac, and LinuxNo practical file-size cap for everyday use
NTFSWindows-only drives, large backups, permissionsLimited write support on macOS without extra software
FAT32Old devices that do not support exFAT4 GB max file size; File Explorer formats up to 32 GB

For most flash drives, exFAT is the practical default. Choose NTFS if the drive stays on Windows PCs (for example, as a backup target). Use FAT32 only when an older device requires it.

How to format a USB drive to exFAT

The main benefit of the exFAT file system is that you can use a USB drive with exFAT in Windows, Mac and Linux computers.

Here’s how to format a USB drive to exFAT in Windows:

  1. In File Explorer, right-click your flash drive and select Format…
  2. In the File system list, select exFAT.
  3. Make sure that the Quick format option is selected and click Start.
Format a USB drive to exFAT

How to format a USB drive to NTFS (for Windows)

NTFS is a default file system for Windows. It supports larger partitions and file sizes: up to 8 petabytes for volumes and files on the latest Windows versions.

Here’s how to format a USB drive to NTFS in Windows:

  1. In File Explorer, right-click your flash drive and select Format…
  2. In the File system list, select NTFS.
  3. Make sure that the Quick format option is selected and click Start.
Format a USB drive to NTFS

How to format a USB drive to FAT32

FAT32 is an outdated file system, which has significant limitations: the partition size is limited to 2TB and the maximum file size is 4GB. Its successor is the exFAT file system.

Formatting a USB drive to FAT32 in Windows is limited by the drive’s capacity:

Here’s how to format a USB drive to FAT32 in Windows, using File Explorer:

  1. In File Explorer, right-click your flash drive and select Format…
  2. In the File system list, select FAT32.
  3. Make sure that the Quick format option is selected and click Start.
Format a USB drive to FAT32

To format a USB flash drive larger than 32GB in Windows, see How to format a USB drive using cmd below.

How to format a USB drive using cmd (command prompt)

Command-line interface is often preferred by advanced users, system administrators, and IT professionals.

Here’s how to format a USB drive from the command prompt, using a built-in Windows command-line utility for drive formatting:

  1. In Windows, press Win+X and choose Windows PowerShell (Admin).
  2. Type:
    format <volume> /q /fs:<filesystem>
    where
    • <volume> is the volume name or letter (followed by a colon) of the USB drive you want to format,
    • /q - parameter for quick formatting (only deletes the file table and the root directory, doesn’t perform a sector-by-sector formatting),
    • <filesystem> is the type of file system (FAT, FAT32, NTFS, exFAT, ReFS, or UDF).

For example, to quick-format a USB drive with volume letter E:\ to FAT32, type:

format e: /q /fs:fat32
  1. Press Enter.
  2. Confirm formatting by pressing Y and then Enter.

Important: the 'format' command operates with logical volumes, not physical devices. In order for this utility to format an entire USB drive, the device must contain a volume that spans all sectors of the USB drive.

How to format a USB drive with MultiDrive

MultiDrive can format a USB drive after a secure erase. That leaves a ready-to-use volume in NTFS or exFAT, and unlike a quick format it overwrites the old data first.

  1. Download and install the free software – MultiDrive.
  2. Plug in your USB drive into any USB port on your computer.
  3. Run MultiDrive and go to Erase on the left.
  4. Select the USB drive you want to format and click the Options button.
  5. Enable the Format drive after erasing with file system option, select either NTFS or exFAT, and click the Apply button.
  6. Click the Erase button and wait until the ‘Success’ result appears in the Stats panel.
Enabling Format drive after erasing with file system in MultiDrive

From the command line, the same option is --format on the erase command, for example mdcli erase -t d3 --format exFAT.

See the MultiDrive CLI erase flags for the full syntax. For a wipe walkthrough without formatting, see how to clear a USB drive.

Formatting a USB drive FAQ

Frequently asked questions about formatting a USB flash drive

Use exFAT if you will plug the drive into Windows, Mac, or Linux. Use NTFS if the drive stays on Windows PCs and you need large files or Windows permissions. Use FAT32 only for older devices that cannot read exFAT — individual files cannot be larger than 4 GB.

No. A quick format only removes the catalog of files. Recovery software can still find the old data. A full format checks the drive and may overwrite more, but it is still not the same as a secure wipe.

To make the data unrecoverable, wipe the USB drive with MultiDrive, then format it.

Windows File Explorer will not offer FAT32 for drives larger than 32 GB. Use the built-in format command, for example format e: /q /fs:fat32, replacing e: with your USB drive letter.

Yes. In EraseOptions, enable Format drive after erasing with file system and choose NTFS or exFAT. MultiDrive wipes the drive first, then formats it. FAT32 is not available in that option — use File Explorer or the format command instead.

Author

Sergiy Pasyuta, Atola Technology Team

Sergiy Pasyuta

Technical Writer at Atola Technology

Tech writer and educational content creator. Sergiy has over 3 years of experience working with drives and file systems. He loves to dig deep into complex issues and explain them in plain language.