How to Find Your Computer's IP Address: Simple Steps

Joe Jun 18, 2026

Every device connected to a network requires a unique identifier to communicate effectively, and your computer's IP address serves precisely this purpose. This numerical label acts as a digital address, ensuring data packets arrive at the correct destination without confusion. Understanding how to locate this identifier is essential for troubleshooting network issues, configuring security settings, or simply verifying your connection status. This guide provides clear, step-by-step instructions for finding your IP address on any major operating system.

4 Ways To Find IP Address
4 Ways To Find IP Address

Before diving into the methods, it is helpful to understand the two primary types of addresses you might be looking for. The internal IP address, often assigned by your router, is used for communication within your local network, such as your home or office. In contrast, the external IP address is the address your entire network uses to interact with the broader internet, typically assigned by your Internet Service Provider. The process for finding each type differs slightly, so identifying which one you need is the first critical step.

What Is My IP Address?
What Is My IP Address?

Finding Your IP Address on Windows

For users of Microsoft Windows, the operating system provides several straightforward graphical and command-line interfaces to retrieve network information. The most visual method involves navigating through the Settings menu, where all active network connections are displayed. Alternatively, the Command Prompt offers a quick text-based approach that is popular among IT professionals for its efficiency and scriptability.

Unraveling the Mystery of Your PC's IP Address
Unraveling the Mystery of Your PC's IP Address

Method 1: Using the Settings App

  • Open the Start menu and click on the gear icon labeled "Settings".
  • Navigate to "Network & Internet" and select "Status" from the left-hand menu.
  • Scroll down and click on "View your network properties" to expand the section.
  • Under the "Properties" section, locate the entry next to "IPv4 address" for your internal network number.
What Is an IP Address and Can It Show Where You Live?
What Is an IP Address and Can It Show Where You Live?

Method 2: Using Command Prompt

For a faster approach that also reveals the external address, the Command Prompt is unmatched. By executing a single command, you can bypass graphical interfaces and retrieve raw network data directly from the operating system. This method is particularly useful when the graphical interface is unresponsive or when you need to input the address into another tool.

  • Press Windows Key + R, type cmd, and press Enter to open the Command Prompt.
  • To find your internal address, type ipconfig and look for the "IPv4 Address" under your active connection.
  • To find your external public IP address, type curl ifconfig.me and press Enter. This command queries a dedicated website that reports the IP address seen from the internet.
How to Find Any Device's IP Address, MAC Address, and Other Network Connection Details
How to Find Any Device's IP Address, MAC Address, and Other Network Connection Details

Finding Your IP Address on macOS and Linux

Apple’s macOS and various Linux distributions share a common Unix foundation, which means they utilize a powerful command-line tool known as Terminal. While these systems also feature graphical network settings, the Terminal provides the most direct and comprehensive view of network configuration, revealing both local and external addresses with precision.

Using the Terminal

How to Find Your IP Address
How to Find Your IP Address

Regardless of whether you are using macOS or Linux, the process for retrieving your IP address via the command line is remarkably consistent. The ip command has largely replaced older tools like ifconfig due to its more intuitive syntax and detailed output. For users who prefer a more visual approach, system settings offer a similar interface to what Windows provides, though the layout may vary slightly depending on the distribution or version of macOS you are running.

  • Open the "Terminal" application.
  • To see detailed network information, including the internal IP address, type: ip addr show.
  • Look for the entry labeled inet under the active network interface (such as en0 for Wi-Fi or enp3s0 for Ethernet).
  • To check your external IP address, type: curl ifconfig.me.
How to Trace an IP Address to a PC & How to Find Your Own
How to Trace an IP Address to a PC & How to Find Your Own
How to Trace an IP Address: 12 Steps (with Pictures) - wikiHow
How to Trace an IP Address: 12 Steps (with Pictures) - wikiHow
Find a Printer's IP Address on Windows or Mac
Find a Printer's IP Address on Windows or Mac
How to Track an IP Address to Catch a Hacker
How to Track an IP Address to Catch a Hacker
What is IP Address? Explained Simply
What is IP Address? Explained Simply
Don’t Fret: Learn How to Easily Change Your IP Address With a VPN and These Other Simple Methods
Don’t Fret: Learn How to Easily Change Your IP Address With a VPN and These Other Simple Methods
Locating a Device with Grabify IP Logger: Easy Tracking Guide
Locating a Device with Grabify IP Logger: Easy Tracking Guide
How to Find Your IP Address on Windows 11
How to Find Your IP Address on Windows 11
How to Convert Any IP Address to a Hostname That Resolves Back to It
How to Convert Any IP Address to a Hostname That Resolves Back to It
How to Find Printer IP Address? Try These Ways Now! - MiniTool
How to Find Printer IP Address? Try These Ways Now! - MiniTool
How To Change Your IP Address (4 Different Ways)
How To Change Your IP Address (4 Different Ways)
the ip address sheet is shown in three different colors and sizes, including pink, blue,
the ip address sheet is shown in three different colors and sizes, including pink, blue,
a yellow sign that says what is ip address?
a yellow sign that says what is ip address?
IP Address
IP Address
How to Trace an IP Address to a PC & How to Find Your Own
How to Trace an IP Address to a PC & How to Find Your Own
What is a 169 IP address?
What is a 169 IP address?
How to Find Printer IP Address
How to Find Printer IP Address
How to Find IP Address: Windows, Mac, and Mobile Methods
How to Find IP Address: Windows, Mac, and Mobile Methods
How to Find Your Linux IP Address
How to Find Your Linux IP Address
Figuring Out Your IP Address (Tips.Net)
Figuring Out Your IP Address (Tips.Net)

Understanding the Results

Once you have executed the commands or navigated through the menus, you will be presented with a string of numbers separated by dots, such as 192.168.1.100. This is your internal IP address, and it will almost always fall within the 192.168.x.x, 10.x.x.x, or 172.16.x.x ranges. These addresses are standardized for private networks and are not routable on the public internet. Conversely, the external address retrieved via the curl command will be a completely different number assigned to your router by your ISP, and it is this address that the internet uses to identify your connection.

When You Need to Troubleshoot

Knowing your IP address is only half the battle; interpreting the results is equally important. If you are unable to connect to the network, verifying that your computer has a valid internal IP address is the first diagnostic step. A missing or invalid address, often represented as 169.254.x.x or simply "no internet," indicates a problem with the DHCP configuration or the physical connection. Furthermore, checking the external address is crucial for users hosting servers or configuring port forwarding, as it confirms that the router is properly communicating with the internet. These checks are fundamental for resolving connectivity issues efficiently.