Calibre is the piece of software almost every self-publisher installs at some point, usually in a hurry, and then forms a strong opinion about. The opinions split neatly: people who used it for the job it is built for think it is superb, and people who used it to make a book to sell think it is terrible.
Both are right. It is worth knowing which job you have before you open it.
What Calibre actually is
Two programs sharing a window.
A library manager. It catalogues your ebooks, fixes their metadata, fetches covers, and syncs to a reader. This half is about books you *own*.
A conversion engine. It reads about two dozen formats and writes about a dozen, which is where authors meet it. This half is about files you *make*.
It is free, open source, actively maintained since 2006, and runs on Windows, macOS and Linux. There is no paid tier and nothing is upsold, which is rarer than it should be in this category.
What it is genuinely the best at
| Job | How well | Notes |
|---|---|---|
| EPUB ⇄ MOBI/AZW3 | Excellent | The reason most people install it |
| Getting a file onto a Kindle | Excellent | Send-to-Kindle, or by cable |
| Fixing metadata | Excellent | Title, author, series, cover, in bulk |
| Reading and checking a file | Very good | The viewer shows what a reader sees |
| Editing an EPUB by hand | Good | A real editor, if you know HTML |
| Making a book to sell | Poor | See below |
| Print-ready PDF | Poor | Not what it is for |
The top four are worth having on any author's machine. Opening your finished EPUB in Calibre's viewer and paging through it is the cheapest quality check there is, and it catches things the store preview does not — a chapter that starts mid-page, an image that lost its caption, a table that collapsed.
Its Edit Book tool is also more capable than people expect: a live HTML and CSS editor with a built-in checker that finds the same structural problems EPUBCheck reports, which makes it a reasonable place to fix one rather than rebuild.
Where it stops
Conversion is not typesetting, and this is the whole of the misunderstanding.
A converter reads the structure it is given and re-expresses it in another format. It does not decide anything: it has no opinion about your margins, your type, your chapter openings or where a page breaks. If the input is a Word file full of manual spacing and direct formatting, the output is an EPUB full of the same, now encoded as inline styles nobody can override.
Three specific things people expect and do not get:
- A designed book. There is no house style, no chapter-opening treatment, no control of the measure. Calibre's job ends at "valid file".
- A print PDF you can sell. It will produce a PDF, and it will look like a converted ebook — no proper margins, no gutter, no running heads, widows and orphans everywhere. What a print-ready PDF actually requires is a different discipline.
- A fix for a bad source. Garbage in, garbage converted. This is the single most common disappointment.
Calibre or a formatting tool?
They are answers to different questions, so the useful test is what you are holding.
| You have | You want | Use |
|---|---|---|
| An EPUB, need MOBI | Another format | Calibre |
| A finished book, need to check it | Confidence | Calibre |
| A manuscript, need a book | Design | A formatter |
| A book that looks wrong | A fix | The source, not the converter |
If the answer is "a formatter", Vellum alternatives and Atticus versus Vellum are that category, and Scrivener alternatives is the writing half of it.
Using it well
Assuming you are converting rather than designing:
- Give it the cleanest source you have. EPUB in beats DOCX in, every time. If Word is all you have, clean it up first.
- Set the metadata before converting, not after. Title, author, series, language — these travel into the file and are what stores read.
- Check "Structure Detection" if chapters are not splitting. It is looking for headings, and it finds them only if your source uses real ones rather than large bold text.
- Build the table of contents from headings, not manually — how a contents page should be generated.
- Read the output in the viewer. Every time. It takes two minutes.
One thing to skip: converting *to* PDF for anything other than your own reading. If someone needs a PDF of your book, make it properly.
The step before Calibre
The reason Calibre disappoints as a book-maker is that it is the last link in the chain, and most of what goes wrong happened earlier — in a manuscript that carries its formatting as direct styling rather than as structure.
If the source is structured, everything downstream gets easier, including Calibre. That is the argument for writing in plain text: bukpress takes a Markdown manuscript and exports the typeset PDF and the reflowable EPUB from the same file, so the design is a decision made once rather than a property of the document you happen to have. Self-publishing from Markdown is the whole route, and Markdown to EPUB is the half Calibre is usually asked to do.
Calibre still earns its place after that, as the thing you check the output in and the thing that gets it onto your own Kindle. That is not a small role — it is just not the one it gets blamed for failing.
Frequently asked questions
Is Calibre free? Entirely, and open source, with no paid tier. Donations are optional and nothing is locked.
Can I use Calibre to format a book for KDP? You can produce a file KDP accepts, and it will look converted rather than designed. For the ebook it is passable; for the paperback interior it is not. KDP's formatting requirements are the bar to clear.
Does Calibre convert to Kindle format? Yes — AZW3 and, through Send-to-Kindle, whatever Amazon currently prefers. Amazon has moved toward accepting EPUB directly, so conversion is often unnecessary now; Markdown to Kindle covers the current route.
Why does my converted book look wrong? Almost always the source. Direct formatting, manual page breaks and text styled to look like headings all survive conversion and none of them carry structure. Fix the manuscript, not the settings.
Is Calibre safe to use? Yes — it is long-established open-source software. Note that some third-party plugins exist to remove DRM, which is a separate matter with its own legal position depending on where you are; nothing in the base application does that.