← toolkit.bot

How to Convert EPUB to MOBI (Free — Calibre, Online, Command Line)

MOBI is Amazon's older Kindle format. While modern Kindles support EPUB natively, some older devices and workflows still need MOBI. Here's how to convert EPUB to MOBI for free.

Do You Still Need MOBI?

Before converting, check which format you actually need:

For modern use cases, AZW3 (Kindle Format 8) is preferred over MOBI — it's Amazon's EPUB3 equivalent and handles more complex content.

Method 1: Calibre (Best Free Option)

  1. Add the EPUB to your Calibre library.
  2. Right-click the book → Convert books → Convert individually.
  3. Set Output format to MOBI in the top-right dropdown.
  4. Click OK. Calibre converts and saves the MOBI file.

From the command line:

# Convert to MOBI (older format)
ebook-convert book.epub book.mobi

# Convert to AZW3 (recommended for modern Kindles)
ebook-convert book.epub book.azw3

To find the output file: right-click the book in Calibre → Open containing folder.

Method 2: Online Converters

Method 3: Send to Kindle App (Converts Automatically)

If your goal is reading on Kindle, skip the manual MOBI conversion:

  1. Download the Send to Kindle app (Windows/Mac).
  2. Drag your EPUB onto the app and select your Kindle device.
  3. For old Kindles that don't support EPUB, Amazon's servers convert the file automatically during delivery.

This is the easiest path — no manual format conversion required.

MOBI vs AZW3 vs EPUB — Which to Use?

Format Best For Kindle Support
EPUBAll modern readers, KDP uploads2018+ (native)
AZW3 (KF8)Complex Kindle content, sideloadingKindle Fire, Paperwhite 2+
MOBIVery old Kindles (gen 1–3)All Kindles incl. gen 1

Need to go PDF → EPUB first before converting to Kindle formats? toolkit.bot handles layout and OCR.

Convert PDF to EPUB →

Related guides