How to Convert M4A to MP3 — Free Online Guide

M4A is Apple's audio format — used by iTunes, Apple Music, and iPhone Voice Memos since the early iPod era. It sounds great on Apple devices. It doesn't play on your 2012 car stereo, your colleague's Android media player, or that old Kindle you use for podcasts.

This guide explains what M4A actually is, why it fails on certain devices, and how to convert it to MP3 for free — without uploading your file anywhere.

Quick answer: M4A (MPEG-4 Audio) is Apple's audio container — used by iPhone voice memos, iTunes purchases, and GarageBand exports. Converting to MP3 gives you universal compatibility on every device and platform. Use Convertlo's M4A to MP3 converter — in-browser, no upload, 192 kbps default.

What Is an M4A File?

M4A is a file extension for an MPEG-4 audio container holding AAC (Advanced Audio Coding) encoded audio. The .m4a extension was introduced by Apple to distinguish pure audio files from .mp4 video files — both are technically MPEG-4 containers, but .m4a signals audio-only content.

AAC is technically superior to MP3 at equivalent bitrates — it achieves better quality at 128 kbps than MP3 does at 192 kbps. But despite the quality advantage, M4A has less universal support than MP3 because it was popularized by Apple and some older or non-Apple hardware and software never added support for it.

Why Won't My M4A File Play?

M4A playback fails in these common situations:

  • Car stereos (pre-2015) — Most factory head units from the early 2000s to mid-2010s only support MP3 from USB drives. M4A simply shows as an unsupported format.
  • Legacy Windows software — Windows Media Player without codec packs, older DJ software (Traktor, Virtual DJ older versions), and some podcast clients on Windows may reject M4A.
  • Android media players — Most modern Android apps support M4A, but older versions and some custom ROMs do not.
  • Hardware MP3 players — Older iPod shuffles aside, most non-Apple portable players only decode MP3 and WMA.
  • Voice memo compatibility — iPhone Voice Memos save as M4A. Sending these to Windows users or transcription services sometimes requires MP3.
DRM Warning: M4A files purchased from the iTunes Store before 2009 may have FairPlay DRM protection. DRM-protected files cannot be converted by any tool, including Convertlo. Only DRM-free M4A files can be converted. iTunes Plus files (purchased after 2009) are DRM-free. Apple Music subscription downloads are always DRM-protected.

Convert M4A to MP3 Free — Right Now

No upload, no software, no signup. Your file never leaves your device.

Method 1 — Convert M4A to MP3 Free in Your Browser

1
Convertlo — No Upload, No Install
Recommended
  1. Open convertlo.pro/m4a-to-mp3.html on any device.
  2. Drag and drop your M4A file, or click Browse to select it.
  3. On first use, the browser downloads FFmpeg.wasm (~32 MB) — cached after first use.
  4. Conversion runs 100% locally — your audio never leaves your device.
  5. Click Download to save the MP3 file.

Works on Chrome, Edge, Firefox, and Safari. Handles M4A, M4B, AAC, MP4 audio, and more. Batch conversion available.

Method 2 — Convert Using iTunes / Music App

2
Apple Music (macOS) / iTunes (Windows)
  1. Open Music (macOS) or iTunes (Windows).
  2. Go to Preferences → Files → Import Settings.
  3. Set Import Using to MP3 Encoder, choose bitrate (192 kbps recommended).
  4. In your library, right-click the M4A track → Convert → Create MP3 Version.
  5. The MP3 appears alongside the M4A in your library.

This method works well for converting Voice Memos and iTunes-imported audio. Note: DRM-protected files will not have the "Create MP3 Version" option.

Method 3 — Convert Using FFmpeg (Command Line)

3
FFmpeg — Windows, Mac, Linux
  1. Install FFmpeg from ffmpeg.org or via brew install ffmpeg on Mac.
  2. Open Terminal or Command Prompt.
  3. Convert at 192 kbps:
ffmpeg -i input.m4a -b:a 192k output.mp3

Batch convert all M4A files in a folder (Mac/Linux):

for f in *.m4a; do ffmpeg -i "$f" -b:a 192k "${f%.m4a}.mp3"; done

FFmpeg automatically copies metadata tags from M4A to ID3 tags in the output MP3.

M4A vs MP3 — Quality at the Same Bitrate

PropertyM4A (AAC)MP3
CodecAAC (MPEG-4 Audio)MP3 (MPEG-1 Audio Layer III)
Quality at 128 kbpsBetter than MP3 192 kbpsAcceptable
Quality at 256 kbpsNear-transparentVery good
File sizeSmaller for same qualityLarger for same quality
Apple devicesNative, optimalSupported
Car stereos (pre-2015)Often unsupportedUniversal
Windows Media PlayerNeeds codecNative
Hardware MP3 playersOften unsupportedUniversal
Generational loss: M4A uses AAC encoding — already lossy. Converting to MP3 re-encodes it a second time. Use 192 kbps or higher to minimise audible quality loss. For best results, convert from lossless (WAV, FLAC) to MP3 rather than from one lossy format to another.

Frequently Asked Questions

What is an M4A file?
M4A is Apple's audio file format — an MPEG-4 container holding AAC-encoded audio. It's used by iTunes, Apple Music, GarageBand, and iPhone Voice Memos. M4A is higher quality than MP3 at the same bitrate, but has less universal device support.
Why won't my M4A file play?
M4A fails on old car stereos (pre-2015 head units), legacy Windows software without codec packs, some hardware MP3 players, and older Android media apps. Converting to MP3 solves all compatibility issues instantly.
Does converting M4A to MP3 lose quality?
Yes. Both M4A and MP3 are lossy formats. Converting from one lossy format to another (transcoding) introduces generational quality loss. Use 192 kbps or 320 kbps MP3 to keep quality audible. The loss is minor at high bitrates but exists mathematically.
Can I convert Apple Music M4A files to MP3?
Only DRM-free M4A files can be converted. iTunes Plus purchases (post-2009) are DRM-free and convertible. Apple Music subscription downloads and older iTunes Store purchases with FairPlay DRM cannot be converted by any software.
Does M4A to MP3 work on iPhone and Android?
Yes. Convertlo works in any modern browser including Safari on iPhone and Chrome on Android. Your file never leaves your device — all conversion happens locally using FFmpeg.wasm.
🎵
Convertlo Editorial Team
Audio and file format guides written for engineers, creators, and anyone who has ever needed a file in the wrong format at the wrong time.
About Convertlo →