Is there any fix to Microsoft Update KB5002914?

Policarpo Renteria 15 Reputation points
2026-09-09T22:20:31.8233333+00:00

When KB5002914 gets installed it disables Ctl-C Ctl-V (Copy - Paste) in Excel 2016.

Is there any fix to Microsoft Update KB5002914?

Microsoft 365 and Office | Excel | For business | Windows

Answer recommended by moderator
EmilyS_726 29,115 Reputation points Volunteer Moderator
2026-09-18T16:43:07.3+00:00

Just to follow up -

Microsoft has released a corrective update.

For Excel 2016, KB5002665, released September 16, 2026, specifically fixes the known KB5002914 issue that caused certain paste operations to fail silently.

https://support.microsoft.com/en-us/servicing/office/hotfix/excel/5002665

One caveat: Microsoft says paste operations may still fail in workbooks containing conditional formatting. So this is a confirmed fix for the original issue, but not yet a complete resolution of every paste failure scenario.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

6 additional answers

Sort by: Newest
  1. Yusuf KAYA 0 Reputation points
    2026-09-16T13:01:46.1966667+00:00

    The issue is resolved if you remove the KB associated with the command and restart.

    If the command does not work:

    "C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE16\Oarpmany.exe" /removereleaseinpatch "{90160000-0011-0000-0000-0000000FF1CE}" "{9C029E7A-4A4A-409D-B5C6-F40BAA71A090}" "1055" "0"

    First, use this command set to find the Excel paths:

    Get-ItemProperty `

    "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall*" |

    Where-Object {

    $_.DisplayName -like "*KB5002914*"
    

    } |

    Select-Object DisplayName, UninstallString |

    Format-Table -Wrap -AutoSize

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

  2. Kurt_Q 5 Reputation points
    2026-09-13T02:48:21.7+00:00

    Now the Copy - Paste problem has FIXED by ver.17932.20996C2R, just check for Office Update to get it

    Was this answer helpful?

    3 people found this answer helpful.

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Scott Alber 0 Reputation points
    2026-09-12T02:46:35.9433333+00:00

    This from Google AI worked for me on Windows 11 for my 2016 Excel. From Start menu, Run CMD. After CMD window opens copy and paste what is below and then hit enter.

    "C:\Program Files\Common Files\Microsoft Shared\OFFICE16\Oarpmany.exe" /removereleaseinpatch "{90160000-0012-0000-1000-0000000FF1CE}" "{27882596-A8ED-4382-9C71-6CD2DD19F732}" "1033" "0"

    When finished reboot computer. You may want to disable updates so Microsoft doesn't "fix" Excel again.

    Was this answer helpful?

    20+ people 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.