Back to blog
AI & Learning

Kobo Highlights Export: How to Access Your Annotations Anywhere

November 18, 20259 min read

Talk this through with a Chapterly AI tutor

Ask anything about this article. Your first 2 messages are free — no signup required.

2 free messagesStart free trial

Quick Answer: Kobo stores highlights in a SQLite file called KoboReader.sqlite on the device. The most reliable export path: connect via USB, copy the .kobo/KoboReader.sqlite file, open it in DB Browser for SQLite, and export the Bookmark table to CSV. For non-technical users, Calibre 7 with the KoboUtilities plugin or Readwise's Kobo integration work well. The Kobo Desktop app is the simplest but most limited option. Once exported, feed highlights into a spaced repetition review system — raw text files don't drive retention.

Kobo e-readers offer a fantastic reading experience and a solid highlighting system. The challenge, as with most e-readers, comes when you want to do something with those highlights beyond scrolling through them on the device. Kobo highlights export is not as straightforward as it should be, but there are reliable methods to get your annotations off the device and into a more useful format.

This guide covers every current method for exporting Kobo highlights, from the simplest to the most powerful.

Looking for the latest walkthrough? See our updated 2026 guide to exporting highlights and notes from Kobo.

Understanding How Kobo Stores Highlights

Before we get into export methods, it helps to understand how Kobo handles your annotations.

Kobo stores all highlights, bookmarks, and notes in a SQLite database file on the device itself. This file is called KoboReader.sqlite and lives in the .kobo directory on the internal storage. When you connect your Kobo to a computer via USB, this database is accessible.

Kobo also syncs some annotation data to their cloud service, which is accessible through the Kobo app on other devices. However, the cloud sync is not always complete, and the web interface does not provide a robust export feature.

Method 1: Kobo Desktop App Export

The Kobo desktop application provides the simplest official export method.

Steps:

  1. Install the Kobo Desktop app on your Mac or PC
  2. Sign in with your Kobo account
  3. Sync your library to pull in your books and annotations
  4. Open a book that contains highlights
  5. Navigate to the annotations or notes section
  6. Select and copy the highlights you want

Limitations:

  • No batch export across multiple books
  • Copy and paste is manual
  • Formatting can be inconsistent
  • The desktop app is not always reliable with syncing

Method 2: USB Database Access

This is the most reliable and complete method for exporting all your Kobo highlights at once.

Steps:

  1. Connect your Kobo e-reader to your computer via USB
  2. The device will appear as an external drive
  3. Navigate to the .kobo folder (this is a hidden folder, so you may need to enable viewing hidden files)
  4. Copy the KoboReader.sqlite file to your computer
  5. Open the database using a SQLite browser such as DB Browser for SQLite

Navigating the Database:

The key table for highlights is Bookmark. Important columns include:

  • Text: The highlighted text
  • Annotation: Any notes you added
  • ContentID: Identifies which book the highlight belongs to
  • DateCreated: When the highlight was made
  • DateModified: When it was last changed

You can write SQL queries to extract highlights or simply browse the table and export as CSV.

Example SQL Query:

A query to export all highlights with book information might look like:

SELECT b.Text, b.Annotation, b.DateCreated, c.Title FROM Bookmark b JOIN content c ON b.VolumeID = c.ContentID WHERE b.Text IS NOT NULL ORDER BY b.DateCreated DESC

Benefits:

  • Gets every single highlight and note
  • Includes metadata like dates and book information
  • Can be automated with scripts
  • Most complete export method available

Limitations:

  • Requires connecting the physical device
  • Needs some technical comfort
  • Database structure may change with firmware updates

Method 3: Third-Party Tools

Several tools have been created specifically to solve the Kobo export problem.

Kobo Highlights Exporter

Various open-source tools on GitHub can read the KoboReader.sqlite database and produce clean export files. Search for "Kobo highlights export" to find current options. These typically produce Markdown, CSV, or plain text output.

Calibre with KoboUtilities Plugin

If you use Calibre for e-book management, the KoboUtilities plugin can access and export annotations from connected Kobo devices.

  1. Install Calibre on your computer
  2. Add the KoboUtilities plugin through the plugin manager
  3. Connect your Kobo device
  4. Use the plugin to export highlights by book

Readwise

Readwise supports Kobo highlight import. You can either use their direct integration (which reads the database file) or manually import exported highlights.

Method 4: Email Export From Device

Some Kobo models and firmware versions allow you to share highlights via email directly from the device.

Steps:

  1. Open a book on your Kobo
  2. Navigate to the annotation or notes section
  3. Look for a share or export option
  4. Select email and enter your address

This feature is not available on all Kobo models and may require a WiFi connection. Check your specific device's capabilities.

Method 5: Kobo Web Reader

If your Kobo is synced to the cloud, some highlights may be accessible through the web.

  1. Go to kobo.com and sign in
  2. Navigate to your library
  3. Open a book that has highlights
  4. Check if annotations are visible and copyable

This method is inconsistent and often does not capture all highlights, but it can work as a backup for cloud-synced content.

What to Do With Your Exported Highlights

Getting highlights out of your Kobo is only step one. The real value comes from what you do with them afterward.

Organize by Theme

Rather than organizing highlights by book, try organizing by theme. Create categories like "decision-making," "creativity," or "personal growth" and sort highlights from multiple books into these themes. This helps you see connections across different authors and perspectives.

Import Into a Review System

