iformat.io Logo iformat.io
iformat.io Logo iformat.io

How to Move Your Audiobook Library Off Apple (M4B to MP3)

Aug 25, 2026
6 min read

You've built up a collection of audiobooks in Apple's Books app over the years — some purchased from the iTunes Store, some ripped from CDs using iTunes, some dragged in from who-knows-where. They're all .m4b files, and they play great on your iPhone and Mac. Then you get an Android phone, or a Garmin watch, or you want to listen in your car's USB player, and suddenly none of those files work.

M4B is Apple's preferred audiobook format. It's perfectly functional within Apple's world, but outside it, support is spotty. Converting your library to MP3 gives you universal playback without locking you into any ecosystem.

What M4B actually is

M4B stands for MPEG-4 Part 14 Bookmarkable. It's essentially the same container as M4A (AAC audio in an MPEG-4 wrapper) with one key addition: chapter markers. When you tap a chapter list in Apple Books or Audible and jump straight to Chapter 12, that's the M4B chapter metadata at work.

The audio inside an M4B file is usually AAC — either standard AAC-LC or HE-AAC for spoken word content. Audiobooks are typically encoded at 32-64 kbps because human speech doesn't need much bandwidth. The quality is perfectly adequate for a narrator's voice but would sound terrible for music.

The .m4b extension tells Apple software "this is an audiobook" — which means Apple Books picks it up automatically, remembers your playback position, and files it under Audiobooks rather than Music. Change the extension to .m4a and iTunes treats it as a regular music file. The actual audio data inside is identical.

DRM-protected audiobooks

Audiobooks purchased from the iTunes Store before 2009 and all Audible audiobooks use FairPlay or Audible DRM encryption. These files can't be converted directly — the audio data is encrypted and any converter will either refuse the file or produce silence. This guide covers DRM-free M4B files. If your files are DRM-protected, you'll need to address the DRM separately before converting.

Why move away from M4B

M4B is fine if you'll only ever listen on Apple devices. But life isn't that simple:

Android has inconsistent M4B support. Some Android players handle M4B fine (Smart AudioBook Player is excellent). Others can't even see .m4b files in the file browser. The default Google media player on stock Android? Hit or miss depending on the manufacturer's ROM.

Car USB players almost never support M4B. Most car stereos recognize MP3 and sometimes WMA. The M4B container format is simply not in their firmware.

MP3 players and fitness watches want MP3. Garmin watches, old iPod Shuffles (ironic, given Apple makes them), Sandisk Clip players, and most standalone audio hardware expect MP3.

Portability matters. You might be on Apple today but switch platforms tomorrow. MP3 files will play on any device made in the last 25 years and any device that will be made in the next 25.

Converting M4B to MP3 — the process

The audio inside M4B is AAC. Converting to MP3 means decoding the AAC stream to raw PCM, then re-encoding to MP3. This is a lossy-to-lossy transcode, which normally makes audiophiles cringe — but for spoken word content at audiobook bitrates, the quality difference is genuinely imperceptible.

Upload your .m4b file to the iFormat audio converter, select MP3 as the output, and download. For audiobooks, 64 kbps mono MP3 sounds virtually identical to the original 64 kbps AAC. If you want a safety margin, go with 96 or 128 kbps.

What happens to chapters

This is the tricky part. MP3 doesn't have native chapter support in the same way M4B does. When you convert a single M4B file to a single MP3, the chapter markers are lost.

You have two options for preserving navigation:

Option 1: Split into chapter files. Convert the M4B into separate MP3 files, one per chapter. Each file gets named with the chapter title. You lose in-app chapter navigation but gain a file-per-chapter structure that works in any player — just play the folder in order. Most audiobook management tools like Chapter and Verse (Mac) or mp3DirectCut (Windows) can handle this splitting.

Option 2: Single file, manual bookmarking. Convert to one long MP3 and rely on your player's built-in bookmark feature. Smart AudioBook Player on Android and many podcast apps remember your playback position automatically. You won't have a chapter list, but you'll have position memory.

Handling a large audiobook library

If you've got dozens of audiobooks to convert, doing them one at a time is tedious. Here's how to batch process efficiently:

