How to Find Your iPhone IP Address (Wi-Fi and Cellular)

Your iPhone has an IP address — actually more than one — and knowing where to find it matters more than most people realize. Whether you're troubleshooting a network issue, setting up a home server, configuring a VPN, or just curious, locating your IP address on iOS is straightforward once you know where to look.

What Is an IP Address on an iPhone?

An IP address (Internet Protocol address) is a numerical label assigned to your device on a network. It's how other devices and servers know where to send data. Your iPhone typically has two types:

  • Private IP address — assigned by your router, used within your local network (home Wi-Fi, for example)
  • Public IP address — assigned by your ISP, shared across everything connected through your router to the internet

These are different numbers, and they serve different purposes. Most troubleshooting scenarios — like port forwarding, local device discovery, or network conflicts — involve the private IP. Checking your public IP matters more when dealing with VPNs, remote access, or geo-related services.

How to Find Your iPhone's Private IP Address (Wi-Fi) 📶

The most commonly needed IP address is the one assigned by your router. Here's how to find it:

  1. Open Settings
  2. Tap Wi-Fi
  3. Tap the (i) icon next to your connected network
  4. Scroll to the IPv4 Address section
  5. Your IP address is listed under IP Address

You'll typically see something like 192.168.1.x or 10.0.0.x — both are standard private IP ranges used in home and office networks.

What the Other Fields Mean

While you're on that screen, you'll also see:

FieldWhat It Is
IP AddressYour iPhone's private address on the local network
Subnet MaskDefines the network range (usually 255.255.255.0)
RouterThe IP address of your router/gateway
DNSThe server your phone uses to resolve domain names
IPv6 AddressA newer addressing format; many networks assign both

IPv6 is increasingly common. If you see a long string like 2001:0db8:85a3::8a2e:0370:7334, that's your IPv6 address — a different format designed to handle the global shortage of IPv4 addresses.

How to Find Your iPhone's IP Address Without Wi-Fi (Cellular)

When you're on cellular data, your iPhone doesn't have a traditional private IP in the same way. Your carrier assigns an IP (often a shared or carrier-grade NAT address), and there's no built-in iOS screen that cleanly displays it.

To find your current public IP on cellular — or on Wi-Fi — the most reliable method is using a browser or app:

  • Open Safari and search "what is my IP address"
  • Google displays your public IP directly in the results
  • Sites like ifconfig.me or similar tools show it in plain text

This public IP reflects what the outside world sees, not your device's internal address.

Finding Your iPhone IP Address via Router (Alternative Method)

If you need to confirm or locate your iPhone's IP from another device — useful when setting up DHCP reservations or port forwarding — log into your router's admin panel (typically at 192.168.1.1 or 192.168.0.1). Under connected devices or DHCP client list, you'll see your iPhone listed by name with its assigned IP.

This method is especially useful when:

  • You want to assign your iPhone a static local IP
  • You're configuring firewall rules that reference specific devices
  • You're managing a network with many connected devices

Static vs. Dynamic IP on iPhone 🔧

By default, your iPhone uses DHCP (Dynamic Host Configuration Protocol), meaning your router assigns it an IP automatically — and that address can change each time you reconnect.

If you need a consistent local IP (for a home media server setup, local SSH access, or network management tools), you have two options:

Option 1: Configure a static IP directly on iPhone

  • Go to Settings → Wi-Fi → tap (i) next to your network
  • Under IPv4 Address, tap Configure IP
  • Switch from Automatic to Manual
  • Enter your desired IP, subnet mask, and router address

Option 2: Set a DHCP reservation on your router

  • Reserve a specific IP for your iPhone's MAC address in your router's admin panel
  • iPhone keeps using DHCP, but always receives the same address

Both achieve the same outcome — a predictable local IP — but they work differently and have different implications depending on your network setup.

Why the "Right" IP Address Depends on Your Situation

What you actually need depends heavily on context:

  • Troubleshooting Wi-Fi issues → private IP from Settings
  • Checking VPN or geo-location behavior → public IP from a browser
  • Setting up local network services → private IP, possibly static
  • Remote access configuration → public IP, likely with dynamic DNS involved
  • Carrier or ISP support calls → they usually want your public IP

An iPhone running an older version of iOS may display this information slightly differently, and iOS updates occasionally change the layout of the Wi-Fi settings screen. The core path (Settings → Wi-Fi → network info) has remained consistent across recent versions, but the exact labels and sub-sections can shift.

The address type you need, how your network is structured, whether you're on IPv4 or IPv6, and what you're trying to accomplish with that IP — those factors together determine which method actually serves you.