Skip to main content
FormatDrop
How-To Guide

How to Convert AZW3 to EPUB

AZW3 (KF8) is Amazon's Kindle-only e-book format. EPUB is the universal open standard supported by Kobo, Apple Books, Google Play Books, Nook, Kindle apps via Send to Kindle, and virtually every reading app made. Converting AZW3 to EPUB sets your DRM-free Kindle e-books free for any reader — but DRM-protected purchases stay locked to Amazon's ecosystem regardless of conversion attempts. This guide covers Calibre (the gold standard), command-line ebook-convert for batch jobs, and the legal boundary between DRM-free conversion and DRM-locked content.

Quick answer

Install Calibre (free, calibre-ebook.com). Add your AZW3, click Convert books, choose EPUB as output, click OK. Done in seconds with full chapter and metadata preservation. Works for DRM-free AZW3 only — personal documents, public-domain books from Standard Ebooks/Project Gutenberg, and DRM-free purchases from publishers like Tor.com and Baen. Most Kindle Store purchases are DRM-protected and cannot legally be converted without authorization.

Method 1: Convert AZW3 to EPUB online (free, in your browser)

  1. 1

    Open the FormatDrop document converter

    Open formatdrop.com/document-converter in your browser. Conversion runs locally for DRM-free AZW3 files. Best for one-off conversion of personal documents and DRM-free e-books.

    Go to converter
  2. 2

    Drop your AZW3 file

    Drag the .azw3 file. The converter parses the KF8 structure (HTML+CSS+images packaged with Mobipocket-derived headers) and prepares EPUB output. DRM-protected files won't process.

  3. 3

    Choose EPUB and output options

    Select EPUB. Choose EPUB version: EPUB 2 (max compatibility, supported by every reader since 2008) or EPUB 3 (modern, supports rich layouts, fixed-layout pages, MathML). For most novels, EPUB 2 is fine; for visual-heavy books, use EPUB 3.

  4. 4

    Download and sideload to your reader

    Kobo: USB cable + drag to /Books folder, or use Calibre's Send to Device feature wirelessly. Apple Books: AirDrop or save to Files → open in Books. Google Play Books: play.google.com/books → Upload Files. Nook: USB → /Documents folder.

Method 2Calibre (free, cross-platform)

Method 2: Convert AZW3 to EPUB with Calibre (best quality, full options)

Calibre is the gold standard for e-book conversion — free, open-source, runs on Mac/Windows/Linux. Best for any AZW3 conversion where quality matters.

  1. Install Calibre from calibre-ebook.com (free).
  2. Calibre → Add books → select your .azw3. The book appears in the library.
  3. Select the book → click 'Convert books' → output format dropdown → EPUB.
  4. In 'Look & Feel' tab: keep defaults for novels; tweak for special cases (poetry, technical books). 'Disable font size rescaling' helps if the source has carefully-tuned typography.
  5. Click OK. Calibre converts in 10-30 seconds (longer for image-heavy books).
  6. Right-click the converted book → Open Containing Folder → find your .epub.

Note: Calibre's conversion engine handles KF8 (AZW3) features — drop caps, custom fonts, fixed layout — better than any online tool. The EPUB output is high quality with proper TOC, metadata, and cover.

Method 3Command line (ebook-convert)

Method 3: Batch convert with ebook-convert (Calibre CLI)

ebook-convert ships with Calibre. Best for batch jobs where you have many AZW3s to convert.

  1. After installing Calibre, ebook-convert is available. Mac: /Applications/calibre.app/Contents/MacOS/ebook-convert. Linux/Windows: in PATH.
  2. Single conversion: `ebook-convert input.azw3 output.epub`.
  3. Specify EPUB version: `ebook-convert input.azw3 output.epub --epub-version 3`.
  4. Embed all fonts: `ebook-convert input.azw3 output.epub --embed-all-fonts`.
  5. Batch every AZW3 in a folder: `for f in *.azw3; do ebook-convert "$f" "${f%.azw3}.epub"; done`.

Note: CLI is much faster than the GUI for large libraries. For 100+ books, the difference is hours vs minutes.

Method 4Kindle Send-to-Email (official roundabout)

Method 4: Use Amazon's Send to Kindle as a roundabout converter

Amazon converts e-books to Kindle formats when you email them to your @kindle.com address. Doesn't directly produce EPUB but works for round-tripping when other methods fail.

  1. Find your @kindle.com email at amazon.com/manageyourkindle.
  2. Email the AZW3 to that address. Amazon delivers to your Kindle library.
  3. Read on a Kindle device. To get EPUB, this method requires more steps (read on iOS Kindle app, share the book file via iTunes File Sharing, etc.) — generally Calibre is faster.

