How to Format a USB Drive to FAT32 on Mac without Losing Data

format USB to FAT32 on Mac

It’s easy to format a USB drive to FAT32. However, there’s a lot of (in our opinion) critical information left out of most guides regarding data preservation during different types of formatting — especially on macOS.

And while FAT32 is a commonly used format, it has unique attributes that you ought to know to maximize your USB. Finally, there are users coming to this guide who have already formatted their USB but need the files that were deleted in the process.

So the scope of this guide includes formatting your USB to FAT32 while preserving data, recovering files lost during formatting, and maintaining your FAT32 USB’s health.

How to Prevent Data Loss When Formatting Your USB to FAT32

The way formatting works (regardless of file system format) is that all the data blocks on the drive are deleted in order to prepare for the new file system and new files.

Aside from using special tools to restore the files deleted during formatting (which we’ll explore in further down the guide), there are ways to preserve your data so you can avoid needing recovery or increase the number of files you get back:

  1. If you’re disconnecting your USB drive from another device (e.g. Tesla dash cam), make sure that you use the safely eject feature to ensure that all read and write processes have concluded properly. This prevents corruption, which can cause data loss even before you format your drive.
  2. Back up the data on your USB drive. The easiest way to accomplish this is by copying and pasting your files from your drive to your Mac. Another option is to utilize backup software like Carbon Copy Cloner to back up your USB drive itself.
  3. Only use Quick Format unless a Full Format is necessary (e.g. a virus may survive a Quick Format and will require a Full Format, but other forms of corruption typically don’t). A Quick Format only prepares the data blocks to be overwritten, which means the actual data is still available for recovery tools to find and restore.
  4. After formatting your USB drive, don’t save any new files to it until you verify your backup files or recover your deleted files. This is to avoid overwriting formatted file data, which recovery tools rely on to restore files.

How to Format a USB to FAT32 on Mac

If this is your first time formatting a storage device, it might sound a bit intimidating. Fortunately, Mac provides intuitive (and free) tools built right into the operating system. Below, we’ll cover Disk Utility and Apple Terminal. Disk Utility has a user-friendly GUI (graphical user interface), while Terminal is a spartan command line system. For both apps, the entire process only takes 5 steps. Here’s how to format a USB drive to FAT32 on Mac:

Method 1: Conveniently Format Your USB Using Disk Utility’s GUI

Disk Utility is a powerful and easy-to-use disk management tool that lets you format, partition, repair, and mount/unmount storage devices. Let’s try using Disk Utility for format a flash drive to FAT32 on Mac:

Step 1. Make sure your USB drive is securely connected to your Mac.

Step 2. Open Disk Utility by opening Finder > Applications > Utilities, and double-clicking Disk Utility.
Disk Utility icon in the Utilities folder, inside the Finder Applications folder

Step 3. On the Disk Utility window, click the “View” button and click “Show All Devices.”
Disk Utility View button

Step 4. Select your USB drive on the left sidebar, then click the “Erase” button near the top of the window.
Erasing a USB drive in Disk Utility

Step 5. Choose a name, select MS-DOS (FAT) for the format, then Master Boot Record for the scheme. Then, click “Erase.”
Disk Utility format drive dialogue box

Method 2: Format Your USB Drive With More Precision Using Terminal

Terminal is another powerful native Mac tool, but it’s a lot less visual than Disk Utility. In fact, you use it mainly by typing in commands. But the steps to format USB from Terminal are still relatively straightforward as long as you follow our guide below:

Step 1. Make sure your USB is securely connected to your Mac.

Step 2. Launch Terminal by opening Finder > Applications > Utilities, and double-clicking terminal.
Terminal app icon in the Utilities folder, inside Finder Applications folder

Step 3. Type the following command and press return:

diskutil list

Diskutil list command in the Terminal app

Step 4. Identify your USB’s disk name from the list of drives and take note of it. In my case, my USB’s disk name is “/dev/disk4”.
List of disks in the Terminal app

Step 5. Type the following command and press return:

sudo diskutil eraseDisk FAT32 LEXUSB MBRFormat /dev/disk4

or

sudo diskutil eraseDisk FAT32 LEXUSB GPT /dev/disk4

