Private IP Addresses

The reserved ranges that live inside your network, why your router is 192.168.1.1, and how private IPs differ from the public one the world sees.

Private vs public IP

Every device on your network has two addresses. The private IP (like 192.168.1.42) identifies it inside your home or office and is reused on millions of networks. The public IP is the single address your router presents to the internet; that is the one you see on our what is my IP page. Private ranges are defined by RFC 1918 and are never routed on the public internet.

The reserved ranges

RangeCIDRTypeNotes
10.0.0.0 - 10.255.255.255 10.0.0.0/8 Class A private 16.7 million addresses. Common on large or business networks.
172.16.0.0 - 172.31.255.255 172.16.0.0/12 Class B private Just over 1 million addresses. Often used by Docker and corporate VPNs.
192.168.0.0 - 192.168.255.255 192.168.0.0/16 Class C private The home-network range. Your router is usually 192.168.0.1 or 192.168.1.1.
127.0.0.0 - 127.255.255.255 127.0.0.0/8 Loopback Refers to your own device. 127.0.0.1 is "localhost".
169.254.0.0 - 169.254.255.255 169.254.0.0/16 Link-local (APIPA) Auto-assigned when a device cannot reach a DHCP server. A sign of a connection problem.
100.64.0.0 - 100.127.255.255 100.64.0.0/10 Carrier-grade NAT Used by ISPs to share public IPs among many customers (CGNAT).

Common router gateway addresses

If you need to open your router's settings, try these in a browser. The exact one is printed on most routers.

192.168.1.1 192.168.0.1 192.168.1.254 192.168.0.254 10.0.0.1 10.0.0.138 192.168.100.1 192.168.8.1

How to find your private IP

On Windows, run ipconfig and read the IPv4 Address. On macOS or Linux, run ifconfig or ip addr. On a phone, it is under Wi-Fi network details. It will almost always start with 192.168, 10., or 172.16-31.

Your public IP

The address the internet actually sees is different. Check it, along with your location, ISP and network, with our free IP lookup or the quick what is my IP tool.