The short answer

Clipboard History is designed to reduce exposure: it has no account or cloud sync, stores history locally, ignores supported password managers and concealed clipboard types, and lets you pause or clear recording. But the local database is not a password vault, and Accessibility is a powerful permission.

Whether it is appropriate depends on your threat model. It is a practical fit for a personal Mac with a protected user account. On a shared, unmanaged, or high-security machine, consider using only the current clipboard—or keep history paused by default.

What is stored

Copied text, links, and references to copied Finder files or folders are stored in a local SQLite database:

~/Library/Application Support/Clipboard History/clipboard.sqlite

For Finder items, the database contains file metadata, a reference to the original location, and a small preview. It does not duplicate the complete source file. Learn exactly which formats work in the files and folders guide.

The database is not separately encrypted by Clipboard History. It relies on the protections of your macOS user account and disk. If you want another layer of protection against someone accessing a lost Mac's storage, review Apple's guidance for turning on FileVault.

What is skipped automatically

Copies from 1Password, Bitwarden, Dashlane, KeePassXC, Apple Passwords, Keychain Access, and LastPass are excluded by default. You can add other applications in Settings → Privacy.

The app also ignores clipboard entries marked with common concealed, transient, or automatically generated pasteboard types. That honors the privacy signals used by compatible password managers and other applications.

Important limit: an app may copy a secret as ordinary text without marking it concealed or transient. Clipboard History cannot reliably infer that a random string is a password, token, medical detail, or private message. Add the source app to the skip list or pause recording before copying sensitive material.

What uses the network

Your clipboard history is not uploaded or synchronized. The Mac app does not have an account system or product-analytics telemetry.

The app uses Sparkle to check its public GitHub-hosted update feed. Updates are signed and verified before installation. The application source, update feed, and release history are public for inspection.

Website measurement is separate from the Mac app. This site offers optional Google Analytics only after consent, and the homepage also uses aggregate Plausible measurement. Neither has access to clipboard content. The privacy overview explains website analytics and how to change your choice.

Why Accessibility permission is requested

Accessibility lets Clipboard History simulate the paste action after you select an item, returning it to the app you were using. macOS requires you to grant this permission explicitly.

If you decline, you can still select an item to put it on the system clipboard, then press Command + V yourself. Automatic pasting will not work.

Apple recommends granting Accessibility only to apps you know and trust. You can review or revoke access in System Settings → Privacy & Security → Accessibility; see Apple's Accessibility permission guidance.

Controls you can use now

  • Pause recording from the menu bar before handling sensitive information. The pause state remains after restart.
  • Exclude applications in Settings → Privacy when their copied content should never enter history.
  • Delete one clip with Command + Delete from the history panel.
  • Clear all history from Settings → Storage.
  • Remove stored data with the steps in the uninstall and data-removal guide.
  • Audit the code or report a concern through the public GitHub issue tracker.

A practical decision checklist

  1. Use a strong Mac login password and lock the screen when away.
  2. Enable FileVault if your risk profile calls for startup-disk protection.
  3. Review the default app exclusions and add your work-specific private apps.
  4. Set a history limit that matches how long you truly need copied data.
  5. Clear old history periodically, especially before lending or transferring the Mac.

Still deciding? Compare the privacy and workflow trade-offs in our Mac clipboard-manager roundup, or read the full FAQ.