M4A to WAV: When and Why to Convert Apple Audio

M4A is Apple's default audio format — used by iTunes purchases, Apple Music downloads, Voice Memos, and GarageBand exports. WAV is the universal uncompressed format that every audio tool understands. This guide explains when converting M4A to WAV actually makes sense, when it doesn't, and what to watch out for along the way.

Convert M4A to WAV

Upload your file and choose encoding settings

M4A WAV

Tap to choose your file

or

Supports M4A, WAV, FLAC, OGG, AAC, WMA, AIFF, OPUS • Max 100 MB

Encrypted upload via HTTPS. Files auto-deleted within 2 hours.

Why Convert M4A to WAV?

M4A works well for listening — it's compact, sounds good, and plays on every Apple device. But when you move beyond playback into editing, production, or distribution, you'll encounter situations where WAV is required or strongly preferred.

Audio editing and DAW compatibility

Most professional digital audio workstations — Pro Tools, Logic Pro, Ableton Live, Reaper, Audacity — handle WAV natively as their primary format. While many modern DAWs can import M4A, some workflows break down with compressed audio:

  • Waveform editing: WAV displays sample-accurate waveforms immediately. M4A must be decoded first, and some editors create temporary WAV copies behind the scenes anyway.
  • Plugin processing: audio plugins operate on PCM data. Starting with WAV eliminates the decode step, reducing CPU overhead in large sessions with 50–100+ tracks.
  • Non-destructive editing: WAV supports precise sample-level cuts. M4A's frame-based structure can introduce tiny gaps or encoder padding at edit points.

Video production

WAV is the universal audio format for video editing. Premiere Pro, DaVinci Resolve, Final Cut Pro, and After Effects all treat WAV as the standard timeline audio format. When you import audio for a video project, WAV ensures frame-accurate sync and avoids the overhead of real-time AAC decoding during preview playback.

CD burning

The Red Book CD-Audio standard requires 16-bit, 44.1 kHz PCM audio. WAV is PCM in a container — it's exactly what CD burning software needs. While some burning apps can accept M4A and decode on the fly, providing WAV eliminates a potential source of errors and ensures the disc matches your intended quality.

Professional tool requirements

Broadcast, podcast hosting platforms, and sound design libraries often mandate WAV submissions. Professional contexts value WAV's simplicity, universal compatibility, and the guarantee that no lossy compression has been applied (assuming a lossless source). If your submission guidelines say "WAV only," there's no workaround.

Hardware compatibility

Some older or specialized hardware — standalone CD players, certain DJ controllers, church sound systems, medical dictation devices — cannot decode M4A (AAC). WAV, being uncompressed PCM, is readable by virtually every device that plays digital audio.

The Important Caveat: Lossy Is Irreversible

Key fact: If your M4A file contains AAC audio (lossy compression), converting to WAV does not restore the lost quality. The file gets bigger — roughly 5× larger — but the audio content is identical to the AAC source. You're wrapping degraded audio in a bigger container.

This is the single most important thing to understand about M4A-to-WAV conversion. Lossy compression is a one-way street. When the AAC encoder created your M4A file, it permanently discarded audio data that it deemed inaudible based on psychoacoustic models. That data is gone — no conversion tool, no software, and no AI upscaler can bring it back.

Converting AAC M4A to WAV is like printing a JPEG photo at poster size: the pixels don't become sharper. The poster is bigger, but the image quality is exactly what the JPEG contained.

This means converting M4A (AAC) to WAV makes sense only when you need the format, not when you want better quality. If your DAW requires WAV, convert. If you're hoping for audiophile sound from an iTunes purchase, you won't get it — the AAC encoding already set the quality ceiling.

The exception: M4A with ALAC

Here's where it gets interesting. M4A is a container — it can hold two very different codecs:

  • AAC (Advanced Audio Coding): lossy. Used by iTunes Store purchases, Apple Music downloads (unless you have lossless enabled), and Voice Memos.
  • ALAC (Apple Lossless Audio Codec): lossless. Used by Apple Music Lossless tier and CD rips made with Apple's lossless setting.

If your M4A contains ALAC, converting to WAV preserves every single sample perfectly. No data is lost because ALAC, like FLAC, is mathematically lossless — it compresses without discarding anything. In this case, the WAV output is bit-for-bit identical to what was originally recorded.

How to Tell AAC vs ALAC in Your M4A Files

The file extension .m4a doesn't tell you which codec is inside. You need to check the actual audio stream. Here are the most reliable methods:

Using ffprobe (command line)

Run ffprobe yourfile.m4a and look for the codec name in the output:

  • AAC: you'll see Audio: aac with a bitrate (e.g., 256 kbps)
  • ALAC: you'll see Audio: alac with a much higher bitrate (typically 800–1,400 kbps)

Using MediaInfo

Open the file in MediaInfo (free, available on all platforms). The "Audio" section shows the codec as either AAC LC (lossy) or ALAC (lossless).

Quick rules of thumb

Source Codec Lossy/Lossless
iTunes Store purchase AAC 256 kbps Lossy
Apple Music download (default) AAC 256 kbps Lossy
Apple Music Lossless tier ALAC Lossless
CD rip (Apple Lossless setting) ALAC Lossless
iPhone Voice Memo AAC ~128 kbps Lossy
GarageBand export (Share → Song) AAC 256 kbps Lossy

Bit Depth Options When Converting

