Share via

How do I format a 400gb usb drive in fat32 on windows 11?

Anonymous
2024-08-30T12:29:38+00:00

How do I format a 400gb usb drive in fat32 on windows 11? I saw an article that said Microsoft has allowed the ability to do so. Yet I still can't. It's only showing ntfs or xfat. I need fat32 for my vehicle. Its the only format that works. .

Windows for home | Windows 11 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Emmanuel Santana 38,685 Reputation points Independent Advisor
    2024-08-30T13:06:05+00:00

    Hello Dave, thank you for reaching out to the Microsoft Community. I'm here to help with your questions or issues. Just note – this is a place where passionate Microsoft users help each other, we don't work directly for Microsoft.

    As for your question, Windows 11's built-in tools still can't directly format drives larger than 32GB to FAT32 because FAT32 has limitations with large storage sizes.

    However, 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.

    Be aware that formatting might take some time, and FAT32 has a 4GB file size limit.

    If you have any more questions, feel free to ask—I'm here to help!

    20+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-08-30T12:57:45+00:00

    You can only format drives of 32gb or less as Fat32 in disk management

    7 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-08-30T13:09:04+00:00

    It says it's in some new build 27686. So maybe it's not released yet.

    3 people found this answer helpful.
    0 comments No comments
  4. Pauli O 15,375 Reputation points Volunteer Moderator
    2024-08-30T13:08:23+00:00

    Microsoft have introduce abillity to use FAT32 up to 2TB disk, but at the moment this is available only for Insiders in latest Canary channel Build 27686.

    There isn't any word if this feature will be available on Windows 11 v24H2.

    2 people found this answer helpful.
    0 comments No comments
  5. Reported
    Anonymous
    2024-08-30T13:05:24+00:00

    Search it.

    0 comments No comments