Audacity refuses to save a project onto a FAT or FAT32 drive by design — the block comes from Audacity itself, not from a fault on your USB stick. The fix is quick once you know which half of your workflow the block applies to: projects are stopped, exports are not.
What this error actually means
Audacity's Error: Unsuitable drive page states the cause in one sentence: "FAT and FAT32 formatted drives are subject to a 4GB limit for any single file, this makes them unsuitable for use in Audacity for live projects."
Three separate blocks follow from that, and the manual lists each one explicitly:
- "Audacity prevents you from saving a project using a FAT/FAT32 formatted drive."
- "Audacity also prevents you from setting the Temporary files directory, in Directories preferences, on such a drive."
- "Projects will not open from a FAT/FAT32 formatted dive, instead you must copy your project (AUP and its associated
_Datafolder) to an NTFS formatted drive (APFS on macOS), normally your system drive, and open the project from there."
Those quotes are reproduced as the manual writes them, spelling included. One thing to expect while following the third one: it names "AUP and its associated _Data folder", while the Audacity Projects page says "A project is stored in a file with an aup3 extension, for example my-project.aup3" — so you may be copying a single .aup3 file rather than a file plus a folder.
The block is preventive rather than reactive for a reason the same page gives: "But a much shorter project can readily approach or exceed the 4GB with temporary filespace usage as you edit." In other words, a project whose finished length is comfortably under the ceiling can still cross it while you are working on it — so Audacity stops you at the door instead of failing mid-edit.
And the part most people miss, quoted verbatim: "FAT/FAT32 drives can readily be used for Exports of audio files from Audacity." Your USB stick is not banned. Only live project work on it is.
The two "default settings" numbers that look contradictory
This is where almost every third-party article goes wrong. The Unsuitable drive page uses the phrase "default settings" twice, for two different things, and gives two different durations:
"Disks or drives that are formatted as FAT/FAT32 are subject to a maximum file size limit of 4GB, this is about 3 hours 22 minutes of stereo at default settings."
"The default export setting is 16-bit so you get a maximum size of about 6 hours 45 minutes of stereo audio for WAV and AIFF at Audacity's default settings."
They are not in conflict — they describe different bit depths:
| Where the 4GB applies | Bit depth | 4GB is about |
|---|---|---|
| Live project work | 32-bit | 3 hours 22 minutes of stereo |
| WAV / AIFF export | 16-bit (default export setting) | 6 hours 45 minutes of stereo |
Both rows match the duration table on Audacity's export formats page, which lists 32-bit stereo at 3h:22m and 16-bit (default) stereo at 6h:45m against the same 4GB ceiling. The Disk full page corroborates the project-side figure from the other direction: "one hour of stereo recording at default settings (44.1kHz, 32-bit) occupies approximately 1.2 GB of disk space."
One caveat the export page attaches to those durations: "These timings are the theoretical maximum times. You would be well-advised to restrict yourself to slightly lower limits to afford some head-room."
The fastest fix
The manual gives two routes, and which one you want depends on whether you are trying to keep using the removable drive.
Route 1 — reformat the drive to exFAT. Verbatim: "If your project file is greater than 4GB you will need to reformat your USB drive as exFAT format which will accommodate much larger files." Reformatting is an operating-system job, not something Audacity does, so move anything you care about off the drive first. The manual does not give a figure for exFAT's own maximum file size — it only says "much larger files" — so check the official documentation if you need the exact number.
Route 2 — move the project to an internal drive. This is the route the error page spells out for projects that will not open: copy the project to "an NTFS formatted drive (APFS on macOS), normally your system drive, and open the project from there."
Route 2 is the better default even after you have reformatted, because the Audacity Projects page is blunt about external media in general: "You are strongly advised NOT to save your active project to an external USB stick/disk, networked storage or personal cloud storage as it is unlikely to be fast enough for satisfactory recording and editing." Work on the system drive; use the stick to carry finished exports.
If what you actually need is an audio file rather than an editable project — pulling the sound out of a recording so you can drop it on that FAT32 stick — you do not need an Audacity project at all:
Try it right here
Runs in your browser. Your file is not uploaded anywhere.
That runs in your browser tab, writes a lossless WAV, and never touches a project file, so none of the FAT32 project rules apply to it. If the resulting WAV is too big for the drive, WAV to MP3 shrinks it hard: Audacity's own format comparison table puts 16-bit stereo WAV at 10.0 MB per minute against 1.0 MB per minute for MP3 at its constant-bit-rate default.
Other causes, in order of likelihood
The export stopped partway and left a file behind. The error page describes the cleanup: "Clicking the OK will remove the partially exported file from your FAT/FAT32 drive." It also rules out the obvious first instinct — "In this case freeing up space will not work and you will need to Export to a non-FAT formatted drive."
The export never started at all. For uncompressed audio, Audacity checks before it writes: "WAV and AIFF files are always subject to a maximum 4GB limit (and the forecasted size can be accurately calculated in advance, unlike with compressed file formats)." Because of that, "Audacity therefore has a special trap for this case and does not even attempt to make the export". An instant refusal on a long WAV export is this trap, not a broken drive.
You are exporting a compressed format. If your export is MP3 or AAC, the 4GB ceiling is an unlikely explanation: "For compressed formats such as MP3 and AAC the maximum size will be much larger and unlikely to be an issue for most, if not all, users." Look at free space instead.
It is a disk-full error wearing a similar hat. Audacity has a separate message for that, and it triggers early: the Disk full page says Audacity "will warn on start up or when using File > New to create a new project if you have 100 MB or less space in the temporary folder for recording or editing", and puts that in context — "100MB is approximately 5 minutes of stereo audio or 10 minutes of mono audio at default settings." If you are clearing space, that page is explicit about what not to touch: "Do not delete the AUP3, WAL or (Windows only) SHM files for your project as part of this freeing up of space."
How to tell it worked
All three blocks lift together, so test all three:
- Save the project to its new location without the unsuitable-drive message.
- Set the Temporary files directory in Directories preferences — if it accepts the path, the drive is no longer FAT/FAT32.
- Reopen the project from its new home, since the third block is specifically about opening.
FAQ
Why does Audacity refuse to save my project to a USB drive? Because the drive is formatted as FAT or FAT32. The manual states it directly: "Audacity prevents you from saving a project using a FAT/FAT32 formatted drive." The underlying reason is the 4GB per-file limit those formats impose.
Can I still export audio files to a FAT32 drive? Yes. "FAT/FAT32 drives can readily be used for Exports of audio files from Audacity." The 4GB limit still applies to those exports, which for WAV and AIFF at the default 16-bit export setting works out to about 6 hours 45 minutes of stereo.
Should I format my drive as exFAT or NTFS? The manual names exFAT for the removable drive itself — reformat "as exFAT format which will accommodate much larger files" — and names NTFS (APFS on macOS) for where to copy a project so it will open, "normally your system drive".
Why do I see both 3 hours 22 minutes and 6 hours 45 minutes for the same 4GB? Different bit depths. The 3h:22m figure is stereo at 32-bit; the 6h:45m figure is stereo at 16-bit, which the manual names as the default export setting. Both appear on the same page, which is why the pair is so often misquoted.
Is "unsuitable drive" the same as "disk full or not writable"? No — they are separate pages with separate causes. Unsuitable drive is about the drive's format; disk full is about space or write protection, and Audacity warns about the latter at 100 MB or less of free space in the temporary folder. More error walkthroughs are in the fix guides, and the browser-based converters are listed under all Clapr tools.
All quotes taken from the Audacity Manual pages linked above, checked 16 September 2026. For anything this article does not state a figure for — exFAT's own file size ceiling in particular — check the official documentation. A related walkthrough: extracting lossless audio in VLC.