When converting M4A to WAV, you'll choose a bit depth. The right choice depends on your source material:

  • 16-bit (recommended for most users): the CD standard. If your M4A source is AAC (lossy), 16-bit WAV is the logical choice — the source audio doesn't have more than 16-bit resolution to begin with. AAC typically works with audio equivalent to 16-bit quality, so storing it in 24-bit WAV just wastes space.
  • 24-bit: choose this only if your M4A source is ALAC from a hi-res recording (24-bit/48 kHz or higher). In this case, 24-bit WAV preserves the full resolution of the original recording. If the source is standard ALAC from a CD rip (16-bit/44.1 kHz), 16-bit WAV is sufficient.

Practical advice: If you're unsure, use 16-bit / 44.1 kHz. This is the universal standard that works with every tool and device. Only use 24-bit if you've confirmed your source is ALAC and was originally recorded at 24-bit resolution.

File Size Comparison

WAV files are dramatically larger than M4A because they store audio uncompressed. Here's what to expect:

Duration M4A (AAC 256 kbps) WAV (16-bit / 44.1 kHz) WAV (24-bit / 44.1 kHz)
1 minute ~1.9 MB ~10.1 MB ~15.1 MB
4-min song ~7.5 MB ~40.3 MB ~60.5 MB
10-min podcast ~18.8 MB ~100.8 MB ~151.2 MB
60-min album ~112.5 MB ~605 MB ~907 MB

A typical 4-minute song goes from ~7.5 MB as M4A to ~40 MB as 16-bit WAV — over 5× larger. For a 60-minute album, that's the difference between ~112 MB and over 600 MB. Make sure you have the storage space before batch-converting a large music library.

The size increase is identical whether your M4A source is AAC or ALAC — WAV output size depends only on duration, sample rate, bit depth, and channel count, not on the source codec.

Alternative: Convert to FLAC Instead

Before committing to WAV, consider whether FLAC (Free Lossless Audio Codec) might be the better choice for your situation.

FLAC advantages over WAV

  • 40–60% smaller: FLAC uses lossless compression, so a 40 MB WAV file typically becomes 16–24 MB as FLAC — with zero quality loss.
  • Rich metadata: FLAC supports album art, artist/title/album tags, track numbers, and custom fields. WAV metadata support is limited and inconsistent across software.
  • Error detection: FLAC includes MD5 checksums for integrity verification. WAV has no built-in error detection.
  • Wide compatibility: supported by VLC, foobar2000, Winamp, most Android players, many car stereos, and all major streaming platforms for upload.

When WAV is still the right choice

  • DAW requirements: some DAWs (especially older versions of Pro Tools) work best with WAV.
  • CD burning: Red Book audio CD requires PCM — WAV is the native format.
  • Legacy hardware: devices that can't decode FLAC.
  • Broadcast submission: many broadcast standards mandate WAV specifically.
  • Maximum compatibility: WAV is understood by literally every audio tool ever made.
Feature WAV FLAC
Compression None (uncompressed PCM) Lossless (40–60% smaller)
Quality Bit-perfect Bit-perfect (identical to WAV)
Metadata Limited, inconsistent Full tags, album art, chapters
DAW support Universal Most modern DAWs
CD burning Native format Requires decoding first
4-min song size ~40 MB ~16–24 MB

If your goal is archiving or general lossless storage, FLAC saves significant disk space while preserving identical audio quality. If your goal is editing in a DAW, burning a CD, or meeting a specific format requirement, WAV is the right tool for the job.

Ready to Convert?

Convert your M4A files to WAV with optimal settings

M4A WAV

Tap to choose your file

or

Supports M4A, WAV, FLAC, OGG, AAC, WMA, AIFF, OPUS • Max 100 MB

Frequently Asked Questions

No — if your M4A file contains AAC (lossy) audio. Converting lossy audio to an uncompressed format just makes the file larger without recovering any lost data. The quality ceiling was set when the AAC encoding happened. However, if your M4A contains ALAC (Apple Lossless), converting to WAV preserves the full original quality in a universally compatible format.

WAV stores audio uncompressed — every single sample is written to disk as raw PCM data. A 4-minute song at CD quality (16-bit, 44.1 kHz stereo) takes about 40 MB as WAV versus roughly 7.5 MB as M4A at 256 kbps. The WAV file is about 5× larger because no compression of any kind is applied.

FLAC is the better choice in most situations. It's lossless like WAV but 40–60% smaller, with much better metadata support (album art, tags, chapters). Choose WAV only when your software specifically requires it — for example, certain DAWs, CD burning applications, or legacy hardware that cannot read FLAC.

More M4A to WAV Guides

M4A to WAV Quality Settings: Sample Rate, Bit Depth & Channels
Choose the right WAV settings for iTunes songs, Voice Memos, and other M4A files.
Normalize M4A to WAV Loudness for Consistent Playback
Even out volume differences between Voice Memos, iTunes songs, and other M4A files when converting to WAV.
M4A to WAV Speed Changer: Adjust Voice Memo Tempo
Slow down Voice Memos for transcription or speed up interviews. Uncompressed WAV for DAW editing.
M4A to WAV Bass Boost: Add Vocal Warmth to Recordings
Restore natural warmth to thin iPhone Voice Memos. Low-shelf EQ with automatic limiter protection.
M4A to WAV Volume Boost: Amplify Voice Memos for Editing
Boost quiet iPhone recordings by +3 to +20 dB and convert to WAV for editing and transcription.
M4A to WAV Fade In/Out: Smooth Transitions for Voice Memos
Add fade in and fade out to M4A files. Remove pickup noise and smooth endings when converting to WAV.
Back to M4A to WAV Converter