.CBR

CBR File

Comic Book RAR Archive
Ask a question
QUICK ANSWER

A CBR file is a digital comic or manga - JPG/PNG page images packed in a RAR archive and renamed .cbr so a comic reader opens it as a paged book. To read it, use YACReader or CDisplayEx on Windows, YACReader or Simple Comic on Mac, Okular or MComix on Linux, or Panels/Chunky on an iPad. The most common conversion requests are CBR to PDF and CBR to CBZ.

Developer: Community convention (CDisplay, 2003); built on RAR by Eugene Roshal / RARLAB Category: Compressed Files MIME: application/vnd.comicbook-rar
OPENS ON Windows macOS Linux Android iOS
Related: .RAR · .ZIP · .Z01 · .7Z

On this page

19k+ extensions indexed
Last reviewed Aug 11, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the CBR file format?

.cbr is a file format used for storing and viewing sequential images, typically comic books. A .cbr file is a standard RAR archive that has been renamed with the .cbr extension - there is no structural difference between a .cbr and a .rar file. The format was popularized around 2003 by the CDisplay comic reader, and the convention spread quickly across the comic-book community. The official MIME type is application/vnd.comicbook-rar.

Comic book pages are stored inside .cbr files as .png, .jpg (JPEG), .bmp, .tiff, or non-animated .gif images, with .png and .jpg being by far the most commonly used.

Structured contents

Comic book pages stored in .cbr files are automatically ordered and can be viewed in single-page or dual-page mode. Pages are sorted by their image filenames inside the archive, so correct zero-padded numbering (e.g. 001.jpg, 002.jpg) is important for the right reading order.

Opening .cbr files

Because a .cbr file is a standard RAR archive, its contents can be extracted using any tool that supports unpacking .rar files. However, extracted images may not be displayed in proper order without manual sorting. For the intended reading experience, dedicated comic book readers such as CDisplayEx, YACReader, or Calibre handle page ordering and display automatically.

The .cbr format belongs to the comic book archive family alongside .cbz (ZIP-based), .cb7 (7-Zip-based), and .cbt (TAR-based). The RAR archive signature Rar! (hex 52 61 72 21 1A 07) is present at byte offset 0 in every valid .cbr file.

Security & safety

RISK: MEDIUM

A .cbr is a RAR archive, so the same archive cautions apply: it could in theory hide files other than images, and a maliciously crafted archive could target a parser bug in the reader - so open comics from untrusted sources in an up-to-date reader and be wary of a .cbr that contains executables instead of (or alongside) page images. The images themselves are inert. Two practical notes: (1) generic ZIP-only tools will FAIL on a .cbr because it's RAR - use a RAR-capable archiver or a comic reader; (2) avoid sketchy "CBR reader" download portals that bundle adware - get YACReader/CDisplayEx/Calibre from their official sites. Online CBR converters upload your file to a third party - fine for public comics, not for anything private.

Format details

in a nutshell
FULL NAMEComic Book RAR Archive
DEVELOPERCommunity convention (CDisplay, 2003); built on RAR by Eugene Roshal / RARLABsince ~2003 (CDisplay comic reader popularized the .cbr/.cbz convention)
MIME TYPEapplication/vnd.comicbook-rar
TYPERAR archive of ordered images, renamed .cbr (the "comic book archive" family)
MAGIC BYTES · FILE SIGNATURE
OFFSET
000102030405
HEX
526172211A07
ASCII
Rar!··
A .cbr is just a RAR archive with the extension changed, so it carries the RAR signature "Rar!" (52 61 72 21 1A 07). 7th byte distinguishes versions: ...1A 07 00 = RAR4; ...1A 07 01 00 = RAR5. The sibling .cbz is a ZIP archive (signature "PK", 50 4B 03 04). The extension letter (R/Z/7/T/A) tells you the underlying archive type.

Programs that open CBR files

