How to Read MOBI and AZW Files on Mac

MOBI and AZW files don't open natively on Mac. Here's how to read them — no conversion tools or Kindle app required.

Close-up of a Kindle e-reader displaying text
Photo by Perfecto Capucine on Unsplash.

You downloaded a .mobi or .azw file and double-clicked it. Nothing happened — or your Mac offered to open it in some random app that can’t actually display it. That’s because MOBI and AZW are Amazon Kindle formats, and macOS has no built-in support for them.

Here’s how to actually read these files on your Mac.

What Are MOBI and AZW?

MOBI (Mobipocket) and AZW are ebook formats created for Amazon’s Kindle ecosystem. You’ll run into several variants:

FormatExtensionWhat It Is
MOBI.mobiOriginal Mobipocket format, adopted by Amazon
AZW.azwAmazon’s DRM-wrapped MOBI
AZW3.azw3Also called KF8 — Amazon’s modern format based on HTML5/CSS3
KFX.kfxLatest Kindle format with enhanced typesetting

The key thing: none of these open natively on Mac. Apple Books doesn’t support them. Preview doesn’t support them. They’re designed for Kindle hardware and Kindle apps.

Your Options

Option 1: Import into BookShelves (Easiest)

BookShelves reads MOBI, AZW, and AZW3 files directly — no manual conversion needed. Just drag your files into the app, and it automatically converts them to EPUB during import. The original formatting, cover art, and metadata are preserved.

How it works:

  1. Download BookShelves from the App Store
  2. Drag your .mobi, .azw, or .azw3 files into the BookShelves window
  3. That’s it — start reading

The conversion happens in the background. Your book appears in your library with its cover, title, and author intact. From there you get adjustable fonts, text-to-speech, bookmarks, highlights, and iCloud sync to your iPhone or iPad.

Important: DRM-protected files (most Amazon purchases) cannot be imported. This works for DRM-free MOBI/AZW files — typically from sources like Smashwords, Humble Bundle, or authors who distribute DRM-free.

Option 2: Use the Kindle App (Amazon Books Only)

Amazon offers a free Kindle app for Mac. It reads MOBI and AZW files, but with limitations:

  • Only reads files purchased from Amazon or sideloaded via Send to Kindle
  • No font customization beyond Amazon’s options
  • Tied to Amazon’s ecosystem
  • The Mac app hasn’t seen a major update in years

If your file came from Amazon with DRM, this may be your only option.

Option 3: Convert with Calibre (Manual)

If you prefer to convert files yourself, Calibre is the standard tool. It’s free, open source, and handles every format.

Step 1: Install Calibre

Download Calibre from calibre-ebook.com/download_osx and drag it to your Applications folder.

Step 2: Add your MOBI/AZW file

Open Calibre and either:

  • Drag the file into the Calibre window, or
  • Click Add books in the toolbar and select your file

Step 3: Convert to EPUB

  1. Select the book in your Calibre library
  2. Click Convert books in the toolbar
  3. In the top-right corner, set Output format to EPUB
  4. Click OK

Calibre handles the conversion automatically. For most files, the defaults work fine. The converted EPUB appears in your Calibre library — right-click the book and choose Open containing folder to find the file.

Step 4: Open in your reader

Double-click the .epub file to open it in your preferred reader.

Using Calibre’s Command Line (For Multiple Files)

If you have a folder of MOBI files, Calibre’s command-line tool is faster:

# Convert a single file
ebook-convert book.mobi book.epub

# Convert all MOBI files in a folder
for f in *.mobi; do ebook-convert "$f" "${f%.mobi}.epub"; done

The ebook-convert command is installed with Calibre at /Applications/calibre.app/Contents/MacOS/ebook-convert.

Option 4: Online Converters (Quick but Limited)

Services like CloudConvert or Zamzar can convert MOBI to EPUB in a browser. This works in a pinch, but:

  • You’re uploading your files to a third-party server
  • File size limits apply
  • Conversion quality varies
  • Not practical for multiple files

For anything beyond a one-off conversion, use BookShelves or Calibre instead.

MOBI vs EPUB: Why Convert?

MOBI was designed in the early 2000s for basic e-ink screens. EPUB has evolved significantly since then:

FeatureMOBIEPUB
Text reflowBasicFull — adapts to any screen
Font embeddingLimitedFull support
CSS stylingMinimalModern CSS3
AccessibilityPoorBuilt-in (screen readers, VoiceOver)
Text-to-speechLimitedFull support
Image supportBasicSVG, high-res, responsive
File sizeLarger (duplicate content)Smaller (efficient compression)
App supportKindle onlyApple Books, BookShelves, Kobo, and dozens more

Even Amazon has moved away from MOBI — their newer KF8 format (AZW3) is essentially EPUB internally, wrapped in Amazon’s container.

What About AZW3 (KF8)?

AZW3 files are Amazon’s modern format. Under the hood, they’re closer to EPUB than to the old MOBI format. BookShelves handles AZW3 files the same way — drag them in, and the conversion preserves formatting, embedded fonts, and images automatically.

If you’re converting manually with Calibre and have both a .mobi and .azw3 version of the same book, convert the AZW3 — you’ll get a better-looking EPUB.

Tips

  • Try the direct import first. BookShelves handles MOBI, AZW, and AZW3 without any extra steps. Only reach for Calibre if you need fine-grained control over the conversion settings.
  • DRM is the main blocker. If a file won’t import or convert, it’s almost certainly DRM-protected. Files from Amazon purchases are usually locked. Files from Project Gutenberg, Smashwords, or Humble Bundle are typically DRM-free.
  • AZW3 converts better than MOBI. If you have both versions, use the AZW3 — it’s the newer format and produces cleaner results.
  • Check metadata after manual conversion. Calibre lets you edit title, author, and cover. Click Edit metadata in the toolbar.

Try BookShelves Free

A modern ebook reader for macOS and iOS with thousands of free classic books.

Last updated: March 3, 2026