Excel 2016 Update Windows on 9 Sep 2026

Suradej 10 Reputation points
2026-09-09T08:00:29.33+00:00

An issue with Excel 2016 occurred after the Windows update on September 9, 2026: copying and pasting failed to produce any result.

Microsoft 365 and Office | Excel | For business | Windows

Answer recommended by moderator
EmilyS_726 29,285 Reputation points Volunteer Moderator
2026-09-18T16:33:58.1733333+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

5 additional answers

Sort by: Newest
  1. Brian Dalipsingh 0 Reputation points
    2026-09-13T04:11:29.2666667+00:00

    For 32-bit version of Office 2016 on Windows 11, this worked for me.

    & “C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE16\Oarpmany.exe” /removereleaseinpatch “{90160000-002A-0000-1000-0000000FF1CE}” “{9C029E7A-4A4A-409D-B5C6-F40BAA71A090}” ‘1036’ “0”

    If that doesn't work, regedit, search 5002914 and you'll find office GUID and patch GUID.

    Plug them into this format and you'll be good to go:

    "C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Oarpmany.exe" /removereleaseinpatch "{Office_GUID}" "{Patch_GUID}" "1033" "0"

    God Bless.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Günter Born 49,461 Reputation points
    2026-09-10T09:15:10.1466667+00:00

    The copy & paste issues occurs on msi and c2r installs, affecting Excel in MS Office 2016 up to 2024 - as readers reported. Uninstall KB5002914 (on MSI installs) or downgrade the Office build (using xml or gpo) works also. See also my blog post for further details:

    Microsoft Office: September 8, 2026 Update causes (Excel) copy & paste issue

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. Martin Guillou 0 Reputation points
    2026-09-10T08:41:10.71+00:00

    KB 5002914 identified.

    To uninstall it in PowerShell:

    & “C:\Program Files\Common Files\Microsoft Shared\OFFICE16\Oarpmany.exe” /removereleaseinpatch “{90160000-0012-0000-1000-0000000FF1CE}” “{27882596-A8ED-4382-9C71-6CD2DD19F732}” ‘1036’ “0”

    This worked for me; copy-and-paste is working again.

    Win11 - Office 16

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments

  4. Patana Tanyapongprat 5 Reputation points
    2026-09-10T03:34:10.5466667+00:00

    Yes, KB5002914 is the update causing this, and you are right that it applies to classic MSI installations. My affected machines are Office Standard 2016 64-bit, MSI-based, installed under C:\Program Files\Microsoft Office\Office16.

    The symptom is a crash rather than a silent failure. Excel terminates and relaunches quickly enough that it looks as though Ctrl+V simply did nothing. The Application event log shows:

    Faulting application name: EXCEL.EXE, version 16.0.5569.1003

    Faulting module name: EXCEL.EXE, version 16.0.5569.1003

    Exception code: 0xc0000005

    Fault offset: 0x00000000000f854a

    It reproduces in a brand new blank workbook: type values into A1:A3, copy them, then paste into C1.

    I was able to rule out the usual causes. It happens in a new blank workbook, so it is not file corruption. It happens under a freshly created Windows user account, so it is not the profile. It came straight back after a full reinstall of Office, because Windows Update reapplied the update. Word pastes normally on the same machine, so the Windows clipboard itself is fine. I see it on both Windows 10 22H2 and Windows 11 25H2, across several machines. Everything worked normally the day before the update installed.

    The timing is unambiguous: the update installed on the morning of 9 September 2026 and the crashes started immediately.

    Is this a known issue, and is a corrected update expected? I can provide a crash dump if that would help.

    Was this answer helpful?

    10+ 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.