Forum Discussion
After the Windows 11 25H2 update, I can t use any internet-connected software other than the browser
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.