Excel 2016 / 2019 — Copy & Paste Broken After September 2026 Update

Excel 2016 — Copy & Paste Broken After September 2026 Update
Known Issue Workaround Available KB-GS-2026-091 · Office 2016

Excel 2016 — Copy & Paste Broken After September 2026 Update

Microsoft update KB5002914 (released September 9, 2026) breaks standard paste in Excel 2016. Only Paste Special → Values continues to work. Office 2016 is end-of-life and will not receive an official fix.

September 9, 2026
KB5002914
16.0.5569.1003
Excel 2016 only
None (EOL)
Available
  • Ctrl+C appears to work — marching ants border appears — but Ctrl+V does nothing
  • Right-click → Paste also fails — the menu option is present but does nothing
  • Standard paste fails even on a fresh blank workbook — not file-specific
  • Paste Special → Values works correctly as a temporary workaround

Update KB5002914 modifies how Excel 2016 handles its internal rich clipboard format (Biff/XLSX on clipboard). The standard Paste command relies on this format; Paste Special bypasses it by reading plain text directly from the Windows clipboard. Since Office 2016 reached end-of-life on October 14, 2025, Microsoft will not release a patch.

Uninstall KB5002914

Determine your Office installation type first — the uninstall method differs.

How to check: Open Excel → File → Account → About Excel. If the version block says “Click-to-Run”, use that tab below. No label means MSI.
1

Open Installed Updates

Navigate to Control Panel → Programs → View installed updates

2

Find and uninstall KB5002914

Search for KB5002914 in the search box. Right-click → Uninstall. Restart when prompted.

No uninstall button? Run this command as Administrator instead:
CMD — Run as Administrator
wusa /uninstall /kb:5002914 /quiet /norestart
3

Block the update from reinstalling

Download and run Microsoft’s “Show or Hide Updates” tool, then hide KB5002914.

PowerShell — verify removal
Get-HotFix | Where-Object {$_.HotFixID -eq "KB5002914"}

No output = successfully removed. Restart Excel and test paste.

1

Confirm the affected build

File → Account → About Excel should show version 16.0.5569.1003. Click-to-Run cannot uninstall individual updates — you must roll back the entire Office version.

2

Roll back to the previous build

Close all Office applications, then run from an elevated Command Prompt:

CMD — Run as Administrator
rem Navigate to the Click-to-Run client folder
cd "C:\Program Files\Common Files\Microsoft Shared\ClickToRun"

rem Roll back to build 16.0.5563.1000 (pre-September 9)
OfficeC2RClient.exe /update user updatetoversion=16.0.5563.1000
3

Freeze automatic updates

To prevent Office from updating itself back to the broken build:

CMD — Run as Administrator
OfficeC2RClient.exe /blockuninstall

Or disable automatic updates via File → Account → Update Options → Disable Updates.


Use Paste Special → Values while the fix is applied

Instead of Ctrl+V, use:

Ctrl + Alt + V  → select Values → OK

Or right-click the destination cell → Paste Special → Values.

⚠️

Office 2016 is fully end-of-life

Microsoft ended all support for Office 2016 on October 14, 2025. We recommend planning migration to Microsoft 365 Apps or Office LTSC 2021 to avoid recurring breakage.

Published by Genie Support · lior@genie.co.il
Last updated: September 10, 2026 · Article KB-GS-2026-091

Genie Support

Leave a Reply

Your email address will not be published. Required fields are marked *