
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:
| Format | Extension | What It Is |
|---|---|---|
| MOBI | .mobi | Original Mobipocket format, adopted by Amazon |
| AZW | .azw | Amazon’s DRM-wrapped MOBI |
| AZW3 | .azw3 | Also called KF8 — Amazon’s modern format based on HTML5/CSS3 |
| KFX | .kfx | Latest 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:
- Download BookShelves from the App Store
- Drag your
.mobi,.azw, or.azw3files into the BookShelves window - 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
- Select the book in your Calibre library
- Click Convert books in the toolbar
- In the top-right corner, set Output format to EPUB
- 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:
| Feature | MOBI | EPUB |
|---|---|---|
| Text reflow | Basic | Full — adapts to any screen |
| Font embedding | Limited | Full support |
| CSS styling | Minimal | Modern CSS3 |
| Accessibility | Poor | Built-in (screen readers, VoiceOver) |
| Text-to-speech | Limited | Full support |
| Image support | Basic | SVG, high-res, responsive |
| File size | Larger (duplicate content) | Smaller (efficient compression) |
| App support | Kindle only | Apple 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.