Wi-Fi & Network · Beginner explainer
What is an IP address, and why does it matter?
Every device that talks on a network needs a number that identifies it. That number is the IP address. It is not your home address, it is not your phone's identity, and most of the IP addresses inside your house never leave the building. This page explains what an IP address actually does, the difference between the private one your router hands out and the public one the world sees, and the 2026 wrinkles that broke things people used to rely on.
The mental model
An IP address is like a phone extension at a big office — your devices have private extensions inside the building, and the building has one main number the outside world calls.
- The **private IP** is the extension. Your laptop, phone, TV, NAS, and printer each get one from the router. They only mean something inside your house — your neighbor's laptop probably has the same extension number.
- The **public IP** is the office's main number. It is what websites and game servers see when your traffic leaves the house. Everyone in the household shares it.
- The router is the receptionist. It translates between the two — when your laptop asks for a website, the router sends the request out under the main number and routes the answer back to the right extension.
Words you will see
- IP address
- A number that identifies a device on a network. Like a phone extension: it is only meaningful within the system that hands it out.
- Private IP
- The address your router gives each device inside the house. Always starts with 192.168.x.x, 10.x.x.x, or 172.16-31.x.x. These ranges are reserved globally so they never appear on the public internet.
- Public IP
- The single address your internet company gives your house. What websites, Plex servers, and game servers see. Shared by every device in the household.
- IPv4
- The older 32-bit address format (e.g. 192.168.1.100). About 4.3 billion total addresses globally. The world ran out of new ones years ago, which is why CGNAT exists.
- IPv6
- The newer 128-bit address format (e.g. 2606:4700:4700::1111). Effectively unlimited addresses. As of March 2026, IPv6 carries over half of Google's global traffic for the first time.
- DHCP
- The service running on your router that hands out private IPs automatically. Each address comes with a lease time, usually 24 hours; devices renew it or get a different one next time.
- CGNAT
- Carrier-Grade NAT. Your ISP puts hundreds or thousands of customers behind one shared public IP. Common on T-Mobile Home Internet, Starlink, mobile data, and increasingly on Spectrum and AT&T regions. Breaks Plex Remote Access and anything that needs an inbound connection.
What an IP address actually is
Every device that talks on a network needs a unique number so other devices can send things to it. That number is the IP address. The word "address" is doing the work — it is literally where to deliver packets. The internet is a packet-routing system; without an address, packets have nowhere to go.
Your phone has one. Your laptop has one. Your TV, NAS, smart bulb, and printer each have one. They are numbers between 0 and 255 in four blocks (192.168.1.42) for the old IPv4 format, or eight blocks of letters and numbers (2606:4700:4700::1111) for IPv6.
Private vs public — the two-layer reality
Inside your house, every device gets a private IP from the router. These addresses are reserved globally and are guaranteed never to be used on the public internet. The most common range is 192.168.1.x or 192.168.0.x, which gives a household 254 usable addresses on a single network — far more than most homes use.
When one of those devices asks for a website, the router translates the request to the single public IP your ISP gave the house, sends it out, and translates the reply back. The public IP is what shows up at whatismyip.com. Your private IP shows up only on the router's admin page.
The router explainer covers why the router is doing this translation in the first place.
DHCP, leases, and why your phone keeps getting a different IP
The router runs a small service called DHCP — Dynamic Host Configuration Protocol — that hands out private IPs automatically. Each address comes with a lease time, usually 24 hours on a home router. When the lease expires, the device renews it and almost always gets the same address. If your phone has been off the Wi-Fi for a few days, the lease expires and it may get a different address next time.
In 2026 the bigger reason your phone's IP changes is **Private Wi-Fi Address** (iOS) or **Randomized MAC** (Android, Windows 11) — both default-on. The phone rotates the identifier it uses to talk to the router, the router sees a new device, and hands out a new IP. This can fill up the DHCP pool on small routers and cause IP conflicts.
When you want a device to always have the same IP — your NAS, printer, security camera, Home Assistant box — set a **DHCP reservation** in the router. The router keeps handing out the same address to that specific device.
IPv6 and CGNAT — the 2026 reality
IPv4 only has about 4.3 billion addresses globally, and the world ran out of new ones over a decade ago. IPv6 is the long-term fix — more addresses than there are grains of sand on Earth. As of March 2026, over half of all Google traffic globally goes over IPv6 (the US is around 50% too). But most home networks still default to IPv4 internally because that is what every device and app has supported for decades.
The short-term workaround ISPs use is **CGNAT** — they put hundreds or thousands of customers behind one shared public IPv4 address. You still have a public IP at home, but it is not really yours; you are sharing it. This is invisible for normal browsing, but it breaks anything that needs the outside world to reach in: Plex Remote Access, hosting a server, port forwarding, some VPN setups.
T-Mobile Home Internet, Starlink residential, Verizon 5G Home, mobile-hotspot tethering, and increasingly Spectrum and AT&T put residential customers behind CGNAT. If Plex Remote Access stopped working in 2025-2026 and nothing changed at your house, CGNAT is the most likely cause — the CGNAT diagnostic page walks through confirming it.
Why your "IP" feels like it changes constantly
People conflate several different addresses under the word "IP," and they change for different reasons. Your **public IP** may rotate every few days when your ISP's lease expires. Your **private IP** changes when your phone reconnects with a randomized address. Your **VPN IP** is whichever address the VPN provider's exit node has at the moment.
None of these are "your" IP in any permanent sense — they are all temporary labels. If you want true persistence for a device inside your house, set a DHCP reservation. If you need a permanent public IP for hosting something, ask your ISP for a static IP — often $5-15/month on business-tier plans, rarely on consumer plans.
Common misconceptions
Many people think: My IP address tracks me everywhere I go.
Actually: Your public IP only identifies the network you are on right now — usually your house, your office, or a coffee shop. Move to a different Wi-Fi and you get a different public IP. The "IP follows you" myth confuses IP with persistent identifiers like cookies, browser fingerprints, or login sessions.
Many people think: Hiding my IP makes me anonymous online.
Actually: Your IP is one of dozens of signals that identify you. Cookies, browser fingerprints, login sessions, payment info, and device IDs identify you far more reliably. A VPN hides the IP but does not hide your Google account, your Facebook session, or your credit card.
Many people think: My router's IP is the same as my house's public IP.
Actually: Your router has at least two IPs — a private one on the inside (usually 192.168.1.1) that you type into a browser to log into the router, and a public one on the outside that the ISP assigned. They are completely different numbers.
Many people think: I can pick any IP I want for my devices.
Actually: Inside your house, yes — you can set static IPs in the private range (or better, set a DHCP reservation so the router stays in control). On the public internet, no — those addresses are allocated by global registries to ISPs. You cannot pick a public IP any more than you can pick your street address.
Many people think: An IP address is the same as a MAC address.
Actually: They live at different layers. The MAC address is the hardware identifier baked into the network chip — it does not change (unless your OS deliberately randomizes it). The IP address is assigned by the network and changes whenever the network does. MAC = device identity. IP = network address.
Ready to actually fix it?
Once you know what an IP is and where it comes from, several common problems make more sense:
Last reviewed
2026-05-27