FormatDrop
How-To Guide

How to Convert M4A to MP3

M4A files (Apple's AAC audio format) won't play on many older car stereos, Bluetooth speakers, and MP3 players that only support MP3. Converting M4A to MP3 takes seconds and makes your audio files compatible with every device. This guide covers the four best free methods.

Step-by-step instructions

  1. 1

    Method 1: Browser converter (fastest, no install)

    Navigate to formatdrop.com → Audio Converter. Drop your M4A file. Select MP3 output, set bitrate to 320 kbps for maximum quality. Download. The conversion runs locally in your browser using WebAssembly-compiled FFmpeg.

    Go to converter
  2. 2

    Method 2: Apple Music / iTunes

    Open Apple Music (or iTunes on Windows). Import the M4A file into your library (File → Import). First, check your import settings: Music menu (Mac) or Edit menu (Windows) → Preferences → Files → Import Settings → set Import Using to MP3 Encoder and Quality to Custom: 320 kbps. Then select the track in your library → File → Convert → Create MP3 Version. The MP3 appears alongside the M4A in your library.

  3. 3

    Method 3: VLC

    VLC → Media → Convert/Save → Add M4A → Convert/Save. Profile: Audio - MP3. Output: choose filename.mp3. Click Start. VLC decodes the AAC and re-encodes to MP3.

  4. 4

    Method 4: FFmpeg (best quality, command line)

    ffmpeg -i input.m4a -c:a libmp3lame -q:a 2 output.mp3. The '-q:a 2' flag uses variable bit rate at approximately 190 kbps. For 320 kbps fixed: ffmpeg -i input.m4a -c:a libmp3lame -b:a 320k output.mp3. Add '-id3v2_version 3' to ensure MP3 ID3 tags are written correctly for older players.

Why convert M4A to MP3?

M4A stores AAC audio in an MPEG-4 container. AAC is technically superior to MP3, but MP3's 30-year head start means virtually every device that plays audio supports MP3. Car stereos manufactured before 2015 usually support USB playback of MP3 only. Many Bluetooth speakers, portable radios, and DVD players handle MP3 but reject M4A. For Apple-only environments, M4A is the better format. For mixed environments where you need broad compatibility: MP3.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Does converting M4A to MP3 reduce audio quality?
Yes, slightly. Both are lossy formats — converting between them causes generation loss. The degree of loss depends on the output bitrate: at 320 kbps MP3, the difference is very small and typically inaudible. If you have the original CD or lossless source, convert from that instead of from M4A. Always keep the original M4A — don't delete after converting.
How do I convert M4A to MP3 on iPhone?
There's no built-in way to convert M4A to MP3 on iPhone. Options: (1) Use formatdrop.com in Safari on iPhone — it processes in the browser. (2) Use a third-party app like 'The Audio Converter' or 'Media Converter' from the App Store. (3) Transfer the M4A to a Mac and use Apple Music's Create MP3 Version feature.
Will metadata (artist, album, cover art) be preserved?
With FFmpeg, yes — ID3 tags are written automatically. With VLC, basic tags are usually preserved. With Apple Music, metadata is preserved. If metadata is missing after conversion: use Mp3tag (free, Windows/Mac) to view and edit the ID3 tags on the output MP3. Mp3tag can also copy tags from the original M4A file.
Convert M4A to MP3 Now — Free

No account. No upload. Works in any browser.