Fix Kindle ebook cover: restore missing thumbnails

On this page
Fix Kindle ebook cover: restore missing thumbnails

Nothing is more frustrating than opening a Kindle library and seeing rows of generic book icons instead of actual covers. The Fix Kindle Ebook Cover tool solves this — it restores missing cover thumbnails for sideloaded books, and even fixes EPUB covers sent through Send to Kindle.

Why Kindle covers disappear

When you sideload an ebook to a Kindle via USB, the cover image is embedded in the file. But Amazon’s cover thumbnail system doesn’t always extract it correctly. The result: a library shows a blank placeholder instead of the cover you carefully picked.

The root cause varies. Books purchased directly from Amazon carry an ASIN identifier that tells the Kindle exactly which cover to pull from Amazon’s servers. Sideloaded books lack this — even if you manually set an ASIN in Calibre’s metadata, the Kindle may ignore it. Without that server-side lookup, the Kindle falls back to extracting the cover from the file itself, and that extraction is where things break.

File format also matters. AZW3 files generally preserve covers better than MOBI, and KFX — Amazon’s newer format — handles covers natively but only works with books converted through Kindle Previewer or Calibre’s KFX Output plugin. EPUB files sent through Send to Kindle go through Amazon’s conversion pipeline, and that pipeline occasionally strips the cover from the generated thumbnail even if the cover appears fine inside the book.

Another common culprit is how you transfer the file. Dragging a file directly onto the Kindle’s documents folder works, but the Kindle’s indexing process sometimes skips cover extraction for files it doesn’t recognize as books. Using Calibre’s “Send to Device” feature is more reliable because it places files in the correct directory structure and triggers proper indexing.

How it works

Fix Kindle Ebook Cover scans a Kindle’s book database — a file buried in the system partition — and rebuilds the cover thumbnails from the actual cover images inside each ebook file. It works at the filesystem level, which means it needs you to connect a Kindle via USB.

The tool comes in three forms:

  • GUI version for Windows and macOS — point, click, fix
  • Command-line version — for scripting and automation
  • Jailbreak plugin — integrates with KUAL for on-device fixing

Step-by-step: GUI version

  1. Download the tool from the GitHub releases page
  2. Connect a Kindle to your computer via USB
  3. Launch the tool — it should auto-detect a Kindle
  4. Click “Fix Covers” and wait
  5. Safely eject a Kindle

The process takes about 30 seconds for a library of 200 books. When you unplug, the covers appear in a library.

Fixing covers with Calibre

If you prefer to handle things inside your ebook management workflow, Calibre can fix cover issues before they reach the Kindle. The most reliable method is the “Polish books” feature. Select a book in Calibre, press P or go to the Polish books menu, and make sure “Update the cover in the book files” is checked. This embeds the cover image directly into the ebook file in a way the Kindle consistently recognizes.

For stubborn cases, the Edit metadata dialog matters too. Open it with Ctrl+D, and verify the cover is set. Sometimes Calibre shows a cover in the library view but the actual file metadata is blank. Click the “Download cover” button or drag a high-resolution image into the cover field, then reconvert the book. During conversion, under “MOBI output” or “AZW3 output” settings, enable “Use cover from source file” to prevent the converter from generating its own generic cover.

The Quality Check plugin, available in Calibre’s plugin marketplace, adds a “Check missing covers” option under its “Fix” menu. This scans your entire library, identifies books whose internal metadata lacks a cover, and lets you batch-fix them. It pairs well with the Polish feature for a complete pre-transfer cleanup.

Manual fix via USB

If you’re comfortable with the filesystem, you can fix covers manually. Connect the Kindle, navigate to the system/thumbnails folder (it’s hidden — enable “show hidden files” on your file manager), and delete the thumbnail file corresponding to the book with the missing cover. The file name matches the book’s ASIN or internal identifier. After ejecting and restarting the Kindle, the device regenerates the thumbnail by re-extracting the cover from the ebook file.

This method works best for one or two books. For larger libraries, automated tools save significant time.

Kindle-specific format quirks

KFX is Amazon’s modern format with superior typography and hyphenation, but it locks covers behind a proprietary DRM layer that complicates extraction. If you’re converting to KFX through Calibre, install the KFX Output plugin and verify the “Create cover thumbnail” option is enabled during conversion. For AZW3, covers embed cleanly but some older Kindle models (pre-Paperwhite 3) show blank covers until you open the book once — opening forces the Kindle to cache the cover.

MOBI is the least reliable format for covers. It uses an older cover specification and doesn’t support high-resolution thumbnails. If you’re still using MOBI files, converting to AZW3 or EPUB (for Send to Kindle) is the single most effective fix.

Preventing cover loss in the future

The best prevention is a consistent workflow. Before transferring anything, run Polish books in Calibre to embed covers. Transfer using “Send to Device” rather than drag-and-drop. If you use Send to Kindle, send EPUB (not MOBI) and verify the cover appears in the library after conversion. Keep your Kindle’s firmware updated — Amazon occasionally patches cover extraction bugs in newer versions. And keep a backup of your Calibre library metadata, because that cover database is what makes consistent thumbnail generation possible.

Before you start

Make sure a Kindle is in USB mode and your computer recognizes it as a drive. If you’re on a Mac, you might need Android File Transfer or OpenMTP installed, especially for newer Kindle models like the Scribe.

The tool only modifies cover thumbnails — it doesn’t touch your actual books, notes, or reading progress. It’s safe to use anytime, and you can run it as many times as you need.