A modern home network is built around a central device that distributes the internet. Users often need to change security settings, set up parental controls, or simply reconfigure ports for gaming. All these actions require logging into the router's web interface, and the key to access it is Gateway IP address.
However, many equipment owners forget this address or don't know where to find it, especially if the sticker on the device has worn off. Default values are often changed by manufacturers or modified by system administrators. In this article, we'll cover all the current methods for determining the gateway address on various operating systems and devices.
It doesn't matter whether you're using a Windows laptop, a MacBook, or an Android smartphone. The search methods may differ, but the result will always be the same: you'll gain access to network management. Understanding how addressing works on a local network will help you resolve connection issues faster.
What is a gateway IP address and why is it needed?
In network terminology Gateway IP address The Default Gateway is the entry and exit point of your local network. Simply put, it's the digital address of your router that all connected devices access to access the global network. Without this setting, computers won't be able to "understand" where to send requests outside the home.
Manufacturers most often set standard addresses such as 192.168.0.1 or 192.168.1.1. However, in complex network configurations or when using ISP routers, these values may be changed. Knowing the exact address is necessary not only for setting up WiFi but also for diagnosing connection issues.
⚠️ Note: If you manually changed your router's IP address and forgot it, the default browser addresses will not work. In this case, you will need to reset the device to factory settings.
It's important to distinguish between the external IP address, which is visible to the internet, and the internal gateway address. We're interested in the internal address, which is valid only within your home network. It's the foundation for communication between your devices and the router.
Finding IP on a Windows computer
The Windows operating system provides several convenient tools for viewing network settings. The fastest and most reliable method is using the command line. This method is universal for all OS versions, from Windows 7 to Windows 11, and doesn't require extensive knowledge of the interface.
To begin, open the command prompt. Press the key combination Win + R, enter cmd and press Enter. In the black window that opens, enter the command ipconfig and press Enter. The system will display a list of all network adapters.
ipconfig
You need to find the section that corresponds to your connection. If you're connected via WiFi, look for the line "Wireless LAN." In this section, find the setting Main gateway (Default Gateway). The numbers next to it are the address you're looking for for your router.
☑️ Check Windows settings
An alternative method is via the graphical interface. Go to Settings → Network and Internet → Wi-FiClick on your network name, then select "Hardware Properties." In the list that opens, find the line "Default Gateway." This method is more intuitive for beginners who are intimidated by the command line.
Finding the gateway address on macOS and Linux
Apple computer users can also quickly access the information they need. On macOS, this can be done through System Preferences or Terminal. Open System Preferences and go to Network. Select your active WiFi connection and click Advanced.
In the window that opens, go to the TCP/IP tab. Here, in the line Router, an IP address will be indicated. This is equivalent to a gateway in Apple terminology. This method works reliably on all current versions of macOS, including Ventura and Sonoma.
For terminal lovers or Linux users, there is a command netstat or more modern ipIn the macOS or Linux terminal, enter:
netstat -nr | grep default
The output of the command will be a line starting with the word "default" followed by the IP address. In Linux, the command ip route | grep defaultThese tools provide raw data directly from the system core, ensuring its accuracy.
What should I do if the address is not displayed?
If the gateway field shows 0.0.0.0 or is empty, the device hasn't received settings from the router. Check your WiFi password or try reconnecting.
How to find your router's IP address on Android and iOS
Mobile devices are becoming the primary means of accessing the internet, and knowing the gateway address may be necessary for setting up proxies or specialized apps. On iPhone and iPad, the process is extremely simplified thanks to the iOS interface.
Open "Settings" and go to the "Wi-Fi" section. Click the blue information icon (the letter "i" in a circle) next to your network name. Scroll down to the "IPv4 Address" section. There you'll see a line Router - this is the address you need.
On Android devices, the path may vary slightly depending on the OS version and manufacturer (Samsung, Xiaomi, Pixel). Typically, you need to go to "Settings" → "Connections" or "Network & Internet" → "Wi-Fi."
Tap the current network name or the gear icon next to it. In the menu that opens, find the "View more" or "Advanced" section. Look for the "Gateway" field. On some Android versions, this information is hidden and only visible if you have a static IP address.
⚠️ Note: On some Xiaomi and Huawei smartphones, you may need to enable developer mode or use third-party apps to view detailed network information.
Using the Command Prompt and PowerShell
For advanced users and system administrators, it's helpful to know that the graphical interface isn't the only option. PowerShell in Windows provides more powerful tools for network analysis. This is especially useful if you need to quickly copy an address or use it in scripts.
Open PowerShell and enter the command Get-NetIPConfigurationThe system will generate a structured report that is easy to find. IPv4DefaultGatewayThis method is good because it immediately shows whether the interface is active and whether the address has been obtained automatically.
You can also use the command route print, which will display the full routing table. This is overkill for simple lookups, but is useful for diagnosing complex network conflicts where traffic is going where it shouldn't.
In Linux and macOS, you can use the utility via the terminal ip (replacement for the old ifconfig). Command ip route show will list all routes, where the first line typically contains the default gateway address. This is the de facto standard for modern distributions.
Table of standard IP addresses of popular routers
If you don't have access to a computer, you can try to guess the address using the hardware manufacturer. Most brands use standard address ranges from reserved networks. Below is a table of the most common values.
| Manufacturer | Standard IP | Alternative IP | Domain name |
|---|---|---|---|
| TP-Link | 192.168.0.1 | 192.168.1.1 | tplinkwifi.net |
| ASUS | 192.168.1.1 | 192.168.50.1 | router.asus.com |
| D-Link | 192.168.0.1 | 192.168.1.1 | dlink.local |
| Netgear | 192.168.1.1 | 192.168.0.1 | routerlogin.net |
| Keenetic | 192.168.1.1 | 192.168.0.1 | my.keenetic.net |
Please note that providers (e.g., Rostelecom, Beeline) often change the default addresses on their devices to avoid conflicts. In such cases, it's better to rely on the OS-based detection methods described above.
Common problems and solutions
Sometimes, even knowing the address, you can't access the settings. The browser may display the error "Unable to connect" or "Timed out." One common cause is using the wrong protocol. Try entering the address with a prefix. http:// instead of https://, since older routers may not have SSL certificates or they may be self-signed.
Another common issue is an IP address conflict. If there are two devices on the network with the same address (for example, two routers connected LAN-to-LAN), access to the interface may be blocked. In this case, temporarily disable the second device.
It's also worth checking your antivirus or firewall settings. Sometimes they block access to local web interfaces, deeming them suspicious. Try temporarily disabling protection or adding the router's address to the exceptions.
⚠️ Note: Router interfaces and firmware are constantly being updated. If the default addresses don't work, check the exact device model on the manufacturer's official website, as access rules may change in new software versions.
If all else fails, the last resort is a factory reset. There's a small reset hole on the router body. Press it with a paperclip for 10-15 seconds. The router will return to its out-of-the-box state, and the IP address will return to the default one listed on the sticker.
Is it possible to change the router's IP address to any one?
Yes, you can change the address within a private network range (usually 192.168.xx, 10.xxx, or 172.16.xx - 172.31.xx). However, you cannot use addresses from a public range, otherwise you will lose internet access. Changing the address will require reconnecting all devices on the network.
Why doesn't the address 192.168.1.1 open?
Your router may be using a different default address (e.g., 192.168.0.1). This could also be caused by connecting via cable to a disabled LAN port, or by using mobile data instead of WiFi. Check that the device is on the same network as the router.
What is the difference between a MAC address and an IP address?
A MAC address is a unique physical identifier for a network card, hardcoded by the manufacturer. It doesn't change. An IP address is a logical address assigned to a device on the network and can change. To access the router's settings, you need the IP address.
Is it safe to change the default IP address of a router?
Yes, this is even recommended for increased security. Changing the default address makes life more difficult for automated attacker scripts that scan the network for devices with addresses 192.168.0.1 or 1.1. This is called "security by obscurity."