Your cart is currently empty!
How to disable TCP/IPv6 (IPv6) on Windows 11
IPv6 is the next-generation internet protocol, but not every network or device plays nice with it yet. If you’re having connectivity issues, or you just need to turn it off for troubleshooting, here’s how you can quickly disable IPv6 (TCP/IPv6) on your Windows 11 PC.
Method 1: Disable IPv6 via Network Adapter Settings
- Open Settings
PressWindows + I
to open the Settings app. - Go to Network & Internet
Select Network & Internet from the sidebar. - Open Advanced Network Settings
Scroll down and click Advanced network settings. - Select Your Network Adapter
Under “Related settings,” click More network adapter options. This opens the Control Panel window. - Open Adapter Properties
Right-click your active network connection (Wi-Fi or Ethernet) and choose Properties. - Uncheck Internet Protocol Version 6 (TCP/IPv6)
In the list, find Internet Protocol Version 6 (TCP/IPv6) and uncheck the box next to it. - Click OK
Click OK to save your changes. - Restart Your Computer
For best results, reboot your PC.
Method 2: Disable IPv6 Using PowerShell (Advanced)
If you prefer using commands, PowerShell makes it even faster:
- Open PowerShell as Administrator
Search for “PowerShell” in the Start menu, right-click it, and select Run as administrator. - Run This Command:
Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6
- This command disables IPv6 on all network adapters.
- To disable IPv6 on a specific adapter, replace
*
with the adapter’s name.
- Restart Your Computer
Restart to apply the changes.
Quick Note
- Disabling IPv6 may be required for older software, VPNs, or some routers.
- Only disable IPv6 if you have a specific reason—most home users can leave it on.
That’s it. IPv6 will now be disabled on your Windows 11 PC. If you want to enable it again, just follow the same steps and re-check the IPv6 box, or run:
Enable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6
Still having issues?
Leave a comment below and I’ll try to help!
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!