Note: Mostly useful when you can't install Calibre but have access to Amazon. For most users, Calibre is the better option.

When you need to convert AZW3 to EPUB

  • 1

    Reading your Kindle library on a Kobo or Nook

    Switching from Kindle to Kobo? Convert your DRM-free AZW3s to EPUB and sideload. Your Kindle Store purchases stay locked to Amazon, but personal documents and free books transfer freely.

  • 2

    Reading on an iPad with Apple Books instead of Kindle app

    Apple Books has nicer typography and integrates with iCloud reading position sync across Macs and iPhones. Convert AZW3 → EPUB → AirDrop to your iPad → opens in Books.

  • 3

    Building a future-proof e-book archive

    EPUB is an open W3C standard; AZW3 is Amazon-proprietary. For long-term archival, EPUB has better future-proofing — every reader will support EPUB; AZW3 may not.

  • 4

    Annotating in third-party reading apps

    Apps like Marvin (iOS), Lithium (Android), Bookary, and others have richer annotation features than Kindle. They accept EPUB but not AZW3.

Troubleshooting common AZW3 to EPUB problems

Calibre says 'DRM-protected' or refuses to convert

Your AZW3 is from a DRM-protected Kindle Store purchase. DRM removal is illegal in most jurisdictions (US DMCA, EU directives) regardless of whether you paid for the book. Legal options: read in Kindle apps (free, work everywhere), or buy from DRM-free sources (Standard Ebooks, Project Gutenberg, Tor.com, Baen Books).

EPUB looks different from AZW3 (typography shifts)

AZW3's KF8 features may not all map perfectly to EPUB. Drop caps, custom fonts, and pixel-perfect layouts can shift. In Calibre, try 'Embed all fonts' and use EPUB 3 (which supports more KF8 features).

Kobo says 'Unable to open' the converted EPUB

Kobo prefers EPUB 2 over EPUB 3 (some older models reject EPUB 3). In Calibre's convert dialog → EPUB Output → set 'EPUB version' to '2'. Older Kobos also reject DRM-encrypted EPUBs; if your conversion produced one accidentally, re-convert with DRM disabled.

Cover image is missing or wrong in EPUB

In Calibre: select book → right-click → Edit metadata → Change cover. Then re-convert. EPUB embeds the cover via cover.jpeg + cover.opf reference; if either is missing, e-readers show a placeholder.

Why convert AZW3 to EPUB?

AZW3 is Amazon's Kindle format. EPUB is the open W3C standard used by every non-Kindle reader. Converting between them is the technical step in escaping the Kindle ecosystem with your DRM-free books — your personal documents, public-domain books, and DRM-free purchases.

DRM-protected Kindle Store books stay locked. That's the deal you accepted at purchase, and DRM removal is illegal regardless of your jurisdiction's specifics. The Kindle app is free and runs everywhere, so reading isn't blocked — only format conversion is.

For DRM-free AZW3, Calibre is the right tool. Free, high-quality conversion, full control over EPUB version and embedding options. For batch jobs, ebook-convert (Calibre's CLI) processes hundreds of books in minutes.

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

Is converting AZW3 to EPUB free?
Yes. Calibre, ebook-convert, and the FormatDrop browser tool are all free.
Will conversion preserve chapter navigation and TOC?
Yes — Calibre converts the AZW3 table of contents into EPUB navigation document (toc.ncx for EPUB 2, navigation document for EPUB 3). Chapter clicks work in any reader.
Can I convert DRM-protected Kindle books?
Not legally. DRM removal is illegal in most jurisdictions even for content you've purchased. Read DRM-protected books in Kindle apps (free, work on every platform).
Will my Kindle highlights and notes transfer?
No. Kindle notes are stored in Amazon's cloud (read.amazon.com/notebook), not in the AZW3 file. Export them separately from Kindle Notebook before migrating.
EPUB 2 or EPUB 3 — which version?
EPUB 2 for maximum compatibility (every reader since 2008). EPUB 3 for modern features (fixed layouts, MathML, advanced typography). For novels, EPUB 2 is fine; for textbooks or visual books, use EPUB 3.
How do I sideload EPUB to Kobo/Nook?
Kobo: connect via USB → drag .epub to /KOBOeReader/Books folder. Nook: USB → /Documents folder. Both auto-detect on disconnect. For wireless: Calibre's Send to Device feature works with both.
Convert AZW3 to EPUB Now — Free

No account. No upload. Works in any browser.