In the age of ubiquitous digital connectivity, knowing the basic parameters of your local network is becoming not just a useful skill, but a necessity. Users often need to log into their router's control panel to change the password, set up parental controls, or forward ports, but all of these actions are impossible without precise knowledge of the gateway address. This numerical identifier, often referred to as the access point's IP address, serves as the key to managing your entire home or office network.
Many people mistakenly believe that this address is always the same and standard for all devices, but in reality, the situation can vary depending on provider settings or equipment configuration. In this article, we'll take a detailed look. How to find the IP address of a Wi-Fi hotspot In a variety of ways, using both built-in operating system tools and specialized utilities. You'll learn how to find this parameter in seconds, no matter what device you're currently using.
Understanding the principles of operation Default Gateway Knowing your default gateway (IP address) will help you not only configure your equipment but also diagnose connection issues. If your internet connection is down or unstable, knowing your IP address will allow you to quickly check your connection status and ensure your computer can actually see the router. Let's move from theory to practice and look at the most effective methods for obtaining this information.
Finding an address using the command line in Windows
The fastest and most reliable method, which works on all versions of the Windows operating system, from XP to the latest builds of Windows 11, is using the command line. This method doesn't require installing any additional software and provides the most accurate results, as the information is taken directly from the network settings of the active adapter. You don't need to be a system administrator to perform these simple steps.
First, you need to open the command line interface. Press the key combination Win + R on the keyboard, in the "Run" window that appears, enter the command cmd and press Enter. Alternatively, right-click the Start menu and select Windows Terminal or Command Prompt. After a black window with a blinking cursor opens, enter the command ipconfig and confirm the action by pressing Enter.
ipconfig
The system will display a long list of parameters. You need to find the section that corresponds to your connection type—usually "Wireless Network" or "Wireless LAN Adapter." Inside this block, look for the line Main gateway (or Default Gateway). The digital code listed opposite (e.g., 192.168.0.1) is the address of your access point. This is what you need to enter into your browser's address bar to access your router's settings.
⚠️ Note: If the "Default Gateway" field displays an address that does not start with 192.168 or 10.0, but, for example, with 172.20, you may be connected through a corporate network or using a complex setup with multiple routers, where your current gateway is not the provider's main modem.
Finding IP addresses on macOS and Linux systems
Users of Apple computers and Linux distributions can also easily access network information using built-in terminals. On macOS, the interface may differ slightly depending on the operating system version, but the search logic remains the same. For MacBook and iMac owners, there's a graphical method, which may be more convenient for those who prefer not to work with code.
Go to "System Preferences" and select the "Network" section. In the list on the left, select your active Wi-Fi connection (it will be marked with a green indicator). Click the "More details" or "Advanced" button in the lower right corner of the window. In the menu that opens, click the "Network" tab. TCP/IPThe "Router" line contains the IP address of your access point. This address is the gateway through which your Mac connects to the global network.
For Linux users or those who prefer the terminal in macOS, there is a universal command. Open the terminal and enter netstat -nr | grep default or more modern ip route | grep defaultThe system will display a line with the desired numeric identifier after the word "default" or "via." This is the standard protocol for network interfaces in Unix-like systems.
Using the mobile app and smartphone settings
In today's world, smartphones are often the primary device for internet access, so being able to find your router's IP address directly from your phone is crucial. On Android and iOS, this information is buried deep in the settings menu, but it's quite easy to find without root access or jailbreaking. This is especially useful if you don't have a computer handy and need to urgently change your Wi-Fi settings.
On iPhone and iPad, follow these steps: open "Settings" and go to "Wi-Fi." Next to the network you're connected to, tap the blue information icon (the letter "i" in a circle). Scroll down to the "DHCP" section. There, you'll see the "Router" line—the numbers in this line are your access point's address. Tap this field to copy the address.
On Android smartphones, the path may differ slightly depending on the manufacturer's operating system (MIUI, OneUI, ColorOS), but the general logic is the same. Go to "Settings" → "Connections" or "Wi-Fi." Tap the name of your network or the gear icon next to it. In the menu that opens, find the "View more" or "Manage" section. It will show Gateway (Gateway) or the router's IP address. On some Android versions, this information can be viewed directly in the connection card.
- 📱 iOS: Settings → Wi-Fi → (i) → Router.
- 🤖 Android: Settings → Wi-Fi → Gear → More → Gateway.
- 📲 Universal: Use apps like Fing or Network Analyzer, which display all network information in a convenient form.
Windows Network GUI and Properties
If using the command line seems too complicated or you prefer a visual interface, Windows provides convenient graphical tools for viewing network parameters. This method is especially convenient when you need to not only find the address but also immediately check the connection quality or access adapter settings. It works reliably on all versions of Windows with a graphical interface.
Right-click the network icon in the system tray (near the clock) and select "Network & Internet settings." In the window that opens, select "Change adapter settings" (or "Advanced network settings"). Find your wireless connection in the list that appears, right-click it, and select "Status." In the small status window, click "Details."
A table with a lot of technical data will open. Find the line Default Gateway IPv4The address listed there is the IP address of your access point. This method is useful because you can also see the MAC address, DNS servers, and IP lease time, which can be useful for more in-depth diagnostics of connection issues.
⚠️ Note: Operating system interfaces are frequently updated. If you can't find the menu items listed, try searching for "Network status" or "View network connections" in Windows Settings.
Hardware methods and standard addresses
When software methods are unavailable or a device fails to connect to the network, physical hardware specifications come to the rescue. Router and access point manufacturers adhere to specific standards to simplify initial setup. Knowing these standards allows you to access the control panel even without an internet connection, simply by connecting your computer and router with a cable.
First, inspect the device's casing. Most routers (TP-Link, D-Link, Asus, Keenetic) have an information label on the bottom panel. It always contains the factory IP address, often in URL format (e.g., tplinkwifi.net or my.keenetic.net), which is automatically converted by the browser into a digital IP address. A default login and password may also be specified there.
There are several reserved address ranges used by manufacturers by default. If you've reset your router to factory settings, it will likely use one of the following addresses. Try entering them into your browser's address bar:
| Brand / Manufacturer | Standard IP address | Alternative URL |
|---|---|---|
| TP-Link, D-Link | 192.168.0.1 | tplinkwifi.net |
| Asus, Netgear | 192.168.1.1 | router.asus.com |
| Xiaomi, Huawei | 192.168.31.1 | miwifi.com |
| Zyxel, Tenda | 192.168.10.1 | zyxelsetup |
If none of the standard addresses work and the sticker has worn off, you can use the utility arp -a in the command line. This will display a list of all devices with which your computer has communicated. The gateway address can often be found in this list, even if the current connection is lost, as the entry remains in the ARP cache.
Common problems and their solutions
Even knowing, How to find the IP address of a Wi-Fi hotspot, users may encounter a situation where the browser refuses to open the settings page. This is a common issue, often related to IP address conflicts, firewall settings, or browser specifics. Understanding the cause helps quickly troubleshoot the issue.
One common cause is the use of the IPv6 protocol. Some modern routers operate in dual-stack mode by default, and the system may prioritize the IPv6 address, which the browser may not always process correctly when attempting to access the local menu. In the adapter properties, you can temporarily uncheck "IP version 6 (TCP/IPv6)" to force the system to use IPv4.
The problem could also be caused by antivirus software or the built-in Windows firewall, which block access to local web interfaces, considering them potentially unsafe. Try temporarily disabling protection or adding the router's address to the exceptions list. Another caveat: some routers don't open the settings page over a secure HTTPS connection, requiring manual entry. http:// at the beginning of the address.
Is it possible to change the router's IP address to another one?
Yes, this is possible. Access your router settings using your current address and find the LAN section. There, you can change the gateway IP address to any other address within the private network range (for example, from 192.168.0.1 to 192.168.88.1). This is useful if your ISP's IP address conflicts with your router's IP address.
What to do if the IP address is 169.254.xx?
An address starting with 169.254 means the device was unable to obtain an IP address from the router's DHCP server. This indicates a connection issue. Check the Wi-Fi password, reboot the router, or try connecting directly with a cable.
Is the access point's IP address public?
No, the Wi-Fi access point (gateway) IP address is an internal, local address. It is visible only to devices within your network. Internet access is provided by an external public IP address assigned by your ISP, which may differ from the router's address.