Skip to content
TernTern home

What to do about a DRM-protected EPUB

Why no converter can read an encrypted book, how to tell whether yours is one, and the legitimate ways forward.

3 min read · updated

What DRM does to an EPUB

Digital rights management encrypts the book’s content. The file still looks like an EPUB from the outside, but the chapters inside are ciphertext. Only an app holding the decryption key — granted to your account by the seller or library — can display it.

This is why every converter fails on these files, and why the failure is identical across all of them. There is no text to read until something decrypts it, and a converter is not a licensed reading app.

The schemes you are likely to meet

SchemeWhere it comes fromHow you recognise it
Adobe ADEPTMost ebook stores and many librariesYou downloaded an .acsm file, or the book requires Adobe Digital Editions
Readium LCPIncreasingly common in public librariesThe app asks for a passphrase to open the book
Amazon’s DRMKindle storeThe file is not an EPUB at all — Amazon uses its own formats
Apple’s FairPlayBooks bought in Apple BooksThe book only opens on your Apple devices

There is also a font obfuscation mechanism that is often mistaken for DRM. It scrambles embedded font files only, not the text, and it is a publishing convention rather than encryption. A good converter handles those books normally.

How to tell whether yours is protected

  • Does it open in a reader app without signing in to a store account? If it needs an account, it is protected.
  • Is the extension .acsm? Then it is a download ticket, not a book.
  • Make a copy, rename it to .zip and try to open it. If you see a META-INF/encryption.xml file, something inside is encrypted.
  • Our converter checks for exactly this before uploading anything, and says so specifically rather than failing vaguely.

What you can actually do

We do not provide, recommend or explain tools for removing DRM. Circumventing it is unlawful in many countries — including under the DMCA in the United States — regardless of whether you bought the book. What follows are the routes that do not involve that.

  • Print from the authorised app. Some readers allow a limited number of pages to be printed, and printing to PDF from there is a normal, permitted use where the app offers it.
  • Check whether the publisher sells a DRM-free copy. Many technical publishers, academic presses and indie authors do, and some will supply an alternative format if you contact them with proof of purchase.
  • Use a DRM-free source where one exists. Project Gutenberg, Standard Ebooks and the Internet Archive carry large catalogues of public-domain titles in clean EPUB form.
  • Ask your library. Library ebook platforms usually have their own print or export allowance, and library staff generally know what it is.
  • Read it in the app it was made for. Not the answer anyone wants, but for a borrowed book it is often the only one.

Why we tell you this instead of just failing

Most converters return a generic error on an encrypted book, which sends people through five more tools getting the same result without learning why. Naming the actual cause takes one sentence and saves a genuinely frustrating afternoon.

Related tools

Guides worth reading