Locating the IP address on a Windows 10 machine is a fundamental skill for troubleshooting network issues, securing your connection, or setting up services like remote access. Whether you are trying to diagnose a connectivity problem or configure port forwarding on your router, understanding how to find this information is essential. This guide provides clear, step-by-step instructions to help you locate both your local and external IP addresses.
Understanding Internal and External IPs
Before diving into the methods, it is important to distinguish between the two types of addresses you might be looking for. The local IP address, also known as the private IP, is used to identify your device within your home or office network. This address is typically assigned by your router and is not directly accessible from the internet. The external IP address, or public IP, is the identifier assigned by your internet service provider (ISP) that represents your network to the wider internet. Knowing which one you need dictates which method you should use.
Using the Settings App
The modern Windows interface provides a straightforward way to view network information without opening a command prompt. This method is ideal for users who prefer a graphical interface over typing commands. The settings menu organizes your network details in a readable format, making it easy to verify your current connection status.
Step-by-step Guide
Open the Start menu and click on the Settings gear icon.
Navigate to Network & Internet, then select either Wi-Fi or Ethernet depending on your connection type.
Your current IP address will be listed next to "Properties" under the connection status.
Command Prompt and PowerShell
For users who prefer speed or need to retrieve this information remotely, the command line remains the most efficient tool. Both Command Prompt and PowerShell utilize the same `ipconfig` command to display network configuration data. This method provides the quickest way to access detailed information about all your network adapters simultaneously.
Executing the Command
Press Windows Key + X and select Windows Terminal (Admin) or Command Prompt.
Type ipconfig and press Enter.
Look for the "IPv4 Address" under the connection heading for your active network.
Finding Your Public IP Address
While the local IP is useful for managing your internal network, the public IP is what the outside world sees. You cannot find this address using the ipconfig command on Windows because it is assigned by your ISP. Instead, you must query an external server designed to echo back your public-facing address.
Alternative Verification Methods
Open your web browser and search for "What is my IP?" The search engine result will display your public IP.
Visit dedicated sites like WhatIsMyIP.com or IPify for instant results.
Check your router's admin panel, which usually displays the WAN IP address on the status page.
Troubleshooting Missing Information
Occasionally, users may find that their IP address is not listed or shows an error such as "No internet access." This usually indicates a misconfiguration or a problem with the router's DHCP service. Before panicking, try restarting your modem and router, as this refreshes the IP lease from the ISP.