How to convert WMA to MP3
WMA (Windows Media Audio) was Microsoft's default format in the 2000s for Windows recorders and Windows Media Player rips. It works on Windows but is awkward almost everywhere else — modern phones, web tools, and transcription engines mostly don't accept it. MP3 is the universal replacement. Here are four free ways to convert.
Why convert: Mictoo (and most modern transcription tools) cannot read WMA directly — it uses a proprietary codec. You'll need to convert to MP3, M4A, or WAV first. The MP3 result will be slightly smaller and play on anything.
Method 1 — Online converter (no install)
Easiest path if your file is under ~200 MB and the recording isn't sensitive. Drag, drop, download — usually 5–15 seconds:
- CloudConvert — supports up to 1 GB free.
- Convertio — batch upload, MP3 quality selectable.
- FreeConvert — advanced options for bitrate and channels.
- Media.io — fast, clean interface.
Privacy: for confidential recordings (interviews, business calls, medical) prefer the desktop methods below — your audio never leaves your computer.
Method 2 — VLC (Windows / macOS / Linux)
VLC is free and reads WMA natively on all systems. Convert in four clicks:
- Open VLC. Click Media → Convert / Save.
- Add your
.wmafile, click Convert / Save again. - In Profile, choose
Audio - MP3. - Pick a destination filename ending in
.mp3and click Start.
Done. The progress bar at the bottom of VLC turns into the conversion meter.
Method 3 — Audacity (free, all platforms)
Audacity works if you also want to clean up the audio (trim silence, boost quiet voice, remove background hum) before transcribing.
- File → Import → Audio → pick the
.wma - (Optional) edit, normalize, denoise.
- File → Export → Export as MP3. Choose mono and 64–96 kbps for speech.
Method 4 — Command line (ffmpeg)
One line with ffmpeg:
ffmpeg -i input.wma -acodec libmp3lame -ab 128k output.mp3For voice/transcription drop to -ab 64k -ac 1 (mono, 64 kbps) — same accuracy at ~2–3× smaller size.
Got your MP3?
Drop it into Mictoo for a free transcript — works with 50+ languages, returns timestamps, SRT subtitles, and an AI summary. No signup.
↑ Transcribe MP3 to text freeRelated guides