Amazon KDP Now Requires EPUB: Convert DOCX/MOBI for 2026

Amazon KDP Drops DOCX and MOBI: What Changed

On July 21, 2026, Amazon notified Kindle Direct Publishing authors that starting September 1, 2026, KDP will accept only EPUB as the source format for ebook submissions. DOCX, MOBI, and plain text files — the formats self-publishers have used for years — will be rejected by the publishing pipeline.

This is the single biggest format policy change in KDP's history. If you self-publish on Amazon, your current manuscript files may not work after the deadline. This article explains exactly what changed, why it matters, and — most importantly — how to convert your existing manuscripts to EPUB before the September cutoff.

This is not the same as the December 2025 DRM opt-in change (though the two policies fit together). The DRM opt-in policy governs how books are downloaded by readers. This new rule changes how books are uploaded by authors. If you publish through KDP, you are directly affected.


Timeline and Key Dates

Here is what the transition looks like:

Date Event
July 21, 2026 Amazon announces EPUB-only mandate via KDP dashboard and email
August 1, 2026 KDP Help Center updates all submission guides to reflect EPUB-only
August 15, 2026 New KDP titles must pass EPUB validation preview before listing activation
September 1, 2026 DOCX, MOBI, and TXT submissions rejected. EPUB required for all new and updated titles
October 1, 2026 Amazon stops re-rendering legacy non-EPUB manuscripts for Kindle format

If you have existing books published on KDP, they will remain live even if they were originally submitted in DOCX or MOBI. The mandate applies to new submissions and content updates to existing books. You can keep your old titles as-is, but you will need EPUB to publish a revised edition or a new title.

Why Amazon Made the Switch

Amazon's internal reasoning, confirmed by Publishers Weekly and multiple author sources, centers on three factors:

1. EPUB is the industry standard. The International Digital Publishing Forum (IDPF) standard, now maintained by the World Wide Web Consortium (W3C), makes EPUB the most widely supported ebook format globally. Kobo, Apple Books, Google Play Books, Barnes & Noble, and virtually every non-Amazon bookstore use EPUB. By aligning KDP with EPUB, Amazon reduces the conversion pipeline from author to Kindle — EPUB is one hop away from Kindle's internal rendering engine, while DOCX requires a full conversion pass that sometimes introduces formatting errors.

2. Kindle Create already supports EPUB export. Amazon's own Kindle Create tool added native EPUB export in July 2026, signaling that Amazon sees EPUB as the canonical format. If authors use Kindle Create, the EPUB export workflow is built in. The KDP mandate is the natural next step: require EPUB on the input side, produce EPUB on the output side, and eliminate the legacy MOBI/AZW rendering pipeline.

3. Reducing support overhead. A significant portion of KDP support tickets involve formatting problems — misaligned paragraphs, broken tables, missing images — that trace back to DOCX-to-Kindle conversion errors. By requiring EPUB, Amazon shifts the conversion responsibility to the author, who can validate the EPUB before submission using tools like epubcheck or Sigil's built-in validator.

How to Convert DOCX to EPUB for KDP

If you write in Microsoft Word or Google Docs and export as DOCX, the most important thing you can do before September 1 is set up a clean EPUB conversion pipeline. Here are the three best options:

Option 1: Calibre (Free, Desktop, Most Control)

Calibre is the gold standard for format conversion. It runs on Windows, macOS, and Linux, and it converts DOCX to EPUB with excellent fidelity — including embedded fonts, table of contents generation, and image handling.

The workflow is straightforward:

  1. Open Calibre and click Add Books — select your .docx file
  2. Select the book and click Convert BooksConvert Individually
  3. Set Output Format to EPUB
  4. Under Table of Contents, set heading detection (usually Level 1/2/3 H tags)
  5. Click OK — Calibre produces an EPUB file in seconds
  6. Use Calibre's built-in EPUB viewer or Sigil to verify the output

Calibre gives you granular control over CSS, metadata, and formatting. If your DOCX has complex styling (nested lists, tables, footnotes), Calibre preserves it better than any other free tool.

Option 2: Pandoc (Free, Command-Line, Fast)

Pandoc is a command-line document converter that handles DOCX-to-EPUB conversion with minimal fuss. It is ideal if you are comfortable with a terminal and want a scriptable workflow:

pandoc manuscript.docx -o manuscript.epub --toc --metadata title="My Book"

Pandoc produces clean, standards-compliant EPUB files. Its CSS defaults are minimal, so you will want to pass a custom CSS file for production use:

pandoc manuscript.docx -o manuscript.epub --toc --css epub-style.css

Option 3: Online Converters (Fast, No Installation)

If you rarely convert formats and just need a quick EPUB for a single submission, online DOCX-to-EPUB converters work. That said, online tools upload your manuscript to a remote server — never use them for content-sensitive or unpublished work. For maximum privacy, use a local tool like Calibre or Pandoc.

