An IP address has four numbers separated by periods, like 192.168.1.5

An IP address is the numerical label that identifies your device on a network. It works like a mailing address for data — when you send information across the internet or your home network, that address tells routers where to send it and where it came from.

Each of those four numbers can range from 0 to 255. So 192.168.1.5 means the first section is 192, the second is 168, the third is 1, and the fourth is 5. Each section is called an octet because it represents eight binary digits (bits) — but you do not need to think in binary. The decimal numbers 0 through 255 are what you will see on your device.

Your home router assigns these addresses automatically to every device that connects to it — your phone, laptop, smart TV, security camera, everything. That is why you can have multiple devices on the same network without them interfering with each other. Each one gets its own address.

Key Takeaways

  • An IP address contains four numbers between 0 and 255, separated by periods, such as 192.168.0.1 or 10.0.0.50.
  • Your router automatically assigns these addresses to devices on your home network, so you rarely need to set them manually.
  • Addresses starting with 192.168, 10.0, or 172.16 are reserved for home and office networks and cannot be used on the public internet.
  • The first three numbers usually stay the same for all devices on your network; the fourth number changes for each device.

Why the four numbers matter

The structure of an IP address tells routers how to move data efficiently. The first three numbers identify your network — think of them as your neighborhood. The fourth number identifies your specific device within that network — your house number.

When your phone sends a request to a website, the router looks at those first three numbers and knows "this device belongs here, send the response back to it." If a device had a completely different first three numbers, the router would treat it as an outside device trying to connect, which is one reason your home network stays separate from your neighbor's.

This is also why you might see your devices listed as 192.168.1.something or 10.0.0.something. Those first three numbers are what your router chose as the network address. Different routers use different defaults, but they all follow the same pattern.

Private addresses versus public addresses

The addresses your router assigns to your devices — like 192.168.1.5 — are private addresses. They only work inside your home network. If you tried to use 192.168.1.5 on the public internet, it would not work because millions of home networks use that same range.

Your public IP address is different. It is assigned by your internet service provider and is the address that websites see when you visit them. You can find your public IP by searching "what is my IP" in any browser. That address is unique to your internet connection, not to individual devices.

This separation is actually a security feature. Devices inside your home network talk to each other using private addresses. When they need to reach the internet, your router translates those private addresses into your public address — a process called Network Address Translation, or NAT. This means the outside world cannot directly contact your devices; they can only respond to requests your devices initiated.

How your router assigns these addresses

Your router runs a service called DHCP (Dynamic Host Configuration Protocol) that automatically hands out addresses to devices as they connect. When your phone joins your Wi-Fi network, it asks the router for an address. The router picks an available number in its range — say, 192.168.1.42 — and assigns it for a set period of time.

This is why you do not have to manually type in IP addresses for most devices. The router handles it. The address is temporary; if your phone disconnects and reconnects later, it might get a different number. But for devices that need a stable address — like a printer or security camera — you can set a static IP address instead, telling the device to always use the same number.

You rarely need to change this unless you are troubleshooting a network problem or setting up a device that requires a fixed address. Most home networks work fine with the router's automatic assignment.

Finding your device's IP address

On Windows, open Command Prompt and type ipconfig. Look for "IPv4 Address" — that is your device's private address on your network. On Mac or Linux, open Terminal and type ifconfig or ip addr.

On a phone or tablet, go to Settings, then Wi-Fi, then tap the network you are connected to. The IP address is usually listed there. On a smart TV or other device, look in the network settings menu — the exact path varies by brand, but it is always under something labeled "Network" or "Connection."

If you need to find your router's address (which is also an IP address), it is usually 192.168.1.1 or 192.168.0.1. You can type that into a web browser to log into your router's settings. The exact address is printed on a sticker on the back or bottom of your router.

What happens when addresses run out

Your router has a limited pool of addresses it can assign. A typical home router might support 250 devices, which is far more than most homes need. But if you have dozens of smart devices, security cameras, phones, tablets, and computers all connecting at once, you could theoretically run out.

When that happens, new devices cannot connect until an old device disconnects and releases its address back to the pool. This is rare in home networks, but it is why larger offices and businesses use more complex network setups. For a home network, the default range your router provides is almost always enough.

If you do hit this limit, the solution is usually to restart your router, which clears out addresses assigned to devices that are no longer connected. You can also log into your router's settings and manually release addresses from devices you no longer use.

IPv6: The newer address format

A newer standard called IPv6 uses a different format with letters and numbers, like 2001:0db8:85a3:0000:0000:8a2e:0370:7334. It was created because the world was running out of IPv4 addresses (the four-number format). IPv6 can support vastly more devices.

Most home networks still use IPv4, but many now support both at the same time. You might see both an IPv4 address and an IPv6 address listed for the same device. Both work; your device uses whichever one the network prefers. For home network security and setup, you can focus on IPv4 — it is what your router primarily uses to manage your network.

Frequently Asked Questions

Can I manually change my device's IP address?

Yes. On most devices, you can go to network settings and choose "static IP" or "manual" instead of automatic. You then type in an address in your network's range — like 192.168.1.100. This is useful for devices like printers or security cameras that need a stable address, but most devices work fine with automatic assignment.

Why do some addresses start with 10.0 and others with 192.168?

Different routers use different default ranges. Both 10.0.0.0 and 192.168.0.0 are reserved for private networks, so either is fine. Your router picks one when you first set it up. Changing it is possible but rarely necessary unless you are combining two networks.

Is my IP address the same as my MAC address?

No. Your MAC address is a hardware identifier that never changes; your IP address is assigned by the network and can change. Think of MAC as your device's serial number and IP as your current location on the network. Your router uses both to manage traffic.

What if two devices get the same IP address?

This causes a conflict and usually means one or both devices lose network connection. It happens when you manually set a static IP that overlaps with the router's automatic range. The fix is to either change the static address to a number outside the automatic range, or let the router assign addresses automatically.

Do I need to know my IP address to set up my home network?

Not for basic setup. Your router handles addresses automatically. You only need to know your IP address if you are troubleshooting a connection problem, accessing your router's settings, or setting up a device that requires a fixed address.