How to Find Your IP Address on Windows 10

Find your IP address in Settings or with Command Prompt

What to Know

  • Go to Settings > Network & Internet. Select Ethernet or Wi-Fi. Select the network and look for IPv4 address.
  • To find your external IP address, visit WhatIsMyIP.com or look through your router.
  • Or, enter ipconfig into Command Prompt to see your private IP. Use curl ifconfig.me/ip for the public IP.

This article covers several ways to find your IP (Internet Protocol) address on a Windows 10 computer, with and without using Command Prompt.

How to Find Your IP Address in Settings

Your Windows 10 PC's IP address is your computer's identity on the network to which it's connected. There are times when you may need this address to use specific programs. Fortunately, finding your IP address on a Windows 10 PC is straightforward.

Whether you're on a wired or wireless connection, one way to see your local/private IP address is through the Settings app.

  1. Open the Start menu and search for Settings. Select it from the results.

    Opening the Settings app with Settings in search field highlighted and Settings app highlighted
  2. Select Network & Internet.

    Network & Internet highlighted in Windows 10 Settings
  3. If you have a wired connection to the internet, select Ethernet from the left menu, and then choose the network you see from the right side.

    If you're using Wi-Fi, select Wi-Fi instead, and then choose the network at the top of the window.

    Selecting connected icon with Wi-Fi and the connected icon highlighted

    Depending on your computer, the network might have a different name. If so, select the one that corresponds with your network.

  4. Scroll down to the Properties section and find the IPv4 address on this page.

    Wi-Fi IPv4 address highlighted

Find Your IP Address Using Command Prompt

Another way to find your Windows 10 IP address is to through Command Prompt, via the ipconfig command.

  1. Open an elevated Command Prompt. One way to do this is to search for Command Prompt from the Start menu. Right-click the result and choose Run as administrator.

    Opening Command Prompt as administrator with "Run as administrator" highlighted
  2. Type ipconfig and press Enter.

  3. Scroll down to the Ethernet or Wi-Fi adapter you're connected to, and look for IPv4 Address. This will display the IP address of your Windows 10 computer.

     ipconfig command with IP address highlighted

Find Your External Internet IP Address

The methods above will show you your computer's local IP address, meaning the IP address assigned to your computer by your router on your local home network. However, this isn't the IP address you're using on the internet.

Your Internet Service Provider (ISP) assigns your IP address to your router. You can obtain this external/public IP address in three ways: check your router, use a website showing you the public IP address, or enter a simple command into Command Prompt.

  1. Connect to your router as an administrator. Once logged in, look for the section containing IP address information. This differs for every router, so you might have to poke around.

    In our example, it's in the Advanced settings, in an Internet Port section.

    Netgear home router with IP address highlighted
  2. Another option is to use one of several websites that can report back to you what your IP address is. Two examples include IP Chicken and WhatIsMyIP.

    IP Chicken showing a public IP address
  3. Another method is to use Command Prompt. Enter this command to instantly see your public IP address:

    curl ifconfig.me/ip
    
    The curl Command Prompt command showing a public IP address in Windows 10
FAQ
  • How do I find my local IP address in Windows 10?

    Find your local IP address in the Windows 10 Network & Internet settings. Select either the Ethernet Connected icon or Wi-Fi Connected icon. Then, scroll to Properties and locate your IPv4 address.

  • How do I find my static IP address in Windows 10?

    If you've configured a static IP address, also known as a fixed IP address, on your Windows 10 computer, search for and select the Network and Sharing Center. Select Change Adapter Settings. Right-click on the connection icon and select Properties, then scroll down to view your IPv4 address.

  • How do I find my router's IP address in Windows 10?

    To find your router's IP address, open the Command Prompt and type ipconfig. Press Enter. Find your router's IP address next to Default Gateway. Or, head to the Control Panel > Network and Internet and select View network status and tasks. Select your connection icon > Details. Find your router's IP address next to IPv4 Default Gateway.

Was this page helpful?