A guide to resolve Universal Clipboard synchronization issues between Apple devices.
- macOS Sonoma 14.2 or later
- iOS 17.2 or later
- Handoff enabled on all devices
- Devices signed into the same iCloud account
Ensure Handoff is enabled on all devices:
- Mac: System Settings > General > Allow Handoff
- iOS: Settings > General > AirPlay & Handoff > Handoff (enabled)
Open Terminal on your Mac:
-
Navigate to
Applications > Utilities > Terminal
-
Delete current clipboard sharing settings:
defaults delete ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled
- Re-enable clipboard sharing:
defaults write ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled 1
Test copying and pasting content between your devices to verify Universal Clipboard functionality.
- Solution verified on iOS 17.2 and macOS Sonoma 14.2
- Try restarting devices if issues persist
- Ensure all devices are on the same Wi-Fi network
Solution provided by Labachev