Copy-paste stops working on Windows 7

129,850

Solution 1

A bit late, but hopefully this can still help someone.

I have this exact same problem as well, on Windows 7 64-bit too. For me, I just found out it was caused by Outlook 2007.

You can find out which application is keeping a lock on the clipboard by running David Candy's app: http://windowsxp.mvps.org/temp/GetOpenClipboardWindow.zip

This gives you the PID which has the lock.

Solution 2

Got another solution from the Microsoft Forum Thread

The solution worked for me is

Go to Start (Start/Run); Type the following in the search box: cmd /c “echo off | clip” then hit Enter.

Solution 3

Piggie-backing on what SSilk said in his answer, try to turn off Notepad++ if it's open. In my case too, it was interfering with the clipboard on a Windows Server 2012 R2 machine.

Worked great for me. Turns out Notepad++ had the clipboard locked. Possibly because I tried to copy a huge amount of data into it a few minutes ago (300+MB). If the clipboard is locked, it will give you the PID of the locking process. If you can't find that in normal task manager, as per the program's suggestion, open System Information (Start->Run->msinfo32), that has a more complete list of running tasks. It pointed me to Notepad++ and when I went there, NPP was behaving a little strangely (couldn't type in all open files, etc). I closed it and the clipboard freed up. – SSilk Mar 30 at 16:29

Solution 4

I had this problem on a remote desktop connection. Even after trying @Ludovic's solution (Copy-paste stops working on Windows 7) it did not go away.

What worked for me was opening task manager and killing a process called RDP Clipboard manager

Solution 5

If you have Skype installed, then you will have to disable keyboard shortcuts in Skype. To do that, open Skype > Tools > Options > Advanced > Disable Keyboard shortcuts or Just Disable Ignore call Option as it uses the key bind "Control + C" which conflicts with Windows' copy to clipboard.

Share:
129,850

Related videos on Youtube

earlyadopter
Author by

earlyadopter

Updated on September 17, 2022

Comments

  • earlyadopter
    earlyadopter over 1 year

    Copy-paste functionality stops working after about an hour after each reboot on a Windows 7 64-bit system. Running Google Chrome (with gmail and few other tabs open like Calendar, Reader), MS Outlook (which I don't think has anything to do with the problem — I saw it when outlook was off as well), iTunes (9.1.1.12 if it matters).

    Would appreciate hints where and what for to look in a registry, and ideas for possible fix.

    That is not an Internet Explorer problem (I don't even run it) — it happens in all applications.

    Neither Ctrl-C/Ctrl-V nor context menu right-click Copy-Paste (actually, nothing happens on Copy, so there is nothing in a clipboard to Paste) are working. Drag-and-Drop (where supported) continues working though.

    • Kishan Vaishnani
      Kishan Vaishnani almost 14 years
      My personal experience with this is that it was a misbehaving application that was causing this. I don't recall now but I think even if the application was closed, the problem persisted and required a reboot. Check what tasks you have scheduled if any (eg, with "Autorun"), what processes you are running (eg, with "Process Explorer"). As drJames mentions below, run an antivirus scan.
    • Admin
      Admin over 11 years
      Do you guys have a RAM cleaner of some sort? Check if it has a "clean clipboard" setting, try removing it then see what happens.
    • Tomas
      Tomas almost 8 years
      For Windows XP see superuser.com/q/18814/93604, the solution is the same.
  • Plutext
    Plutext almost 12 years
    Running that program helped me; it said "successfully opened and closed the clipboard", and after that, paste is working again :-)
  • vonbrand
    vonbrand about 11 years
    The question isn't about Skype, why do you bring it up? Also, please try to write complete English sentences, your text is hard to read.
  • Arjun Patel
    Arjun Patel almost 11 years
    I have the same problem and downloaded that software but said everything is fine!!! man copy paste is not working, even if use right pop-menu !
  • John Odom
    John Odom over 9 years
    It is weird that even though it said that everything is fine, it fixed the clipboard for me...I wish I knew which application caused my issue so I could file a complaint, :P.
  • Housy
    Housy over 8 years
    TeamViewer was the badass for me
  • dingx
    dingx almost 8 years
    Hi, the app said everything is fine, but still paste does not work.
  • Wayne Lo
    Wayne Lo over 7 years
    Every once a while my clipboard will paste some ridiculous string no matter what I copy. The only solution was log off and log back in. Very annoying when I have many windows open and lots of activities are ongoing. But this program really work.
  • Jaikumar Ganesan
    Jaikumar Ganesan over 7 years
    Just another update: since posting and answering this question, I still occasionally have clipboard failures, and these days it's usually due to have a VNC client window open (i.e. I'm connected to another computer through VNC). If I leave the client open my clipboard starts misbehaving after a while, and as soon as a close it it starts working again (no need to kill anything through task manager). So that's another quick one to check.
  • The Beast
    The Beast about 7 years
    @Ludovic Aelbrecht I closed all office tools: Outlook,Skype,Word and using the App it did not show any program that is causing this. Please do you have any other suggestions ? Thanks
  • The Beast
    The Beast over 6 years
    Didn't work for me :p !
  • Philip Ngai
    Philip Ngai over 2 years
    Thank you, this fixed my problem!