How to Format USB to FAT32 [2026]

I once spent an entire afternoon frustrated because my brand-new 128GB USB drive wouldn’t show up on my car’s stereo or my PS4. After seeing “File System Not Supported” repeatedly, I realized a hard truth: FAT32 is still the universal king of compatibility. Whether you are connecting to a Mac, a smart TV, or an old game console, FAT32 is the only format that truly works everywhere. However, Windows often hides the FAT32 option for drives larger than 32GB, which is exactly where I got stuck. If you are dealing with similar issues on other storage types, you might also find my guide on how to format sd card to fat32 useful. For now, we will walk through the exact steps to format USB drive to FAT32 using everything from simple graphical tools to the PowerShell methods I now swear by. Let’s get your drive formatted correctly and eliminate the guesswork for good.
Key Takeaways
- Choose FAT32 for maximum device compatibility, and use exFAT or NTFS when large files or better performance are needed.
- FAT32 remains the most universally compatible format in 2026, working across Windows, macOS, Linux, smart TVs, car stereos, and game consoles.
- Windows File Explorer still enforces a 32GB FAT32 limit, but Command Prompt and PowerShell can format drives up to 2TB as FAT32.
- FAT32’s main drawback is the 4GB file size limit, making it unsuitable for large videos or archives.
- macOS formats FAT32 as “MS-DOS (FAT)” using Disk Utility, with no extra tools required.
What Is FAT32 and Why Does It Still Matter in 2026?
FAT32 (File Allocation Table 32) remains the “universal language” of digital storage. Despite newer formats like exFAT and NTFS, FAT32 is the only file system that guarantees your data is readable across almost every device ever made.
The Best Use Cases for FAT32
FAT32 remains the gold standard for total cross-platform freedom, working natively across Windows, macOS, and Linux without the need for third-party drivers. This makes it absolutely essential for legacy and specialized hardware—such as BIOS/firmware updates, older car stereos, smart TVs, and retro gaming consoles like the PS3 or original Xbox—that simply won’t recognize modern formats.
The Trade-offs You Must Know
While FAT32 is incredibly compatible, you must keep in mind its primary drawback: a strict 4GB file size limit that will trigger a “File too large” error if you attempt to move high-definition 4K videos or large archives. Additionally, it is generally less efficient than NTFS when managing performance on massive modern hard drives.
The 2026 Reality: FAT32 Support in Windows 11
For nearly 30 years, Windows users were frustrated by an artificial 32GB limit for FAT32 formatting. However, following the major updates that began in late 2024 and are now standard in 2026, Microsoft has finally eased these restrictions—but with a catch.
| Method | 2026 Formatting Limit | Note |
| Command Prompt (CLI) | Up to 2TB | The format command now supports massive FAT32 volumes natively. |
| PowerShell | Up to 2TB | Fully supported in the latest Windows 11 builds. |
| File Explorer (GUI) | 32GB | Surprisingly, the “Right-Click > Format” window still enforces the 32GB limit for FAT32. |
Even in 2026, if you are working with a large 128GB or 512GB USB drive and need it in FAT32, you cannot use the standard Windows pop-up window. You must use the command-line tools or specialized utilities I’ve detailed below to bypass that lingering 32GB GUI restriction.
How to Format USB to FAT32 on Windows
Method 1: Using File Explorer (For Drives 32GB or Smaller)
If your USB drive is 32GB or smaller, formatting it to FAT32 using File Explorer is the easiest and fastest method—no special tools or commands needed.
Step 1: Insert and Locate Your USB Drive
- Plug your USB drive into a USB port on your Windows computer.
- Press Windows + E to open File Explorer.
- In the left-hand panel, click This PC, then locate your USB drive under “Devices and drives.”

Step 2: Open the Format Tool
- Right-click on your USB drive and select Format from the menu.
- In the Format window, find the File System dropdown and choose FAT32.
- You can also give your drive a custom name by entering it in the Volume label field.
Step 3: Start Formatting
- Make sure Quick Format is checked (this skips deep scanning to save time).
- Click Start, then confirm by clicking OK when prompted.
- The formatting will begin and should complete within a few seconds.
Once complete, your USB drive will be ready to use in FAT32 format, compatible with most devices and operating systems.
Method 2: Using Command Prompt (For Drives Larger Than 32GB)
This method helps you bypass the 32GB limit.
Step 1: Press Windows + X and select Command Prompt (Admin) or Windows Terminal (Admin).
Step 2: Type the command below and press Enter:
format /FS:FAT32 X:
(Replace X: with the letter assigned to your USB drive.)
Step 3: Wait patiently—formatting large drives may take time.
Step 4: Follow any on-screen instructions to complete the process.
Note: This method allows formatting drives up to 2TB as FAT32.
How to Format USB to FAT32 on macOS
Formatting a USB drive to FAT32 on macOS is quick and straightforward, thanks to the built-in Disk Utility tool. Here’s how to do it:
Step 1: Plug your USB drive into a USB port on your Mac.

