Audacity Save Project vs Export: Key Differences
This guide clarifies the difference between saving a project and exporting audio in Audacity, a distinction that commonly trips up beginners. While saving preserves your multi-track session for future editing inside Audacity, exporting renders your work into a universal audio file format that can be played on media players, shared with others, or uploaded to streaming platforms.
What "Save Project" Does
When you select File > Save Project, Audacity
creates a proprietary .aup3 project file. This is not an
audio file; it is a workspace database that stores:
- Individual audio tracks, labels, and clips in their separated states.
- Edit points, volume envelopes, and pan settings.
- All processing data needed to resume editing right where you left off.
Because a project file is strictly meant for the software itself, standard media players (like VLC, Windows Media Player, or Apple Music) cannot open or play it. You should only use "Save Project" when you are still in the process of editing or want an archival copy of your raw, multi-track session.
What "Export" Does
When you select File > Export, Audacity renders (or "bounces") all of your active tracks into a single, flattened audio file. Common export formats include:
- WAV: Uncompressed, high quality, ideal for mastering or video production.
- MP3: Compressed, smaller file size, ideal for podcasts, web uploads, and general sharing.
- OGG / FLAC: Open-source alternatives offering high-efficiency compression or lossless quality.
An exported file can be played on any device, sent to clients, or uploaded to podcast hosts. However, once tracks are exported into a single file, you cannot easily "un-mix" them or undo individual edits.
Summary of Differences
- Purpose: "Save Project" is for editing; "Export" is for listening and sharing.
- File Type: Saving creates an
.aup3file; exporting creates standard audio formats like.mp3or.wav. - Playback: Projects only open in Audacity; exported files open in any audio player.
- Track Separation: Projects keep tracks separate; exported files combine (mix down) all tracks into stereo or mono.
Recommended Workflow
- Use Save Project (
Ctrl+SorCmd+S) frequently while recording and editing to prevent data loss. - Keep the saved project file in case you need to make adjustments later.
- Use Export only when your edit is complete and you need the final audio file for distribution.