Word to EPUB
Upload a .docx and get a structured EPUB 3 with real chapter navigation — checked with EPUBCheck before you download it. Free to try; $5 to unlock a file.
Converting is the easy half
Almost anything will turn a .docx into a file ending in .epub. The question is what survives, and the answer for most converters is: the words, and not much else.
A Word document is a stream of styled paragraphs. An EPUB is a set of documents with declared relationships and a navigation map. Nothing in the Word file says this is chapter four — it says this text is 16pt bold and centred. Turning the second into the first is the actual work, and skipping it produces a technically valid ebook that no reader can navigate.
What a straight conversion loses
| In your Word file | What usually happens |
|---|---|
| A bold, centred chapter title | Stays bold and centred. No chapter, no navigation entry, empty Go To menu. |
| Manual page breaks between chapters | A blank screen the reader has to swipe past, or nothing at all. |
| Paragraphs indented with tabs | Ragged, uneven indents — ebooks indent by style, not whitespace. |
| A contents page you typed yourself | Carried through with its page numbers, which mean nothing in a book that has no fixed pages. |
| A blank line as a scene break | Disappears when it falls at the top or bottom of a screen. |
| Headers, footers, text boxes | Dropped silently. |
This tool reads the shape of the document instead: a short bold line alone above a run of prose is a chapter opening, whether or not it carries a Heading style. Scene breaks become a centred marker that survives re-wrapping. Indentation becomes a style. And where something is genuinely ambiguous, you get asked rather than guessed at.
Then it gets checked
Every file is run through EPUBCheck — the W3C's reference validator, and the one the stores run — before you download it, with the result shown to you. A converter that reports success and produces a file a store rejects is the normal experience; this is the part that prevents it.
Questions
- Isn't converting Word to EPUB just a file format change?
- The bytes, yes. The structure, no — and that is the part that breaks. A Word document is a stream of styled paragraphs with page breaks in it. An EPUB is a set of documents with declared relationships and a navigation map. Nothing in the Word file says “this is chapter four”; it says “this text is 16pt bold and centred”. Converting means inferring the first from the second, and a converter that skips that step produces a valid file with no navigation at all.
- What exactly gets lost in a naive conversion?
- Manual page breaks become blank screens or vanish. Bold centred lines stay bold centred lines rather than becoming chapters, so the Go To menu is empty. Tab-indented paragraphs come out ragged, because ebooks indent with styles rather than whitespace. A contents page you typed by hand keeps its page numbers, which mean nothing in a reflowable book. Headers, footers and text boxes are dropped entirely.
- Do I need to prepare the Word file first?
- No. Using real Heading styles helps and we will use them if they are there, but most manuscripts do not have them — people write chapter titles by making a line bold and bigger, which is a perfectly reasonable thing to do. We detect those, and ask when something is genuinely ambiguous rather than guessing.
- Will my italics survive?
- Yes. Italic, bold, block quotes and scene breaks all carry through. What changes is presentation you do not control in an ebook anyway — typeface, size, margins, line spacing — because the reader chooses those.
- Can I go the other way, EPUB back to Word?
- Not yet. That is a different pipeline — reading an EPUB rather than writing one — and it is on the list.
- What does it cost?
- Converting is free. Free files include a short closing line crediting the tool, allow three adjustments, and are kept for 24 hours. Unlocking one file costs $5 once, with no subscription.
Publishing on Amazon? The KDP and Kindle formatter produces the same EPUB plus a Word file for Kindle Create. Already have an EPUB? Check it with the free EPUB validator.