Initializing... drag & drop files here
Supports: M4A
M4A is the file extension for an MPEG-4 audio container — the "box." Inside that box is usually AAC (Apple's lossy codec used for iTunes Store downloads, the AAC-256 Apple Music tier, and iPhone Voice Memos) but it can also hold ALAC (Apple Lossless, used by the Apple Music lossless tier). MP3 is the older, dumber, more universally playable format that every car stereo, USB stick, Bluetooth speaker, Garmin watch, and gym treadmill still understands. Converting is a compatibility move, not a quality move.
<audio> tags. Apple's M4A is in the HTML5 audio spec but coverage is weaker in old corporate browsers..mp3. M4A files are skipped silently.| Property | M4A (AAC inside) | MP3 |
|---|---|---|
| Released | 1997 (AAC), 2003 (.m4a extension) | 1993 |
| Codec inside | AAC LC (lossy) or ALAC (lossless) | MPEG-1/2 Audio Layer III (lossy only) |
| Typical bitrate | 96–256 kbps AAC | 128–320 kbps |
| Quality at 128 kbps | Noticeably better than MP3 | Acceptable, audible artifacts |
| Quality at 256 kbps | Transparent (iTunes Plus standard) | Very close to transparent |
| File size at equal perceived quality | roughly 15–20% smaller than MP3 | Baseline |
| Container | MPEG-4 Part 14 (.m4a /.m4b /.m4r) | Native MP3 stream |
| Embedded artwork & tags | iTunes-style atoms, full Unicode | ID3v2 tags |
| Native iPhone / Mac playback | Yes | Yes |
| Native older Android | Yes (4.x+) | Yes (all versions) |
| Car-stereo USB support | Spotty pre-2014 | Universal |
| Patents / licensing | AAC royalties expired in select regions | All MP3 patents expired April 2017 |
Because AAC is more efficient than MP3, picking an MP3 bitrate one notch above the source AAC preserves perceived quality. Going lower causes a double-lossy "generation loss."
| Source M4A (AAC) | Recommended MP3 (CBR) | Recommended MP3 (VBR) | Use case |
|---|---|---|---|
| 96 kbps (Voice Memos low) | 128 kbps | V5 (~130 kbps) | Speech, lectures, podcasts |
| 128 kbps | 192 kbps | V4 (~165 kbps) | Casual music, talk radio |
| 192 kbps (iTunes Match older) | 256 kbps | V2 (~190 kbps) | Music libraries, general purpose |
| 256 kbps (iTunes Plus / Apple Music AAC) | 320 kbps | V0 (~245 kbps) | Archival, audiophile-acceptable |
| ALAC (lossless) | 320 kbps | V0 | Treat the ALAC as your master; keep a copy |
Both use the .m4a extension, but they behave very differently when transcoded.
| Trait | M4A with AAC | M4A with ALAC |
|---|---|---|
| Compression | Lossy | Lossless |
| Typical file size for a 4-min song | 4–8 MB | 25–40 MB |
| Source for | iTunes Store, Apple Music streaming (default tier), iPhone Voice Memos | Apple Music Lossless, ripped CDs in iTunes/Music app set to "Apple Lossless" |
| Best MP3 target | 256 or 320 kbps CBR | 320 kbps CBR (or keep ALAC for archive) |
| Quality loss on convert | Small (generation loss) | Negligible perceptually at 320 kbps |
If a 4-minute song is 30+ MB it is almost certainly ALAC — treat it as a master file and use the highest MP3 bitrate.
Yes, but how much depends on the source. M4A files containing AAC are already lossy, so re-encoding to MP3 stacks a second round of compression on top (generation loss). At 256–320 kbps MP3, most listeners cannot tell the difference on consumer speakers and earbuds. For M4A files containing ALAC (lossless), the loss happens only once and 320 kbps MP3 is effectively transparent for general listening.
Two quick checks. (1) File size: an ALAC track typically runs 25–40 MB for a 4-minute song; AAC is 4–8 MB. (2) On a Mac, right-click the file in Music/iTunes and choose Get Info — the "Kind" field reads "Apple Lossless audio file" for ALAC or "AAC audio file" / "Purchased AAC audio file" for AAC. On Windows, MediaInfo (free) shows the internal codec.
No. DRM-protected .m4p files from the iTunes Store before April 2009 cannot be transcoded by any third-party tool. Everything sold by Apple since iTunes Plus (April 2009) is DRM-free 256 kbps AAC and converts cleanly. Apple Music streaming files are also DRM-protected and cannot be converted while the subscription is active.
iPhone Voice Memos record AAC, typically 64–96 kbps for the default ("Compressed") setting and roughly 768 kbps for "Lossless" (introduced with iOS 14). For "Compressed" recordings, 128 kbps MP3 is plenty — bumping higher wastes bytes. For "Lossless" recordings, 192–256 kbps MP3 is overkill-safe for speech.
CBR keeps a fixed kbps the entire track — predictable file size, slightly larger, and the safest pick for older hardware (CDJs, car stereos, treadmill USB) that mis-seek on VBR. VBR allocates more bits to complex passages and fewer to silence — smaller files at the same perceived quality, and what most modern software prefers. If you don't have a specific reason to pick CBR, V0 or V2 VBR is usually the best tradeoff.
You are hearing generation loss. AAC and MP3 throw away different parts of the audio spectrum, so re-encoding from one to the other doesn't recover detail — it just preserves what AAC already discarded. The fix isn't a higher MP3 bitrate; it is to keep the M4A as your archival master and only export to MP3 for devices that need it.
Yes — xconvert reads the M4A's iTunes-style metadata atoms (artist, album, track number, year, genre, embedded artwork) and writes them out as ID3v2 tags in the MP3. Album art is re-embedded at its original resolution. If your library has custom playlists or "play count" data, that lives in your music app's database, not the file, and won't transfer.
Often, yes. Windows 10/11, macOS, iOS, Android 4.0+, VLC, foobar2000, and most modern car infotainment systems (post-2015) play M4A/AAC natively. Convert to MP3 only when you have evidence the target won't play M4A (older hardware, DJ gear, specific upload portals). Otherwise you are losing quality and disk space for no benefit.
Use MP3 to M4A to re-encode to AAC, M4A to WAV for an uncompressed export, M4A to FLAC for lossless (note: only useful if the source is ALAC), or M4A to AAC to extract a bare AAC stream. To clip a file first, see Trim M4A, or shrink without changing format with Compress M4A.