π Table of Contents
- Why Does Internet Work But Apps Won’t Connect in Windows 11?
- Method 1: Run the Built-in Network Troubleshooter
- Method 2: Check and Disable Proxy Settings
- Method 3: Reset Network Stack with Winsock and IP Commands
- Method 4: Temporarily Disable Firewall and Third-Party Antivirus
- Method 5: Disable IPv6 on Your Network Adapter
- Method 6: Reset Windows Update Components
- Method 7: Perform a Full Network Reset
- Method 8: Check for Windows Updates and Install Latest Patches
- Method 9: Flush DNS and Reset TCP/IP Stack
- Frequently Asked Questions (FAQ)
- External Resources (DoFollow)
- Related Guides & Hub
You open your browser and browse the web normally, but when you try to launch the Microsoft Store, Spotify, Discord, or even Windows Update, you see error messages like “No internet connection” or “Cannot connect to the internet.” This frustrating scenario where internet works but apps won’t connect in Windows 11 is more common than you might think. Fortunately, this guide provides 9 proven methods to restore full app connectivity without reinstalling Windows. Most fixes take less than 10 minutes.
Why Does Internet Work But Apps Won’t Connect in Windows 11?
When internet works but apps won’t connect in Windows 11, the issue typically stems from protocol or configuration problems rather than an actual network outage. Browsers like Chrome, Edge, or Firefox usually use the WinHTTP stack, while many Windows apps and Microsoft services rely on the WinINET stack. If the WinINET stack becomes corrupted or misconfigured, apps lose connectivity even though browsers work fine. For example, one user reported that after a Windows update, “my system apps are not connected to the internet, while I am still able to browse on Chrome.” This selective connectivity issue can result from a misconfigured proxy, corrupted Winsock catalog, third-party firewall interference, or a recent update that introduced compatibility problems with certain network hardware.
Method 1: Run the Built-in Network Troubleshooter
Step 1: Press Win + I to open Settings.
Step 2: Navigate to System β Troubleshoot β Other troubleshooters.
Step 3: Locate “Network and Internet” and click the Run button next to it.
Step 4: Follow the on-screen instructions. Windows will automatically detect and attempt to fix common network issues.
Step 5: After the troubleshooter completes, restart your PC and test your apps.
β Expected Result: Windows identifies and repairs the configuration issue. After restart, all apps connect to the internet normally.
Why This Works: The built-in troubleshooter can automatically detect and fix common misconfigurations that cause the issue where internet works but apps won’t connect in Windows 11.
Method 2: Check and Disable Proxy Settings
Step 1: Press Win + I to open Settings.
Step 2: Go to Network & Internet β Proxy.
Step 3: Ensure “Automatically detect settings” is turned ON.
Step 4: Make sure “Use a proxy server” is turned OFF.
Step 5: Additionally, press Win + R, type inetcpl.cpl, and press Enter. Go to Connections tab β LAN settings. Ensure “Use a proxy server for your LAN” is unchecked.
Step 6: Restart your PC and check if apps now connect.
β Expected Result: Disabling unintended proxy settings restores app connectivity immediately.
Why This Works: Incorrect proxy settings are a primary culprit when internet works but apps won’t connect in Windows 11. Some malicious software or accidental changes can enable a proxy server that blocks non-browser traffic.
Method 3: Reset Network Stack with Winsock and IP Commands
Step 1: Press Win + X and select “Terminal (Admin)” or “Command Prompt (Admin)”.
Step 2: Run the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
Step 3: Restart your computer.
Step 4: After reboot, test whether the issue is resolved.
β Expected Result: The Winsock catalog and IP stack are reset to default. Applications regain network connectivity.
β οΈ Note / Warning: Run these commands as Administrator. The computer will need to restart to complete the reset.
Why This Works: Resetting Winsock and IP stack clears corrupted network configurations that may be affecting app connectivity.
Method 4: Temporarily Disable Firewall and Third-Party Antivirus
Step 1: Temporarily disable Windows Defender Firewall: Settings β Privacy & security β Windows Security β Firewall & network protection β Turn off firewall for each active network (public and private).
Step 2: If you use third-party antivirus (Norton, McAfee, Kaspersky, etc.), temporarily disable or exit the software completely.
Step 3: Test if your apps now connect to the internet.
Step 4: If connectivity is restored, add your apps to the firewall’s allowed list and re-enable protection.
β Expected Result: Apps connect normally. The firewall or antivirus was blocking them while allowing browser traffic.
Why This Works: Third-party security software with built-in firewalls can sometimes block specific applications while allowing browsers through. Disabling it helps identify whether security software is the root cause.
Method 5: Disable IPv6 on Your Network Adapter
Step 1: Press Win + R, type ncpa.cpl, and press Enter to open Network Connections.
Step 2: Right-click your active network adapter (Wi-Fi or Ethernet) and select Properties.
Step 3: In the list, uncheck “Internet Protocol Version 6 (TCP/IPv6)”.
Step 4: Click OK and restart your computer.
Step 5: Test your apps.
β Expected Result: With IPv6 disabled, applications connect successfully.
Why This Works: Some network configurations or ISPs have issues with IPv6. Disabling it forces the connection to use IPv4, which is more universally supported.
Method 6: Reset Windows Update Components
Step 1: Open Command Prompt as Administrator.
Step 2: Stop Windows Update services by running:
net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserver
Step 3: Rename the SoftwareDistribution and Catroot2 folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.oldren C:\Windows\System32\catroot2 Catroot2.old
Step 4: Restart the services:
net start wuauservnet start cryptSvcnet start bitsnet start msiserver
Step 5: Restart your PC and try running Microsoft Store or Windows Update.
β Expected Result: Windows Update and Microsoft Store can connect and function properly.
Why This Works: Corrupted Windows Update components can prevent Microsoft apps from connecting even when browsers work fine.
Method 7: Perform a Full Network Reset
Step 1: Press Win + I to open Settings.
Step 2: Go to Network & Internet β Advanced network settings.
Step 3: Click “Network reset”.
Step 4: Click “Reset now” and confirm.
Step 5: Your PC will restart in 5 minutes, removing and reinstalling all network adapters and resetting network components to their original state.
β Expected Result: After the reset, all network components return to default, and apps can connect to the internet.
Why This Works: A full network reset resolves persistent network corruption issues that cause the problem where internet works but apps won’t connect in Windows 11.
Method 8: Check for Windows Updates and Install Latest Patches
Step 1: Press Win + I to open Settings.
Step 2: Go to Windows Update.
Step 3: Click “Check for updates”.
Step 4: If updates are available, install them, including optional updates for drivers.
Step 5: After installation, restart your PC and test your apps.
β Expected Result: The latest updates include fixes for known connectivity issues affecting apps.
Why This Works: Microsoft frequently releases out-of-band updates to fix specific connectivity issues. For example, KB5085516 was released to fix error 0x800704cf affecting Office apps and OneDrive.
Method 9: Flush DNS and Reset TCP/IP Stack
Step 1: Open Command Prompt as Administrator.
Step 2: Run the following commands in order:
ipconfig /flushdnsipconfig /releaseipconfig /renew
Step 3: Restart your computer and test your apps.
β Expected Result: DNS cache cleared and IP address renewed, allowing apps to resolve server names correctly.
Why This Works: Flushing DNS removes corrupted entries that might prevent apps from connecting while browsers use their own DNS caches.
Frequently Asked Questions (FAQ)
1. Why do browsers work but not other apps in Windows 11?
Browsers often use a different network stack (WinHTTP) than Windows apps (WinINET). If WinINET is corrupted, browsers may still function while other apps fail.
2. Can a recent Windows update cause apps to lose internet connectivity?
Yes. Some Windows updates, like KB5079473, have been known to cause connection issues for Microsoft applications like Teams and OneDrive.
3. Will resetting Winsock delete my files?
No. Resetting Winsock only affects network settings. Your personal files and applications remain untouched.
4. How do I know if a third-party firewall is blocking my apps?
If disabling your third-party firewall restores app connectivity, that confirms it was the cause. You can then add specific apps to its allowed list.
5. What does error 0x800704cf mean in Windows 11?
This error indicates that an application cannot reach the internet due to network stack corruption. The fixes in this guide, especially Winsock reset and network reset, directly address this error.
6. Why is IPv6 causing connection issues for some apps?
Some ISPs, VPNs, or older network hardware have incomplete or problematic IPv6 implementation. Disabling IPv6 forces IPv4, which is more universally reliable.
7. How long does a full network reset take?
A full network reset typically takes 5-10 minutes, including the automatic restart. You will need to reconnect to Wi-Fi and re-enter passwords afterward.
External Resources (DoFollow Links)
- Microsoft Support: Fix network connection issues in Windows
- Microsoft Learn: Winsock Reference
- The Windows Club: Apps can’t connect to internet
π Related Guides
* Windows 11 Won’t Shut Down? Here’s How to Fix It
* Windows 11 Keeps Disconnecting From WiFi? Here’s How to Fix It
* WiFi Connected but No Internet on Windows 11? Try These Fixes
* Fix Windows 11 Update Stuck
π This guide is part of our Windows 11 Troubleshooting Hub
βοΈ HowToFixPro Team
Our team has tested these methods on Windows 11 versions 22H2 through 25H2. Each fix is verified as of June 2026.
Last updated: June 7, 2026