Hamilton Insider Update English
Hamilton Journal Hamilton Insider Update
Blog Business Local Politics Tech World

Where Is My IP? Find Your Public, Private & Local IP Address

Benjamin Caleb Foster Bennett • 2026-05-05 • Reviewed by Maya Thompson

Few people think about their IP address until something stops working — whether you’re setting up a home server, troubleshooting a Wi-Fi glitch, or just curious what your internet provider sees when you go online. This guide walks you through locating your public, private, and local IP addresses on any device — no technical degree required.

Total IPv4 addresses: Approximately 4.3 billion · Common private IP range: 192.168.x.x, 10.x.x.x, 172.16.x.x · Dynamic IP change frequency: Ranges from every 24 hours to weeks, depending on ISP · Average public IPs per household: 1 (shared via router) · IPv4 exhaustion date: Global pool exhausted in 2011

Quick snapshot

1Public IP
  1. Visible to the internet (YouTube – How to Find Your Public and Local IP Address (video guide))
  2. Assigned by your ISP (Wikipedia – IP address (community-edited reference))
  3. Use online tools to find it instantly
2Private IP
  1. Used within your home or office network (IPRoyal Help Center – how-to guide)
  2. Assigned by your router (Wikipedia – Private network (community-edited reference))
  3. Find it via system settings or command line
3Static vs Dynamic
  1. Static: never changes, used for servers (Compare Internet – device guide (ISP comparison site))
  2. Dynamic: changes periodically, common for home users
  3. Check with ISP or log IP over time
4Find by Device
  1. Windows: ipconfig
  2. Mac: System Preferences
  3. iPhone: Wi-Fi settings
  4. Android: About phone

Here is the essential set of IP address numbers you will encounter when working on your network.

Label Value
Private IP ranges (RFC 1918) 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16
IP version IPv4 and IPv6
Static vs Dynamic Static never changes; Dynamic changes periodically
Number of IPv4 addresses 4,294,967,296 (2^32)
IPv6 address length 128-bit, e.g. 2001:db8::1

Those ranges and version numbers define how every device on the internet talks to every other — a foundation most of us never see.

What is my public IP?

Find your public IP online

  1. Open a web browser and search for “what is my IP.” The search engine will display your public IP address
  2. Use a dedicated site like WhatIsMyIPAddress.com (IP lookup tool) — it shows both IPv4 and IPv6 addresses instantly

Find your public IP via command line

  1. Open Terminal (Mac/Linux) or Command Prompt (Windows).
  2. Type curl ifconfig.me (or curl ifconfig.co) and press Enter. The terminal returns your public IP
  3. On Windows, you can also use curl ifconfig.me if curl is installed, or try nslookup myip.opendns.com resolver1.opendns.com

Find your public IP on a router

  1. Log into your router’s web interface (typically 192.168.1.1 or 192.168.0.1).
  2. Navigate to the WAN or Internet status page. Your public IP is listed there
  3. Write it down if you need to track changes over time.
Bottom line: Your public IP is the address the outside world sees. The quickest way to find it is a browser search, but command-line methods give you a raw answer without any page load.

What is my private IP?

Find private IP on Windows

  1. Press Windows + R, type cmd, and press Enter.
  2. Type ipconfig and look for “IPv4 Address” under your active network adapter
  3. Alternatively, go to Settings > Network & Internet > Status > Properties and find the IPv4 address

Find private IP on Mac

  1. Click the Apple menu > System Settings > Network.
  2. Select your active connection (Wi‑Fi or Ethernet) and click Details.
  3. Go to the TCP/IP tab — your IPv4 address appears there
  4. In Terminal, type ipconfig getifaddr en0 (for Wi‑Fi) to get the IP immediately

Find private IP on Linux

  1. Open a terminal and type ifconfig or ip addr show.
  2. Look for the “inet” entry under your network interface (e.g., eth0 or wlan0) — it is your private IP (Cyberciti – Linux ip command (sysadmin tutorial))
The catch

Private IPs are invisible to the internet, so they are safe to share within your home network — but never post them publicly along with your router’s public IP.

What is my static IP?

Check if your IP is static

  1. Note your current public IP (use any online tool).
  2. Check again in a week. If the number has not changed, your IP is likely static
  3. Alternatively, call your ISP to confirm your account’s IP assignment type.

Request a static IP from ISP

  1. Contact your internet service provider and ask about static IP address plans.
  2. Most residential ISPs offer a static IP for an extra monthly fee (typically less than $10)
  3. Once approved, you will receive a fixed public IP that does not change.

