Initializing... drag & drop files here
Supports: DOCX
This tutorial is for writers and self-publishers who have a finished manuscript in Microsoft Word and want an EPUB that adapts to any e-reader screen. EPUB is the open ebook standard maintained by the W3C — EPUB 3.3 became a W3C Recommendation on 13 January 2026 — so a clean conversion gives you a file that opens on Kobo, Apple Books, Google Play Books, and most reading apps, and that Amazon's Send to Kindle service accepts. The conversion itself is four steps; the sections after them explain where manuscripts go wrong and how to fix them before you publish.
.docx onto the page or click "+ Add Files" to pick it from your computer. Queue several manuscripts to convert them in one batch, each producing its own EPUB. Only modern .docx (Word 2007 and later, Office Open XML) is accepted here — open a legacy .doc in Word and save it as .docx first, or run it through DOC to DOCX.A clean EPUB starts in Word, not in the converter. Your document is read directly as a Word file rather than being flattened to a page image first, which is what allows headings, lists, and emphasis to survive as real structure — but it also means the converter can only use the structure you actually applied. Five minutes of preparation prevents almost every common problem:
| Word feature | In the EPUB | Why |
|---|---|---|
| Heading 1 / Heading 2 styles | Kept, and used to build chapter navigation | Structural markup maps directly to ebook navigation |
| Bold, italic, sub/superscript | Kept | Inline semantics survive reflow |
| Bulleted and numbered lists | Kept | Real list markup converts one-to-one |
| Inline images | Embedded in the container | They flow with the surrounding text |
| Floating / anchored images | Frequently dropped | No fixed page to anchor them to |
| Fonts | Embedded, but readers may override | Reflowable ebooks hand font choice to the reader |
| Page size, margins, headers, footers | Discarded | There is no fixed page in a reflowable ebook |
| Columns, text boxes, exact positioning | Discarded or scrambled | Layout is rebuilt for each screen |
| Question | EPUB | |
|---|---|---|
| Layout model | Reflows to the screen and font size | Fixed pages, identical everywhere |
| Reader can change font size | Yes | Not without zooming and panning |
| Best on | Phones and e-readers | Print, and large screens |
| Right for | Novels, long-form prose, non-fiction text | Cookbooks, textbooks, forms, design-heavy layouts |
| Accepted by ebook stores | Yes, it is the standard submission format | Rarely for reflowable titles |
| Convert instead with | This page | DOCX to PDF |
If your Word file is really a print design — a cookbook with boxed sidebars, a textbook with figures pinned beside specific paragraphs, a magazine-style spread — a reflowable EPUB will fight you, because the format's whole job is to rearrange content for whatever screen it lands on. In those cases keep the fixed page: convert DOCX to PDF, or build a fixed-layout EPUB in dedicated publishing software. Conversion is also not a route around copy protection; a DRM-locked source cannot be cleanly re-flowed. And when a single chapter's formatting is hopelessly tangled from years of pasted-in text, it is usually faster to strip it to plain text, re-apply Heading styles in Word, and convert again than to chase individual glitches.
EPUB 3. In our testing, a three-chapter test document produced a container whose package file declared version 3.0, alongside a navigation document for chapter jumping. EPUB 3 is the current line of the standard — EPUB 3.3 reached W3C Recommendation status on 13 January 2026 — and it opens in Apple Books, Kobo, Google Play Books, Thorium Reader, and Calibre.
Yes, provided you used Word's built-in heading styles. The converter reads Heading 1 (and Heading 2 for sub-sections) and turns them into the ebook's navigation document, which is what e-readers display as a tappable chapter list. In our test file, each Heading 1 also began a new internal XHTML file, which is how e-readers get fast chapter jumps. Titles that are only enlarged and bolded are treated as body text and will not appear.
Not as a raw sideloaded file — Kindle does not natively read EPUB. Send it through Amazon's Send to Kindle service, which accepts EPUB and converts it to a Kindle format such as KF8/AZW3 on Amazon's side, keeping the text reflowable. Amazon moved Send to Kindle away from MOBI in late 2022 in favour of exactly this route, so EPUB is now the correct file to hand Amazon.
No, and this matters for quality. A .docx is read directly as a word-processor document, so headings, lists, and emphasis arrive as real structure. Conversions that route a document through PDF first flatten it into fixed pages and then try to reconstruct the text, which is where jumbled paragraphs and lost chapter navigation usually come from.
Images set In Line with Text are embedded into the container and travel with the file; floating images frequently drop out, so inline them first. Fonts referenced by the document are embedded and subsetted to keep the file small — in our test conversion the output carried the document's serif and sans faces inside a fonts folder. Readers can still override the font, because reflowable EPUB gives that choice to the reader.
If the source document contains no cover image, a simple title page is generated from the document's title so the file has something to show in a library grid. You can replace it in Calibre before publishing, or add a proper full-page cover image as the first inline image of your Word document.
Usually the same order of magnitude, sometimes larger, because fonts get embedded and the text is wrapped in XHTML and CSS. In our testing a small three-chapter document grew from roughly 6 KB to about 31 KB for that reason. For real manuscripts the dominant factor is images — a text-only novel typically lands in the hundreds of kilobytes, while an illustrated book runs to megabytes.
Hyperlinks and tables carry across, though wide tables are awkward on a phone screen because the reader cannot scroll a fixed grid comfortably — consider simplifying them. Word footnotes are converted into linked notes rather than page-bottom notes, since a reflowing ebook has no stable page bottom to anchor them to.
Yes. If you need a Kindle-native file, EPUB to MOBI produces the legacy format for older devices, and EPUB to PDF makes a fixed-page version for printing or emailing. Converting once from your clean Word source generally beats converting a converted file twice, so keep the DOCX as your master copy.