Yeah… this one trips people up more than it should.
You export your book, upload it, everything looks fine… then suddenly:
- Kindle preview looks weird
- Fonts change
- Spacing breaks
- Or worse — it works on one device and breaks on another
You start thinking you messed up the formatting.
You didn’t.
You just ran into the EPUB vs MOBI mess.
Let me walk you through this like I would with a junior formatter sitting next to me.
The Big Reality Most People Miss
MOBI is basically dead. EPUB runs everything now.
That’s not opinion — that’s how platforms actually work today.
- Amazon used to require MOBI
- Now even Amazon KDP converts EPUB → Kindle format internally
- Apple Books, Kobo, Google Books? All EPUB
So if you’re still thinking “Which one should I format for?”
Answer: EPUB. Always EPUB.
MOBI only matters if you’re dealing with very old Kindle devices or legacy workflows.
The Core Difference (Not the Surface-Level Stuff)
Here’s how I explain it to beginners:
- EPUB = modern web page
- MOBI = old, limited Kindle container
That’s it.
EPUB behaves like a flexible, standards-based system (HTML + CSS under the hood).
MOBI behaves like a restricted, outdated version of that.
Side-by-Side — What Actually Changes in Formatting
Here’s where things start breaking for people:
| Feature | EPUB | MOBI |
|---|---|---|
| CSS support | Strong (modern styling works) | Limited (many styles ignored) |
| Fonts | Embedding works reliably | Often stripped or inconsistent |
| Layout control | Flexible, responsive | Very restricted |
| Images | Scales cleanly | Sometimes compresses or misaligns |
| Media queries | Supported | Not supported |
| Conversion | Native format | Usually converted from EPUB anyway |
The key takeaway:
If something looks wrong in MOBI, it’s usually because MOBI ignored your styling.
The #1 Reason Your Book Looks Different
This is the one that frustrates people the most.
You design your book in Word, export it, open it in preview…
And spacing looks completely different.
Why?
Because EPUB respects structure. MOBI guesses.
Let me explain that in plain terms:
- EPUB reads your file like clean code (headings, paragraphs, styles)
- MOBI often flattens or overrides those styles
So:
- Your nice paragraph spacing → collapsed
- Your custom font → replaced
- Your margins → adjusted
And now you’re staring at a broken book wondering what happened.
The Mistake Almost Everyone Makes
They format visually instead of structurally.
This is the part I correct constantly.
People do this in Word:
- Hit Enter 5 times for spacing
- Use manual tabs for indentation
- Change font size manually per paragraph
Looks fine in Word.
But EPUB/MOBI reads it like garbage.
Fix this once and everything changes:
- Use styles (Normal, Heading 1, etc.)
- Use paragraph spacing settings, not empty lines
- Use first-line indent setting, not tabs
Think of it like this:
Word is what you see. EPUB is what the code understands.
Where EPUB Wins (And Why It Matters)
EPUB gives you control — real control.
You can:
- Embed fonts properly
- Control line height and margins
- Handle different screen sizes cleanly
- Keep consistency across devices
And more importantly:
Every major platform trusts EPUB.
Even Kindle.
Yeah — ironic, but true.
Where MOBI Still Shows Up (Rare Cases)
You might still see MOBI in:
- Old Kindle preview tools
- Legacy publishing tutorials
- Outdated freelancers still using it
- Very old Kindle devices
But here’s the truth:
Even if you upload MOBI, Amazon converts it anyway.
So you’re losing control before the reader even sees your book.
The Weird Edge Case I’ve Seen Too Many Times
Someone hires a formatter.
They get:
- EPUB file ✔
- MOBI file ✔
They open the MOBI, it looks slightly off…
They panic and ask for revisions.
Problem?
That MOBI is just a rough conversion preview — not the final Kindle output.
So they’re fixing something that won’t even exist in production.
Waste of time. Happens all the time.
If You Want Zero Headaches, Do This
Don’t overcomplicate it.
- Format your book cleanly (structure first, visuals second)
- Export EPUB
- Test in:
- Kindle Previewer (for Amazon)
- Apple Books (for EPUB behavior)
Ignore MOBI unless someone specifically asks for it (rare).
Still Seeing Formatting Issues? Check These First
Before blaming EPUB or the platform, run through this:
- Are you using manual spacing (Enter key spam)?
- Did you apply real paragraph styles, or just visual changes?
- Are images anchored properly (not floating randomly)?
- Did you embed fonts correctly?
- Is your file bloated with Word junk (copy-paste from web)?
90% of “EPUB vs MOBI problems” are actually Word formatting problems.
The One Thing I Wish Everyone Knew From Day One
Stop thinking in terms of “how it looks on your screen.”
Start thinking:
“How will this behave when the reader changes font size, device, and screen?”
Because they will.
EPUB is built for that flexibility.
MOBI struggles with it.
Where You Land After Understanding This
At this point, you’re not guessing anymore.
You know:
- EPUB is the real format
- MOBI is legacy
- Structure beats appearance
- Most issues come from bad source files
That’s the difference between someone fighting formatting…
and someone who just gets clean uploads every time.
If your files are clean, EPUB behaves.
If EPUB behaves, every platform behaves.
That’s how you stay out of formatting hell.
