Copying and pasting through Remote Desktop is supposed to make your workflow easier, but sometimes Windows 11 decides to act stubborn. If you can’t copy text, files, or images between your local PC and the remote machine, don’t worry—this is a common RDP issue, and we can fix it with a few simple steps.
In this guide, we walk you through all the reliable methods to restore copy-paste functionality in Remote Desktop on Windows 11.
What You’ll Need
Before we start, here are a few things to keep in mind. Make sure you have Remote Desktop access on both your local and remote PCs. You’ll also need admin privileges for some steps, especially when restarting services or making system changes. Other than that, you’re good to go.
1. Restart the RDP Clipboard Process (RdpClip.exe)
The Remote Desktop clipboard service (RdpClip.exe) is often the main culprit when copy-paste stops working. Restarting it usually fixes the problem.
Here’s how to restart RdpClip.exe on the remote PC:
- Press Ctrl + Shift + Esc to open the Task Manager.
- Go to the Processes tab.
- Scroll down and look for RDP Clipboard Monitor or rdpclip.exe.
- Right-click it and choose End task.
- Now click File > Run new task in Task Manager.
- Type rdpclip.exe and press Enter to relaunch it.
After restarting the clipboard service, test copy-paste again.
2. Restart the Remote Desktop Service
Sometimes the entire Remote Desktop Service needs a quick reset.
- Press Win + R, type services.msc, and hit Enter.
- Look for Remote Desktop Services in the list.
- Right-click it and choose Restart.
If the option is greyed out, stop the service first, wait a few seconds, and then start it again.
3. Make Sure Clipboard Sharing Is Enabled in RDP Settings
If clipboard redirection is disabled, copy-paste will never work—no matter how many times we restart services.
Check on the local PC (before connecting)
- Open the Remote Desktop Connection app.
- Click Show Options.
- Go to the Local Resources tab.
- Under Local devices and resources, make sure Clipboard is checked.
If it’s unchecked, enable it and reconnect.
4. Disable and Re-Enable Clipboard Redirection via Group Policy
A Group Policy setting may be overriding your RDP configurations, especially on domain PCs.
On the remote PC:
- Press Win + R, type gpedit.msc, and press Enter.
- Navigate to:
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Device and Resource Redirection - Find the setting “Do not allow clipboard redirection.”
- Set it to Disabled or Not Configured.
Restart the PC after changing the policy.
5. Restart Windows Explorer
If Windows Explorer crashes or hangs, it can affect clipboard behavior.
- Open Task Manager.
- Find Windows Explorer.
- Right-click and choose Restart.
Try copy-paste through Remote Desktop again.
6. Clear the Clipboard History
A corrupted clipboard cache can also cause issues.
- Press Win + V.
- Click Clear all.
If clipboard history wasn’t enabled, turn it on and check if copy-paste starts working again.
7. Update Windows 11 on Both Machines
Compatibility issues or outdated components can affect Remote Desktop features.
On both local and remote PCs:
- Go to Settings > Windows Update.
- Click Check for updates.
- Install all available updates and restart the PC.
8. Use Command Prompt to Restart RDP and Clipboard Services
If you prefer a one-shot command fix, you can restart all relevant services using Command Prompt.
Open CMD as Administrator and run:
taskkill /IM rdpclip.exe /F
start rdpclip.exe
net stop TermService /y
net start TermService
Reconnect to your remote machine afterward.
9. Check for Third-Party Clipboard Managers
Apps like Ditto, ClipAngel, or cloud clipboard tools may interfere with RDP copy-paste.
Try closing or uninstalling them temporarily to see if the issue resolves.
10. Use Remote Desktop Alternative (Temporary Fix)
If you urgently need to transfer files and copy-paste still won’t work, try a quick workaround:
- Use Microsoft Remote Desktop app from the Microsoft Store
- Use OneDrive or Google Drive to move files
- Use Quick Assist for remote help sessions
- Use PowerShell Remoting for advanced users
These options can help you keep working while you troubleshoot.
Wrapping Up
Copy-paste failing in Remote Desktop is frustrating, especially when you’re in the middle of work. The good news is that the issue is usually caused by a stuck clipboard process or disabled redirection settings. By restarting RdpClip.exe, checking your RDP configurations, and reviewing Group Policy settings, you can quickly bring clipboard sharing back to life.
If none of the methods worked, updating Windows or switching to the Microsoft Store RDP app can often solve lingering issues.