Tag: Handoff

  • Universal Clipboard Not Working? The Fix | TechWebN

    You copy a link on your iPhone, walk over to your Mac, hit paste, and nothing happens. Handoff works fine for everything else, apps show up in your Dock, activities transfer smoothly, but copy and paste between devices just doesn’t. That’s a narrower, more specific problem than general Handoff issues, and it has its own narrower fix.

    Universal Clipboard not working, even when the rest of Handoff functions normally, often traces back to one specific setting buried outside the normal Settings app entirely. It’s a similar pattern to the hidden Apple ID mismatch behind Focus Mode sync issues — a real cause most guides never dig deep enough to find. This guide covers that fix first, then the more general Continuity troubleshooting worth trying if it doesn’t resolve things.

    The Setting Most Guides Never Mention

    Universal Clipboard has its own underlying preference, separate from the main Handoff toggle you’d find in Settings. It can get switched off independently, sometimes as a side effect of a system update or third-party clipboard manager — a similar quiet conflict to what we found with Universal Control disconnecting in clamshell mode.

    How to check it:

    1. Open Terminal on your Mac
    2. Run this command to check the current setting: defaults read ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled
    3. If it returns 0, clipboard sharing is disabled at this specific level, even if Handoff itself appears enabled in Settings
    4. Run this command to turn it back on: defaults write ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled 1
    5. Restart the process that manages this by running: killall useractivityd

    Universal Clipboard should start working again without needing to restart your entire Mac.

    Why This Happens Separately from Regular Handoff

    Handoff and Universal Clipboard share the same underlying Continuity framework, but they’re controlled by slightly different mechanisms under the hood. This explains why you can have working Handoff for apps and activities while universal clipboard not working remains an isolated problem. The standard “check your Handoff settings” advice doesn’t address this, since that setting can look perfectly fine while this deeper preference is the actual problem.

    General Continuity Troubleshooting

    If the Terminal fix above doesn’t apply or doesn’t resolve universal clipboard not working, work through these more general causes.

    Confirm Basic Requirements

    Universal Clipboard requires both devices to meet Apple’s baseline requirements for Continuity features, as Apple’s own support page outlines.

    How to check: Both devices need to be signed into the same Apple ID with two-factor authentication, connected to the same Wi-Fi network, and have both Wi-Fi and Bluetooth turned on, not just one or the other.

    Check the Distance Between Devices

    Universal Clipboard relies on Bluetooth for the initial handshake, which has a limited range compared to Wi-Fi. Distance is a common, overlooked cause of universal clipboard not working reliably.

    How to fix: Keep your devices within roughly 30 feet of each other, and remove any thick physical obstructions between them if the connection seems unreliable at that range.

    Restart Both Devices

    A straightforward restart clears many temporary Continuity connection issues without needing any deeper troubleshooting.

    How to fix: Restart your iPhone first, then your Mac. Test Universal Clipboard again once both have fully restarted.

    Check for a Third-Party Clipboard Manager

    Clipboard manager apps, common among users who frequently copy and paste multiple items, can sometimes interfere with Universal Clipboard’s own system-level clipboard handling, causing universal clipboard not working intermittently.

    How to fix: Temporarily disable or quit any clipboard manager app you have installed, then test Universal Clipboard again to rule out a conflict.

    Frequently Asked Questions

    Will running these Terminal commands affect anything else on my Mac? No. These commands specifically target the clipboard-sharing preference within the Continuity framework. They don’t affect any other settings, apps, or data on your Mac.

    Do I need to be a Terminal expert to run this fix? No. Copy the commands exactly as shown, paste them into Terminal one at a time, and press Enter after each one. No prior Terminal experience is needed for this specific fix.

    Why would clipboard sharing get disabled without me changing anything? This can happen after macOS updates, system resets, or interactions with certain third-party utilities that modify system preferences, even ones unrelated to clipboard functionality directly.

    Does this fix work on both Intel and Apple Silicon Macs? Yes, this preference and the Terminal commands apply the same way regardless of which Mac processor you have, so universal clipboard not working can be resolved identically on either.

    The Bottom Line

    Universal clipboard not working while the rest of Handoff functions normally usually points to that specific ClipboardSharingEnabled preference, not a problem with your general Continuity setup. Check and reset it through Terminal first, since it directly explains this exact symptom pattern. If that doesn’t resolve it, the more general checks around Apple ID, distance, and third-party clipboard apps cover nearly everything else.