Into Windows

  • Home
  • Windows 11
  • Windows 10
  • Windows 7
  • Privacy
You are here: Home » Windows 10 » 3 Ways To Format 32GB+ USB Drives To FAT32 In Windows 10/11

3 Ways To Format 32GB+ USB Drives To FAT32 In Windows 10/11

Last Updated on November 28, 2023 by admin 9 Comments

Windows 10/11 doesn’t let you format external USB drives larger than 32GB to the FAT32 file system. The format utility dialog offers just NTFS and exFAT file systems for USB drives larger than 32GB.

Although NTFS is the preferred file system by Windows 10/11, users who often need to use their USB external drives with other operating systems like macOS and Linux might want to format USB drives to FAT32 for compatibility reasons. As you likely know, macOS doesn’t let you write files to the NTFS file system, whereas it can both read and write to the FAT32 file system.

format external USB drive to FAT32 in Windows 10 pic001

As the Windows 10/11 format utility doesn’t let you format USB drives larger than 32GB to the FAT32 file system, we need to either use the disk utility from the Command Prompt or use a third-party tool to format the USB drive to the FAT32 file system.

Before we tell you how to format your USB drive to the FAT32 file system, remember that the FAT32 doesn’t support files larger than 4GB. That is, if a file is larger than 4GB in size, you cannot transfer it to FAT32 drives.

Method 1 of 2

Use Command Prompt to format USB to FAT32 in Windows 10/11

Please note that formatting large USB drives to FAT32 might take hours. If you cannot wait for hours, please use the tool mentioned in Method 2 of this guide.

IMPORTANT: Formatting the drive will delete all data on the drive. Please back up all data to another location before proceeding. If you want to convert your drive from NTFS to FAT32 without losing data, use the tool mentioned in Method 3 (scroll down to see).

Step 1: Open the Command Prompt as administrator. To do that, type CMD in the Start/taskbar search field, right-click on the Command Prompt entry, and then click the Run as administrator option.

Click the Yes button when you get the User Account Control screen.

format external USB drive to FAT32 in Windows 10 pic01

Step 2: At the Command Prompt window, execute the following command. WARNING: All data on the drive will be erased.

Format /FS:FAT32 X:

In the command, replace “X” with the actual drive letter of the USB drive that you want to format to the FAT32 file system. As said before, it might take hours to format the drive.

Press the Enter key when asked to execute the command.

format external USB drive to FAT32 in Windows 10 pic02

Method 2 of 3

Format USB drives to FAT32 using FAT32 Format tool in Windows 10/11

If you don’t want to use the Command Prompt, you can download this free utility to format USB drives larger than 32GB to the FAT32 file system.

Step 1: Download and run the FAT32 Format utility.

Step 2: Select your USB drive, select the Quick format option, and then click the Start button to begin formatting the drive to the FAT32 file system. All data on the drive will be erased.

format external USB drive to FAT32 in Windows 10 pic1

All third-party partition management tools support formatting 32GB+ drives to the FAT32 file system. You can use any of them.

Method 3 of 3

Convert NTFS to FAT32 without losing data

Well, there are quite a few third-party utilities out there to help you convert NTFS drives to FAT32 without losing data, but they are not free!

While there are some free utilities available, they support small USB drives only. Partition Wizard, Partition Master, and AOMEI NTFS to FAT32 Converter all enable you to convert NTFS drives to FAT32 without causing data loss, but none of them are free!

There is a convert utility in Windows, but it can convert FAT32 to NTFS only and not vice versa! So, if you need to convert NTFS drives to FAT32 without losing data, it would be wise to back up data to another location and manually format the USB drive to FAT32 rather than buying a third-party program for the one-time job.

Do let us know if there is a genuine free program (without any limitations) to convert NTFS to FAT32 without causing data loss.

Filed Under: Windows 10 Tagged: Partition

Related Posts

  • 3 Ways To Format Drives/Partitions In Windows 10
  • 5 Ways To Enable Or Disable USB Drives In Windows 10
  • How To Format USB Flash Drive Via Command Prompt In Windows 10
  • How To Password Protect USB Drives In Windows 10
  • 4 Ways To Format Drives In Windows 10

Comments

  1. Ted Mittelstaedt says

    March 20, 2025 at 7:05 pm

    you can use the Diskpart command-line tool to format your drive. Here’s how:

    1. Open Command Prompt as an administrator.
    2. Type `diskpart` and press Enter.
    3. Type `list disk` to see connected drives, and find your USB drive.
    4. Type `select disk #` (replace # with your drive’s number) and press Enter.
    5. Type `clean` and press Enter.
    6. Type `create partition primary` and press Enter.
    7. Type `select partition 1` and press Enter.
    8. Type `format fs=fat32 quick` and press Enter.
    9. Type `assign` and press Enter to assign a drive letter.
    10. Type `exit` to close Diskpart.

  2. Sébastien Dhaene says

    March 27, 2024 at 11:29 pm

    It’s not “Format /FS:FAT32 X:” but “Format X: /FS:FAT32”

  3. Zé Nuno says

    September 18, 2022 at 4:45 pm

    It doesn’t work with Windows 10! After several attempts to format a usb pendrive 64GB, using various methods, the final result is always the same: Drive too large!

  4. Not an option says

    September 2, 2021 at 10:02 pm

    Use Command Prompt to format USB to FAT32 doesn’t work.

  5. Doesn't work says

    May 28, 2021 at 1:59 am

    Command prompt format does not work.

  6. Ian Metherell says

    March 20, 2021 at 3:36 pm

    After 10 hours of ‘formatting’ a 1TB USB to FAT32, the system told me it had failed as the disk was too big!

  7. koushik tn says

    April 2, 2020 at 8:35 pm

    it failed after 55%

  8. oplon says

    May 25, 2019 at 9:10 pm

    4. use SD Memory Card Formatter. “The SD Memory Card Formatter formats SD Memory Card, SDHC Memory Card and SDXC Memory Card (respectively SD/SDHC/SDXC Cards) complying with the SD File System Specification created by the SD Association (SDA)”
    sdcard.org/downloads/formatter/

  9. coffee-turtle says

    March 26, 2019 at 9:31 pm

    In a future article, can you write about converting a regular MBR disk to a GPT disk to take advantage of the computer’s UEFI?
    Right now I am using an MBR drive and unable to enter UEFI (just regular BIOS). There were additional settings in the UEFI that I no longer can reach.
    I don’t want to lose any data in the conversion, but my first attempt made the computer unbootable (though I did switch to UEFI).
    (I used Partition Wizard, btw).
    Thank you much!

Leave a Reply

Your email address will not be published. Required fields are marked *

Advertisements

Search Into Windows

Recent posts

  • 5 Ways To Go To Desktop In Windows 11
  • How To Show Battery Percentage On Taskbar In Windows 11
  • Fix: AMD Software Adrenalin Edition Not Opening In Windows 11
  • How To Show Year On Windows 11 Taskbar
  • Windows 11 24H2 Is Available Now
  • How To Create 7z & TAR Files In Windows 11 Without Using Additional Apps
  • How To Remove Bell Icon From Taskbar In Windows 11
  • How To Reinstall Windows 11 Without Losing Apps And Files
  • How To Hide/Show Files & Icons On Desktop In Windows 10/11
  • How To Show Hidden Icons On Taskbar In Windows 11

About us

  • About Us
  • Contact Us
  • Privacy Policy

Copyright © 2025 · Into Windows