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: Oldest
  1. 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.

  2. 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

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.