Manatee

How to convert an M4A to WAV on a Mac

Converting an M4A to WAV on a Mac is fast: drop the M4A on a converter, choose WAV, and an uncompressed .wav file lands beside the original. Whether the result is a perfect copy or just a faithful one depends on what the M4A actually holds. Most M4A files contain lossy AAC audio, so the WAV will be a large, honest copy of already-compressed sound. A minority hold lossless ALAC, in which case the WAV is bit-for-bit identical audio. Either way, WAV is the format you convert to for editing and broad compatibility, not to make the recording sound better.

The two kinds of M4A

M4A is a container, not a codec, and that distinction decides everything about this conversion. The same .m4a extension can wrap two very different things:

  • AAC, the lossy format Apple has used for most music and downloads. Like MP3, it deletes audio data to save space, and that loss is permanent. The vast majority of M4A files you meet are AAC.
  • Apple Lossless (ALAC), a lossless format that compresses without discarding anything, so it can be decoded back to the exact original samples. You mostly see ALAC in libraries where someone deliberately ripped CDs at full quality.

You do not always need to know which you have before converting, but it explains the outcome. Decoding AAC to WAV gives you an uncompressed copy of lossy audio. Decoding ALAC to WAV gives you the original PCM, unchanged. If you want to check, the file’s Info panel in the Finder or the Music app usually names the format.

What WAV gives you

WAV stores raw PCM: an uncompressed stream of samples defined by a sample rate, such as 44,100 per second, and a bit depth, such as 16 bits. Nothing is compressed or predicted, so any editor can open the file and jump to any point instantly without decoding work. That is exactly why audio and video tools like WAV, and why it is the standard interchange format when you are moving audio between applications.

The cost is size. A WAV is far larger than the M4A it came from, often around ten times, because compression is precisely what you removed. That is expected and is the reason the format is so easy for software to handle.

Why convert M4A to WAV

The practical reasons line up with what WAV is good at:

  • Editing and production. Digital audio workstations, video editors, and sound tools often want uncompressed audio so they can process it without repeatedly decoding a compressed stream, and so that intermediate saves do not stack up new lossy generations.
  • Compatibility with non-Apple tools. WAV is universal. On Windows machines, older software, samplers, and hardware that never learned AAC or ALAC, a WAV simply works.
  • A clean master before processing. If a file will go through several steps, keeping it as WAV means every step stays lossless and you compress only once at the end.

If you only want to play the M4A, converting is unnecessary: Apple’s apps play M4A natively, and the WAV would just take up more room.

Convert it on a Mac

The quickest path is to drag the file onto Manatee, which never alters the original and writes the WAV in the same folder.

  1. Drag the M4A onto Manatee’s menu bar icon, or open the app window and drop it into the job list, or right-click the file in Finder, choose Services, then Fix with Manatee.
  2. Choose Convert.
  3. Pick WAV as the target format.
  4. The new .wav appears next to the M4A, which stays exactly as it was.

Drop a folder of M4A files and each one shows its own progress in the list. Everything happens on your Mac, with no upload and no account.

The Music app offers a built-in route as well. In Music, open Settings, then Files, then Import Settings, and set the encoder to WAV Encoder. Select the track, then use File, Convert, Create WAV Version. It is genuinely useful for a track that already lives in your library, though it insists the file be imported first, it changes a global import setting, and it is clumsy for a batch of loose files.

The trade-off, and what it cannot do

The honest summary is that WAV changes the packaging, not the quality. If your M4A was AAC, the WAV faithfully reproduces the compressed audio, including the detail AAC removed to shrink the file; that detail does not come back. If your M4A was ALAC, the conversion is truly lossless and the WAV contains the identical original samples. In neither case does moving to WAV upgrade the sound.

Watch out for a common assumption: a big WAV coming from a small M4A does not mean quality was gained. The size jump is only the uncompressed format doing its job. It is also worth remembering that WAV carries almost no metadata, so cover art and reliable tags do not survive the trip. WAV is a working format for editing and exchange, not a place to keep a tidy, tagged library.

Questions

How do I know if my M4A is lossy AAC or lossless ALAC?

Select the file and open its info in the Finder, or check the track details in the Music app, which usually names the format or codec. AAC is by far the more common case; ALAC generally appears only in libraries someone built for archival quality.

Is converting M4A to WAV lossless?

The WAV step itself adds no loss, since WAV is uncompressed. But if the source M4A was lossy AAC, the audio was already reduced before you started, and that cannot be reversed. Only an ALAC source produces a WAV that is truly identical to the original recording.

Why is the WAV so much bigger than the M4A?

Because WAV is uncompressed and M4A is compressed. Expect roughly ten times the size for CD-quality stereo. The larger file is normal and is what lets any editor open it without decoding overhead.

Will my cover art and tags carry over to the WAV?

Generally no. WAV has no dependable, universal support for artwork and has limited tagging, so those details are usually lost. Keep the original M4A if you want to preserve the metadata.