How-To

Clipboard Keeps Clearing on Mac — Why It Happens and How to Fix It

Your Mac clipboard randomly empties itself and you don't know why. Here's what causes it — pboard crashes, app conflicts, remote desktop tools — and how to fix each one.

Clipboard Keeps Clearing on Mac — Why It Happens and How to Fix It
How-To | | 6 min read

You copy something. A minute later, you press ⌘V and get nothing. Or something completely different. Or the paste just fails silently. Your clipboard cleared itself and you have no idea why.

This isn’t a rare edge case. It’s a common macOS issue with several distinct causes, and each one has a different fix. Let’s figure out which one is affecting you and solve it.

Why the clipboard clears itself

The macOS clipboard is managed by a system daemon called pboard. It stores one item at a time in volatile memory. There’s no persistence, no history, and no recovery mechanism built in. When something goes wrong with pboard or anything that interacts with it, your clipboard contents simply vanish.

Here are the most common causes:

The pboard daemon crashes. The pboard process can crash or hang, especially after waking from sleep or during heavy system load. When it restarts, the clipboard is empty. This is the single most common cause of mysterious clipboard clearing.

Third-party apps clear the clipboard. Some applications actively write to or clear the clipboard as part of their operation. Password managers clear it after a timeout (intentionally). Remote desktop and VDI tools intercept clipboard operations. Some security tools wipe the clipboard periodically.

Universal Clipboard overwrites. If you have an iPhone or iPad on the same iCloud account, copying on those devices overwrites your Mac clipboard. This happens silently — it looks like your clipboard cleared, but it was actually overwritten by another device.

Memory pressure. Under extreme memory pressure, macOS can purge clipboard contents. This is rare on modern Macs with sufficient RAM, but it happens on older machines running memory-intensive applications.

Common culprits

Apps known to interfere with the clipboard

Remote desktop tools (Microsoft Remote Desktop, Citrix, VMware Horizon), VDI clients, some antivirus software, clipboard “cleaners,” and certain VPN applications can all clear or intercept clipboard operations. If your clipboard started misbehaving after installing a new app, that app is your prime suspect.

How to diagnose the issue

Before applying fixes, figure out which cause matches your situation. Here’s how:

Diagnostic steps

Find the cause of clipboard clearing

  1. Check Activity Monitor — Search for “pboard” and note if it restarts frequently (the PID changes)
  2. Open Console.app — Filter by “pboard” and look for crash or error messages
  3. Check timing — Does it happen after sleep? After switching apps? On a schedule?
  4. Review Login Items — System Settings → General → Login Items — look for remote desktop or security tools
  5. Test with other devices off — Turn off Bluetooth/Wi-Fi on other Apple devices to rule out Universal Clipboard

If the clipboard clears at regular intervals (every 30 seconds, every minute), a third-party app is almost certainly clearing it on a timer. Password managers commonly do this with copied passwords, but some security tools apply it to all clipboard contents.

If it happens only after sleep or after extended idle time, the pboard daemon is likely crashing during sleep/wake transitions.

If it happens immediately after you copy from a specific app, that app is either crashing mid-copy or has a bug in its pasteboard implementation.

If your clipboard clears at regular intervals, a third-party app is wiping it on a timer. Check your Login Items and recently installed software.

Fixes for each cause

Fix for pboard crashes:

Open Terminal and run:

killall pboard

The system restarts pboard immediately. This clears the current issue but won’t prevent future crashes. If pboard crashes repeatedly, check if a macOS update is available — Apple has fixed pboard stability issues in several point releases.

Fix for third-party app conflicts:

The process of elimination works best here:

  1. Check System Settings → General → Login Items for anything suspicious
  2. Temporarily quit apps that might interact with the clipboard — remote desktop tools, VPN clients, security software
  3. If the clipboard stops clearing, re-enable apps one at a time until you find the culprit
  4. Once identified: check the app’s settings for clipboard-related options, update to the latest version, or find an alternative

Fix for Universal Clipboard:

If other Apple devices are overwriting your Mac clipboard unexpectedly:

  • Turn off Handoff: System Settings → General → AirDrop & Handoff → disable “Allow Handoff between this Mac and your iCloud devices”
  • Or keep Handoff enabled but be aware that copying on your phone will overwrite your Mac clipboard

Fix for memory pressure:

If clipboard clearing correlates with high memory usage:

  • Close unnecessary applications
  • Check Activity Monitor for apps consuming excessive memory
  • Consider upgrading RAM if your Mac supports it
  • Restart periodically to clear memory leaks

If you’re running macOS in a virtual machine or through a remote desktop connection, clipboard behavior is managed by the virtualization layer, not macOS directly. Fixes applied inside the VM may not help — check the host application’s clipboard settings instead.

Clipboard history as insurance

Fixing the root cause is important, but even with every fix applied, the macOS clipboard is fundamentally fragile. It stores one item, in volatile memory, with no recovery mechanism.

A clipboard manager changes the equation entirely. The moment you copy something, it’s saved to disk — independent of the pboard daemon and immune to crashes, overwrites, or clearing.

Why this solves the problem

QuietClip saves items to disk the instant you copy them. If pboard crashes, if an app clears the clipboard, if Universal Clipboard overwrites your item — it doesn’t matter. Your copied text is already preserved in your history. Press ⌘⇧V and paste it from there.

This isn’t a workaround. It’s a genuine solution to the underlying architectural limitation. The clipboard was designed in an era when you’d copy one thing and immediately paste it. It was never built to be reliable storage, even for a few minutes.

With clipboard history, you no longer depend on the single-item, volatile clipboard working perfectly. You have a searchable, persistent record of everything you’ve copied — surviving crashes, restarts, and interference from other apps.

For anyone dealing with recurring clipboard clearing issues, installing a clipboard manager is the single most effective fix. Diagnose and resolve the root cause if you can, but protect yourself regardless.

Next step

Stop losing clipboard contents to crashes and conflicts.

QuietClip saves every copy to disk instantly — immune to pboard crashes, app conflicts, and Universal Clipboard overwrites. Local-only and private. Free to start, $8.99 once for Pro.

Download QuietClip Free

Frequently asked questions

Why does my Mac clipboard keep clearing itself?
Common causes include the pboard daemon crashing, third-party apps clearing the clipboard (especially remote desktop, VDI, or security tools), Universal Clipboard conflicts from other Apple devices, and memory pressure causing the system to purge clipboard data.
How do I restart the clipboard daemon on Mac?
Open Terminal and run: killall pboard. The system will restart it automatically. This often resolves temporary clipboard issues without a full restart.
Can a clipboard manager prevent clipboard data loss?
Yes. A clipboard manager like QuietClip saves items to disk the moment you copy them. Even if the clipboard daemon crashes or an app clears the clipboard, your copied data is preserved in your clipboard history and can be re-pasted.
Does Universal Clipboard cause clipboard clearing issues?
It can. When you copy something on your iPhone or iPad, it may overwrite your Mac clipboard via Universal Clipboard. This happens silently, making it look like your clipboard 'cleared' when it was actually overwritten by another device.

Try QuietClip free

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

Download for macOS

Related reads