A router's IP address is your router's digital "passport" on the local network. Without it, you can't access the web interface to configure Wi-Fi settings, change the password, or update the firmware. However, many users face a dilemma: where exactly to find this address if it's not listed on the device's label or the documentation has long been lost?
In this article we will look at All current methods for determining a router's IP address — from standard methods through the operating system to alternative solutions for cases when the router is unresponsive. We'll pay special attention to the nuances for different models (TP-Link, ASUS, Keenetic, Zyxel, MikroTik) and we will explain why sometimes instead of the usual 192.168.1.1 or 192.168.0.1 A different address may be displayed.
1. Standard IP addresses of routers by default
Most manufacturers assign routers factory IP addresses, which can be used for initial login. These addresses are usually indicated on a sticker on the bottom or back of the device, but if there isn't one, here's a table of the most common options:
| Manufacturer | Standard IP address | Default login/password |
|---|---|---|
| TP-Link, Mercusys | 192.168.0.1 or 192.168.1.1 |
admin/admin |
| ASUS, D-Link | 192.168.1.1 |
admin/admin or an empty password |
| Keenetic | 192.168.1.1 or my.keenetic.net |
Unique password on the sticker |
| Zyxel, Tenda | 192.168.0.1 or 192.168.1.1 |
admin/1234 or admin/empty |
| MikroTik | 192.168.88.1 |
admin/empty password |
⚠️ Attention: If you have previously changed network settings (for example, enabled the mode Bridge or configured VLAN), the factory IP address may have changed. In this case, proceed to the following methods.
Unique fact: Some modern routers (Keenetic, ASUS ZenWiFi) support access by domain name instead of IP (for example, http://keenetic.net or http://router.asus.com). This simplifies login as it doesn't require remembering numbers.
2. How to find the router's IP address on Windows 10/11
The Windows operating system stores information about all network connections, including the default gateway address (which is the router's IP address). Here are two quick ways to find it:
Method 1: Via Network Settings
- Click
Win + I→ select Network and Internet. - Go to
Wi-Fi(orEthernet, if connected via cable) → click on the name of your network. - Scroll down to the block Properties → find the line
Default Gateway (IPv4).
Method 2: Via the command line
Open Command line (Win + R → enter cmd → Enter) and run:
ipconfig | findstr "Default Gateway"
As a result, you will see a line like this:
Default gateway . . . . . . . . : 192.168.1.1
Open "Network Settings" | Find the "Wi-Fi" or "Ethernet" section | View connection properties | Write down the IPv4 gateway address -->
⚠️ Attention: If instead of IP address it is displayed 169.254.x.x — this means your device hasn't received the correct network settings from the router. Try rebooting the router or checking the cable (if connected via Ethernet).
3. Finding an IP address on macOS (MacBook, iMac)
On Apple computers, the procedure is slightly different, but no less simple. Here are the step-by-step instructions:
- Open System Preferences (icon ⚙️ in the Dock or via
Apple Menu). - Go to the section Net.
- Select an active connection (
Wi-FiorEthernet) → click Additionally. - Open the tab TCP/IP → find the line
Router.
An alternative method is through Terminal:
netstat -nr | grep default
The result will look like:
default 192.168.1.1 UGSc 50 0 en0
⚠️ Attention: On some versions of macOS (e.g., Ventura or Sonoma) the path to the network settings may vary slightly. If you don't find the section Net, use the search in System settings (magnifying glass icon in the upper right corner).
4. Finding the router's IP address on Android and iOS
Mobile devices also store gateway information. Let's look at how to retrieve it on smartphones and tablets.
On Android
- 📱 Open Settings →
Wi-Fi. - 🔍 Click on the name of your network → select Network management or Additionally.
- 📝 In the block IP address or Router the required address will be indicated.
If the point Router No, use the app WiFi Analyzer or Fing - they show the gateway IP in the network information.
On iPhone or iPad
- 📱 Go to Settings →
Wi-Fi. - 🔍 Click on the symbol i next to the name of your network.
- 📝 In the block Router (Router) the IP address will be indicated.
⚠️ Attention: On some firmware versions Android (For example, MIUI on Xiaomi) the path to the router settings may be hidden. In this case, use the app Termux and run the command:
ip route | grep default
5. Alternative methods: if the router is not responding
Sometimes, your router won't assign an IP address via DHCP or its settings may be corrupted. In this case, one of the following methods may help:
Method 1: View DHCP clients
If other devices are connected to the router (for example, Smart TV or printer), check their network settings - the gateway IP may be displayed there.
Method 2: Using a utility Angry IP Scanner
- 🖥️ Download the program from official website (the free version will do).
- 🔍 Start a range scan
192.168.0.0–192.168.255.255. - 📌 Look for a device with the manufacturer's name of your router (for example, TP-LINK or ASUS).
Method 3: Reset the router to factory settings
If none of the methods worked, there remains hard reset:
- Press and hold the button
Reset(usually recessed into the body) during10-15 seconds. - After rebooting the router, use standard IP address from the table at the beginning of the article.
What should I do if the router doesn't assign an IP address after a reset?
If after a reset the device does not distribute IP addresses (169.254.xx is displayed on clients), check:
1. Is the DHCP server enabled in the router settings (it should be enabled by default).
2. Is the cable from the provider connected correctly (if a WAN port is used).
3. Is there any physical damage to the Ethernet ports?
As a last resort, contact the manufacturer's support team - there may be a hardware failure.
⚠️ Attention: Resetting the router will remove all user settings, including the Wi-Fi password, linked devices, and firewall rules. Before proceeding, save a backup copy of the configuration (if you have access to the web interface).
6. Common mistakes and their solutions
When searching for a router's IP address, users often encounter common problems. Let's look at the most common ones:
| Problem | Possible cause | Solution |
|---|---|---|
| The IP address is not displayed in the device settings. | DHCP is disabled on the router or there is a network failure. | Check the cable connection, reboot the router |
| When entering an IP address, a search engine opens instead of the router panel. | There is a typo in the address or HTTP is being used.S instead of HTTP | Make sure you enter http://192.168.1.1, and not https |
| The login page does not open, although the IP is correct | Firewall blocking or incorrect port (not 80) | Disable your firewall and try http://192.168.1.1:8080 |
| The router issues an IP address, but doesn't allow access to the control panel. | The management port has been changed or the web interface has been disabled. | Try connecting via Telnet/SSH or reset the settings |
⚠️ Attention: If you are connected to the network via VPN, the router's IP address may be unavailable. Disable your VPN before checking or use alternative methods (e.g. Angry IP Scanner).
7. How to change your router's IP address (for advanced users)
Sometimes you need to change your default IP address (for example, to avoid network conflicts or improve security). This can be done through the web interface:
- Log in to your router control panel (using your current IP).
- Go to the section
Net→LAN(orLocal area network). - Find the field
IP addressand enter a new one (for example,192.168.10.1). - Save the settings and reboot the router.
⚠️ Attention: After changing your IP address, you'll need to connect to the router using the new address. All devices on the network will automatically receive the updated DHCP settings, but static IP addresses (if configured manually) will need to be adjusted manually.
Important: Do not use IP addresses from ranges 10.0.0.0/8, 172.16.0.0/12 or 192.168.0.0/16 For public networks, they are reserved for local use. At home, it's best to choose addresses from 192.168.x.x.
FAQ: Frequently Asked Questions About Router IP Addresses
Is it possible to find out a router's IP address without connecting to its network?
No, unless you're connected to the router's network (via Wi-Fi or cable), it's impossible to determine its IP address. The exception is if you have access to another device connected to the router (e.g., Smart TV or a second computer).
Why is my router's IP address 192.168.100.1 and not 192.168.1.1?
Some providers (eg Rostelecom or Beeline) ship routers with non-standard addresses. The address may also have been changed by the previous owner or during a firmware update. Check the sticker on the router or use the methods in this article.
What should I do if entering the router's IP address opens the provider's page?
This means that your router is operating in the mode Bridge (bridge mode), and the provider's web interface replaces the standard control panel. To access the router settings, disable bridge mode or contact your provider's support for instructions.
Is it possible to connect to a router using an IP address from another city?
No, the IP address of the router (for example, 192.168.1.1) is only available in local networkFor remote control you need to configure DDNS (dynamic DNS) or use the manufacturer's cloud services (for example, TP-Link Tether or ASUS Router).
How to protect a router if its IP address is known to strangers?
The router's IP address itself does not pose a threat if:
- 🔒 A complex password has been set to access the control panel.
- 🛡️ Remote access from the Internet is disabled (option)
Remote Management). - 🔄 The router firmware is updated regularly.
Additionally, you can change the standard IP address to a non-obvious one (for example, 192.168.17.1).