Forum Discussion
After the Windows 11 25H2 update, I can t use any internet-connected software other than the browser
After updating to Windows 10 version 25H2, the system indicates that the network connection is working normally, but only the browser can access the internet; all other software that requires an internet connection is unusable. A technician came to troubleshoot the issue and ruled out problems with the Ethernet cable and the external network, concluding that it is a system failure. I have tried running System Restore, but it did not resolve the issue. Is this a problem with the 25H2 update? How can I fix it?
4 Replies
- suryanandikollaCopper Contributor
If you or someone else is experiencing this behavior after the update, here are the most effective, structured solutions ordered from the easiest "reset" to deeper systemic fixes.
Solution 1: Reset the Windows Network Stack (The Most Likely Fix)
Because browsers work but other apps do not, the network communication layer (Winsock) used by desktop software is likely jammed or corrupted. Resetting it forces Windows to rebuild the catalog of how apps communicate with the internet.
Right-click the Start Menu and select Terminal (Admin) or Command Prompt (Admin).
Type the following commands one by one, pressing Enter after each:
netsh winsock reset (Resets the application internet communication layer)
netsh int ip reset (Rebuilds the internet protocol configuration)
ipconfig /flushdns (Purges the cached server address memory)
Restart your computer immediately to let the reset take effect.
Solution 2: Perform an Official Network Reset
If manual commands don't work, Windows has a built-in "nuclear option" for network components that strips out all network adapters, clears memory, and installs clean default versions.
Open Settings (Win + I) and navigate to Network & Internet.
Scroll down to the bottom and click on Advanced network settings.
Under More settings, click on Network reset.
Click Reset now and confirm. Your computer will automatically reboot in about 5 minutes. (Note: You will need to re-enter your Wi-Fi passwords after this).
Solution 3: Reset Windows Defender Firewall to Default
Sometimes a major update rewrites security rules, accidentally trapping background applications in a "blocked" state while allowing browsers to pass through standard web ports.
Open the Start menu, type Windows Defender Firewall, and hit Enter.
In the left-hand menu, click on Restore defaults.
Click the Restore defaults button and confirm. (This forces Windows to prompt you with "Allow this app through the firewall" notifications again when you launch your background software, unblocking them).
Solution 4: Clean Repair System Files via DISM and SFC
If the 25H2 installation process left behind corrupted core files that handle underlying internet services, forcing Windows to verify its own code signature against official Microsoft servers can heal the damage.
Open Command Prompt (Admin).
Run this command first to verify your system image against Microsoft's online repository:
DOSDISM.exe /Online /Cleanup-image /Restorehealth
Restart your PC if any repairs were made.
Solution 5: Roll Back the Update (The Safe Fallback)
Because this is an Insider build (specifically marked as 25H2 in the forum), it contains experimental code. If none of the configurations fix the network stack, the code itself is fundamentally incompatible with your machine's hardware configuration.
Go to Settings > Windows Update > Advanced options > Recovery.
Find the Go back option under Previous version of Windows and select it to safely return to your pre-update state.
- MariuszWicikCopper Contributor
To rzeczywiście może być efekt aktualizacji 25H2 — zdarza się, że po niej uszkadzają się składniki sieciowe Windows.
Typowy objaw: przeglądarka działa, ale inne aplikacje nie mają internetu.
To oznacza problem z Winsock, zaporą, proxy albo sterownikami sieciowymi.
Spróbuj po kolei:
1. Reset stosu sieciowego (najczęściej pomaga)
Uruchom CMD jako administrator i wpisz:
Kod
Netsh Winsock reset
Netsh Intune IP Reset
ipconfig /flushdns
Zrestartuj komputer.
2. Sprawdź, czy nie działa VPN / proxy / antywirus
Wyłącz wszystko, co może przechwytywać ruch:
VPN
Proxy
Antywirusy firm trzecich
Zapora innego producenta
3. Reset sieci w Windows
Ustawienia → Sieć i Internet → Zaawansowane ustawienia sieci → Reset sieci
Po restrzycie system odbuduje sterowniki.
4. SFC + DISM (naprawa uszkodzonych składników)
W CMD jako administrator:
Kod
SFC /scannow
dism /online /cleanup-image /restorehealth
5. Sterowniki sieciowe
W Menedżerze urządzeń:
odinstaluj kartę sieciową,
zaznacz "Usuń oprogramowanie sterownika",
zrestartuj komputer (Windows zainstaluje sterownik ponownie).
6. Jeśli problem zaczął się po aktualizacji 25H2
Czasem kolejna aktualizacja lub ponowna instalacja tej samej poprawki naprawia uszkodzone składniki sieciowe.
Dlaczego przeglądarka działa, a reszta nie?
Bo przeglądarki mają własne mechanizmy sieciowe i potrafią omijać część błędów Winsock/HTTP/Proxy.
A aplikacje korzystają z systemowego stosu sieciowego — i to właśnie on jest uszkodzony.
- Hellen-CharlessBrass Contributor
Yes it may be caused by the Windows 10 25H2 update corrupting network settings. Since browsers work but other apps do not the issue is likely related to Winsock, firewall, proxy or network drivers.
Try these quick fixes:
Open Command Prompt as Administrator and run:
netsh winsock reset
netsh int ip reset
ipconfig and flushdns
Restart the PC afterward.
Turn OFF any VPN, proxy or third party antivirus and firewall.
Go to:
Settings Network & Internet Advanced network settings Network resetRun:
sfc and scannow
DISM, Online,Cleanup Image and RestoreHealth
If the problem started right after 25H2 rolling back the update may also fix it.
- YTheoiIron Contributor
Corrupted or incompatible network drivers after the update.
Firewall or security software blocking non-browser traffic.
Misconfigured network settings or DNS issues.
A bug introduced in the 25H2 update affecting network services.