Hyper-V Default Switch No Internet? Complete Fix (2026)

Hyper-V default switch no internet fix is one of the most common searches for Windows 11 users running virtual machines that suddenly lose network connectivity. When your Hyper-V Default Switch stops providing internet access—even though it worked before—the issue often stems from DHCP failures, Internet Connection Sharing (ICS) conflicts, or Windows updates that break the virtual switch configuration. According to Superuser, Windows 10 (since 1709) and Windows 11 all have a bug where the Hyper-V Default Switch will not hand out DHCP addresses. This comprehensive Hyper-V default switch no internet fix guide covers 9 proven methods to diagnose and resolve these issues.

When you search for a Hyper-V default switch no internet fix, you are likely dealing with a VM that shows “No Internet” or “Network cable is not connected,” or a VM that cannot obtain an IP address at all. According to Microsoft Q&A, enabling Internet Connection Sharing (ICS) on the host can interfere with the functionality of the Hyper-V default switch. This Hyper-V default switch no internet fix guide walks you through every step needed to restore connectivity. Following this Hyper-V default switch no internet fix guide will help you resolve even the most stubborn network issues.

Quick Overview: The fastest way to start your Hyper-V default switch no internet fix is to restart the Internet Connection Sharing (ICS) Service. Open services.msc, find “Internet Connection Sharing (ICS),” right-click and select Restart. Then, inside your VM, open Command Prompt as Administrator and run ipconfig /release followed by ipconfig /renew. This forces the VM to request a new DHCP address. If that doesn’t work, try the other methods in this Hyper-V default switch no internet fix guide.

1. Understanding Why Hyper-V Default Switch Loses Internet

The Hyper-V Default Switch is a built-in virtual switch that uses NAT (Network Address Translation) and ICS (Internet Connection Sharing) to provide internet connectivity to virtual machines. According to Microsoft Learn, the Default Switch is created automatically when Hyper-V is installed on Windows 11 client editions. Finding a reliable Hyper-V default switch no internet fix requires understanding these root causes first.

Common causes of Default Switch internet failures include:

  • ICS Service stopped or hung: The Internet Connection Sharing service is critical for Default Switch NAT functionality. According to Superuser, Windows 10 and Windows 11 have a bug where the Default Switch will not hand out DHCP addresses until ICS is restarted.
  • DHCP failures: The VM cannot obtain an IP address from the Default Switch’s DHCP server.
  • ICS conflicts: Enabling manual ICS on the host breaks the Default Switch. According to Microsoft Q&A, you cannot have both the automated Default Switch and manual ICS active simultaneously.
  • Windows updates: According to Ubuntu Community Hub, the Default Switch is known to be quirky and Windows updates often put it in a weird state.
  • Virtual switch corruption: The Default Switch configuration can become corrupted.
  • Physical network adapter issues: The host’s physical network adapter may have driver or connectivity problems.

Understanding these root causes is the first step in any Hyper-V default switch no internet fix guide.

2. Hyper-V Default Switch No Internet Fix: Restart ICS Service

Restarting the Internet Connection Sharing (ICS) Service is the most effective Hyper-V default switch no internet fix. According to Superuser, restarting the ICS Service resolves the DHCP bug in Windows 10 and Windows 11. This Hyper-V default switch no internet fix method is quick and often resolves the issue immediately.

Step 1: Press Windows + R, type "services.msc", and press Enter
Step 2: Scroll down to find "Internet Connection Sharing (ICS)"
Step 3: Right-click on "Internet Connection Sharing (ICS)" and select "Restart"
Step 4: If the service is stopped, select "Start"
Step 5: Wait 10 seconds for the service to start
Step 6: Restart your virtual machine

Alternative: Launch Windows Sandbox
Step 7: According to Superuser, launching Windows Sandbox also triggers a restart of ICS

According to Superuser, restarting the ICS Service and then trying to get a DHCP address in the VM (ipconfig /release && ipconfig /renew) will work. This is the most reliable Hyper-V default switch no internet fix for the DHCP bug.

Outcome: The ICS Service is restarted, restoring DHCP functionality to the Default Switch.

3. Release and Renew DHCP in the Virtual Machine

After restarting ICS, you may need to force the VM to request a new IP address. According to Superuser, you should try to get a DHCP address in your Hyper-V VM using ipconfig commands. This is a critical Hyper-V default switch no internet fix step.

Step 1: Open the virtual machine
Step 2: Open Command Prompt or PowerShell as Administrator
Step 3: Release the current IP address:
    ipconfig /release
Step 4: Renew the IP address:
    ipconfig /renew
Step 5: Verify the new IP address:
    ipconfig
Step 6: Test internet connectivity:
    ping 8.8.8.8
    ping google.com

According to Microsoft Q&A, if the VM is stuck on its old network settings, releasing and renewing the IP address can force it to obtain a new configuration.

Outcome: The VM obtains a valid IP address from the Default Switch DHCP server.

4. Set Network Profile to Private

