Windows
Method 1: Command Line
- Press Win + R, type "cmd" and press Enter
- Type "ipconfig" and press Enter
- Look for "IPv4 Address" under your active network adapter
C:\> ipconfig
Wireless LAN adapter Wi-Fi:
IPv4 Address. . . . . . . : 192.168.1.100
Subnet Mask . . . . . . . : 255.255.255.0
Default Gateway . . . . . : 192.168.1.1Method 2: Settings
- Open Settings > Network & Internet
- Click on your network connection (Wi-Fi or Ethernet)
- Scroll down to find your IPv4 address
macOS
Method 1: Command Line
- Open Terminal (Applications > Utilities > Terminal)
- Type "ifconfig | grep inet" and press Enter
- Look for the IP address next to "inet" (usually starting with 192.168 or 10.)
$ ifconfig | grep inet
inet 192.168.1.105 netmask 0xffffff00 broadcast 192.168.1.255Method 2: Settings
- Click Apple menu > System Settings (or System Preferences)
- Click Network
- Select your active connection and view the IP address
Linux
Method 1: Command Line
Open Terminal and use one of the following commands:
# Modern method (recommended)
$ ip addr show
inet 192.168.1.110/24 brd 192.168.1.255 scope global# Quick one-liner
$ hostname -I
192.168.1.110# Legacy method
$ ifconfig
eth0: inet 192.168.1.110 netmask 255.255.255.0Android
- Open Settings
- Tap on "Network & Internet" or "Connections"
- Tap on "Wi-Fi"
- Tap the gear icon next to your connected network
- Your IP address will be displayed under "IP address"
Tip: The exact path may vary slightly depending on your Android version and device manufacturer.
iOS (iPhone/iPad)
- Open the Settings app
- Tap on "Wi-Fi"
- Tap the (i) icon next to your connected network
- Your IP address is shown under "IP Address"
What is a Local IP Address?
A local IP address (also called private or internal IP) is assigned to your device by your router within your local network. It allows devices on the same network to communicate with each other. Common local IP ranges include:
- 192.168.x.x - Most common for home networks
- 10.x.x.x - Often used in larger networks
- 172.16.x.x - 172.31.x.x - Corporate networks
Local IP vs Public IP
| Local IP | Public IP | |
|---|---|---|
| Visibility | Only within your network | Visible on the internet |
| Assigned by | Your router (DHCP) | Your ISP |
| Example | 192.168.1.100 | 203.0.113.50 |
To find your public IP address, you can use our homepage tool which automatically detects and displays your public IPv4 and IPv6 addresses.
Check your public IP address