CBZ is a comic book archive: page images in reading order inside a ZIP container, which is why almost any reader opens it.
Common Uses
Comic book archives
Manga storage
Digital comics
CBZ Conversion FAQ
What is a CBZ ebook file?
+
CBZ is a comic-book archive format — essentially a zipped folder of sequential images plus a small manifest. Most ebook readers and dedicated comic apps render the pages in order.
What is actually inside a CBZ file?
+
A folder of page images in reading order, compressed into one archive with a different extension. There is no text layer and no reflow — a comic page is a picture, and the reader's job is simply to show them in sequence. That makes conversion mostly a question of what happens to the images: page size, compression and whether double-page spreads are split. CBZ is a Comic Book ZIP — the same idea as CBR but built on the open ZIP format instead of RAR.
Do I need special software to open a CBZ?
+
Not to get at the pages. The container in a CBZ is an ordinary ZIP, so a copy renamed to `.zip` opens in whatever file manager is already on the machine and hands over the page images — no licence, no plugin, nothing to install. A comic reader adds only the sequence and your place in it. That is the whole argument for standardising on this one: everything can read it, including software written long before comics were distributed this way.
Why do scanners and archives produce CBZ?
+
Because it holds the captured image without deciding anything for you — no lossy compression baked in at capture, and room for the metadata a document workflow needs. That makes it the right format at the point of capture and a heavy one to distribute, which is why archives keep the original and hand out converted copies. CBZ opens with any ZIP tool, needs no proprietary decompressor, and is the format digital comic archives prefer.
Why are the pages of my CBZ in the wrong order?
+
Because the order is the filenames and nothing else. A CBZ carries no page list — the reader sorts the images inside it as text and shows them in that order, which is why `page2` lands after `page10` whenever the numbers are not padded to the same width. Renaming them `001`, `002` and so on fixes it permanently, and it is worth doing before converting rather than after: every format downstream inherits whatever order it was handed. The archive holds one image per page in filename order, with an optional ComicInfo.xml carrying series metadata.
Where does a CBZ keep the series and issue number?
+
In a small metadata file tucked inside the archive next to the pages, when it has one at all — series, issue, volume, writer and artist live there rather than in the images. Readers that know the convention show it in their library; readers that do not ignore the extra file and show you a filename. It travels intact between comic archive formats, and it has nowhere to go in a format that expects one continuous document, so plan on re-entering it after converting out of a comic archive.
Can a CBZ be locked with DRM?
+
No, because the format has no mechanism for it: no encryption layer, no account binding, no licence server anywhere in it. That is exactly why scanned and self-published comics circulate this way, and why converting one never hits the wall a store-bought ebook does. It is a statement about the container and not about the contents — a comic with no DRM on it can still be somebody else's copyright. CBZ has no text layer, so the pages are not searchable and the text cannot reflow on a small screen.
Does it matter that CBZ is over thirty years old?
+
Age itself is not the problem — several formats from that era are still perfectly good, precisely because everything has had decades to implement them. What matters is what the era assumed: small files, modest processors, no network, and features nobody needed yet. Where those assumptions still fit, the format is fine. Where they do not, that is the reason to convert.
Why convert CBZ to another ebook format?
+
Convert CBZ to EPUB for the widest non-Kindle reader support (Apple Books, Kobo, Google Play Books). Convert CBZ to MOBI or AZW3 to read on older Kindles and Kindle Fire. Convert to PDF when you need a fixed-layout copy for printing.
Does MKV.to remove DRM from CBZ?
+
No. MKV.to converts unencrypted CBZ files only. DRM removal is a legal grey area in many jurisdictions and we do not ship that capability.