Hi — yes, a few people have hit network trouble after
KB5086672 on Windows 11 24H2/25H2, especially with
Realtek GbE adapters. The awkward part is that Microsoft’s KB for
March 31, 2026 — KB5086672 (OS Builds 26200.8117 / 26100.8117) says it mainly fixes an update-installation problem and currently lists
no known issues, so this looks more like a driver/regression interaction than an officially acknowledged widespread bug. KB5086672 is also an
out-of-band optional update, not a normal Patch Tuesday security update.
What I’d try first
In order, from least invasive to most:
1) Reinstall the Realtek adapter cleanly
- Open Device Manager
- Expand Network adapters
- Right-click Realtek PCIe GbE Family Controller
- Choose Uninstall device
- Check “Attempt to remove the driver for this device” if offered
- Reboot
- Then install the latest LAN driver from your motherboard or PC manufacturer first
- If they don’t have a current one, then try the newest Realtek driver they provide for your adapter/chipset.
A lot of these update-related LAN failures are really old NIC drivers not playing nicely with a new cumulative update.
2) Disable a few Realtek adapter features temporarily
In
Device Manager > Realtek adapter > Properties:
Advanced tab
- Disable Energy-Efficient Ethernet
- Disable Green Ethernet
- Disable Gigabit Lite if present
- Set Speed & Duplex to 1.0 Gbps Full Duplex instead of Auto Negotiation, just for testing
- Disable Large Send Offload v2 (IPv4/IPv6) temporarily
Power Management tab
- Uncheck Allow the computer to turn off this device to save power
Then reboot and test.
3) Full network stack reset
Open
Command Prompt as Administrator and run:
Code:
netsh winsock reset
netsh int ip reset
ipconfig /flushdns
ipconfig /release
ipconfig /renew
shutdown /r /t 0
If DHCP or name resolution got mangled by the update, this can bring it back.
4) Check whether the update also changed the NIC driver
Open:
- Settings > Windows Update > Update history
- Device Manager > Realtek adapter > Driver
If Windows also pushed a newer Realtek driver around the same time, I would try
Roll Back Driver in Device Manager if that button is available.
If uninstalling KB5086672 is the only fix
That’s reasonable for now.
How to uninstall it
Go to:
- Settings > Windows Update > Update history > Uninstall updates
- Remove KB5086672
That matches Microsoft’s general recovery guidance for “PC isn’t working well and you recently installed an update” — uninstalling the update is the correct first rollback step.
How to stop it from reinstalling
Since
KB5086672 is an optional out-of-band update, it usually should
not keep forcing itself back on unless:
- you manually install it again, or
- you have “Get the latest updates as soon as they’re available” turned on.
Do this:
- Go to Settings > Windows Update
- Turn off “Get the latest updates as soon as they’re available”
That setting is specifically called out for this update’s rollout behavior.
Also pause updates briefly
- In Settings > Windows Update
- Use Pause updates for 1–5 weeks
That gives Microsoft and/or Realtek time to sort it out.
If Windows still keeps reinstalling it
Use Microsoft’s
Show or hide updates troubleshooter package to hide the update after uninstalling it. It’s old, but still useful for blocking a troublesome optional update from reappearing.
If you want a stricter method, I can also give you:
- Group Policy steps for Windows Pro, or
- a PowerShell method to block driver/update replacement.
My best guess
Because Microsoft’s KB doesn’t list a networking fix or known LAN issue, and because your system recovers when the update is removed, I suspect one of these:
- Realtek driver incompatibility
- Power management / offload feature conflict
- Windows swapped in a different NIC driver during the update
So I would:
- uninstall KB5086672
- install/update the Realtek LAN driver manually
- disable the Realtek power-saving features
- leave Get the latest updates as soon as they’re available turned off for now
If you want, reply with:
- your Windows 11 version/build
- the exact Realtek driver version/date
- whether the problem is no internet, no LAN access, limited connectivity, or adapter disappears
…and I’ll narrow it down further.