How to Find Your IP Address from an iPhone

Your iPhone has more than one IP address — and which one you're looking for changes everything about where to find it. Understanding the difference between your local IP address (assigned by your router) and your public IP address (assigned by your internet provider) is the starting point for any troubleshooting, network setup, or privacy-related task.

What Is an IP Address, and Why Does It Matter?

An IP address (Internet Protocol address) is a numerical label assigned to any device connected to a network. It works like a mailing address — it tells other devices and servers where to send data.

Your iPhone typically has two distinct IP addresses active at any moment:

  • Local (private) IP address — assigned by your Wi-Fi router, used only within your home or office network. Usually looks like 192.168.x.x or 10.0.x.x.
  • Public IP address — assigned by your Internet Service Provider (ISP), visible to websites and servers on the open internet. Shared by every device on your network.

These serve completely different purposes, and confusing them is one of the most common troubleshooting mistakes.

How to Find Your Local IP Address on iPhone 📱

This is the address your router assigned to your phone within your local network.

Steps:

  1. Open the Settings app
  2. Tap Wi-Fi
  3. Tap the ⓘ (info) icon next to the network you're connected to
  4. Scroll down to the IPv4 Address section
  5. Your local IP address is listed under IP Address

You'll also see related network details here, including the subnet mask and router address (your gateway). These are useful if you're manually configuring network settings or diagnosing a connection issue.

IPv4 vs. IPv6 — What You Might See

Modern iPhones support both IPv4 and IPv6. IPv4 addresses look like 192.168.1.45. IPv6 addresses are longer, using hexadecimal notation like fe80::1a2b:3c4d:5e6f:7890. Many home networks assign both simultaneously.

Address TypeFormat ExampleCommon Use
IPv4 (local)192.168.1.45Home/office networking
IPv6 (local)fe80::1a2b:3c4dModern networks, future standard
Public IPv4203.0.113.42Internet-facing identity

How to Find Your Public IP Address from iPhone

Your public IP address is not visible in iOS Settings — it doesn't live on your device in an accessible menu. This address is managed by your ISP and assigned to your router, not your iPhone directly.

Options to find it:

  • Use a browser: Open Safari and search "what is my IP address" — Google and most major search engines display it instantly at the top of results.
  • Use a dedicated website: Services like ipinfo.io or similar tools show your public IP, approximate location data, and ISP name.
  • Use Siri: Asking Siri "what's my IP address?" sometimes returns the local IP address, but this behavior can vary by iOS version and isn't reliable for public IP lookups.

Keep in mind: if you're connected to cellular data (LTE/5G) instead of Wi-Fi, the public IP shown belongs to your carrier's network infrastructure, not a home router.

When You're on Cellular vs. Wi-Fi 🔄

This distinction matters more than many users expect.

On Wi-Fi:

  • Your local IP is visible in Settings under the network info panel
  • Your public IP belongs to your home or business router
  • Multiple devices share one public IP through NAT (Network Address Translation)

On Cellular (LTE/5G):

  • There is no "local IP" in the traditional sense — your carrier handles routing
  • The IP address shown in browsers reflects your carrier's network, which may be dynamic, shared across many users, or obscured by CGNAT (Carrier-Grade NAT)
  • iOS doesn't expose cellular IP details through the standard Settings interface

Some users need this distinction for VPN configuration, remote desktop access, or security whitelisting — and the cellular vs. Wi-Fi context changes what's actually achievable.

Factors That Affect Which IP Address You Need

Not every situation calls for the same address. The relevant variables include:

  • Purpose: Port forwarding and router config require the local IP. Accessing your network remotely or verifying your VPN requires the public IP.
  • iOS version: The Settings interface has shifted across iOS versions. On older versions of iOS, network details may appear under slightly different menu paths.
  • VPN status: If a VPN is active, the IP address shown in a browser reflects the VPN server's location — not your real public IP or local address.
  • Network type: Corporate or enterprise Wi-Fi networks may use different IP ranges (like 172.16.x.x) and may restrict what information is visible.
  • Dynamic vs. static IP: Most home routers assign dynamic local IPs that can change when devices reconnect. If you need a consistent local address for a specific device, you'd configure a DHCP reservation in the router settings — not on the iPhone itself.

What the IP Address Alone Won't Tell You

Finding an IP address is straightforward. What it means in context depends heavily on what you're trying to accomplish. A local IP is only useful within the network it belongs to. A public IP can change without warning on most residential connections. And on cellular, the relationship between your device and its apparent IP address is abstracted further by carrier infrastructure.

Whether you're troubleshooting a dropped connection, setting up a home server, configuring parental controls, or verifying a VPN is working — the right IP address to look for, and what to do with it once you have it, comes down to your specific network setup and goal. 🔍