Windows
Method 1: Command Line
- Press Win + R, type "cmd" and press Enter
- Type "ipconfig" and press Enter
- Find "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 IPv4 address
macOS
Method 1: Command Line
- Open Terminal (Applications > Utilities > Terminal)
- Type "ifconfig | grep inet" and press Enter
- Find the IP address next to "inet" (usually starts 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
- Click Network
- Select your active connection and view 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 "Network & Internet" or "Connections"
- Tap "Wi-Fi"
- Tap the gear icon next to your connected network
- 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 Settings app
- Tap "Wi-Fi"
- Tap the (i) icon next to your connected network
- IP address is displayed under "IP Address"
What Is a Local IP Address?
A local IP address (also called private IP or private IP address) is assigned by your router to devices within your internal 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 local network | Visible on the internet |
| Assigned by | Your router (DHCP) | Internet Service Provider (ISP) |
| Example | 192.168.1.100 | 203.0.113.50 |
To find your public IP address, you can use our homepage tool to automatically detect and display your public IPv4 and IPv6 addresses.
Check public IP address