M4B to WAV Converter

Convert M4B files to WAV format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: M4B

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
Audio Codec
PCM is uncompressed and plays everywhere. A-law and mu-law halve the size at telephone quality and still play in browsers. MP3 inside WAV is up to 10× smaller and plays in browsers, but some audio editors and older devices accept only PCM WAV.
Audio Channel
Audio Channel
Audio Sample Rate
Audio Sample Rate
Trim

Convert M4B to WAV Online

M4B is an MPEG-4 audiobook container: AAC audio plus a chapter table and a resume position. WAV is the opposite — a flat RIFF wrapper around raw PCM samples that every editor, DAW, transcription tool, and embedded player reads without a codec. Converting M4B to WAV is what you do when something downstream needs uncompressed audio it can cut, analyse, or feed to a speech engine. Be clear about the trade first: the chapter list does not survive, and a multi-hour book becomes a very large file. Both are covered in detail below.

How to Convert M4B to WAV

  1. Upload Your M4B File: Drag and drop the .m4b onto the page or click "Add Files" to browse. Audiobooks that ship as several part files can be queued together and run with the same settings.
  2. Pick the PCM Audio Codec: Open Advanced Options and click "Show All Options" to reach the Audio Codec dropdown. It is set to PCM 16-bit Little Endian, the standard WAV payload; PCM 24-bit Little Endian and PCM 32-bit Little Endian are there for editing headroom, and PCM A-law / PCM mu-law for legacy telephony pipelines.
  3. Set Audio Channel, Audio Sample Rate, or Trim (Optional): Leave Audio Channel and Audio Sample Rate on "Original" for a faithful transfer, or force Mono and a fixed rate such as 44100 HZ or 48000 HZ. Trim (default "Unchanged") takes a Start time and a Duration, so you can pull one chapter out instead of writing the whole book.
  4. Convert and Download: Click Convert and save the WAV. No sign-up, no watermark.

What Survives the Conversion

Property M4B (source) WAV (output)
Container MPEG-4 Part 14 (ISO base media) RIFF
Audio coding AAC — lossy, compressed Linear PCM — uncompressed
Default payload here AAC as authored PCM 16-bit Little Endian
Chapter table Yes, the whole point of M4B No — one continuous stream
Resume / bookmark position Yes No
Embedded cover art Yes, carried as a still image track Dropped — the output is audio only
Size for one hour of stereo audio Roughly 15-60 MB at typical audiobook bitrates 635 MB at 44.1 kHz / 16-bit
Hard file-size ceiling None in practice 4 GiB, imposed by RIFF's 32-bit size fields
Reads without a codec Needs an AAC decoder Yes, in any editor or DAW

Why a Long Audiobook Runs Into the 4 GiB Wall

WAV stores every sample in full, so the output size depends only on sample rate, bit depth and channel count — the source bitrate is irrelevant. That makes the arithmetic exact, and for audiobook-length material it matters: the RIFF header stores chunk sizes in 32-bit fields, so a standard WAV cannot exceed 4,294,967,296 bytes. The EBU published RF64 (Tech 3306) — subtitled "a 64-bit BWF-compatible file format enabling file sizes in excess of 4 GByte" — precisely because broadcasters kept hitting that wall.

PCM setting Data rate Per hour Hours before 4 GiB
22.05 kHz, 16-bit, mono 44.1 kB/s 159 MB ~27 h
44.1 kHz, 16-bit, mono 88.2 kB/s 318 MB ~13.5 h
44.1 kHz, 16-bit, stereo 176.4 kB/s 635 MB ~6.8 h
48 kHz, 24-bit, stereo 288 kB/s 1.04 GB ~4.1 h
48 kHz, 32-bit, stereo 384 kB/s 1.38 GB ~3.1 h

We derive these from the PCM arithmetic rather than from one sample file, because they are fixed by the format: bytes per second = sample rate × (bit depth ÷ 8) × channels. If your book is longer than the right-hand column, use Trim to export it in pieces, or leave Audio Channel on Mono and the sample rate at the source value instead of raising it.

