Match the symptom before changing settings
| What you observe | Where to focus |
|---|---|
| Drive has space but rejects files over 4 GB | The destination is probably FAT32 |
| Smaller files copy normally | Confirm the individual-file limit |
| Drive must work with many devices | Check whether exFAT is supported by all of them |
| Destination contains important data | Back it up and verify before format changes |
Diagnose file too large for destination without risking data
Do not format the destination just to bypass the limit unless its contents are fully backed up. Formatting erases data even when the underlying drive is healthy.
Check the file size and destination file system first. A file larger than 4 GB cannot be stored on FAT32 even when the drive has plenty of free space.
Use the exact symptom: “Drive has space but rejects files over 4 GB” points toward the destination is probably fat32, while “Smaller files copy normally” suggests confirm the individual-file limit. Record the full error text, source and destination paths, file-system type, free space and whether the failure affects one item or every item. That evidence prevents an access problem from being mistaken for corruption.
Copy a small file to the destination to confirm the drive is writable, then compare the large file size with the destination's file-system limits.
“Drive must work with many devices” means you should check whether exfat is supported by all of them, while “Destination contains important data” means you should back it up and verify before format changes. Change one layer at a time and verify the original operation. Never accept a utility's “fixed” message without reopening the files and checking that their size and content remain correct.
A healthy FAT32 volume can still reject a large file because of format limits. RAW, Unallocated, or error states are separate problems and should not be confused with the 4 GB FAT32 limit.
If conversion or reformatting is required, back up every important file from that drive to another physical device first and verify the backup.
Event Viewer is rarely necessary for this message. File size and destination format usually explain it directly unless I/O errors appear during copying.
Confirm the destination file system and limit
Right-click the destination drive, open Properties and read File system. FAT32 cannot store a single file larger than 4 GiB minus one byte, regardless of total free space. NTFS and exFAT support much larger files.
Check the actual file size and destination free space. A compressed archive may still exceed the limit unless split into smaller volumes. The source format does not cause this error; the destination sets the boundary.
1Choose the correct solution
- Use NTFS for Windows-focused disks and permissions.
- Use exFAT when broad modern-device compatibility is required.
- Split the archive when the destination format cannot change.
2Protect existing data
- Copy the drive's files to another healthy location.
- Open samples and compare counts.
- Only then convert or format using a supported method.
Understand format and conversion tradeoffs
Formatting deletes the selected volume's directory structures and creates a new file system. Confirm the drive letter, capacity and backup before proceeding. Quick format is still data-destructive from a normal-use perspective.
Windows can convert some FAT volumes to NTFS without formatting, but any structural operation carries risk. Back up first. Converting to NTFS does not provide exFAT compatibility with cameras, TVs or game consoles.
Match the drive to its real use
NTFS supports Windows permissions, compression and journaling. exFAT is suitable for large removable files across many modern systems. FAT32 remains useful for older firmware and devices but retains the 4 GiB file limit.
Verify the target device's documentation before changing a boot, camera, vehicle or console drive. Some devices require a specific partition layout or format.
Verify the repair before making more changes
Restart Windows and confirm that a test file larger than 4 GB copies and opens on every device that must use the drive. Open several representative files, not only their folder, and compare file sizes or checksums when accuracy matters.
After choosing a compatible destination or safe conversion method, copy the large file and open or verify it at the destination before deleting the source.
Technical order checked against Microsoft's current Windows disk formatting and management guidance. Device-specific menus and driver availability vary by manufacturer.
Frequently asked questions
Why does a 5 GB file fail on a drive with 100 GB free?
FAT32 limits each individual file to less than 4 GiB.
Should I choose NTFS or exFAT?
Use NTFS for Windows features; use exFAT when supported cross-platform removable use matters.
Can I convert FAT32 without losing files?
Some FAT volumes can convert to NTFS, but back up first because file-system changes always carry risk.