How to Fix Slow Internet After Windows Update — 7 Fixes That Work
Windows Updates occasionally introduce network driver issues, reset settings, or enable bandwidth-consuming background processes that slow your internet. Test your speed at instantspeedtest.net/ before and after each fix to confirm improvement.
Post-Windows-Update Slow Internet Causes and Fixes
| Cause | Fix |
|---|---|
| Network adapter driver reset to generic | Device Manager → update or roll back network adapter driver |
| Windows Update still downloading in background | Settings → Windows Update → Pause updates; check Task Manager for svchost bandwidth |
| Delivery Optimization sharing updates | Settings → Windows Update → Advanced → Delivery Optimization → disable or limit upload |
| TCP settings reset to defaults | Admin CMD: netsh int tcp set global autotuninglevel=normal |
| DNS cache cleared by update | Admin CMD: ipconfig /flushdns; set DNS to 1.1.1.1 |
| Windows Firewall rules changed | Check if firewall is blocking your browser or apps |
| VPN/security software incompatibility | Update VPN and antivirus software to post-update versions |
Windows Delivery Optimization — The Silent Upload Consumer
Windows 10 and 11 include Delivery Optimization which uses your connection to share Windows Update files with other PCs on the internet — like BitTorrent for updates. After a major update, your PC may upload update files to Microsoft’s CDN peers, consuming upload bandwidth without notification. Disable or limit it: Settings → Windows Update → Advanced Options → Delivery Optimization → Allow downloads from other PCs → toggle off (or restrict to “Devices on my local network only”). Check Task Manager → App History or Performance → Ethernet/WiFi to confirm upload usage drops after the change. See our guide on Windows 11 internet speed.
Related Guides
- Fix Slow Internet on Windows 11
- Internet Fast But Pages Slow
- Best DNS Servers
- Fix WiFi No Internet
- Fix Slow Ethernet
- Throughput vs Bandwidth
Frequently Asked Questions
Why does rolling back the network driver fix internet speed after updates?
Windows Updates sometimes replace manufacturer-optimized network drivers with generic Windows drivers. Generic drivers lack hardware-specific optimizations — they work, but often at reduced efficiency (lower throughput, higher CPU usage for the same bandwidth). Rolling back to the previous driver restores manufacturer settings. Access rollback: Device Manager → Network Adapters → right-click adapter → Properties → Driver tab → Roll Back Driver. If rollback is unavailable, download the latest driver directly from your motherboard or laptop manufacturer’s support page.
Does resetting TCP auto-tuning help after Windows Update?
In specific cases yes — Windows Updates have historically changed TCP auto-tuning to “disabled” or “restricted” which reduces throughput on high-speed connections. The normal setting: admin CMD → netsh int tcp show global → check “Receive Window Auto-Tuning Level” shows “normal.” If it shows “disabled,” run netsh int tcp set global autotuninglevel=normal and restart. This is more relevant for 100+ Mbps connections where the tuning difference is measurable.