Word is where books are written. EPUB is where books are sold and read. The gap between them is a conversion, and it is where most self-published books quietly fall apart — a missing table of contents, a cover that will not show, chapters that merge into one scroll. This guide walks through preparing your manuscript and converting DOCX to EPUB the way stores expect.
Why Word is not an ebook format
A DOCX file is an office document: it assumes a printer, a cursor, and a person editing. An EPUB is a reflowable package of XHTML, CSS, and images designed for a reader app to re-flow on any screen.
Stores like Amazon, Kobo, and Apple all accept EPUB (or convert from it). They do not accept a Word document as a final book. So the conversion is mandatory the moment you want to publish.
Prepare your manuscript before converting
Most conversion disasters are actually preparation disasters. Before you convert:
- Use Heading 1 for chapter titles and Heading 2 for sub-sections — not manual bold text. Converters read styles to build the chapter list.
- Insert a page break before each chapter so they start cleanly.
- Remove manual spacing, tabs, and empty paragraphs you used for layout.
- Add a proper cover image as the first page, not a floating shape.
A clean, style-driven document converts into a clean EPUB. A hand-formatted one becomes a wall of text.
Convert with BookConv (fastest)
BookConv converts DOCX to EPUB in the browser with no install. Upload the manuscript, choose EPUB, and it embeds your images and builds the chapter structure from your heading styles. Start here: /convert/docx-to-epub.
Convert with Calibre for publishing polish
If you want to hand-tune the output before upload, Calibre gives you an editable EPUB: fix the metadata, reorder the table of contents, and adjust the cover. Add the DOCX, pick Convert books → EPUB, then use the Table of contents and Metadata panels. For the reverse direction (ebook back into Word), see /blog/epub-to-word.
Validate before you publish
Before uploading to a store, open the EPUB in a reader and check three things: the table of contents lists every chapter, the cover displays, and the text reflows cleanly on a phone. If any of those fail, the issue is almost always in the source DOCX, not the converter. A format overview is in /blog/ebook-formats-explained.