Issue with Excel 2016 - copy and paste cells

Elisabetta Storelli 20 Reputation points
2026-09-09T12:06:30.7466667+00:00

Hi,

I have a issue on a PC where Microsoft Office 2016 is installed. From today, then I try to copy and a paste a cell, it doesn't work. If I try to copy text from Word to Excel, it works. So, the issue is linked only to copy a cell and paste it. I've already tried to run excel in safe mode, restart the PC, re-install Excel but nothing works.

Some advices?

Kind regards,
Betta

Microsoft 365 and Office | Excel | For business | Windows

9 answers

Sort by: Most helpful
  1. Roland 5 Reputation points
    2026-09-10T07:50:47.88+00:00

    Of course, this is about the KB5002914 update. While it can easily be uninstalled on Windows 10, it's not possible on Windows 11. The workaround is to copy the excel.exe file from a Windows 10 machine that has either uninstalled this update or from any Windows 10 or 11 computer that hasn't downloaded it yet. Then, you need to replace the original .exe file on the affected computer. Just to be safe, pause updates for two weeks. This method works.

    Was this answer helpful?

    10+ people found this answer helpful.

  2. MGmirkin 0 Reputation points
    2026-09-10T00:11:06.2433333+00:00

    It's likely KB5002914 Excel security update. It broke copy/paste in Excel, and also select+drag to fill/extend [which I use all the time at work, so having it "break" for no good reason was a real bummer today, and had to spend several hours diagnosing and trying to figure out WTF happened].

    Suspected an update broke shit, and lo and behold, after rolling back to a restore point and show/hide-ing KB5002914 [using the old deprecated show/hide tool to hide it], and installing the rest of the updates that were queue'd [without re-installing the busted one], the problem is resolved.

    They need to fix KB5002914, the Excel "security" patch.

    And, of course, in M$'s infinite wisdom you can no longer just "uninstall" the patch from the "uninstall updates" screen, like you used to be able to, due to their seeming insistence that "every [update] is sacred." So, it seems like a rollback / hide / rerun all the other updates was the only obvious fix I could find in short order to get back up and running and finish my work. Maybe someone has some more technical way to nix it without having to do the rollback / hide / re-update rigamarole? Dunno.

    Hopefully they make patching it a priority, since they broke it.

    Was this answer helpful?

    10+ people found this answer helpful.

  3. Abrar Razi 0 Reputation points
    2026-09-11T07:05:23.9733333+00:00

    Pepaire is not working, even i reinstalled after one day same issue. So please run this command to removed that causing update :

    Open cmd run as administrator and run the below command
    "C:\Program Files\Common Files\Microsoft Shared\OFFICE16\Oarpmany.exe" /removereleaseinpatch "{90160000-0012-0000-1000-0000000FF1CE}" "{27882596-A8ED-4382-9C71-6CD2DD19F732}" "1033" "0"

    Was this answer helpful?

    4 people found this answer helpful.

  4. Elisabetta Storelli 20 Reputation points
    2026-09-09T12:17:24.7733333+00:00

    After new tests, I've seen that ONLY the copy/paste action made by CTRL+C / CTRL+V is not working... Some advices?

    Was this answer helpful?

    2 people found this answer helpful.

  5. AI answer

    2026-09-09T12:06:48.1033333+00:00

    Try these checks in order:

    1. Make sure both workbooks are open in the same Excel instance. If one workbook is opened in a second Excel window/instance, Excel can fall back to the Windows Paste Special behavior and Excel cell paste options will not work correctly between workbooks.
    2. Verify that Paste Options is enabled:
      • Go to File > Options > Advanced.
      • Under Cut, copy and paste, confirm Show Paste Options button when content is pasted is checked.
    3. Since Safe Mode did not help, check whether Excel events are being cleared by workbook code:
      • A Worksheet_SelectionChange event can clear the clipboard and disable Paste Special.
      • If this workbook contains VBA/event code, set Application.EnableEvents to False and test again.
    4. Close all web browsers completely and test copy/paste again. Browser conflicts are documented as a cause of Paste Special problems.
    5. If the problem occurs only when pasting between two Excel windows, open both files in the same Excel instance and retry.
    6. If this PC is on Excel 2016 version 16.0.4229.1002 preview, there is a known bug where sheet copy/move behaves incorrectly. The documented fix is:
      • Uninstall the preview Office build from Control Panel > Program and Features.
      • Install a released RTM version of Office.
      • Turn on automatic updates.
    7. If the issue started after a recent Office update and reinstall did not help, an Online Repair of Office is the next documented repair path.

    Because copy from Word to Excel works, the problem is likely specific to Excel’s internal copy/paste handling rather than the Windows clipboard itself.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.