Locating the IP address of your modem is a fundamental skill for anyone managing a home or small business network. This address, often a private IP like 192.168.1.1 or 10.0.0.1, serves as the gateway to your modem’s administrative interface. Accessing this interface allows you to configure security settings, adjust port forwarding, and troubleshoot connectivity issues. While the process varies slightly depending on your operating system and modem manufacturer, the core principles remain consistent across most modern equipment.
Understanding Modem IP Addresses
Before diving into the search methods, it is helpful to understand the two types of IP addresses relevant to your modem. The first is the public IP address, which is assigned by your Internet Service Provider (ISP) and identifies your network to the outside world. The second is the private IP address, which is used internally to communicate with devices on your local network and, crucially, to access the modem’s configuration page.
Typically, the device you connect to your wall jack acts as a gateway, handling the translation between your private network and the public internet. Finding this private address is the first step to managing your network. The most common default gateways fall within the ranges of 192.168.1.x or 192.168.0.x, though high-end models may use addresses like 192.168.50.1 or 10.0.0.1.
Finding the IP Address on Windows
For Windows users, the Command Prompt provides a straightforward way to retrieve network configuration data. By executing a specific command, the system reveals the current default gateway, which is your modem’s IP address.
Press Windows Key + R , type cmd , and press Enter to open the Command Prompt.
Type the command ipconfig and press Enter.
Look for the section labeled "Default Gateway" under your active network connection, which is usually "Ethernet" or "Wi-Fi".
The number listed next to Default Gateway is the IP address you need to enter into your web browser to access the modem interface.
Finding the IP Address on macOS
Mac users can achieve the same result using the Terminal application, which serves the same purpose as the Command Prompt on Windows.
Open the Applications folder, navigate to Utilities , and launch Terminal .
Type the command netstat -nr | grep default and press Enter.
The terminal will display a line where the "default" gateway is listed. The second column shows the IP address of your modem.
Alternatively, you can navigate to System Settings > Network , select your connection on the left, and click on "Advanced" to view the TCP/IP tab, where the router address is displayed.
Finding the IP Address on Mobile Devices
Smartphones and tablets also retain this information, though the process is buried a little deeper than on desktop systems.
On Android , go to Settings > Network & Internet > Mobile Network (or Wi-Fi). Tap on the currently connected network, then look for "Advanced" or tap the gear icon. The Gateway field will display the modem’s IP address.
On iOS (iPhone/iPad), go to Settings > Wi-Fi. Tap the blue "i" icon next to the connected network. The Router field shows the private IP address of your modem.