What is the MOBI file format?
.mobi files store digital eBook content in the Mobipocket binary eBook format, built on the .pdb (Palm Database) file structure. The .mobi extension supports standard HTML markup for text content and is widely used for eBook distribution, particularly on Amazon Kindle devices and smartphones.
The .mobi format includes optional DRM (Digital Rights Management) copyright protection features, useful for preventing unauthorized copying or viewing of the eBook content it contains. DRM-protected .mobi files require a licensed reader application to open.
Originally developed by Mobipocket SA and acquired by Amazon in 2005, .mobi became the foundation for Amazon's early Kindle ecosystem. Amazon later replaced it with .azw and the more capable .azw3 (KF8) format, retiring .mobi support from its Send to Kindle service in 2022.
.mobi files can still be read by many third-party applications. Calibre remains the leading tool for opening, editing, and converting .mobi to formats such as .epub.
Security & safety
RISK: LOWMOBI is e-book data and safe to read. The real friction is DRM, not malware: AZW/MOBI books bought from Amazon are account-locked, so generic apps refuse them and conversion is blocked - a rights restriction, not a virus. Removing DRM violates Amazon's terms and may be unlawful where you live. The practical risk is pirated-e-book download sites (bundled adware/fake downloads). Treat DRM-free MOBI files as ordinary documents.
Format details
in a nutshellPrograms that open MOBI files
Technical details
deep spec| Container base | Palm Database (PDB) file structure; each .mobi file is a valid PDB file |
| Type/creator identifier | "BOOK" (type) + "MOBI" (creator) - 8-byte ASCII string "BOOKMOBI" at byte offset 60 |
| MIME type | application/x-mobipocket-ebook |
| Text compression | PalmDOC LZ77-based compression or Huffman/CDIC (HuffCDIC) encoding for later MOBI versions |
| DRM support | Optional; Mobipocket DRM and an Amazon-specific variant for Kindle-purchased titles |
| Image embedding | JPEG and GIF images stored as separate PDB records; limited PNG support in later MOBI versions |
| Metadata storage | EXTH header block with typed records for title, author, publisher, language, and ISBN |
| Table of contents | Encoded via HTML anchor links with an optional EXTH NCX reference record |
| Layout model | Reflowable text only; no fixed-layout or page-size locking support |
| JavaScript support | Not supported; no scripting layer in the format specification |
| Font embedding | Not supported; text rendering uses fonts available on the reading device or application |
| Record structure | Book text split across chained 65,536-byte PalmDOC records; images and metadata in separate records |
| Format lineage | Direct ancestor of .azw (Kindle Mobi7) and influenced the KF8 (.azw3) container design |
| Developer / steward | Mobipocket SA (2000-2005); Amazon.com (2005-2022) |
| Service retirement | Removed from Amazon's Send to Kindle service in 2022; superseded by the KFX format |
| Released | 2000 (Mobipocket); retired from Send to Kindle by Amazon in 2022 |
| Specification | wiki.mobileread.com |