Command line with FFmpeg. If you're comfortable with the terminal, FFmpeg is the fastest approach. A simple command like ffmpeg -i book.m4b -codec:a libmp3lame -qscale:a 4 book.mp3 converts a single file. Wrap it in a shell loop to process a whole folder. The -qscale:a 4 flag gives you roughly 165 kbps VBR, which is plenty for speech.

iTunes/Music app. Ironically, Apple's own app can do the conversion. In iTunes (Windows) or Music (Mac), go to Preferences > Files > Import Settings, set it to MP3 Encoder, then select your audiobooks and choose File > Convert > Create MP3 Version. It's slow and clunky for large batches, but it works without installing anything extra.

Online conversion. For smaller collections, the audio converter handles the job without installing software. Upload, convert, download, repeat.

Organizing your converted files

Once everything is MP3, set up a folder structure that makes sense:

Audiobooks / Author Name / Book Title / Chapter 01.mp3

Tag your MP3 files with proper ID3 metadata — title, artist (narrator or author), album (book title), track number (chapter number), genre (Audiobook or Speech). Mp3tag on Windows is the best free tool for batch-tagging. On Mac, Kid3 does the same job.

Proper tagging ensures your player displays the book information correctly rather than showing "Unknown Artist - Unknown Album" for everything. It also means audiobook-specific players can group chapters under the right book title.

Best audiobook players for MP3 files

Regular music players work for MP3 audiobooks, but audiobook-specific players are dramatically better. They remember your position, handle chapter folders properly, and offer playback speed controls that speech listeners depend on.

Smart AudioBook Player (Android) is the gold standard for Android audiobook listening. It scans your folder structure, groups chapters automatically, remembers your exact position per book, supports variable speed playback from 0.5x to 4.0x, and has a sleep timer. It's free with a one-time purchase to unlock all features — no subscription.

BookPlayer (iOS) does the same thing on iPhones. Import MP3 files through the Files app or iTunes file sharing, and BookPlayer organizes them into a library with position tracking and speed controls. It's open source and completely free.

Plex works well if you want to stream your audiobook library. Set up a Plex server on your computer, point it at your audiobooks folder, and stream to any device with the Plex app. Plex remembers your playback position across devices, so you can start listening on your phone during a commute and pick up on your tablet at home.

Backup strategy

Once you've converted your library, keep the originals and the conversions in separate locations. Store the M4B originals on an external drive or cloud storage as your master copies — if you ever need to re-convert with different settings, you'll want the highest-quality source files to work from.

For the MP3 library, back it up to wherever you normally back things up — an external drive, Google Drive, Dropbox, a NAS. An audiobook collection is usually modest in size (a few gigs to a few dozen gigs), so cloud backup is practical. The key point: don't treat MP3 as your only copy. Keep the M4B originals until you're absolutely certain you won't need them again.

For a more detailed walkthrough of the conversion itself, including instructions for every major device, see our step-by-step M4B to MP3 guide.

Frequently asked questions

Will converting M4B to MP3 lose audio quality?
Technically yes — you're transcoding from one lossy format to another. Practically, for spoken word at audiobook bitrates (32-128 kbps), the difference is inaudible. Speech is far less demanding than music.

How big will the MP3 files be compared to M4B?
If you match the bitrate, they'll be about the same size. A 10-hour audiobook at 64 kbps takes about 280 MB whether it's AAC or MP3. At 128 kbps MP3, it'll be roughly double that.

Can I convert Audible .aax files the same way?
No. Audible files use DRM encryption. You can't just rename or convert them directly. This guide covers DRM-free .m4b files — the kind you'd get from ripping CDs, purchasing from DRM-free stores like Libro.fm, or creating yourself from recordings.

Should I keep the original M4B files?
Yes, at least until you've verified the MP3 conversions play correctly. The M4B files are your masters — if you need to re-convert at different settings later, you want the originals to work from.

What bitrate should I use for audiobooks?
64 kbps mono is standard for most audiobooks and sounds clean for speech. 128 kbps stereo if the audiobook has music, sound effects, or multiple narrator voices panned across channels. Going higher than 128 kbps for speech is wasting disk space.

Convert Audiobooks to MP3

Move your audiobook collection to a universal format. Free, no signup.

Browse All Posts