Frequently Asked Questions

Will this convert a DRM-protected Audible or Apple Books audiobook?

No. Audible titles ship as AAX or AAXC with Audible's own protection, and audiobooks bought through Apple were historically wrapped in FairPlay. That encryption is designed to stop exactly this, and no online converter can decode it. Only DRM-free .m4b files convert: books you encoded yourself, DRM-free purchases from stores that sell them that way, and library or podcast downloads that were never encrypted. A quick test — if the file only plays inside the Audible or Apple Books app and nowhere else, it is still protected.

Will I lose the chapters and bookmarks from my audiobook?

Yes, and this is the single most common complaint about audiobook conversion generally. M4B keeps chapters in a dedicated track inside its MPEG-4 container. WAV has no chapter table that players read, so the book arrives as one continuous stream with no way to skip to chapter 12 and no resume position. If chapter navigation is what you actually need, keep the M4B, or convert M4B to MP3 instead — MP3 can carry ID3 chapter frames and stays small enough to live on a phone.

Why is the WAV so much larger than the M4B?

Because nothing about the source bitrate carries over. A 64 kbps AAC audiobook is compressed by more than an order of magnitude against the raw signal; decoding it rebuilds the full PCM stream, and WAV writes that stream verbatim. A stereo 44.1 kHz 16-bit WAV is 176.4 kB every second regardless of whether the source was 32 kbps or 128 kbps, which works out to 635 MB per hour. The extra bytes are uncompressed data, not recovered detail.

My audiobook is 18 hours long — will it fit in one WAV file?

Probably not at stereo settings. At 44.1 kHz / 16-bit stereo you hit the 4 GiB RIFF ceiling at about 6.8 hours; mono at the same rate roughly doubles that to about 13.5 hours. An 18-hour book therefore needs either a lower sample rate, mono, or splitting. The practical approach is to run the conversion several times with Trim, giving each pass a Start time and Duration that covers one part of the book, then keep the pieces as separate WAVs.

Which PCM option should I choose — 16-bit, 24-bit, or 32-bit?

16-bit is the right default and is what the page is already set to. Spoken-word audio decoded from a lossy AAC source has nowhere near 96 dB of usable dynamic range, so 24-bit and 32-bit add file size without adding information from the source. Choose 24-bit only when a downstream mixing or mastering stage genuinely wants the extra headroom for processing, and remember it moves the 4 GiB ceiling down by a third.

Does converting to WAV improve the sound quality?

No. The M4B's audio was encoded with AAC, which discards information permanently at the first encode. Decoding it to PCM reproduces exactly what your player already outputs — bit for bit the same signal — and writing that to WAV changes nothing about fidelity. WAV's advantage here is editability and universal support, not sound.

Why are there no bitrate or quality settings on this page?

Because WAV output is uncompressed, so there is no bitrate to set. The File Compression group — Quality Preset, Constant Bitrate, target file size — does not render for PCM targets like WAV, AIFF, or FLAC; the only levers that change the output size are Audio Sample Rate, Audio Channel, the PCM bit depth in Audio Codec, and how much of the book you keep with Trim. If you want a size dial instead, the compressed targets on the M4B converter hub are the place to go.

What happens to the cover art, title, and author tags?

The cover image is dropped. Inside an M4B, artwork rides along as a still image track, and this conversion writes an audio-only file, so the picture has nowhere to go. Textual tags fare no better in practice — RIFF's optional INFO chunk is not where audiobook players look, so plan to re-enter title and author in whatever tool consumes the WAV.

How are my uploaded audiobook files handled?

Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. No sign-up, no watermark, and your files are never shared or made public. With a long audiobook the wait is dominated by upload time and by writing a large uncompressed result — both scale with the length of the book, so a 20-hour title genuinely takes longer than a 2-hour one.

Rate M4B to WAV Converter Tool

Rating: 4.8 / 5 - 64 reviews