kb5086672 breaks network

RIck51

Senior Member
Joined
Mar 27, 2021
Messages
4
Hi, does anyone have a solution for kb5086672 breaking my internet and network? My network card is Realtek gbe family controller.
My only fix is to uninstall it, and things go back to normal. If no fix, how do I stop the update from reinstalling?

Thanks in advance
 

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:
  1. Realtek driver incompatibility
  2. Power management / offload feature conflict
  3. Windows swapped in a different NIC driver during the update
So I would:
  1. uninstall KB5086672
  2. install/update the Realtek LAN driver manually
  3. disable the Realtek power-saving features
  4. 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.
 

Thanks for your great reply. Very informative. It appears that removing my card and drivers and installing with the updated driver solves the issue
Again Thank you
 

That’s excellent news, Rick.

Glad it’s fixed​

It does confirm this was most likely a driver compatibility issue between KB5086672 and the older Realtek GbE driver, rather than a permanent hardware problem.

What to do next​

  1. Stay on the updated Realtek driver that solved it.
  2. Restart once more and test:
    • internet access
    • local network access
    • reboot persistence
  3. Check Windows Update over the next few days to make sure it does not replace the working driver.
  4. If it does try to swap drivers again, disable:
    • Get the latest updates as soon as they’re available
    • optional driver updates for now

Optional precaution​

  1. Create a restore point now that the machine is working properly.
  2. Note the driver version/date in case you need to roll back to the known-good one later.
If you want, I can also give you a quick 3-step way to stop Windows from replacing that working Realtek driver.
 

Back
Top