Static exports of highlights are better than nothing, but they still require you to manually revisit them. Tools like Chapterly take your exported highlights and create an active review system using spaced repetition and AI-powered discussions.

Instead of reading through a list of highlights (which is passive and not very effective for retention), Chapterly asks you questions about your highlights, prompts you to explain ideas in your own words, and schedules reviews at scientifically optimized intervals.

Create a Personal Knowledge Base

If you use a note-taking app like Notion or Obsidian, imported highlights can form the foundation of a personal knowledge base. Tag highlights by topic, link related ideas across books, and add your own reflections to build something more valuable than the raw highlights alone.

Tips for Better Kobo Highlighting

Use Annotations Liberally

Kobo's annotation feature lets you add notes to highlights. Use this to record why a passage stood out to you. Future-you will thank present-you for the context.

Create a Regular Export Habit

Rather than waiting until you have hundreds of highlights to export, build export into your reading routine. After finishing a book, spend five minutes exporting highlights while the ideas are still fresh.

Be Selective

Quality over quantity applies to highlighting just as much as to reading. Highlight the passages that genuinely change how you think about something, not every sentence that sounds nice. This makes your exports more useful and your review sessions more focused.

The Path Forward

Kobo makes excellent e-readers, and their highlighting features are solid. The export story is not as polished as it could be, but with the methods above, you can reliably get your annotations into a more useful format.

The key is not just exporting but building a system that helps you engage with those highlights over time. Whether you use Chapterly, a note-taking app, or a simple document, the goal is the same: turning momentary reading insights into lasting knowledge.

Have Kobo highlights you want to actually remember? Try Chapterly to transform your exported annotations into lasting knowledge with AI-powered spaced repetition.

Read on more than one platform? If you also borrow ebooks from your library, note that Libby added its own highlights-and-notes export in a 2026 update — here's how to export Libby highlights, even after the loan is returned. And if you keep a parallel library on Amazon's ecosystem, Kindle's native export is more mature — see our walkthrough on how to export Kindle highlights.

What Changed for Kobo Export in 2026

Three updates worth incorporating since this guide first ran.

The Kobo Libra Colour and Clara Colour added handwritten markup. The 2024-2025 color Kobo lineup supports stylus annotation in a way the earlier devices did not. Handwritten notes are stored in the same SQLite database under a new "Bookmark" row type, but they reference an external image asset rather than text. Most third-party importers (including Readwise as of early 2026) extract the text-based highlights and skip the handwritten ones. If you take a lot of stylus notes on a color Kobo, you should know they are not making it into your export, and the workaround is taking screenshots of the relevant pages.

Kobo's firmware moved the database path on some models. The .kobo/KoboReader.sqlite location described in this guide still applies to most devices, but newer models running firmware 4.39+ store it in a slightly nested directory. If a script that worked in 2024 returns "file not found," check the .kobo/db/ subdirectory before assuming the database is missing.

Calibre 7's Kobo plugin handles export better than the desktop app. For Mac and Linux users, the Calibre route — connect the Kobo, let Calibre read it, run the highlights-export plugin — is now more reliable than the Kobo Desktop app, which has been buggy on macOS Sequoia. If you are choosing a workflow in 2026 from scratch, Calibre + a periodic CSV export is the combination that survives firmware updates with the least breakage.

The deeper question — what to do with your highlights once exported — has not changed. Static text files are not retention. The spaced repetition for readers post walks through what an actual review system looks like, and the smart notes workflow covers the writing-side conversion that turns highlights from passive collection into active thought.

Frequently Asked Questions

Where are Kobo highlights stored?

In a SQLite database called KoboReader.sqlite inside the hidden .kobo directory on the device's internal storage. On firmware 4.39+, some models nest it inside the .kobo/db/ subdirectory. Connect via USB and copy the file to your computer to access it.

What's the easiest way to export Kobo highlights without coding?

Calibre 7 with the KoboUtilities plugin handles the export through a UI — connect the device, run the plugin, choose books, export as Markdown or CSV. For users already paying for Readwise, the Kobo integration is simpler still: it watches the database and syncs incrementally.

Can I export Kobo highlights without connecting to a computer?

Some Kobo models allow per-book email sharing of highlights from the device over WiFi, but it is one book at a time and the feature is inconsistent across firmware versions. For batch export, the USB-to-database route is the only complete path.

Does Kobo sync highlights to the cloud?

Partially. Kobo's cloud syncs some annotation data and you can see highlights in the Kobo web reader at kobo.com, but the web interface has no robust export feature and not all highlights make it to the cloud. The on-device SQLite database remains the authoritative source.

Will handwritten stylus notes from a color Kobo show up in the export?

No, in most cases. Handwritten markup on Kobo Libra Colour and Clara Colour is stored as image assets rather than text. Most third-party importers, including Readwise as of early 2026, skip the handwritten annotations. Take screenshots of the relevant pages as a workaround.

How do I make exported Kobo highlights actually useful?

Pipe them into a review system rather than letting them sit as text files. Tools like Chapterly add spaced repetition and AI-driven discussion on top of your highlights, which is what converts passive collection into durable retention.

Topics covered:

Kobo highlights exportKobo annotationsexport Kobo notesKobo e-reader highlightsbook highlightsreading notes export

Related Articles

Ready to remember what you read?

Start your free 3-day trial and transform how you learn from books with AI tutoring and spaced repetition.

Start Free Trial