Replace “LEXUSB” with what you want to name your drive, and replace “/dev/disk4” with your own USB’s disk name.
Diskutil eraseDisk command in the Terminal app

You can turn this operation into a Full Format, which is a great way to get rid of viruses that may have burrowed into the boot sector or a hidden partition. Simply execute the following command before step 5: sudo diskutil zeroDisk /dev/disk4 (replace /dev/disk4 with your own USB’s device node). Note that a Full Format will make data recovery impossible.

How to Recover Data Lost From a Flash Drive During Formatting

If you already formatted your USB drive but were unable to back up important files (or you were unable to access the files before formatting due to corruption), you can attempt to restore them using data recovery software. Data recovery software is capable of scanning drives and restoring files from whatever is left in the USB’s data blocks.

For this guide, we’ll be demonstrating an app called Disk Drill. It has a beginner-friendly interface that makes it easy to scan your USB, browse and select the files (and folders) you want to restore, and save them to any location you want.

Disk Drill also recognizes a lot of different file signatures from a variety of file types and it can fully preview almost all recoverable files (including RAW photos and videos). It can also scan almost all known file system formats, including ExFAT, FAT32 HFS+, and APFS.

You can download Disk Drill for free and scan and preview your files, which not only allows you to follow along but will also help you verify whether or not your files are recoverable. The general rule of thumb is: if you can preview it, you can recover it.

Step 1. With your USB drive disconnected from your Mac (to avoid overwriting), download and install Disk Drill.

Step 2. Once Disk Drill is installed, securely connect your USB drive to your Mac.

Step 3. Open Disk Drill. Then, select your USB drive from the list and click Search for lost data.
Scanning a FAT32 USB drive using Disk Drill

Step 4. Disk Drill will let you know when it’s done scanning your USB. Click Review found items.
Disk Drill completion screen of FAT32 USB drive scan

Step 5. If you only want to restore specific files or file types, use the filters in the sidebar or type a file name or file extension in the search tool (top right corner). Once you locate the files you want to restore, hover your mouse beside each of their file names and click the eye button that appears. This will allow you to preview the file.
Search and preview tools for FAT32 USB drive in Disk Drill

Step 6. After previewing your files, mark the boxes beside the files and folders you want to restore. Then click the Recover button.
Selecting found and recovered files in FAT32 USB drive

Step 7. Choose a folder on your Mac (not on the USB drive) where you want Disk Drill to save the files it recovered. Finally, click Next.
Selecting a destination folder for files recovered from FAT32 USB using Disk Drill

Disk Drill will display a completion message once it’s done saving all the files you selected in step 6. You’ll find them in the location you selected in step 7.

Before You Go, Take These FAT32 USB Health Tips With You

FAT32 is still a robust and highly compatible file system format. However, it’s prone to corruption and data loss and has its own share of weaknesses – just like any file system format. Here are a few tips to keep your new FAT32 USB in top shape for as long as possible.

First, avoid transferring files larger than 4 GB in size – due to FAT32’s 4 GB file size limit, this may eventually lead to corruption. Second, always safely eject your USB to ensure that all read and write processes are concluded properly. Finally, avoid storing highly sensitive files and scan your USB for viruses regularly – FAT32 lacks certain encryption and security features, making it more vulnerable than its other file system counterparts (e.g. ExFAT).

FAQ

There are 2 ways to format an external hard drive to FAT32 on a Mac:

  1. Use Disk Utility’s “Erase” feature.
  2. On Terminal, identify your disk using the following command:
    diskutil list

    Then, type the following command and press enter:

    sudo diskutil eraseDisk FAT 32 MBRFormat LEXUSB /dev/disk4

    Change “LEXUSB” to what you want to name your hard drive, and change “/dev/disk/4” to your drive’s disk name.

Yes, FAT32 is compatible with Mac (both read and write).
To change a USB format on a Mac, use Disk Utility’s “Erase” feature or the “eraseDisk” command in Terminal’s diskutil environment.
Alejandro Santos
Chief Writer
Alejandro is Macgasm’s Chief Writer and Apple ecosystem enthusiast. He pens the majority of troubleshooting guides and software reviews for this website, tapping into his love for technology and extensive background in technical writing. He started his career by helping… Full Bio