About EPUB Files
EPUB eBook
EPUB is the open standard for reflowable digital books. It adapts text to any screen size and is supported by most e-readers except Kindle. EPUB 3 adds support for multimedia and interactivity.
Family
eBooks
Extension
.epub
MIME Type
application/epub+zip
Can Use As
HOW EPUB
CAME TO BE.
EPUB — Electronic Publication — is the open ebook standard defined by the International Digital Publishing Forum (IDPF) in September 2007. It replaced the earlier Open eBook Publication Structure (OEBPS) with a ZIP container holding XHTML content, CSS styling, and a spine file describing reading order. In 2017 the IDPF merged into the W3C, which now maintains EPUB as an open web standard.
Every non-Amazon ebook reader on the planet uses EPUB: Apple Books, Google Play Books, Kobo, Nook, Adobe Digital Editions, and every library lending app (OverDrive, Libby). Publishers create books in EPUB3 (the current version) and then re-wrap them for Kindle’s AZW3 for Amazon distribution. The format is extensible, accessible, and completely patent-free.
CURIOSITIES &
TRIVIA.
An EPUB file is literally a ZIP archive — rename to .zip and browse the XHTML chapters and CSS.
Every EPUB must contain a META-INF/container.xml pointing to the spine — the only fixed file in the spec.
EPUB 3 added audio, video, MathML, SVG, and JavaScript support — closer to a mini-website than a book.
Project Gutenberg distributes over 70 000 free public-domain books as EPUB.
The W3C now maintains EPUB since absorbing IDPF in 2017; the standard is evolving with Web Publications.
STRENGTHS &
LIMITATIONS.
Strengths
- Open standard — no vendor lock-in, no DRM required.
- Reflowable text — adapts to any screen size, font size, or orientation.
- Rich typography via CSS, embedded fonts, and SVG.
- Accessibility-first: native support for screen readers, adjustable text, and alt-text.
- Universal across every non-Kindle ebook reader and library app.
Limitations
- Kindle does not support EPUB natively (Amazon wants you to convert to AZW3).
- Fixed-layout EPUBs (for children's books, comics) are awkward to author.
- Rendering quality varies between apps — some CSS works everywhere, some does not.
- Adobe DRM (ADEPT) or Apple FairPlay are optional layers that complicate portability.
Typical Sizes & Weights
Novel (300 pages, text only)
200-800 KB
Illustrated reference book
5-30 MB
Fixed-layout children's book
30-100 MB
Technical Specifications
- MIME type
- application/epub+zip
- Extension
- .epub
- Container
- ZIP archive
- Markup
- XHTML 1.1 (EPUB 2); HTML5 (EPUB 3)
- Standards
- IDPF/W3C EPUB 2.0.1, 3.0, 3.2, 3.3
CONVERT FROM
EPUB
CONVERT TO
EPUB
Common Use Cases
Digital books, e-reader content, self-publishing, online libraries.
Related Formats
Popular comparisons
EPUB vs PDF
Differences, file size, and when to choose each format.
EPUB vs DOCX
Differences, file size, and when to choose each format.
EPUB vs MOBI
Differences, file size, and when to choose each format.
EPUB vs TXT
Differences, file size, and when to choose each format.
EPUB vs MD
Differences, file size, and when to choose each format.
EPUB vs HTML
Differences, file size, and when to choose each format.
Popular EPUB conversions
The most-requested destinations when starting from EPUB.
Frequently Asked Questions about EPUB
Frequently Asked Questions
EPUB (Electronic Publication) is the open standard eBook format maintained by the W3C. It supports reflowable text that adapts to screen size, embedded fonts, images, and interactive content, making it the most widely supported eBook format globally.
EPUB files open in Apple Books, Google Play Books, Calibre (free), Kobo eReaders, and Adobe Digital Editions. Note that Amazon Kindle does not natively support EPUB, so conversion to MOBI or AZW3 is needed.
Use EPUB for reading on phones and eReaders since it reflows text to fit any screen. Use PDF for documents with fixed layouts like textbooks with precise formatting, scanned pages, or documents intended for printing.