Step 2: Open Disk Utility from Applications > Utilities, or search for it using Spotlight (Cmd + Space).
Step 3: In the sidebar, select the USB device (not just the volume listed below it).
Step 4: Click Erase at the top. In the pop-up window, choose MS-DOS (FAT) as the format and give your drive a name.
Step 5:Click Erase to confirm. The formatting will begin and should finish in just a few seconds.
Note: FAT32 is labeled as MS-DOS (FAT) in macOS, and it’s best used for drives up to 32GB for full compatibility.
File System Comparison: FAT32 vs. exFAT vs. NTFS
| Feature | FAT32 | exFAT | NTFS |
|---|---|---|---|
| Max File Size | 4GB | 16EB | 16TB |
| Max Partition Size | 2TB (Windows CLI) | 128PB | 256TB |
| Compatibility | High | Moderate | Low |
| Supports Journaling | No | No | Yes |
| Use Case | Cross-platform | Large files on removable drives | Windows system drives |
Note: exFAT is suitable for large files and is supported on newer operating systems. NTFS offers advanced features like file permissions and journaling but has limited compatibility with non-Windows systems.
Recovering Data After Formatting
If you’ve accidentally formatted a USB drive and need to recover data, consider using recovery tools like WinfrGUI. It’s a free, user-friendly application designed to help recover lost files from formatted drives.
Step 1: Connect and Select Your Device
Plug in your formatted USB or external drive. Launch WinfrGUI and select that drive from the list. This tells the software exactly where to focus its “digital search party.”
Step 2: Run a Deep Scan for Better Results
Since the drive was formatted, the file directory is likely gone. In WinfrGUI, select the Deep Scan mode.

Personal Tip: Be patient here! A Deep Scan checks every sector of the drive. While it works, you can use the filter feature to search for specific file types (like .JPG or .PDF) so you don’t have to sift through thousands of files later.
Step 3: Preview and Save (To a Safe Spot!)
Once the scan finishes, you’ll see a list of recoverable photos, videos, and documents. Check the ones you need and click “Start Recovery.” *

Critical Rule: Always save your recovered files to a different drive (like your computer’s desktop) instead of the formatted USB. This prevents the new data from overwriting the very files you are trying to save!
FAQs on How to Format USB to FAT32
Q1. What is the maximum partition size for FAT32 in Windows 11 as of 2025?
As of August 2024, Microsoft has removed the 32GB partition size limit for FAT32 when using command-line tools in Windows 11. You can now format drives up to 2TB as FAT32 using the format command in Command Prompt. However, this change isn’t reflected in the graphical user interface (GUI) yet .
Q2. How do I format a USB drive larger than 32GB to FAT32 on Windows 11?
To format a USB drive larger than 32GB to FAT32 in Windows 11:
- Open Command Prompt as an administrator.
- Type
format /FS:FAT32 X:(replaceX:with your USB drive letter) and press Enter. - Follow the on-screen instructions to complete the formatting process.
This method utilizes the updated command-line functionality that supports FAT32 formatting for larger drives .
Q3. Why can’t I format a USB drive larger than 32GB to FAT32 using File Explorer?
File Explorer in Windows 11 still enforces the 32GB FAT32 partition size limit. For drives larger than 32GB, you’ll need to use the Command Prompt method mentioned above to format them to FAT32 .
Q4. What are the limitations of the FAT32 file system?
FAT32 has the following limitations:
- Maximum file size: 4GB
- Maximum partition size: 2TB (when using the command-line method in Windows 11)
- Lacks journaling, making it more susceptible to data corruption
These limitations make FAT32 less suitable for storing large files or for use with modern operating systems that support more advanced file systems .
Q5. Can I format a USB drive to FAT32 on macOS?
Yes, you can format a USB drive to FAT32 on macOS:
- Connect the USB drive to your Mac.
- Open Disk Utility.
- Select the USB drive from the list.
- Click Erase.
- Choose MS-DOS (FAT) as the format.
- Click Erase to format the drive.
This method formats the drive to FAT32, which is compatible with both macOS and Windows systems .
Conclusion
Understanding how to format a USB drive to FAT32 is crucial for ensuring broad compatibility with a wide range of devices, including gaming consoles, smart TVs, older operating systems, and media players. While Windows 11 doesn’t offer native support for formatting large drives (over 32GB) to FAT32 through File Explorer, command-line tools like DiskPart and PowerShell now provide a reliable workaround. By learning how to use these tools effectively, users can overcome file system limitations and customize their storage devices to match specific usage scenarios. Before formatting, always double-check the requirements of your target device and understand the pros and cons of FAT32 versus alternatives like exFAT or NTFS—especially when it comes to file size limits and performance. Whether you’re prepping a USB for firmware updates or general file sharing, choosing the right format ensures smoother performance and fewer compatibility issues across platforms.
🔗 Also Read: 4 Methods to Retrieve Data From USB Stick