The quick answer
There is no officially-supported way to sync your clipboard between Mac and Windows. Apple's Universal Clipboard only works inside the Apple ecosystem. Microsoft's Cloud Clipboard only works inside Windows and requires you to sign in with a Microsoft account on every machine. If you need to copy on a Mac and paste on a Windows PC (or vice versa), you need a third-party tool.
This guide walks through what each platform ships with, why neither is enough on its own, and the three main approaches for filling the gap. If you want to skip ahead, there's a comparison table at the bottom.
What macOS's Universal Clipboard actually does
If you have a reasonably recent Mac, iPhone, and iPad all signed into the same iCloud account, copying something on one device makes it pasteable on the others within a few seconds. Apple calls this Universal Clipboard, and it's genuinely useful — provided you live inside Apple's walled garden.
Behind the scenes, your devices find each other over Bluetooth and send the actual clipboard contents through iCloud. Both devices need to be signed into the same Apple ID, have Bluetooth on, and be on Wi-Fi. It does not work with Windows. It does not work with Android. It does not work with Linux. There's no official Windows client and there's unlikely to ever be one.
Universal Clipboard also has its own quirks. Large clipboard payloads can fail silently. Copying a file with Universal Clipboard sometimes refuses if the Finder doesn't recognise the source. And there's no history — whatever you copied last is all you get.
What Windows' Cloud Clipboard actually does
Windows 10 and 11 have a feature called Cloud Clipboard
(sometimes just "Clipboard history"). Turn it on via
Settings → System → Clipboard, sign in with a Microsoft
account, and toggle "Sync across your devices". Copy something on
one Windows PC and it becomes pasteable on your other Windows PCs
(and on Microsoft Edge on other platforms, sometimes).
There are real limits. Files don't sync — only text and images smaller than 4 MB. It works best when both PCs are signed into the same Microsoft account, which many work machines aren't. And it does not sync to a Mac, even if you have the Microsoft account set up on both. Edge on Mac sometimes picks up clipboard contents through its own sync channel, but it's unreliable and doesn't extend to non-Edge apps.
What about KDE Connect?
KDE Connect is a popular open-source option. It started on Linux, got ported to macOS (as "Plasma Connect"), Windows, and Android. It works by sending clipboard data peer-to-peer over your local network.
Pros: free, open source, works offline once paired.
Cons: requires all devices to be on the same Wi-Fi network. Doesn't help when you're travelling, tethering through a hotspot, or on separate VLANs at work. iOS support is limited. File sync works but is clunkier than text. And the macOS build lags behind the Linux one significantly — you'll spend time fighting compatibility issues.
What about the browser-based options?
Tools like Pastebin, Google Keep, or plain-old email-to-yourself work for text, but they're not clipboards — you have to manually paste into them, then manually copy out. That's not syncing; that's relay racing.
Some people set up a shared Google Doc or Notion page as a "clipboard bridge". It works, but it's a hassle and it sends every clip through Google's or Notion's servers. For anything sensitive — passwords, API keys, internal documents — that's not acceptable.
The approach we recommend
What you probably want is a dedicated clipboard sync tool that:
- Works on Mac, Windows, and (optionally) Linux without fuss
- Handles text, URLs, and files up to a reasonable size
- Uses a central server so it works across networks, not just local Wi-Fi
- Encrypts clipboard contents in transit
- Offers a history, so you can retrieve something you copied ten minutes ago
- Either is self-hostable or has a clear privacy story
That's what we built MoveMyWork to do. Today, the desktop app runs on Windows — you install it, it sits quietly in your system tray, and anything you copy gets synced. On a Mac, you use the web app instead: open movemywork.com in any browser and your clips are right there. Native Mac and Linux apps are planned; until they ship, the browser works fine on every platform.
Copy something on your Windows PC — a URL, a snippet of text, a 50 MB PDF — and within a second or two it's available in the web app on your Mac. Paste it with ⌘V. The other direction works too: anything you send from the web app on your Mac is ready to paste on Windows. The server can be ours (free, 1 GB per account) or your own (the complete source is free to run on your own hardware).
The right clipboard sync tool should feel like infrastructure, not a feature you have to actively use. Copy, switch machines, paste. That's it.
Setup walkthrough
1. Sign up
Create an account on MoveMyWork. Free, no credit card. You'll receive a 6-digit email verification code immediately.
2. Install the desktop app on your Windows PC
From your Windows machine, go to the download page and grab the installer. Double-click it, follow the prompts — takes about ten seconds. When MoveMyWork opens for the first time, it asks for your server URL and your API token. You'll find both on the Settings page after you sign in (there's a Copy button next to each). Paste, give this device a name like "Work PC," and click Save.
The app disappears into your system tray. That's all the setup it needs.
3. Open MoveMyWork in your browser on your Mac
On your Mac, go to movemywork.com and sign in with the same account. You'll see a list of recent clips — anything copied from Windows shows up here within a couple of seconds. Click a clip to copy it back to your Mac's clipboard; ⌘V pastes it anywhere.
Going the other way — Mac to Windows — works the same. Paste or type something into the web app, and your Windows clipboard receives it.
A native Mac app is on the roadmap. Until it's here, the web app covers the same ground: see your clips, push new ones, copy old ones back.
4. Test it
Copy a URL on your Windows PC. Switch to your Mac, open movemywork.com, and click the URL at the top of the list. ⌘V pastes it. If it worked, you're done — this is how it looks from here on.
What about iOS and Android?
MoveMyWork's web app works on both — you access your clipboard history at movemywork.com from Safari or Chrome on any phone. For everyday copy-paste there's no dedicated mobile app yet; we're focused on getting the desktop experience genuinely good first.
Comparison table
| Tool | Mac↔Win | Files | Offline | Cost |
|---|---|---|---|---|
| Apple Universal Clipboard | No | Limited | Wi-Fi + BT | Free (Apple only) |
| Windows Cloud Clipboard | No | No | No | Free (Win only) |
| KDE Connect | Yes (clunky) | Yes | Same Wi-Fi | Free, open source |
| Pastebin / Notion | Yes | Paid | No | Varies |
| MoveMyWork | Yes (Win app + web) | Up to 100 MB | Via server | Free for personal use |
Frequently asked
Do I need to trust MoveMyWork's server with sensitive clipboard data?
If you use our hosted service, yes — the server stores your clips so it can relay them. Contents are encrypted in transit and at rest, and we don't read them. If that's not enough, self-host: the complete codebase is available and runs on any Linux VPS.
What's the latency?
Typically 1–3 seconds from copy to paste-availability, depending on your connection. Faster than universal clipboard in most of our testing.
What if my Mac and PC are on different networks?
No problem. MoveMyWork routes through a central server, so your Windows PC (running the app) and your Mac (running the web app) only need an internet connection. They don't have to be on the same Wi-Fi, the same VPN, or anywhere near each other.
Will this work in a corporate environment?
Depends on your corporate firewall and IT policies. The client uses HTTPS on port 443, so if your PC can reach any HTTPS site, it can reach MoveMyWork. Some companies explicitly block cloud clipboard tools — check with IT before deploying.