How-To

How to Fix 'Sorry, No Manipulations with Clipboard Allowed' on Mac

Getting the 'Sorry, no manipulations with clipboard allowed' error on Mac? Here's what causes it and how to fix it — step by step.

How to Fix 'Sorry, No Manipulations with Clipboard Allowed' on Mac
How-To | | 5 min read

You’re working on your Mac, you try to paste something, and a dialog pops up: “Sorry, no manipulations with clipboard allowed.” Copy doesn’t work. Paste doesn’t work. Your clipboard is completely locked.

This is a frustrating error, but it’s not a macOS bug — it’s almost always caused by a third-party app that’s intercepting your clipboard. The good news: it’s fixable, usually in under two minutes.

What causes this error

The “no manipulations with clipboard allowed” message appears when an application blocks access to the macOS pasteboard (the system clipboard). The most common culprits:

The pattern is almost always the same: a corporate or security-related app takes control of the clipboard and either crashes or fails to release it properly. Your Mac’s clipboard isn’t broken — it’s being held hostage.

This error almost never comes from macOS itself. It’s a third-party app — usually a VPN or remote desktop client — blocking your clipboard for security purposes and failing to let go.

Fix 1: Restart the clipboard server

The fastest fix. macOS manages the clipboard through a background process called pboard. Restarting it clears any locks and resets clipboard access.

Terminal command

Restart the pasteboard server

  1. Open Terminal (press ⌘ + Space, type “Terminal”, press Enter)
  2. Type the following command and press Enter:
    killall pboard
  3. The process restarts automatically. Try copying and pasting again immediately.

This works because killall pboard terminates the clipboard server, and macOS instantly relaunches it with a clean state. Any app that was blocking the clipboard loses its lock.

If the error returns within minutes, the app that’s causing it is actively re-locking the clipboard. Move on to Fix 2.

Fix 2: Check your VPN or remote desktop app

If you’re connected to a corporate VPN or using a remote desktop session, that’s almost certainly the cause. Here’s how to confirm and fix it:

For VPN apps (Cisco AnyConnect, GlobalProtect, etc.):

  • Disconnect from the VPN temporarily and test if copy-paste works
  • If it does, the VPN’s DLP policy is blocking your clipboard
  • Contact your IT administrator — they may be able to adjust the clipboard policy
  • If you don’t need the VPN at this moment, keep it disconnected while you finish your work

For remote desktop apps (Microsoft Remote Desktop, Citrix, VMware):

  • Close the remote desktop session completely — not just minimize, but disconnect
  • Check the app’s settings for a “Clipboard sharing” or “Clipboard redirection” option and toggle it off and back on
  • Update the app to the latest version — clipboard bugs are common in older versions

For other apps you’re not sure about:

  • Open Activity Monitor (search for it in Spotlight)
  • Look for unfamiliar processes. Common clipboard-blocking processes include csc_ui, vpnagentd, and CiscoAMP
  • If you identify the culprit, try quitting it (select the process and click the X button)

Fix 3: Review accessibility permissions

Some apps need Accessibility access to interact with the clipboard. If permissions get corrupted — common after macOS updates — the app can interfere with clipboard operations.

Step by step

Check and reset accessibility permissions

  1. Open System Settings → Privacy & Security → Accessibility
  2. Review the list of apps with access enabled
  3. If you see a VPN or remote desktop app listed, toggle it off, wait a few seconds, then toggle it on again
  4. If you see an app you don’t recognize or no longer use, remove it (click the minus button)
  5. Try copying and pasting again

Resetting the toggle forces macOS to re-grant the permission cleanly, which often fixes permission corruption that built up over time or through OS updates.

Fix 4: Restart your Mac

If nothing else works, restart. This clears every running process, resets all clipboard locks, and gives macOS a fresh start.

Go to Apple menu → Restart. After your Mac boots back up, test copy and paste before opening the VPN or remote desktop app. If it works before those apps launch and breaks after, you’ve confirmed the cause.

If the problem persists even after a clean restart with no third-party apps running, there may be a deeper system issue. Try resetting the NVRAM (hold ⌘⌥PR during startup on Intel Macs) or booting into Safe Mode to rule out login items.

How to prevent it from happening again

Once you’ve identified the app causing the problem, here are ways to keep it from recurring:

  • Keep the offending app updated — clipboard bugs are frequently fixed in updates for VPN and remote desktop software
  • Disconnect when not in use — if your VPN only needs to be active during certain tasks, disconnect it when you’re doing local work
  • Ask IT about clipboard policies — many DLP restrictions can be relaxed for clipboard access without compromising security
  • Use a clipboard manager — some clipboard managers can work around minor clipboard conflicts by using alternative pasteboard APIs
Tip

QuietClip monitors the macOS pasteboard continuously and stores copies locally. In some cases, it can preserve clipboard history even when other apps briefly interrupt clipboard access — because it captures items the moment they hit the pasteboard, before another app can block them.

If you’re regularly hitting clipboard issues because of enterprise software, it’s worth having a clipboard manager running as a safety net. Even if the error appears, your recent copies may already be saved.

Next step

Don't let clipboard errors lose your work.

QuietClip saves everything you copy the instant it hits the clipboard — text, images, files. If something goes wrong, your history is still there. Free to start, $8.99 once for Pro.

Download QuietClip Free

Frequently asked questions

What does 'Sorry, no manipulations with clipboard allowed' mean?
It means another application is blocking your clipboard access. This is typically caused by VPN software (like Cisco AnyConnect), remote desktop apps, or security tools that restrict clipboard operations for data loss prevention.
Does killall pboard fix the clipboard error?
In many cases, yes. Running 'killall pboard' in Terminal restarts the macOS clipboard server and clears whatever was blocking it. If the error returns, the underlying cause is likely a running app that needs to be updated or reconfigured.
Can Cisco AnyConnect cause clipboard problems on Mac?
Yes. Cisco AnyConnect and similar VPN clients can block clipboard access as a security feature, especially when connected to a corporate network. Disconnecting from the VPN or adjusting its clipboard policy (if your IT admin allows it) typically resolves the issue.
Will restarting my Mac fix the clipboard error?
A restart fixes the error in most cases because it clears the clipboard server and resets all app permissions. However, if the cause is a login item (like a VPN that launches at startup), the error may return after the app reconnects.

Try QuietClip free

A privacy-first clipboard manager for macOS. Your data stays on your device, always.

Download for macOS

Related reads