Why convert WAV to MP3?
WAV stores raw, uncompressed audio - a three-minute song at CD quality is around 30 MB. The .MP3 format compresses that to roughly 4 MB at 192 kbps, making it far more practical for sharing, streaming, and loading onto phones or music players. Converting also lets you embed proper ID3 tags (artist, album, title) that many WAV players ignore.
How to convert WAV to MP3
VLC Media Player FREE
Open VLC, go to Media > Convert/Save, add your .wav, select the Audio - MP3 profile, set a destination, and click Start.
Audacity OPEN-SOURCE
Open your .wav in Audacity, then use File > Export > Export as MP3 and choose a bitrate.
fre:ac FREE
Drag your .wav files into fre:ac, select the LAME MP3 encoder, and click convert - batch jobs are supported.
Command line - ffmpeg CLI
Run ffmpeg -i input.wav -b:a 192k output.mp3 to convert with a 192 kbps bitrate.
Programs that convert WAV
About these formats
A WAV file is an uncompressed digital audio file introduced by Microsoft and IBM in 1991. Double-click one and it plays in Windows Media Player, macOS Music/QuickTime, or VLC on any system.…
Open .WAV details →An MP3 file is a compressed audio recording - a song, podcast, audiobook, or ringtone. Almost every device plays it without extra software: double-click on Windows to open Media Player, on…
Open .MP3 details →Quality & what to watch
- MP3 is lossy - compression permanently removes audio data; keep your original
.wavif you plan to edit the audio again. - Bitrate determines quality: 128 kbps suits speech and podcasts, 192 kbps suits most music, and 320 kbps is the MP3 ceiling.
- WAV files may carry basic metadata in an INFO chunk, but MP3's ID3 tags are universally recognised by music players and media libraries.
Frequently asked questions
Will the MP3 sound the same as the WAV?
Which bitrate should I choose?
Can I convert back from MP3 to WAV?
.wav file from an .mp3, but lost quality is not restored - the result will be larger but sound identical to the MP3 source.