FormatDrop
How-To Guide

How to Convert DOCX to EPUB

EPUB is the universal e-book format supported by every e-reader except Kindle (which uses MOBI/AZW3, or EPUB3 on newer Kindles). Converting your Word document to EPUB makes it readable on Kobo, Nook, iPad Books, Android reading apps, and Calibre. The conversion works best when the DOCX has proper heading styles (Heading 1, Heading 2) that become the EPUB chapter structure.

Step-by-step instructions

  1. 1

    Calibre (GUI, free, Windows/Mac/Linux)

    Calibre is the standard e-book management and conversion tool. Download from calibre-ebook.com. Add the DOCX: Library → Add Books → select the file. Right-click → 'Convert books' → 'Convert individually'. Set Output Format to EPUB. In the 'Look & Feel' section, adjust fonts and margins. In 'Table of Contents', set the structure based on heading levels (H1 = chapters, H2 = sections). Click OK. Calibre generates an EPUB with a TOC and proper chapter structure.

    Go to converter
  2. 2

    Pandoc (command line, precise control)

    Pandoc is the universal document converter. Install: `brew install pandoc` (Mac) or download from pandoc.org. Convert: `pandoc input.docx -o output.epub`. For better results: `pandoc input.docx --toc --toc-depth=2 --epub-cover-image=cover.jpg -o output.epub`. Add metadata: `pandoc input.docx --metadata title='My Book' --metadata author='Author Name' -o output.epub`. Pandoc produces clean, standards-compliant EPUB from properly structured DOCX.

  3. 3

    Word → HTML → EPUB pipeline (best control)

    Export from Word to HTML first: File → Save As → Web Page, Filtered (.htm). Clean the HTML with a text editor (remove Word-specific classes). Then use Sigil (free EPUB editor) to import the HTML and build the EPUB structure manually: add chapters, set metadata, generate TOC. This two-step approach gives the most control over the final EPUB structure and is preferred for book-length documents with complex formatting.

  4. 4

    Draft2Digital or Reedsy (for publishing)

    If converting for self-publishing, Draft2Digital (draft2digital.com) accepts DOCX uploads and generates distribution-ready EPUBs with proper metadata, chapter detection, and retailer-specific formatting. Reedsy Book Editor (reedsy.com) imports DOCX and exports polished EPUBs. Both are free for the conversion feature. These tools are optimized specifically for novels and non-fiction books, not general documents.

Why convert DOCX to EPUB?

DOCX is for writing. EPUB is for reading. EPUB reflows for any screen size, supports e-reader features, and is the universal format for digital books.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Why does my EPUB look different from the Word document?
EPUB is a reflowable format — text reflows to fit the reader's screen and font size preferences. Unlike PDF or DOCX, EPUB doesn't preserve absolute page layout. Text formatting (bold, italic, headings) converts well. Complex layouts (multi-column, text boxes, large tables) often need manual cleanup in the EPUB. Page numbers, headers, and footers from the DOCX are stripped — EPUB e-readers generate their own location indicators.
How do I make chapters in my EPUB correspond to my DOCX headings?
Ensure your DOCX uses proper Word heading styles (Heading 1, Heading 2 from the Styles panel — not just manually bolded large text). In Calibre, check the 'Table of Contents' settings: set 'Chapter mark' to 'pagebreak' and 'Level 1 TOC' to 'Heading 1'. In Pandoc, `--toc` generates a TOC from headings automatically. The EPUB will have one chapter per Heading 1 in the source document.
Can I send the EPUB to Kindle?
Newer Kindles (Kindle Paperwhite 2022+, Kindle Scribe, Kindle apps) support EPUB natively — email it to your Send-to-Kindle address or use the Kindle app's 'Send to Kindle' feature. Older Kindles require MOBI format. Use Calibre to convert EPUB to MOBI: right-click → Convert → MOBI. Note: Amazon's KFX format (used in modern Kindle stores) is different from MOBI; for self-publishing to Kindle Direct Publishing, upload EPUB and Amazon converts it automatically.
Convert DOCX to EPUB Now — Free

No account. No upload. Works in any browser.