You have a shelf of MOBI books from an old Kindle, but your phone, Kobo, or Apple Books app will not touch them. MOBI is Amazon older container, and outside the Kindle world it is a dead end. Converting to EPUB frees those books to read on any device. This guide shows how to convert MOBI to EPUB without losing your cover, images, or chapter breaks.
Why convert MOBI to EPUB
MOBI is the Mobipocket format Amazon used for early Kindles. EPUB is the open reflowable standard supported by Kobo, Apple Books, Google Play Books, and most reading apps. If you want your books off a Kindle and onto anything else, EPUB is the destination.
There is also a practical reason: many older purchases were delivered as MOBI and were never re-issued. Converting them preserves a library you already paid for.
What goes wrong in a bad MOBI to EPUB conversion
MOBI stores structure differently from EPUB, so naive converters stumble:
- Chapter breaks collapse into one long scroll when the tool ignores the MOBI heading records.
- The cover disappears because the converter does not extract the embedded cover image.
- Images go missing when they are not properly re-packaged into the EPUB.
None of this is damage to your original file. The converter simply failed to carry the structure across.
Convert with BookConv (fastest)
BookConv runs the Calibre engine in the browser, so you get a proper MOBI to EPUB conversion with nothing to install. Upload the MOBI, choose EPUB, and it extracts the cover and rebuilds the chapter list. Start here: /convert/mobi-to-epub.
For the reverse direction (EPUB onto a Kindle), see /guide/epub-to-mobi-keep-formatting.
Convert with Calibre (more control)
If you want to inspect the output, Calibre opens the MOBI and converts to EPUB with a full set of options. Open the book, pick Convert books → EPUB, then review the Structure detection and EPUB output panels. A detailed walkthrough is in /blog/mobi-to-epub.
If you are choosing between a desktop tool and an online converter, see /guide/calibre-vs-online-converter.
Check the result before you trust it
Open the new EPUB in a reader and confirm three things: the cover shows, the table of contents lists every chapter, and the text reflows on a phone. If the cover is blank, the converter skipped image extraction. A format overview is in /blog/ebook-formats-explained.
Formatting preservation checklist before you convert
A faithful conversion starts before you click convert. Spend two minutes checking the source MOBI so the EPUB comes out clean:
- Headings use real styles, not just bold text. Converters rebuild chapters from heading records. If your source only used bold paragraphs, mark them as H1/H2 first (Calibre's Edit book view makes this quick).
- The cover is set in metadata, not just pasted on page one. A cover embedded in the file properties carries over; a picture placed at the start of chapter 1 does not.
- Fonts you want kept are embedded. MOBI often stripped custom fonts; if a specific typeface matters, re-embed it in the EPUB afterward.
- The table of contents exists as a navigation record. Calibre-based converters build the EPUB TOC from it; without it, readers show a flat list.
These checks matter most for typeset books. Novels with clean headings usually convert without fuss, while magazines, textbooks, and heavily styled layouts benefit from the review.
Fix: cover missing after conversion
If the EPUB opens with a blank cover, the converter skipped image extraction. This is common with lightweight tools, and recovery is fast:
- Open the book in Calibre, right-click Edit metadata → Download cover or Add cover from a local image.
- Re-run the MOBI to EPUB conversion with cover extraction enabled.
- Confirm the cover shows in the EPUB metadata, not just as the first image page.
BookConv extracts and embeds the cover automatically during conversion, so most users never hit this step. If you still see a blank cover, the source MOBI likely had no real cover record and you would add one in Calibre.
Fix: chapters merged into one long scroll
When the whole book becomes one unbroken page, the converter did not read the chapter structure. Two fixes:
- Source has real headings: In Calibre, open Convert books → Structure detection and set chapter detection to match your headings (for example detect at //h:h1 or //h:h2). Re-convert and each heading becomes a chapter break.
- Source has no headings, only bold lines: Switch on Heuristic processing so Calibre infers breaks, or insert page breaks manually in Edit book.
The root cause is almost always the source file, not the converter. A MOBI that never stored chapter markers cannot gain them magically. For a step-by-step desktop walkthrough, see /blog/mobi-to-epub; to start in the browser, open /convert/mobi-to-epub.
What survives vs what needs a manual touch
| Element | Survives conversion | Needs manual repair |
|---|---|---|
| Body text and paragraphs | Yes | — |
| Chapter breaks (real headings) | Yes | Re-detect in Calibre if missed |
| Embedded cover | Usually | Re-embed if blank |
| Inline images | Yes | Re-optimize if oversized |
| Bold, italic, lists | Yes | — |
| Custom fonts | Rarely | Re-embed in the EPUB |
| Series metadata | Folded into title | Clean up manually |
| Reading position and highlights | No | Not portable across formats |
Most personal MOBI libraries convert faithfully with no repair. The steps above exist for the styled, typeset, or metadata-heavy books where fidelity actually matters.