Your IP address is a unique numerical label assigned to your device on a computer network that uses the Internet Protocol for communication. Finding it is straightforward and depends on whether you're looking for your public (external) IP or your private (internal) IP.
Understanding IP Addresses
There are two main types of IP addresses relevant to your device:
- Private IP Address: This is the address assigned to your device within your local network (e.g., your home or office network). Devices on the same local network use these addresses to communicate with each other. Your router typically assigns these.
- Public IP Address: This is the address that identifies your network to the outside world, specifically to the internet. All devices on your local network share the same public IP address when communicating with servers outside your network. Your Internet Service Provider (ISP) assigns this to your router.
Finding Your Public IP Address
To find your public IP address, which is the address your network presents to the internet, the easiest method is to use an online service.
- Open a web browser.
- Go to a dedicated "What is my IP address" website or simply type "What is my IP address?" into a search engine like Google or Bing.
- The website or search results will prominently display your public IP address.
- Example: You can use a reputable service such as WhatIsMyIP.com.
Finding Your Private IP Address
Your private IP address identifies your device within your local network. The steps to find it vary slightly depending on your operating system.
On Windows
To find your device's private IPv4 address on a Windows computer:
- Select Start > Settings > Network & internet > Wi-Fi.
- Then, select the Wi-Fi network you're currently connected to.
- Under Properties, look for your IP address listed next to IPv4 address.
Alternatively, using Command Prompt or PowerShell:
- Press
Windows key + R
, typecmd
(orpowershell
) and pressEnter
. - In the command prompt window, type
ipconfig
and pressEnter
. - Look for your active network adapter (e.g., "Wireless LAN adapter Wi-Fi") and find the IPv4 Address.
On macOS
- Click the Apple menu in the top-left corner and select System Settings (or System Preferences on older versions).
- Click on Network in the sidebar.
- Select your active connection (e.g., Wi-Fi or Ethernet).
- Your IP address will be displayed beneath the connection status, or you may need to click Details (or Advanced on older versions) to see more information.
On Linux
You can use the terminal to find your IP address on Linux:
- Open the Terminal application.
- Type
ip addr
orifconfig
(ififconfig
is installed) and pressEnter
. - Look for your active network interface (e.g.,
eth0
for wired,wlan0
for wireless) and find theinet
address.
On Mobile Devices (iOS/Android)
- iOS (iPhone/iPad):
- Go to Settings > Wi-Fi.
- Tap the "i" icon next to the Wi-Fi network you are connected to.
- Your IP address will be listed under the IP Address field.
- Android:
- Go to Settings > Network & internet > Wi-Fi.
- Tap on the Wi-Fi network you are connected to.
- Depending on your Android version, you may need to tap Advanced or scroll down to see your IP address.
Quick Reference Table
Operating System | Method to Find Private IP Address | Method to Find Public IP Address |
---|---|---|
Windows | Settings > Network & internet > Wi-Fi > Connected network > IPv4 address (or ipconfig in Command Prompt) |
Use an online "What is my IP" website |
macOS | System Settings > Network > Active connection | Use an online "What is my IP" website |
Linux | Terminal (ip addr or ifconfig ) |
Use an online "What is my IP" website |
iOS/Android | Settings > Wi-Fi > Tap connected network | Use an online "What is my IP" website |