What Is a KEPUB File? Kobo's Enhanced EPUB, Explained
KEPUB is Kobo's enhanced EPUB variant: same container, extra markup that unlocks reading stats and faster rendering. When you need it and how to get it.
A KEPUB file is Kobo's enhanced variant of the EPUB format — the same ZIP container and content structure as a regular EPUB, with extra markup woven through the pages that Kobo's firmware recognizes. That markup is the key: it routes the book through Kobo's native rendering engine, the one its store-bought books use, instead of the generic renderer that handles plain sideloaded EPUBs. Books bought from the Kobo store arrive as KEPUB automatically; the format only becomes your problem when you sideload.
Short version
KEPUB = EPUB plus Kobo-specific markup that unlocks the native renderer: reading stats, faster page turns, better comic rendering. Kobo owners who sideload plain EPUBs are leaving those features on the table. For text ebooks, the open-source tool kepubify converts EPUB to KEPUB. For comics and manga, MangaConverter outputs KEPUB directly, with pages sized for your exact Kobo model — see EPUB to KEPUB.
What the extra markup actually buys you
A plain sideloaded EPUB opens fine on a Kobo — nothing is broken. But the generic renderer it goes through is the compatibility path, and the native KEPUB path does more (checked August 2026):
- Reading statistics. Time left in chapter and book, pages turned, reading speed — Kobo's stats features work through the KEPUB pipeline and stay dark for plain sideloaded EPUBs.
- Faster page turns. The native renderer is quicker, and the gap is most noticeable on image-heavy pages.
- Better comic rendering. Full-page images display faster and more reliably through the native engine, which is why KEPUB is the format of choice for manga and comics on Kobo, not just novels.
Internally the differences are unglamorous — Kobo-specific span tags wrapping the text, a few naming conventions — which is why conversion is fast and lossless. Nothing about your book's content changes.
Do you need KEPUB?
- You own a Kobo and sideload books: yes, it's the single easiest upgrade to how the device reads.
- You own a Kobo and only buy from the Kobo store: no — your books are already KEPUB.
- You don't own a Kobo: no. KEPUB is Kobo-specific; other readers either treat it as a regular EPUB or ignore the extension. Convert to plain EPUB for anything else.
How to get KEPUB files
For text ebooks: kepubify. The respected open-source tool for EPUB-to-KEPUB conversion is kepubify — free, fast, and the standard answer for novels and other text-first books. If your library is prose, use it and you're done.
For comics and manga: convert with device sizing. Injecting KEPUB markup into a comic EPUB solves the renderer question but not the page question: comic pages also need to be sized for the exact screen they'll be read on, or the Kobo shrinks print-resolution scans down and wastes the display. The open-source engine that handles both at once is Kindle Comic Converter (KCC, github.com/ciromattia/kcc), which — despite the Kindle name — ships Kobo profiles and direct KEPUB output. MangaConverter runs that same KCC engine in the browser, free, with a live preview and profiles for specific models: Kobo Clara HD (1072 x 1448), Libra 2 (1264 x 1680), Elipsa (1404 x 1872) and more. The engine is self-hostable as kcc-cloud on GitHub.
- Have EPUBs already? EPUB to KEPUB re-packages them for the native renderer.
- Starting from CBZ or CBR comic archives? CBZ to Kobo goes straight to device-sized KEPUB.
- Converting a manga library end to end? Manga for Kobo is the full walkthrough.
Uploads are free, take up to 20 files at 1GB each, and auto-delete after 24 hours.
Getting the file onto the Kobo
Copy the .kepub.epub file to the device over USB, disconnect, and it
appears in your library on the native pipeline — stats and all. The double
extension is intentional: Kobo firmware uses it to spot KEPUB files, so
don't trim it to plain .epub or the file drops back to the generic
renderer.
Quick answers
- Is KEPUB a different format from EPUB? Structurally no — it's an EPUB with Kobo-specific markup added. Any EPUB tool can open one.
- Will KEPUB work on a Kindle? No. For Kindle, convert to regular EPUB instead.
- Does converting to KEPUB change my book's content? No — the text and images are untouched; only markup is added around them.