
DRM sits at the intersection of three things every reader cares about: owning what you buy, reading where you want, and keeping reading habits private. Here’s what you need to know — the law, the tools, and the practical steps to protect a library.
Is DRM Removal Legal?
In the United States: no. Section 1201 of the DMCA states plainly that “no person shall circumvent a technological measure that effectively controls access to a work protected under this title.” There is no personal-use exemption for ebook DRM. The Librarian of Congress reviews exemptions every three years; in 2021, they rejected one for accessibility purposes.
In the European Union: more nuanced. The Copyright Directive allows member states to implement private copying exceptions, but the InfoSoc Directive generally prohibits breaking DRM even when the underlying copying is legal. Some countries (Netherlands, Germany) have more permissive private copying traditions. Others (France) have stricter enforcement.
Practical reality: no individual in the US has ever been prosecuted for removing DRM from books they purchased. The cases that do get prosecuted involve large-scale commercial piracy, selling DRM-removal services, or uploading decrypted books to public websites.
This is different from jailbreaking. Jailbreaking modifies the device. DRM removal modifies the content. Copyright law cares far more about the latter.
Why You Should Care About DRM
Your Kindle books are licensed, not owned. Amazon can — and has — remotely deleted books from customer libraries. A DRM-free backup is the only guarantee you keep what you paid for. Other reasons:
- Platform independence — switch from Kindle to Kobo without losing a library
- Future-proofing — books survive any store shutdown or account loss
- Better metadata — Calibre’s management is superior to any store’s defaults
How to Remove DRM: Kindle
You need three things:
- Calibre (guide) (free) — the ebook management tool that powers everything below
- DeDRM plugin — download the latest release from GitHub
- An older Kindle device OR Kindle for PC version 1.24 or earlier
The key problem is KFX DRM. Starting around 2021, Amazon began delivering books in KFX format with hardened DRM that current tools cannot break. You need either:
Option A: Older Kindle e-reader (easiest)
If you own a Kindle from 2015-2021 (Paperwhite 3 through 2021 Paperwhite), download books to that device via USB. It receives AZW3 format that the DeDRM plugin can handle. Connect to your computer, import into Calibre, and DRM is automatically removed during import.
Option B: Kindle for PC 1.24 or older
Install Kindle for PC version 1.24 (available on archive sites). This older app delivers AZW3 format. Download books, then import from the My Kindle Content folder into Calibre.
Setup Steps
- Install the DeDRM plugin: Calibre → Preferences → Plugins → Load plugin from file → select
DeDRM_plugin.zip→ restart - Configure: add a Kindle’s serial number (physical device method) or point to Kindle for PC content folder
- Drag AZW3/AZW files into Calibre — DRM is stripped automatically
- Convert to EPUB for universal compatibility
How to Remove DRM: Kobo
For Kobo books, the DeDRM plugin works automatically if you have the Kobo desktop app installed. Alternatively, download books via Adobe Digital Editions (using ACSM files) and import into Calibre.
After DRM Removal: Backup Workflow
Having a pile of DRM-free files isn’t enough. You need a system.
Library Management
Let Calibre handle the folder structure. Never manually move files inside the Calibre library — you’ll corrupt the metadata database. What you should do: clean metadata before importing (Ctrl+D to download metadata and covers), standardize author names, fill in series info.
Find Duplicates
Install Calibre’s Find Duplicates plugin. Run it quarterly. It matches by title/author with fuzzy matching and catches duplicates you didn’t know you had.
Format Standardization
Pick EPUB as your standard. Convert only for devices that require something else. Calibre’s “Send to Device” handles on-the-fly conversion without touching a library copy.
Actual Backup
Two options:
- Save to Disk — clean export to
Author/Title/Title - Author.epub. Database-free, portable. Best for archival. - Copy the entire Calibre library folder — preserves everything including metadata. But close Calibre first, or
metadata.dbwill corrupt.
Do both. Option B as primary (weekly mirror to external drive), Option A as disaster-recovery fallback (quarterly full export).
Cloud Sync: The One Rule
Never sync a Calibre library folder to Dropbox/Google Drive while Calibre is running. metadata.db is SQLite; concurrent access from Calibre and a sync client will corrupt it. Sync the “Save to Disk” export folder instead — it’s flat, database-free, and safe.
Quarterly Maintenance Checklist
- Close Calibre, mirror library folder to backup drive
- Reopen, run Find Duplicates, merge
- Run Check Library for missing files
- Download metadata for new books
- Save to Disk to a second backup location
- Verify the backup actually opens on another computer
Privacy: What Your E-Reader Knows About You
Your e-reader collects data. Here’s the landscape by brand:
Kindle — collects everything. Time spent reading, reading speed, book abandonment rates, every highlight, every note, store browsing, device location. Amazon uses this for recommendations and may share aggregated data with publishers. Keep Wi-Fi off and sideload via USB to minimize this, at the cost of losing Whispersync and store access.
Kobo — similar in scope (reading progress, bookmarks, annotations, store browsing) but more restrained about third-party sharing. You can disable reading stats entirely and set up without an account — just use a fake email and never connect to the store.
Boox — Android means you control the privacy picture. Install Kindle app and you hand data to Amazon. Install nothing and use KOReader offline, and it’s essentially untrackable. The responsibility is yours.
The single best privacy move: airplane mode + USB sideloading. Cuts all telemetry dead.
The Ethical Line
Removing DRM from books you’ve purchased for personal backup is something millions of readers do. Do not distribute. Once you share a DRM-free file, you’ve crossed from personal backup to piracy. Keep your backups to yourself.
We publish this information at Inksky because readers deserve to understand their rights and risks. We don’t host or directly link to DRM-removal tools. We do believe paying customers should be able to read the books they bought on the device they own.