When you turn on a home router, many devices share one internet line. Here is how private IP addresses make that possible.
IPv4's ~4.3 billion addresses could not serve every device. Regulators agreed that closed home and office networks could reuse temporary internal addresses and translate to one real public IP when reaching the internet. Private IP was the breakthrough that dramatically reduced waste.
Nobody types an IP manually when joining Wi-Fi because the router runs a DHCP server. When a new device connects, DHCP picks a free address from a pool (e.g., 192.168.0.2 ~ 192.168.0.254) and leases it. When the lease expires or the device disconnects, the address returns to the pool.
- **Windows:** Press Windows + R, type cmd, run ipconfig — the IPv4 address (192.168.x.x) is your private IP. - **macOS:** System Settings → Network → select Wi-Fi or Ethernet → view the IP shown. - **Android/iOS:** Settings → Wi-Fi → tap the connected network → find the IP address field.