• To find IP address on Windows 11, open Settings > Network & internet > Wi-Fi.
  • Then select the wireless properties settings and confirm your IP next to “IPv4 address.”
  • Alternatively, open Command Prompt and run the “ipconfig” command to find the IP.
  • Or, in PowerShell, run the “Get-NetIPConfiguration -detailed” command to find the IP.

On Windows 11, you can find your computer’s IP address using different tools like the Settings app, Command Prompt, and PowerShell, and in this guide, you will learn how to find this configuration, including for your internet connection.

Although it doesn’t often happen, you might have to know the IP address of your computer or the address that connects you to the internet. For example, knowing your LAN (local area network) address comes in handy to configure file sharing, troubleshoot networking problems, or connect with other devices in the network. On the other hand, knowing the WAN (wide area network) address can help troubleshoot internet issues, configure external access, and more.

Whatever the reason might be, Windows 11 offers multiple ways to find the IP address of your computer, router, or internet using the Settings app, Command Prompt, PowerShell, and even your browser.

This guide will teach you how to find your external and local IP addresses on Windows 11.

  • Find your computer’s IP address on Windows 11
  • Find your internet IP address on Windows 11

Find your computer’s IP address on Windows 11

On Windows 11, you can find your computer’s TCP/IP address in many ways using commands or the Settings app.

Check IP from Command Prompt (CMD) method

To find the IP address on Windows 11 with CMD, use these steps:

  • Open Start.
  • Search for Command Prompt and click the top result to open the app.
  • Type the following command to find your IP address on Windows 11 and press Enter:
  • ipconfig
  • Confirm the IPv4 and IPv6 (if applicable) addresses.

Once you complete the steps, the TCP/IP address configuration will be displayed under the active adapter name, such as “Ethernet adapter Ethernet” or “Wireless LAN adapter Wi-Fi.”

Open Start.

Search for Command Prompt and click the top result to open the app.

Type the following command to find your IP address on Windows 11 and press Enter:

ipconfig

Confirm the IPv4 and IPv6 (if applicable) addresses.

The “Default Gateway” information would be the router’s IP address.

Check IP from PowerShell method

To find your IP address with PowerShell commands, use these steps:

  • Open Start.
  • Search for Command Prompt and click the top result to open the app.
  • Type the following command to find your Windows 11 IP address and press Enter:
  • Get-NetIPConfiguration -detailed
  • Confirm the IPv4Address and IPv6LinkLocalAddress (if applicable) addresses.

After you complete the steps, the network settings will appear for each active adapter.

Type the following command to find your Windows 11 IP address and press Enter:

Get-NetIPConfiguration -detailed

Confirm the IPv4Address and IPv6LinkLocalAddress (if applicable) addresses.

The “IPv4DefaultGateway” shows the address of your local network router.

Check IP from Settings app method

To see your IP address configuration from the Settings app, use these steps:

  • Open Settings.
  • Click on Network & internet.
  • Click the Ethernet or Wi-Fi tab.
  • Select the wireless properties setting (if applicable).
  • Confirm the IP address configuration at the bottom of the page.

Once you complete the steps, you will know your computer’s local IP (versions 4 and 6) address. However, the adapter properties don’t show the Default Gateway, DNS, or DHCP server addresses.

Open Settings.

Click on Network & internet.

Click the Ethernet or Wi-Fi tab.

Select the wireless properties setting (if applicable).

Confirm the IP address configuration at the bottom of the page.

Check full IP configuration

To view the full IP configuration on Windows 11, use these steps:

  • Open Settings.
  • Click on Network & internet.
  • Click the “Advanced network settings” tab.
  • Under the “More settings” section, click the “Hardware and connection properties” setting.
  • Confirm the IP address (versions 4 and 6) of your computer.

After you complete the steps, the Settings app will show all the adapters’ complete network configurations, including Wi-Fi and Ethernet.

Click the “Advanced network settings” tab.

Under the “More settings” section, click the “Hardware and connection properties” setting.

Confirm the IP address (versions 4 and 6) of your computer.

The “IPv4 default gateway” shows the address of your local network router.

Find your internet IP address on Windows 11

The WAN (external or public) IP address configuration is different from the LAN (local) IP address. The local address is the configuration assigned by the router (or DHCP server) to allow the computer to connect with other devices in the local network. On the other hand, the external address is assigned by your internet provider to the router to provide internet connectivity in your location.

In addition to searching for “What’s my IP” on Google or Bing, there are multiple methods to find your external (or public) IP address using the web browser and Command Prompt.

Check IP from Web browser method

To find your internet IP address on Windows 11, use these steps:

  • Open Edge, Chrome, or Firefox.
  • Type the following command in the address bar and press Enter:
  • ifconfig.me
  • Under the “Your Connection” section, confirm your external IP address.

Once you complete the steps, you will know your internet provider’s public IP address assigned to your location.

Open Edge, Chrome, or Firefox.

Type the following command in the address bar and press Enter:

ifconfig.me

Under the “Your Connection” section, confirm your external IP address.

Check IP from Command Prompt method

To find your public IP address with Command Prompt, use these steps:

  • Open Start.
  • Search for Command Prompt and click the top result to open the app.
  • Type the following command to find the internal IP address configuration and press Enter:
  • nslookup myip.opendns.com. resolver1.opendns.com
  • Confirm your external IP address.

After you complete the steps, the external IP address will be listed under the “Non-authoritative answer” section.

Type the following command to find the internal IP address configuration and press Enter:

nslookup myip.opendns.com. resolver1.opendns.com

Confirm your external IP address.