Windows4 apps
7-Zip Open-source To get the page images out: right-click > 7-Zip > Extract (7-Zip reads RAR). Not a reader - just extracts.
Calibre Open-source E-book manager that views CBR and converts comics to/from EPUB/PDF/MOBI. Drag the .cbr into the library.
CDisplayEx Free Lightweight comic reader (modern successor to the original CDisplay). Open the .cbr to read; reads CBR/CBZ/PDF.
YACReader Open-source Free comic reader + library manager. Open the .cbr to read page-by-page; handles CBR/CBZ/CB7/PDF. The best all-round free pick.
macOS3 apps
The Unarchiver Free To extract the raw images, open the .cbr with The Unarchiver (reads RAR). Not a comic reader.
YACReader Open-source Free cross-platform comic reader/manager; open the .cbr to read. Handles CBR/CBZ natively.
Simple Comic Open-source Free macOS comic reader; open the .cbr (and CBZ/PDF). Successor to the original Simple Comic.
Linux2 apps
Okular Open-source KDE document viewer with comic-book support; open the .cbr to read (needs unrar/unar backend for RAR).
MComix Open-source Dedicated GTK comic reader; open the .cbr (requires unrar/unar installed for RAR-based CBR).
Android1 app
YACReader / CDisplayEx (Android) Free Install a comic-reader app (CDisplayEx, Librera, or YACReader's mobile reader) and open the .cbr from storage.
iOS2 apps
Panels Freemium Polished iPad/iPhone comic reader; import the .cbr (and CBZ/PDF) via Files/cloud. Great reading experience.
Chunky Comic Reader Freemium Free iPad comic reader; add the .cbr from Files or a network share.

Technical details

deep spec
MIME typeapplication/vnd.comicbook-rar
Magic bytes (hex)52 61 72 21 1A 07 at offset 0; ASCII signature Rar! followed by 1A 07
RAR version flag7th byte 00 = RAR4; bytes 01 00 = RAR5
Underlying archiveStandard RAR archive - .cbr is a .rar file renamed with a different extension, no internal format change
Stored image types.png, .jpg / .jpeg, .bmp, .tiff, .gif (non-animated only)
Page order mechanismLexicographic sort of image filenames inside the archive
Image filename conventionZero-padded numbers (e.g. 001.jpg, 002.jpg) to ensure correct lexicographic reading order
Viewing modesSingle-page and dual-page (spread) layout supported by dedicated readers
Compression methodRAR LZSS + prediction; compression gain is minimal since JPEG and PNG content is already compressed
Archive structureFlat list or folder of image files; no embedded metadata standard
Format familyComic book archive family: .cbr (RAR), .cbz (ZIP), .cb7 (7-Zip), .cbt (TAR), .cba (ACE)
DRM / encryptionNo built-in DRM; RAR password-based encryption is supported by the format but rarely used
Extraction compatibilityAny RAR-compatible tool (WinRAR, 7-Zip, The Unarchiver) can unpack .cbr without dedicated comic software
Content typeSequential art: comic book pages, manga scans, graphic novels
Released~2003 (CDisplay comic reader popularized the .cbr/.cbz convention)
Specificationen.wikipedia.org

CBR conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with CBR files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about CBR files.

Frequently asked questions

How do I open a CBR file?
Use a free comic reader: YACReader or CDisplayEx on Windows, YACReader or Simple Comic on Mac, Okular or MComix on Linux, Panels/Chunky on iPad. It shows the comic page by page. To just get the images, extract the .cbr with a RAR-capable archiver like 7-Zip.
What's the difference between CBR and CBZ?
Both are comic archives of page images; the difference is the container. CBR is a RAR archive, CBZ is a ZIP archive. CBZ is preferred because any tool can both read AND create ZIP, while only WinRAR can create RAR - so CBZ is the open, recommended format.
How do I convert a CBR to PDF?
Use Calibre (add the comic, Convert to PDF) or YACReader's export, or extract the images and combine them into a PDF. Each comic page becomes one PDF page - handy for generic readers or printing.
Why won't my CBR open in WinZip / Windows' built-in ZIP extractor?
Because a .cbr is a RAR archive, not ZIP - Windows' built-in extractor and ZIP-only tools can't read it. Use a RAR-capable archiver (7-Zip, WinRAR, Keka) or, better, a comic reader.
How do I convert CBR to CBZ?
Extract the .cbr's page images (7-Zip/Keka), then ZIP them and rename .zip to .cbz - or let Calibre/YACReader do it in one step. This gives you the more open, universally creatable format.
Can I read CBR files on an iPad or Android tablet?
Yes - install a comic reader app (Panels or Chunky on iPad/iPhone; CDisplayEx, Librera or YACReader on Android) and open the .cbr from Files or cloud storage.

References

1Wikipedia - Comic book archive (CBR/CBZ family)en.wikipedia.org
2YACReader - free comic reader/managerwww.yacreader.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.BINCD/DVD Disc Image (BIN/CUE)
4.PARTPartial Download File
5.MDMarkdown Document
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.PRDXSoftMaker Presentations Document
10.EXEWindows Executable (Portable Executable)

Related extensions

.RARRAR Archive (Roshal ARchive)
.ZIPZIP Archive
.Z01Split ZIP Archive - First Part
.7Z7-Zip Archive
.001Split / multi-volume archive - first part (.001)
.ZIRenamed / Truncated ZIP Archive

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z