Windows 11 Firewall Blocking Internet – 8 Fixes (2026)

🔨 Tested & Verified Fix Guide · 2026

Internet suddenly stopped after a Windows update? Browser blocked but other apps work? Firewall is almost certainly the cause. Here are 8 tested fixes to restore full internet access.

📅 March 14, 2026⏱ 7 min read 💻 All Windows 11 Versions✅ Tested on Real Devices
💬 Firewall-blocked internet has a very specific pattern: internet works on one browser but not another, or stops completely right after a Windows update, or works fine until you install a new antivirus. The firewall is adding blocking rules silently. The fastest fix: one command in CMD. The permanent fix: reset firewall to defaults. Both take under 2 minutes. — Bharat Choudhary, FixTechUSA  ·  Windows Networking Specialist
❌ Signs Firewall Is Blocking Your Internet:
🛡
Internet blocked — Specific apps or all browsers cannot connect
Started after Windows update  ·  One browser works, other doesn’t  ·  Apps cannot reach internet
Firewall Blocking
Windows Defender Firewall blocking internet in Windows 11 happens when firewall rules prevent browsers or applications from sending outbound traffic. Windows updates commonly add new blocking rules, third-party antiviruses create conflicting firewall configurations, or custom rules accumulate over time and start blocking legitimate traffic. The reset command in Fix 2 clears all custom rules instantly — safe to run and restores internet without disabling protection.
🔎 Quick Diagnosis — Is Firewall Your Problem?
✅ Internet works with firewall OFF?Confirmed: firewall blocking. Fix 2 (reset firewall) is your permanent solution.
❌ Still blocked with firewall OFF?Not a firewall issue. Check proxy settings or DNS — see related articles below.
✅ Only specific browser is blocked?App-level rule. Fix 3 (allow browser through firewall) is the targeted fix.
❌ Started after installing antivirus?Third-party firewall conflict. Fix 6 (remove third-party firewall) is priority.

🔍 Why Does Windows Firewall Block Internet in Windows 11?

🔧
Windows update rules — Update added blocking rules for browsers or adapters
🐛
Malware rules — Virus added outbound block rules to prevent cleanup
🛡
Third-party conflict — Antivirus firewall conflicting with Windows Defender
🖥
Corrupted rules — Firewall rule database corrupted by incomplete update
💾
App-specific block — Specific browser or app blocked by name in firewall rules
🔌
Profile mismatch — Network on wrong profile (Public vs Private) with different rules
🔧 8 Fixes — Start From #1
1

Test by Temporarily Disabling Firewall

⏱ 1 min  |  🟢 Easy  |  Confirm firewall is the cause

Before applying any fix, confirm that the firewall is actually the cause. This takes 60 seconds and tells you exactly where to focus.

  1. Press Win + IPrivacy & SecurityWindows Security
  2. Click Firewall & network protection
  3. Click on your active network (Private or Public)
  4. Toggle Windows Defender Firewall to OFF
  5. Test internet immediately
  6. If internet works → firewall confirmed as cause → proceed to Fix 2
  7. Re-enable firewall immediately after testing
⚠️Keep firewall off for maximum 5 minutes during testing only. Re-enable as soon as testing is complete. Never leave it permanently disabled.
2

Reset Windows Firewall to Defaults — Best Fix

⏱ 1 min  |  🟢 Easy  |  Removes all custom blocking rules instantly

This is the most effective fix. It removes all custom rules accumulated from Windows updates, app installs, and corrupted configurations — restoring factory firewall rules that allow normal internet traffic.

// Admin Command Prompt — resets ALL firewall rules netsh advfirewall reset

After running → restart PC → test internet. Firewall stays enabled and protecting — only custom rules are removed.

This is completely safe. Windows’ default firewall rules allow all normal internet traffic. Only custom rules that may be blocking legitimate connections are removed.
📌If you had custom firewall rules for business software or game servers, you will need to re-add them after this reset.
3

Allow Browser or App Through Firewall

⏱ 2 min  |  🟢 Easy  |  Fixes specific app blockage without full reset

If only a specific browser or application is blocked, add it as an allowed app rather than resetting all rules.

  1. Open Windows SecurityFirewall & network protection
  2. Click Allow an app through firewall
  3. Click Change settings
  4. Find your browser (Chrome, Edge, Firefox) in the list
  5. Check both Private and Public checkboxes
  6. If not listed → click Allow another app → browse to browser .exe file
  7. Click OK → test internet
// Allow Chrome via CMD (fastest method) netsh advfirewall firewall add rule name=”Chrome” dir=out action=allow program=”C:\Program Files\Google\Chrome\Application\chrome.exe” enable=yes
For Microsoft Edge use: C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
4

Restore Default Firewall Rules via GUI

⏱ 1 min  |  🟢 Easy  |  GUI alternative to command line reset

Windows 11 has a built-in GUI option to restore all firewall rules to Microsoft defaults — same as the CMD command but via the Settings interface.

  1. Open Windows SecurityFirewall & network protection
  2. Scroll down and click Restore firewalls to default
  3. Click Restore defaults → confirm
  4. Restart PC → test internet
📌This does the same thing as netsh advfirewall reset but without needing to open Command Prompt. Use whichever is more comfortable.
5

Check Outbound Rules Blocking Internet

⏱ 5 min  |  🟡 Medium  |  Find and delete specific blocking rules

