How to Convert Audio Files with Audacity
Use Audacity to convert between MP3, WAV, FLAC, OGG, and more. Step-by-step export guide with quality settings and tips.
Audacity is free, open-source, and runs on Windows, Mac, and Linux. Most people use it for editing audio, but it is also a capable format converter. Here is how to use it properly.
Installing Audacity
Download Audacity from audacityteam.org. For MP3 export on older versions, you needed the separate LAME encoder. Modern Audacity (3.x and newer) includes MP3 encoding built-in -- no extra downloads required.
Install and open it. The interface looks complex but the conversion workflow is simple.
The Basic Conversion Process
1. Go to File > Open and select your audio file 2. Audacity imports and displays the waveform 3. Go to File > Export 4. Choose your format from the submenu 5. Name the file and click Save 6. Adjust encoding options if prompted 7. Click OK
That is it. Audacity handles the conversion.
Supported Input Formats
Audacity reads: MP3, WAV, AIFF, FLAC, OGG Vorbis, M4A (on most systems), WMA (Windows only), and any format your system's FFmpeg library supports.
For M4A support on Mac and Windows, Audacity uses the system decoder. On Linux, install the FFmpeg library via your package manager.
Exporting to Each Format
File > Export > Export as MP3
File > Export > Export as WAV
File > Export > Export as FLAC
File > Export > Export as OGG
Batch Conversion Limitation
This is Audacity's biggest weakness: it processes one file at a time. The built-in Macro system (Tools > Macros) can automate export on multiple open files, but it is not user-friendly for beginners.
For batch work -- converting a folder of 50 WAV files to MP3 -- a browser-based tool or FFmpeg command line is faster than Audacity.
The Sample Rate Trap
When you import a file at 48 kHz into Audacity, it may show the project sample rate as 44.1 kHz at the bottom of the window. If you export without changing this, Audacity resamples your audio from 48 kHz to 44.1 kHz.
For most purposes this is fine. But if you want bit-perfect output at the original sample rate:
Editing Before Export
Audacity's real advantage over dedicated converters is that you can process audio before exporting. Common operations:
- Trim silence from the beginning and end (Effect > Truncate Silence)
- Normalize volume so the file plays at a consistent level (Effect > Normalize)
- Remove noise with the Noise Reduction effect
- Fade in and out at the edges
For a simple format conversion with no editing, AudioUtils is faster. For conversion plus processing, Audacity is the better tool.
Export vs Save
Important: in Audacity, File > Save Project saves an Audacity project file (.aup3), not an audio file. To get a usable audio file in MP3 or WAV format, you must use File > Export. Many beginners make this mistake.
Quality Loss With Each Open
If you open an MP3, make a small edit, and re-export as MP3, you lose quality twice -- once when it was originally encoded, and once on export. Minimize re-encoding of lossy files. If possible, work from WAV or FLAC originals and export to MP3 only as the final step.