[{"data":1,"prerenderedAt":259},["ShallowReactive",2],{"blog-post-what-is-a-cbz-file":3},{"id":4,"title":5,"body":6,"description":243,"extension":244,"meta":245,"navigation":246,"path":247,"pubDate":248,"publish":246,"seo":249,"slug":250,"stem":251,"tags":252,"targetQuery":257,"updatedDate":250,"__hash__":258},"posts\u002FWhat Is a CBZ File.md","What Is a CBZ File? (And How to Open One Anywhere)",{"type":7,"value":8,"toc":234},"minimark",[9,27,52,57,60,84,87,91,94,116,119,123,126,154,161,165,184,195,201,205,227],[10,11,12,13,17,18,22,23,26],"p",{},"A CBZ file is a ZIP archive of images — the pages of a comic or manga —\nrenamed with a ",[14,15,16],"code",{},".cbz"," extension so comic reader apps recognize it. That's\nthe whole format: there's no special encoding, no DRM layer, no text stream.\nThe images inside are ordinary JPEGs or PNGs, named so they sort in reading\norder, and \"CBZ\" just means Comic Book Zip. Its siblings follow the same\npattern with different compression: ",[19,20,21],"strong",{},"CBR"," is a RAR archive, ",[19,24,25],{},"CB7"," is a\n7-Zip archive.",[28,29,32],"callout",{"type":30,"title":31},"tldr","Short version",[10,33,34,35,38,39,46,47,51],{},"CBZ = a ZIP of comic page images in reading order. On a computer, open it with any free comic reader, or rename it to ",[14,36,37],{},".zip"," and extract it. On an e-reader it's more complicated: Kindles reject CBZ outright and Kobos render it poorly, so convert it to a device-fit EPUB or KEPUB first — ",[40,41,45],"a",{"href":42,"rel":43},"https:\u002F\u002Fmangaconverter.com",[44],"nofollow","MangaConverter"," does that free in the browser, see ",[40,48,50],{"href":49},"\u002Fconvert\u002Fcbz-to-epub","CBZ to EPUB",".",[53,54,56],"h2",{"id":55},"how-to-open-a-cbz-on-a-computer","How to open a CBZ on a computer",[10,58,59],{},"Two routes, both free:",[61,62,63,70],"ul",{},[64,65,66,69],"li",{},[19,67,68],{},"A comic reader app."," CDisplayEx and YACReader on Windows, YACReader or\nSimple Comic on macOS, and most e-book managers (Calibre included) open\nCBZ directly, with proper page navigation, two-page spreads and\nright-to-left mode for manga.",[64,71,72,75,76,79,80,83],{},[19,73,74],{},"The rename trick."," Because a CBZ is literally a ZIP, renaming\n",[14,77,78],{},"volume1.cbz"," to ",[14,81,82],{},"volume1.zip"," lets any operating system extract it into\na folder of images. You lose the reading interface, but it proves there's\nnothing exotic inside, and it's a handy escape hatch on a machine where\nyou can't install anything.",[10,85,86],{},"Phones and tablets have plenty of free CBZ readers too. On general-purpose\nscreens, the format is a solved problem.",[53,88,90],{"id":89},"cbz-vs-cbr-vs-cb7","CBZ vs CBR vs CB7",[10,92,93],{},"All three are the same idea — an archive of page images — differing only in\nthe compression container:",[61,95,96,102,107],{},[64,97,98,101],{},[19,99,100],{},"CBZ"," (ZIP): the most compatible, and the safe choice when you have a\nsay in the matter.",[64,103,104,106],{},[19,105,21],{}," (RAR): equally common in the wild, but RAR is a proprietary\nformat, so some tools handle it less gracefully.",[64,108,109,111,112,51],{},[19,110,25],{}," (7-Zip): better compression, noticeably worse app support — many\nreaders skip it entirely. More in\n",[40,113,115],{"href":114},"\u002Fblog\u002Fwhat-is-a-cb7-file","What Is a CB7 File?",[10,117,118],{},"Comic pages are already-compressed JPEGs, so the container choice barely\nchanges file size. Compatibility is the real differentiator, and CBZ wins.",[53,120,122],{"id":121},"the-part-the-file-format-sites-skip-e-readers","The part the file-format sites skip: e-readers",[10,124,125],{},"Most people searching \"what is a cbz file\" aren't curious about archive\nformats — they have one and want to read it, often on an e-ink device. That\nis where CBZ stops being a solved problem:",[61,127,128,138,148],{},[64,129,130,133,134,51],{},[19,131,132],{},"Kindle: no."," No Kindle model opens CBZ or CBR, and Send to Kindle\nrejects them (checked August 2026). Details in\n",[40,135,137],{"href":136},"\u002Fblog\u002Fcan-kindle-read-cbz-files","Can a Kindle Read CBZ Files?",[64,139,140,143,144,51],{},[19,141,142],{},"Kobo: opens it, poorly."," Kobo firmware displays CBZ natively, but the\nprint-resolution pages get shrunk down, contrast isn't tuned for e-ink,\nand reading stats don't track. More in\n",[40,145,147],{"href":146},"\u002Fblog\u002Fdoes-kobo-support-cbz","Does Kobo Support CBZ?",[64,149,150,153],{},[19,151,152],{},"reMarkable and most others: no."," Comic archives simply aren't on their\nformat lists.",[10,155,156,157,160],{},"The fix in every case is the same: convert the CBZ into an EPUB (or KEPUB\nfor Kobo) with pages rebuilt for the exact screen — resized to the device's\nresolution, contrast-tuned for e-ink, right-to-left order stamped in for\nmanga. That's a rebuild for the screen, not a container swap, which is why\nrenaming the file to ",[14,158,159],{},".epub"," doesn't work.",[53,162,164],{"id":163},"converting-a-cbz-for-an-e-reader","Converting a CBZ for an e-reader",[10,166,167,168,173,174,177,178,183],{},"The open-source reference tool for this conversion is Kindle Comic\nConverter (KCC, ",[40,169,172],{"href":170,"rel":171},"https:\u002F\u002Fgithub.com\u002Fciromattia\u002Fkcc",[44],"github.com\u002Fciromattia\u002Fkcc","),\na desktop app that has done comic-to-e-reader conversion for over a decade.\n",[40,175,45],{"href":42,"rel":176},[44]," runs the same KCC engine in\nthe browser — free, nothing to install, with a live preview of the\nconverted pages, and self-hostable as\n",[40,179,182],{"href":180,"rel":181},"https:\u002F\u002Fgithub.com\u002FNilsLeo\u002Fkcc-cloud",[44],"kcc-cloud on GitHub",". It takes CBZ,\nCBR, CB7, PDF and EPUB inputs (up to 20 files, 1GB each), offers device\nprofiles for Kindle, Kobo and reMarkable models, and uploaded files\nauto-delete after 24 hours.",[10,185,186,187,189,190,194],{},"Start from ",[40,188,50],{"href":49}," for a general-purpose\nconversion, or ",[40,191,193],{"href":192},"\u002Fconvert\u002Fcbz-to-kindle","CBZ to Kindle"," if a Kindle is the\ndestination.",[196,197,200],"cta",{"preset":198,"sub":199},"FORMAT_EPUB","Free, browser-based, live preview","\nConvert a CBZ now\n",[53,202,204],{"id":203},"quick-answers","Quick answers",[61,206,207,213,221],{},[64,208,209,212],{},[19,210,211],{},"Is CBZ safe to open?"," As safe as any ZIP: the risk is in the contents,\nnot the format, and legitimate comic archives contain only images.",[64,214,215,218,219,51],{},[19,216,217],{},"Can I make my own CBZ?"," Yes — zip a folder of numbered page images and\nrename the result to ",[14,220,16],{},[64,222,223,226],{},[19,224,225],{},"Does CBZ support right-to-left manga?"," The format itself carries no\ndirection metadata; reader apps let you set it manually, and a proper\ne-reader conversion stamps it into the output file.",[10,228,229,230,51],{},"More format guides live on ",[40,231,233],{"href":232},"\u002Fblog","the blog",{"title":235,"searchDepth":236,"depth":236,"links":237},"",2,[238,239,240,241,242],{"id":55,"depth":236,"text":56},{"id":89,"depth":236,"text":90},{"id":121,"depth":236,"text":122},{"id":163,"depth":236,"text":164},{"id":203,"depth":236,"text":204},"A CBZ is a renamed ZIP of comic page images. How to open one on desktop, how CBR and CB7 differ, and how to get one onto a Kindle, Kobo or reMarkable.","md",{},true,"\u002Fwhat-is-a-cbz-file","2026-08-15",{"title":5,"description":243},null,"What Is a CBZ File",[253,254,255,256],"cbz","formats","comics","guide","what is a cbz file","YAd4z-r8EImWGkpXGc3au3Yzp96lBPDakMYhuz6iMJc",1786756621021]