Windows Firewall’s advanced interface shows all rules including hidden outbound blocking rules that the basic interface does not display.

  1. Press Win + R → type wf.msc → Enter
  2. Click Outbound Rules in left panel
  3. Click Action column header to sort by action
  4. Look for any rules showing Block (red circle) for your browser or generic internet rules
  5. Right-click any suspicious Block rule → Delete or Disable
  6. Also click Inbound Rules and repeat
Malware commonly adds outbound block rules with names like “chrome”, “firefox”, or “iexplore” to prevent you from accessing security or update sites. If you find these, run a full malware scan after deleting them.
6

Remove Third-Party Firewall Conflicts

⏱ 5 min  |  🟡 Medium  |  Critical if antivirus is installed

When a third-party antivirus is installed alongside Windows Defender, both firewalls can conflict and block traffic neither one is intended to block.

  1. Open your antivirus → find Firewall or Network Protection settings
  2. Temporarily disable the antivirus firewall (not the entire antivirus)
  3. Test internet → if works → add browser to antivirus firewall exceptions
  4. If antivirus has no exception option: consider switching to Windows Defender only

To fully remove a third-party firewall:

  1. Press Win + IApps → find your antivirus → Uninstall
  2. Use the antivirus vendor’s removal tool for complete cleanup
  3. Restart PC → Windows Defender activates automatically
⚠️Completely uninstalling antivirus leaves you temporarily unprotected. Windows Defender will activate automatically after uninstall, but run a scan immediately after reinstalling or switching.
7

Reset TCP/IP Stack and Winsock

⏱ 3 min  |  🟡 Medium  |  Clears residual routing blocks

After removing firewall rules, TCP/IP and Winsock can retain cached routing blocks. A reset clears these completely.

// Admin Command Prompt netsh int ip reset
netsh winsock reset
ipconfig /flushdns

Restart PC → test internet.

8

Run Internet Connections Troubleshooter

⏱ 2 min  |  🟢 Easy  |  Auto-detects firewall rule conflicts

Windows 11’s troubleshooter specifically checks for firewall misconfiguration and can automatically restore broken rules.

  1. Press Win + ISystemTroubleshootOther troubleshooters
  2. Click Run next to Internet Connections
  3. Apply all recommended fixes → Restart PC
The troubleshooter specifically checks for common firewall misconfigurations and can restore missing allow rules for browsers and Windows Update without a full reset.
#FixLevelTimeBest For
1Test by Disabling FirewallEasy1 minConfirm firewall is the cause
2Reset Firewall via CMDEasy1 minAll custom blocking rules — best fix
3Allow App Through FirewallEasy2 minSpecific browser blocked
4Restore Defaults via GUIEasy1 minGUI alternative to CMD reset
5Check Outbound RulesMedium5 minMalware or hidden block rules
6Remove Third-Party FirewallMedium5 minAntivirus firewall conflict
7Reset TCP/IP + WinsockMedium3 minResidual routing blocks
8Internet TroubleshooterEasy2 minAuto-detect and fix

❓ Frequently Asked Questions

How do I know if Windows Firewall is blocking my internet?
Temporarily disable Windows Defender Firewall in Windows Security settings. If internet works immediately with firewall off, it is confirmed as the cause. Other signs: internet works on one browser but not another, specific websites are blocked, or internet stopped after a Windows update. Once confirmed, run netsh advfirewall reset in admin Command Prompt to restore all rules to safe defaults.
How do I reset Windows Firewall in Windows 11?
Open Command Prompt as administrator and run netsh advfirewall reset. This removes all custom rules and restores Microsoft default rules that allow normal internet traffic. Alternatively go to Windows Security, Firewall and network protection, scroll down and click Restore firewalls to default. Both methods restore full internet access while keeping the firewall active and protecting your PC.
Can Windows Firewall block internet after an update?
Yes — commonly. Windows updates sometimes add overly restrictive firewall rules that block legitimate browser or app traffic. Running netsh advfirewall reset immediately after an update that blocked internet removes these rules. This is one of the most common causes of sudden internet blockage in Windows 11.
Is it safe to reset Windows Firewall rules?
Yes. The default Windows Firewall rules allow all normal internet traffic while protecting against unauthorized inbound connections. Resetting removes only custom rules you or other software added. Your PC remains protected because the default rules are still active. The only thing you lose is any custom rules you had added manually for specific ports or applications.
Can antivirus cause Windows Firewall to block internet?
Yes. Third-party antivirus products install their own firewall that can conflict with Windows Defender Firewall. When both are active simultaneously, they can create contradicting rules that block traffic. Temporarily disabling the antivirus firewall confirms if it is the cause. Adding your browser to the antivirus exceptions list resolves the conflict without uninstalling the antivirus.

✅ Bottom Line

Windows Firewall blocking internet is almost always caused by custom rules from Windows updates or third-party antivirus conflicts. The fastest fix: Fix 2 — run netsh advfirewall reset in admin Command Prompt. This single command removes all blocking rules and restores full internet in under 60 seconds while keeping your PC protected. Your internet connection is fine — the firewall just needs a clean start.


👤 Bharat Choudhary — Windows Networking Specialist
Tech troubleshooting researcher at FixTechUSA. Firewall fixes tested across Windows 11 with Windows Defender and third-party antivirus combinations including Avast, Kaspersky, and Malwarebytes.
✅ Real device tested  ·  📄 Microsoft docs verified  ·  🕒 Updated March 2026  ·  🎓 5+ years experience

Tags

windows 11 firewall blocking internetwindows defender firewall blocking internet netsh advfirewall reset windows 11reset windows firewall windows 11 allow browser through firewall windows 11third party firewall conflict windows 11 firewall blocking internet fix 2026outbound rules blocking internet windows 11

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top