Categories About Us Contact Us Become a Member

How to fix an MBOX file over 4 GB that will not move or import

Two separate 4 GB walls hit large MBOX files: the FAT32 filesystem cannot hold a file over 4 GB, and some import add-ons stop at 4 GB. The fix depends on which one you are hitting. Jump to your situation below or work through the methods in order.

By Neeraj Singh ~7 min Updated Jun 2026 90% found this helpful
Error message
File too large for the destination file system. / This mbox exceeds the 4GB direct import size.
Summary

Large MBOX files run into two unrelated 4 GB limits. The first is the FAT32 filesystem: it cannot store a single file larger than 4 GB, so moving a big MBOX onto a FAT32 USB stick or drive fails with “file too large for the destination file system”. The fix there is to reformat the destination to NTFS, exFAT or ext4, which have no practical 4 GB limit. The second is a tool limit: Thunderbird's ImportExportTools NG has a hard 4 GB ceiling on direct import and warns or crashes on bigger files. The fix there is to bypass the importer entirely, closing Thunderbird and dropping the MBOX file straight into the profile's Local Folders directory so Thunderbird picks it up in place, or splitting the file. Identify which wall you are hitting and apply the matching fix.

What this error means

The first 4 GB wall is the filesystem. FAT32, still common on USB sticks and SD cards, was designed when files were small and cannot address a single file over 4 GB. So a 6 GB MBOX simply will not copy onto it, no matter how much free space the drive shows.

The second wall is the tool. ImportExportTools NG, the popular Thunderbird add-on, has a hard 4 GB limit on its direct import and will warn or quietly crash on larger files. That is not a filesystem issue, it is the add-on, so the answer is to skip the add-on and let Thunderbird read the file in place.

Common causes

The destination drive is formatted FAT32, which caps files at 4 GB.
Moving a 4 GB-plus MBOX onto a USB stick or SD card.
ImportExportTools NG hits its hard 4 GB direct-import limit.
The add-on warns or crashes on a very large file.
The file is genuinely too large for the chosen workflow.
Expert insight

“There are two 4 GB walls and people mix them up. If the file will not even copy onto a USB stick, that is FAT32, which physically cannot hold a file over 4 gigabytes, so you reformat the stick to exFAT and it copies fine. If the file copies but the Thunderbird add-on chokes on import, that is the add-on's own 4 GB limit, and the trick is to skip it entirely, drop the MBOX straight into the Local Folders directory and let Thunderbird read it in place. Different walls, different fixes.”

How to fix it

Method 1

Reformat a FAT32 destination

1If the move fails with “file too large”, the destination is FAT32, which cannot hold a file over 4 GB.
2Back up the drive's contents, then reformat it to exFAT (works on Windows and Mac), NTFS (Windows) or ext4 (Linux).
3Then move the MBOX file.
Method 2

Drop the file into Local Folders

1If the Thunderbird add-on hits its 4 GB import limit, bypass it. Close Thunderbird completely.
2Rename the MBOX to a clean name with no extension (for example Archive2026) and copy it into your profile's Mail/Local Folders/ directory.
3Launch Thunderbird, the folder appears under Local Folders and is read in place.
Method 3

Split the file under 4 GB

1Alternatively, split the MBOX into pieces under 4 GB with an MBOX splitter.
2Each part then copies onto FAT32 and imports through the add-on.
3Import the parts in turn.
Method 4

Verify the result

1After moving or importing, confirm the message count matches the original.
2Spot-check a few messages and attachments.
3Keep the original file until you have verified the copy.

There are two different 4 GB limits, so identify which one you are hitting. If the file will not copy, the destination is FAT32, reformat it to exFAT or NTFS. If the Thunderbird add-on stops at 4 GB, skip it by dropping the renamed file straight into the Local Folders directory, which has no such limit.

Frequently asked questions

Why can't I copy my MBOX file over 4 GB?
Because the destination drive is formatted FAT32, which cannot store a single file larger than 4 GB. Reformat it to exFAT, NTFS or ext4 and the file will copy.
How do I reformat without losing data?
Back up the drive's contents first, reformat it to exFAT (cross-platform), NTFS or ext4, then copy your files back, including the large MBOX.
Why does ImportExportTools NG fail on a big file?
The add-on has a hard 4 GB limit on direct import and warns or crashes above it. Bypass it by dropping the file into the Local Folders directory, or split the file first.
How do I add a large MBOX to Thunderbird without importing?
Close Thunderbird, rename the file to a clean name with no extension, copy it into your profile's Mail/Local Folders directory, then launch Thunderbird so it reads the folder in place.
Is exFAT or NTFS better for an MBOX?
exFAT works on both Windows and Mac and has no practical size limit, so it is ideal for moving large files between systems. NTFS is fine if you only use Windows.
Will splitting the file work too?
Yes. Splitting the MBOX into pieces under 4 GB lets each part copy onto FAT32 and import through the add-on, at the cost of handling several files.

Still not working?

If the file is on a healthy non-FAT32 drive and still will not import after dropping it into Local Folders, the MBOX may have a malformed message that stops Thunderbird indexing it. Split the file and import the halves to isolate the bad section, then skip or repair that part. You can also submit your error to us for a tailored fix.

Was this fix helpful? Thanks for your feedback!