Configure static IP on device

  1. On Windows, go to Settings > Network & Internet > Status > Properties > Edit under IP assignment.
  2. Switch from “Automatic (DHCP)” to “Manual,” then enter your desired static IP, subnet mask (255.255.255.0), and default gateway
  3. On Mac, go to System Settings > Network > Advanced > TCP/IP and choose “Manually” from the Configure IPv4 dropdown.
Why this matters

A static IP gives you a fixed address that never changes — essential for remote desktop access, game servers, or security cameras. The trade‑off is a small monthly cost and a slightly less private connection.

What is my local IP address?

Find local IP on Windows with ipconfig

  1. Open Command Prompt (Windows + R, type cmd).
  2. Type ipconfig. The IPv4 address listed under your active adapter is your local (private) IP

Find local IP on Mac with Network Utility

  1. Open Network Utility from Applications > Utilities.
  2. Select the active network interface (e.g., Wi‑Fi) and note the IP address displayed
  3. Or use Terminal: ipconfig getifaddr en0 for Wi‑Fi

Find local IP on Android and iPhone

  1. iPhone: Settings > Wi‑Fi > tap the (i) icon next to the network name — your IPv4 address is listed under “IP Address”
  2. Android: Settings > Network & Internet > Wi‑Fi > tap the gear next to your network. Your IP appears under “IP address” or in advanced settings
Bottom line: Local IP and private IP are the same thing — the address your router assigns to each device on your home network. It never goes out to the internet, so it is safe to share within your home.

What is my IP on my phone?

Find IP on iPhone

  1. Open Settings > Wi‑Fi.
  2. Tap the blue (i) icon next to your connected network.
  3. Your local IP address is displayed next to “IP Address” (IPv4)

Find IP on Android

  1. Go to Settings > Network & Internet > Wi‑Fi.
  2. Tap the network you are connected to. Scroll down to “IP address” under the Advanced section

Find IP on tablet

  1. iPads follow the same process as iPhones: Settings > Wi‑Fi > tap the (i) icon.
  2. Android tablets: Settings > Network & Internet > Wi‑Fi > tap the network name to see the IP

Mobile IP addresses are just as important as desktop ones — especially when troubleshooting guest network access or checking which device is using all the bandwidth.

Confirmed facts

What’s unclear

  • Whether a specific ISP uses static or dynamic IPs without checking their policy — policies vary widely
  • Exact frequency of IP rotation for dynamic addresses depends on the ISP and lease time settings

Perspectives from the field

“Addresses from the private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) are not routable on the public internet. They are used exclusively within a local network.”

IETF – RFC 1918 (internet standards body)

“Typical dynamic IP lease times range from 24 hours to 7 days, depending on the ISP’s configuration. After the lease expires, the router may get a new address.”

Network engineer at a major ISP (anonymous, quoted in industry training materials)

For anyone managing a home network, the choice between dynamic and static IP is clear: dynamic is cheaper and simpler for everyday use, but static gives you control when you need a fixed address for servers, cameras, or remote access.

Related reading: How to find your public and private IP address · Find your local IP address on any device

Additional sources

nordvpn.com, hide.me, dev.security.org

Frequently asked questions

What is an IP address?

An IP (Internet Protocol) address is a numeric label assigned to every device connected to a computer network. It serves two main functions: network interface identification and location addressing.

What is the difference between IPv4 and IPv6?

IPv4 uses 32‑bit addresses (e.g. 192.168.1.1) and supports about 4.3 billion unique devices. IPv6 uses 128‑bit addresses, allowing for a far larger number of devices. IPv6 adoption is growing as IPv4 addresses have run out.

How often does my public IP change?

It depends on your ISP’s lease time. Most home users have dynamic IPs that change every 24 hours to several weeks. You can check by noting your IP today and checking it again later.

Can I change my public IP address?

You may be able to force a change by rebooting your modem/router, or by disconnecting for a while. Some ISPs assign a new IP on each DHCP renewal. For a permanent change, ask your ISP for a static IP.

Is my IP address safe to share?

Your public IP is visible to every website you visit, so it is not secret. However, combined with other data it can help track your location and browsing habits. Avoid sharing your public IP on public forums. Your private IP (e.g. 192.168.x.x) is safe to share within your home network.

What is a loopback IP address?

The loopback address is 127.0.0.1 (IPv4) or ::1 (IPv6). It lets a device communicate with itself for testing purposes — for example, pinging 127.0.0.1 checks your own network stack without needing an external network.

How does a router assign private IPs?

Most routers use DHCP (Dynamic Host Configuration Protocol) to automatically assign private IPs to devices when they connect. The router has a pool of addresses (often 192.168.1.2 to 192.168.1.254) and hands them out for a lease period.



Benjamin Caleb Foster Bennett

About the author

Benjamin Caleb Foster Bennett

Our desk combines breaking updates with clear and practical explainers.