What's Actually Going On?

FAT32 is an older file system that is still commonly used on USB drives. One major limitation of FAT32 is that a single file cannot be larger than 4GB. This limitation comes from how the file system stores file size information internally. Because of this design, FAT32 cannot handle modern large files like high-resolution videos or large archives.

Why FAT32 Is Still Used

Despite the limitation, FAT32 remains popular because it is widely compatible. Many devices support FAT32 including:
  • Game consoles
  • Media players
  • Older operating systems
  • Embedded devices - such as cameras and GPS units
Almost everything can read FAT32 drives.

How to Fix the 4GB File Limit

If you have a drive formatted with FAT32 and need to store files larger than 4GB, you can reformat the drive using a different file system.
  1. Backup Important Files
  2. Right-Click the drive in File Explorer
  3. Click Format
  4. Choose exFAT or NTFS
  • exFAT - best for USB drives used across many devices
  • NTFS - best when the drive is primarily used on Windows

What You Should Not Do

  • Do not format a drive without backing up data first.
  • Do not assume the drive is broken when the 4GB limit appears.
  • Do not use NTFS on devices that only support FAT32.

Final Thoughts

The 4GB file size limit is simply a design limitation of FAT32. If you regularly work with larger files, switching to exFAT or NTFS is usually the best solution.