How to Share Your Clipboard Between Devices

Published 8 June 2026 · 6 min read

You're working on your laptop, find a URL you need on your phone, or copy a snippet of code that you need on a different machine. The question is always the same: how do you get it there without emailing yourself, uploading to a cloud drive, or typing it out manually?

Clipboard synchronisation solves this by making your clipboard universal. Copy on one device, paste on another. No intermediate steps, no file uploads, no waiting. This guide explains how it works and what options are available in 2026.

Why Built-In Solutions Fall Short

Apple's Universal Clipboard works between Mac and iPhone — but only within the Apple ecosystem. Google's clipboard sync works between Chrome instances — but only for text, and only when you're signed into Chrome everywhere. Neither works across operating systems, and neither handles files or images.

If you use a Mac at home, a Windows machine at work, and an Android phone, none of the built-in solutions cover all three. You end up with a patchwork: AirDrop for Mac-to-iPhone, email for Mac-to-Windows, and messaging apps for everything else.

What Cross-Device Clipboard Sync Actually Does

A clipboard sync tool monitors your clipboard on every connected device. When you copy something — text, an image, a file — it's encrypted and pushed to a secure store. Your other devices pull from that store and make the content available to paste. The entire process happens in seconds, usually under two.

The best implementations are invisible. You copy on device A, switch to device B, and paste. No app switching, no manual transfers, no "send to device" buttons. It just works the way you'd expect a clipboard to work if you could stretch it across all your machines.

Security Considerations

Clipboard data is sensitive. Passwords, API keys, personal messages, code snippets — all of this flows through your clipboard daily. Any sync solution that transmits this data needs serious encryption.

Look for end-to-end encryption (E2EE), meaning the service provider cannot read your clipboard content. The encryption key should be derived from something only you know (a passphrase), not stored on the server. If the service gets breached, your data should be unreadable without your key.

Pastetory uses AES-256-GCM encryption with keys derived from your passphrase using PBKDF2 (100,000 iterations). Your passphrase never leaves your device. The server stores only encrypted ciphertext — we couldn't read your data even if we wanted to.

What Can You Sync?

The minimum viable clipboard sync handles text. But in practice, you need more:

The challenge with images and files is size. A screenshot might be 2MB, a PDF could be 50MB. The sync tool needs to handle large payloads without blocking your clipboard or making you wait.

How Pastetory Handles Large Files

When you paste or drop a file into Pastetory, it's encrypted in your browser and uploaded directly to encrypted storage using a presigned URL. The upload happens in the background — your clipboard is never blocked. Other devices see the file appear in their snippet list within seconds and can download it on demand.

There's no file size limit on uploads. A 100MB presentation gets the same treatment as a 2KB text snippet: encrypted, uploaded, synced. The difference is just download time on the receiving end.

Setting Up Multi-Device Sync

The setup process should take under a minute. With Pastetory:

  1. Open the web app on your first device and sign in (Google, Apple, or GitHub account)
  2. Set your vault passphrase — this encrypts all your content
  3. Open the same URL on your second device and sign in with the same account
  4. Enter your vault passphrase — you now see all your synced snippets

That's it. No app to install (it's a web app), no configuration, no pairing codes for browser-to-browser sync. For CLI devices (servers, headless machines), there's a QR code pairing flow that takes about 30 seconds.

Use Cases That Save Real Time

Development: Copy an error message on your production server, paste it into your local IDE. Copy a Stack Overflow solution on your phone during lunch, paste it when you're back at your desk.

Passwords: Your password manager generates a credential on your phone. Instead of typing 32 random characters on your desktop, copy and paste across devices. (Pastetory stores passwords with a dedicated "password" type that masks them in the snippet list.)

Documentation: You're reading docs on your tablet and find a code block you need. Copy it, switch to your laptop, paste into your terminal.

File transfers: A colleague sends you a PDF on your phone. Drop it into Pastetory, open it on your work machine. No email, no USB cable, no cloud drive.

Privacy and Data Retention

Unlike cloud drives that keep your files forever (and train AI on them), a clipboard sync tool should treat your data as ephemeral. You're not archiving — you're transferring. Snippets should be deletable, and the service should not retain data you've removed.

Pastetory stores snippets as long as you keep them. Delete a snippet and it's removed from all devices on next sync. The encrypted data is purged from storage — we don't keep tombstones or backups of deleted content.

Conclusion

Cross-device clipboard sync eliminates one of the most common friction points in multi-device workflows. Instead of context-switching through email, messaging apps, or cloud drives every time you need to move a piece of text or a file, you copy and paste. The way it should have always worked.

If you're evaluating tools, prioritise: end-to-end encryption, cross-platform support (not just one ecosystem), and support for more than just text. Your clipboard carries sensitive data — treat it accordingly.