Windows firewall settings can block internet access in VMs. According to Superuser, setting all networks to private may be a valid workaround for DNS issues. This Hyper-V default switch no internet fix method addresses firewall-related blocks.

Step 1: In the virtual machine, open Settings (Windows + I)
Step 2: Go to Network & Internet
Step 3: Click on your active network (Ethernet or Wi-Fi)
Step 4: Under Network profile, select "Private"
Step 5: If you have multiple networks, repeat for each
Step 6: Restart the virtual machine

Alternative: According to Superuser, if you get a DHCP address but have trouble with DNS, you may need to allow local firewall rule merge, change your profile to private, or allow some firewall rules via GPO/MDM.

Outcome: The VM’s network profile is set to Private, allowing proper DNS resolution.

5. Remove and Recreate the Default Switch

If the Default Switch is corrupted, removing and recreating it can resolve the issue. According to TheWindowsClub, you should select the correct switch and check Hyper-V services. This Hyper-V default switch no internet fix is effective for corruption-related issues.

Step 1: Open Hyper-V Manager
Step 2: Click "Virtual Switch Manager" in the Actions pane
Step 3: Select "Default Switch" from the list
Step 4: Click "Remove" and confirm
Step 5: Close Virtual Switch Manager
Step 6: Restart your computer
Step 7: Open Hyper-V Manager again
Step 8: The Default Switch should be recreated automatically
Step 9: Connect your VM to the Default Switch
Step 10: Start the VM and test internet connectivity

According to TheWindowsClub, creating a new virtual switch can resolve network configuration errors.

Outcome: A fresh Default Switch is created, bypassing corruption in the old configuration.

6. Create an External Virtual Switch

If the Default Switch continues to fail, creating an External Virtual Switch is a reliable alternative. According to TheWindowsClub, an external network adapter that is not supported by your system can cause issues with the Default Switch. This Hyper-V default switch no internet fix bypasses the Default Switch entirely.

Step 1: Open Hyper-V Manager
Step 2: Click "Virtual Switch Manager" in the Actions pane
Step 3: Click "New virtual network switch"
Step 4: Select "External" and click "Create Virtual Switch"
Step 5: Name it "External Switch" (or any name you prefer)
Step 6: Under "External network," select your physical network adapter
    - Choose the adapter that provides internet to your host
Step 7: Check "Allow management operating system to share this network adapter"
Step 8: Click "Apply" and OK
Step 9: Open your VM's Settings
Step 10: Select the network adapter and change it to "External Switch"
Step 11: Click Apply and OK
Step 12: Start the VM and test internet connectivity

According to Microsoft Q&A, an External virtual switch that is set to External and connected to the right network card should provide internet access to the VM.

Outcome: The VM connects to the internet through an External virtual switch.

7. Verify VM Network Adapter Connection

Sometimes the VM’s network adapter is connected to the wrong switch. According to TheWindowsClub, you may not have selected the Default Switch while configuring your virtual machine. This is a simple but often overlooked Hyper-V default switch no internet fix.

Step 1: Open Hyper-V Manager
Step 2: Right-click the affected virtual machine and select Settings
Step 3: Click on the network adapter in the hardware list
Step 4: Verify the "Virtual switch" dropdown is set to "Default Switch"
Step 5: If not, select "Default Switch" from the dropdown
Step 6: Click Apply and OK
Step 7: Restart the virtual machine

According to TheWindowsClub, if you haven’t selected the Default Switch while configuring your virtual machine, you may encounter errors.

Outcome: The VM is correctly connected to the Default Switch.

8. Remove Hyper-V Extensions from the Physical Adapter

Hyper-V extensions can interfere with network connectivity. According to Microsoft Q&A, after upgrading to Windows 11, the Microsoft Azure VFP Switch Filter Extension might be causing issues. This Hyper-V default switch no internet fix addresses extension-related conflicts.

Step 1: Open Device Manager
Step 2: Expand "Network adapters"
Step 3: Right-click your physical Ethernet or Wi-Fi adapter
Step 4: Select Properties
Step 5: Go to the "Advanced" tab
Step 6: Look for any Hyper-V related extensions:
    - "Hyper-V Extensible Virtual Switch"
    - "Microsoft Azure VFP Switch Filter Extension"
Step 7: Disable these extensions if present
Step 8: Click OK
Step 9: Restart your computer

According to Microsoft Q&A, removing the Microsoft Azure VFP Switch Filter Extension resolved connectivity issues for some users.

Outcome: Problematic Hyper-V extensions are disabled, restoring connectivity.

9. Reset Windows Network Stack

A network reset can resolve underlying networking issues affecting Hyper-V. According to Microsoft Q&A, selecting Network reset under Settings > Network & Internet > Advanced network settings > Network reset is a recommended step.

Method 1: Network Reset via Settings
Step 1: Open Settings (Windows + I)
Step 2: Go to Network & Internet
Step 3: Click "Advanced network settings"
Step 4: Click "Network reset"
Step 5: Click "Reset now"
Step 6: Confirm and restart your computer

