Initializing... drag & drop files here
Supports: DOCX
This guide is for writers and self-publishers who have a finished manuscript in Microsoft Word and want a reflowable EPUB that adapts to any e-reader screen. EPUB is the open ebook standard maintained by the W3C, 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 will accept and convert to a Kindle format for you. The whole job is four steps, but the sections below explain where conversions go wrong and how to fix them.
.docx onto the page or click "+ Add Files" to pick it from your computer. Queue several manuscripts to convert in one batch — each becomes its own EPUB. Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. Only modern .docx (Word 2007+, Office Open XML / ECMA-376) is accepted; save a legacy .doc as .docx in Word first.A clean EPUB starts in Word, not in the converter — the conversion only reflects the structure it can read out of your document. Five minutes of prep prevents most problems:
If your Word document is really a print-design layout — a cookbook with boxed sidebars, a textbook with figures pinned to exact spots, a magazine-style two-column piece — a reflowable EPUB will fight you, because the format is built to rearrange content for whatever screen it lands on. In those cases a fixed page is the better target: convert DOCX to PDF to keep the exact layout, or build a fixed-layout EPUB in dedicated publishing software. EPUB is also not a route around copy protection — a DRM-locked source cannot be cleanly re-flowed. And if a chapter's formatting is hopelessly tangled, it is often faster to strip it to plain text, re-apply Heading styles in Word, and reconvert than to chase individual glitches.
Word is a print-first tool: you place each element on a static page. EPUB, by design, has no fixed page — the reading app rebuilds the layout to fit the screen and the reader's chosen font size. The conversion deliberately trades Word's fixed positioning for text that adapts, which is why headings, lists, and emphasis carry over but exact page geometry does not.
Yes, if you used Word's built-in heading styles. The converter scans for Heading 1 (and Heading 2 for sub-sections) and turns them into the EPUB's navigation document, so e-readers show a tappable chapter list. Titles that are merely bolded at a larger font are treated as ordinary paragraphs and will not appear in the TOC.
Not as a raw file — Kindle does not natively read the EPUB format. But Amazon's Send to Kindle service (web uploader, email, or app) accepts EPUB and converts it to a Kindle format such as AZW3 on Amazon's side, with the text staying reflowable. If you specifically need a Kindle-native file up front, convert DOCX to MOBI instead.
Images that are set In Line with Text in Word are embedded into the EPUB container and travel with the file. Floating or absolutely-positioned images frequently drop out, so inline them before converting. Your specific Word fonts are generally not preserved, because reflowable EPUB hands font choice to the reader — only the structural styling (bold, italic, headings, lists) carries through.
The output is an EPUB 3 file — EPUB 3.3 is the current W3C Recommendation. It opens natively in Apple Books, Kobo, Google Play Books, Thorium Reader, Calibre, and most non-Kindle reading apps. EPUB 3 is backward-compatible with EPUB 3.2, so apps built for slightly older readers handle it too.
It depends on the reader's screen. EPUB reflows, so it is the right choice for novels and any long-form text people read on phones and e-readers, where adjustable font size matters. A PDF keeps your exact page layout, which is what you want for print-style documents with fixed positioning — convert DOCX to PDF for that. In our testing, a plain-text 40,000-word manuscript styled with proper Word headings converted to a roughly 90 KB EPUB with a fully linked chapter list, whereas the same content as a PDF was far larger and would not reflow.