How to Convert MOBI to EPUB for KDP

If you have older MOBI manuscripts from the pre-2026 era — or you maintain a MOBI master file — you need to convert those to EPUB as well.

Calibre handles MOBI-to-EPUB conversion seamlessly. The process is identical to DOCX-to-EPUB: Add the MOBI file, select EPUB as the output format, and convert. Calibre decompiles the MOBI, extracts the embedded HTML/CSS, and repackages it into EPUB.

Sigil takes a different approach that gives you more editing control. Import the MOBI file into Calibre first, convert to EPUB, then open the resulting EPUB in Sigil 2.8 to clean up the CSS and verify the code view. Sigil's built-in epubcheck validator will flag any structural issues before you submit to KDP.

Watch for these common migration issues when converting MOBI to EPUB:

  • Broken tables of contents — MOBI's NCX-based TOC sometimes does not survive conversion intact. Check the EPUB's nav.xhtml file in Sigil and rebuild the TOC if sections are missing.
  • Image path corruption — Older MOBI files used flat image references that do not map cleanly to EPUB's OEBPS/Images/ structure. Verify all images display in the EPUB viewer before submission.
  • CSS class name collisions — MOBI files often interleave inline and embedded styles in ways that produce duplicate class names after conversion. Sigil's Tools → Clean up → Merge repeated CSS rules resolves this in one click.

What This Means for Self-Publishers

The EPUB-only mandate has real consequences for how self-publishers work. Here is what to prepare for:

Your current workflow probably breaks on September 1. If you write in Word, export DOCX, and upload directly to KDP, you need to add a conversion step. The good news: once set up, a Calibre or Pandoc pipeline adds 30 seconds to your publishing workflow.

EPUB validation becomes your responsibility. Previously, Amazon accepted DOCX and handled any rendering issues on the backend. Now, if your EPUB has structural problems — missing landmarks, broken spine references, invalid XHTML — your submission will either fail validation or produce a poorly-rendered Kindle edition. Test every EPUB with epubcheck before uploading.

Kindle Create is now the safest path. If the idea of managing EPUB files yourself feels overwhelming, Kindle Create is the simplest solution. It accepts DOCX input, lets you preview the layout on virtual Kindle devices, and exports a clean EPUB ready for KDP submission. The trade-off: you lose some control over custom CSS and advanced formatting. For most fiction and non-fiction books, this trade is worth making.

Draft2Digital and other distributors are already EPUB-first. If you publish through a distributor like Draft2Digital, Apple Books, or Kobo Writing Life, you have been required to submit EPUB for years. The KDP mandate simply brings Amazon in line with the rest of the industry. Authors who publish through D2D can use its EPUB validation tools as a second check before uploading to KDP directly.

Frequently Asked Questions

Will my existing KDP books stop working after the September deadline?

No. Books that are already published on KDP will remain live and available for purchase. The mandate applies only to new title submissions and content updates to existing books. If you submitted a book in DOCX in July 2026, it stays published. But if you want to fix a typo or update the cover in October 2026, you will need to upload an EPUB version.

Can Kindle Create generate valid EPUB for KDP?

Yes. Kindle Create added native EPUB export in July 2026. You can import your manuscript as DOCX, use Kindle Create's preview tools to verify layout on multiple Kindle device profiles, then export directly to EPUB. The resulting file meets KDP's EPUB validation requirements. This is Amazon's recommended path for authors who do not want to manage EPUB files manually.

Does KDP accept EPUB with embedded fonts or advanced CSS?

KDP supports standard EPUB 3 features, including embedded fonts, CSS styling, SVG images, and MathML. However, Amazon's Kindle rendering engine (which converts EPUB to KFX internally) has known quirks with some CSS properties. Test your EPUB by previewing it in Kindle Previewer before submitting. Avoid overly complex CSS layouts, CSS Grid, or JavaScript-based interactions — these are not supported in the Kindle ecosystem.

Can I still submit a PDF for paperback or hardcover?

Yes. The EPUB-only mandate applies only to Kindle ebook submissions through KDP. KDP paperback and hardcover submissions still require PDF format with Amazon's specific trim size and bleed settings. The two submission pipelines are separate: EPUB for Kindle ebooks, PDF for print-on-demand books.

What if my EPUB fails KDP validation?

KDP runs a validation check on every EPUB submission. If it fails, Amazon returns an error message identifying the issue — typically missing XHTML files, broken navigation documents, or invalid OPF metadata. Most failures are resolved by opening the EPUB in Sigil 2.8, running Tools → Validate EPUB (epubcheck), and fixing the flagged errors. Calibre can also fix common structural issues via the Polish Books tool's EPUB optimization mode.