askvity

How do I find IPv6?

Published in Networking Basics 2 mins read

Finding your IPv6 address depends on the operating system you're using. Here's how to find it on Windows:

Finding Your IPv6 Address on Windows

This method checks if IPv6 is enabled on your network adapter.

  1. Open the Network Connections window: Click the Windows Start menu, type ncpa.cpl, and press Enter. This opens the Network Connections window.
  2. Access Adapter Properties: In the Network Connection window, right-click on the network connection you want to check (e.g., Ethernet or Wi-Fi) and select "Properties."
  3. Verify IPv6 is Enabled: In the Networking tab, look for "Internet Protocol Version 6 (TCP/IPv6)" in the list of installed components. Make sure the box next to it is checked. If it's checked, IPv6 is enabled on that connection. If it is not checked, IPv6 is not enabled.

How to view your IPv6 address (assuming it's enabled):

  1. Open Command Prompt: Press the Windows key, type cmd, and press Enter.
  2. Run ipconfig: In the Command Prompt window, type ipconfig /all and press Enter.
  3. Locate IPv6 Address: Look for your network adapter in the output. Under the adapter's information, you'll find a section labeled "IPv6 Address" or "Temporary IPv6 Address." This is your IPv6 address. It typically starts with "2001," "2002," or "2600."

Alternative Method: Using Online Tools

You can also use online tools to detect your IPv6 address. Simply search "what is my IPv6 address" on any search engine and many websites will display your IPv6 address if you have one active. Be mindful of the site's privacy policy.

Related Articles