Method 2: Network Reset via Command Prompt
Step 1: Open Command Prompt or PowerShell as Administrator
Step 2: netsh winsock reset
Step 3: netsh int ip reset
Step 4: ipconfig /flushdns
Step 5: Restart your computer

According to Microsoft Q&A, this can help fix Ethernet and Hyper-V problems following Windows updates.

Outcome: Network settings are reset, resolving configuration corruption.

10. Disable and Re-enable Hyper-V

If all else fails, toggling Hyper-V off and on can reset the entire virtualization stack. According to Microsoft Q&A, you may need to remove Hyper-V components and reinstall them. This is a last-resort Hyper-V default switch no internet fix.

Step 1: Open the Start menu and search for "Turn Windows features on or off"
Step 2: Uncheck "Hyper-V" and click OK
Step 3: Restart your computer (required)
Step 4: Re-open "Turn Windows features on or off"
Step 5: Check "Hyper-V" and click OK
Step 6: Restart your computer again
Step 7: The Default Switch will be recreated automatically
Step 8: Connect your VM to the Default Switch

According to Microsoft Q&A, removing the Hyper-V Virtual Network Adapter fixed the issue for some users.

Outcome: Hyper-V and its network adapters are reset, resolving persistent issues.

11. Frequently Asked Questions

Why does my Hyper-V Default Switch have no internet?

The Default Switch loses internet connectivity due to DHCP failures, the Internet Connection Sharing (ICS) Service stopping, ICS conflicts on the host, Windows updates, or virtual switch corruption. According to Superuser, Windows 10 and Windows 11 have a bug where the Default Switch will not hand out DHCP addresses.

How do I fix Hyper-V Default Switch no internet?

Restart the Internet Connection Sharing (ICS) Service in services.msc, then release and renew the IP address in the VM with ipconfig /release and ipconfig /renew. If that doesn’t work, remove and recreate the Default Switch or create an External virtual switch. This Hyper-V default switch no internet fix guide provides all the solutions.

What is the ICS Service in Hyper-V?

Internet Connection Sharing (ICS) is a Windows service that provides NAT functionality for the Hyper-V Default Switch. According to Microsoft Q&A, enabling manual ICS on the host breaks the Default Switch.

Does Windows 11 have a Hyper-V Default Switch bug?

Yes. According to Superuser, Windows 10 (since 1709) and Windows 11 all have a bug where the Default Switch will not hand out DHCP addresses. Restarting ICS resolves the issue.

How do I create an External virtual switch in Hyper-V?

Open Hyper-V Manager → Virtual Switch Manager → New virtual network switch → External → Create → select your physical network adapter → check “Allow management operating system to share this network adapter” → Apply → OK.

Can Windows updates break the Hyper-V Default Switch?

Yes. According to Ubuntu Community Hub, the Default Switch is known to be quirky and Windows updates often put it in a weird state.

How do I release and renew DHCP in a Hyper-V VM?

Open Command Prompt as Administrator in the VM and run ipconfig /release followed by ipconfig /renew.

What is the difference between Default Switch and External Switch?

The Default Switch is an internal switch with NAT that provides internet access to VMs. An External switch bridges VMs directly to the physical network. According to TheWindowsClub, an external network adapter that is not supported can cause issues with the Default Switch.

Why is my Hyper-V VM not getting an IP address?

According to Superuser, the VM may not be getting an IP address because the Default Switch’s DHCP service is not working. Restart the ICS Service and renew the IP address.

Where can I find more Windows 11 troubleshooting help?

Explore our Windows 11 Troubleshooting Hub and guides on Hyper-V network adapter not working and Device Manager network adapter missing.

12. Conclusion

Hyper-V default switch no internet fix is an essential troubleshooting skill for anyone running virtual machines on Windows 11. This guide has covered 9 proven methods—from restarting the ICS Service and renewing DHCP to creating External virtual switches, removing Hyper-V extensions, and performing network resets. According to Superuser, Windows 10 and Windows 11 have a bug where the Hyper-V Default Switch will not hand out DHCP addresses, and restarting ICS is the most effective fix. By following this Hyper-V default switch no internet fix guide, you can restore connectivity to your virtual machines.

Start with the simplest fix — restarting the ICS Service and renewing DHCP in the VM — and escalate to more advanced solutions like recreating the Default Switch or creating an External switch only if needed.

For more Windows troubleshooting, explore our Windows 11 Troubleshooting Hub and guides on Hyper-V network adapter not working and Device Manager network adapter missing.

With the right approach from this Hyper-V default switch no internet fix guide, you can restore network connectivity to your virtual machines and keep your virtualized environment running smoothly.

For more Windows virtualization troubleshooting, explore our Windows 11 Troubleshooting Hub and guides on network performance optimization and packet loss optimization. With the right approach, you can resolve any Hyper-V Default Switch issues and keep your virtual machines connected.

Editorial Team
This article was researched and written by the HowToFixPro technical editorial team. Our team consists of Windows virtualization experts and system administrators with years of experience in Hyper-V configuration, network troubleshooting, and virtual machine management across multiple Windows versions.

Scroll to Top