← All guides

How to Convert M4A to MP3

m4amp3audioconversion

M4A files come from Apple’s ecosystem — iTunes downloads, GarageBand exports, voice memos. They’re high quality but not universally compatible. Older car stereos, basic MP3 players, some media systems prefer MP3. Conversion is straightforward.

What M4A actually is

M4A is the MPEG-4 Audio container. Inside, the audio is usually encoded as:

  • AAC (Advanced Audio Coding) — most common; better than MP3 at the same bitrate
  • ALAC (Apple Lossless Audio Codec) — lossless quality

So M4A → MP3 means:

  • AAC → MP3 (re-encode lossy to lossy; slight quality change)
  • ALAC → MP3 (lossless to lossy; quality reduction)

The fastest path

We have a dedicated converter:

  1. Open MP4 to MP3 — also handles M4A files
  2. Drop in your M4A
  3. Choose quality (192 kbps is standard)
  4. Click convert
  5. Download MP3

Browser-based, no upload, nothing leaves your device.

Why we don’t have a separate M4A tool

M4A and MP4 share the same container structure. Our MP4 to MP3 tool handles both. The difference is just the file extension and what’s inside (M4A is audio-only; MP4 typically has video and audio).

Desktop conversion

iTunes / Apple Music (Mac):

  1. Open iTunes/Music
  2. Add M4A files to library
  3. Preferences → Files → Import Settings → choose MP3
  4. Right-click track → Create MP3 Version
  5. New MP3 file appears in library

Windows Media Player: similar workflow.

VLC:

  1. Media → Convert/Save
  2. Add M4A
  3. Profile: Audio - MP3
  4. Convert

FFmpeg:

ffmpeg -i input.m4a -codec:a libmp3lame -qscale:a 2 output.mp3

Quality considerations

AAC vs MP3: AAC is technically better than MP3 at the same bitrate. Converting from M4A (AAC) to MP3 means:

  • At 256 kbps source → 256 kbps output: similar perceptual quality
  • At 128 kbps source → 192 kbps output: similar quality (compensating with higher MP3 bitrate)
  • At 128 kbps source → 128 kbps output: slight degradation

For best results: convert at slightly higher MP3 bitrate than the source.

ALAC (lossless) → MP3: significant size reduction (lossless can be 4-10× larger than lossy) with audible loss at lower bitrates. For ALAC sources, use MP3 at 256-320 kbps to minimize quality loss.

When to keep M4A instead

If your destination supports M4A:

  • iPhones / iPads / Macs: all support M4A natively
  • Most modern Android phones: support M4A
  • Most modern Bluetooth speakers: support M4A
  • YouTube, Spotify, etc.: don’t care about format you upload (they re-encode anyway)

For these: keep M4A; it’s smaller than MP3 at the same quality.

Convert to MP3 only when targeting:

  • Old MP3 players / iPods
  • Older car stereos (pre-2015 sometimes)
  • Specific software that requires MP3 specifically

What about voice memos

iPhone Voice Memos saves as M4A (Apple-encoded). To share with non-Apple devices:

  1. Tap Share on the voice memo
  2. Choose recipient — Apple converts on-the-fly for some destinations
  3. For MP3 specifically: use the conversion methods above

After conversion

TL;DR

  • M4A → MP3: use MP4 to MP3 (handles M4A too)
  • M4A contains AAC or ALAC internally
  • Pick MP3 bitrate at or slightly above source quality
  • Keep M4A if your destination supports it (smaller files, better quality)
  • Browser-based: nothing uploads