What Is a CB7 File? The Comic Archive Almost Nothing Opens
A CB7 is a 7-Zip archive of comic pages: better compression, much worse app support. How to open one on desktop, and how to get it onto an e-reader.
A CB7 file is a 7-Zip archive of comic page images, renamed with a .cb7
extension — the rarest member of the comic archive family. The pattern is
the same one CBZ and CBR follow: take page images in reading order, pack
them into an archive, rename it so comic readers know what it is. CBZ uses
ZIP, CBR uses RAR, and CB7 uses 7-Zip's 7z format. The catch is that 7z's
stronger compression bought the format almost nothing, while its thin app
support costs you constantly: many comic readers skip CB7, and no e-reader
opens it at all.
Short version
CB7 = a 7-Zip archive of comic pages. On desktop, open it with 7-Zip (or any comic reader that supports it, like YACReader). No Kindle, Kobo or reMarkable opens CB7 — for an e-reader, convert it to a device-fit EPUB or KEPUB. MangaConverter accepts CB7 directly and unpacks it in the browser, so there's no extract-and-repack step — see CBZ to EPUB, which handles CB7 too.
Why CB7 exists, and why it stayed rare
7z compresses better than ZIP, and whoever packed your file presumably wanted smaller archives. The problem: comic pages are JPEGs, which are already compressed, so re-compressing them harder saves very little — a few percent at best. Meanwhile ZIP support is universal and 7z support is not, so CB7 trades a compatibility everyone needs for a size win nobody can see. That's why CBZ stayed the standard and CB7 stayed the cousin you only meet when someone hands you one.
How to open a CB7 on a computer
- 7-Zip (7-zip.org, free) opens it directly on
Windows; on macOS and Linux, Keka, The Unarchiver or the
7zcommand do the same. You get a folder of page images, viewable in anything. - Comic readers with CB7 support. Some do handle it — YACReader and CDisplayEx among them — and give you a proper reading interface. But plenty of readers, especially mobile ones, don't, which is the format's recurring annoyance.
- The rename trick doesn't help here. Renaming
.cb7to.zipdoes nothing, because the archive inside is 7z, not ZIP. Rename it to.7zand a 7-Zip-capable extractor will take it.
If you want the file to work everywhere on desktop, extracting it and re-zipping the pages as a CBZ solves it permanently.
CB7 on e-readers: nothing opens it
Here the answer is uniform. Kindles reject all comic archives, CB7 included. Kobo, which does open CBZ and CBR natively, does not open CB7. reMarkable doesn't touch comic archives at all (checked August 2026). If your destination is e-ink, CB7 is a dead end in its current container — and the fix is the same conversion every comic archive eventually needs for e-readers anyway: rebuild the pages into an EPUB or KEPUB sized for the exact device, contrast-tuned for e-ink, with right-to-left order stamped in for manga.
Converting a CB7 for an e-reader
The open-source engine for this job is Kindle Comic Converter (KCC, github.com/ciromattia/kcc), the long-standing reference tool for comic-to-e-reader conversion. MangaConverter runs the same KCC engine in the browser and takes CB7 directly — the 7z archive is unpacked as part of the conversion, so you skip the manual extract-and-repack dance entirely. There's a live preview of the converted pages, device profiles for Kindle, Kobo and reMarkable models, free use, and files auto-delete after 24 hours. The engine is self-hostable as kcc-cloud on GitHub.
- Open CBZ to EPUB — the converter accepts CB7 alongside CBZ, CBR, ZIP, RAR, 7Z, PDF and EPUB (up to 20 files, 1GB each).
- Pick your device profile; choose KEPUB output if the destination is a Kobo.
- Enable manga mode for right-to-left titles.
- Preview, convert, and copy the result to the device over USB (or Send to Kindle for Kindles — EPUBs under about 50MB go by email, anything bigger goes over USB).
Quick answers
- Is CB7 better than CBZ? Technically it compresses slightly better; practically CBZ wins, because compatibility matters more than a few percent of file size. See What Is a CBZ File? for the family overview.
- Can I turn a CB7 into a CBZ? Yes — extract the pages with 7-Zip and
zip them back up as
.cbz. Or skip the middle step and convert straight to the e-reader format you actually wanted. - Is there ever a reason to create CB7 files? For archiving on your own disk with your own tools, sure. For anything you'll share or read on varied devices, use CBZ.