Your router's IP address is the digital "passport" of your home network, required to access the device's control panel. Without it, you can't change your Wi-Fi password, set up a guest network, or update the firmware. But what if all you have is your smartphone, and the router's data sticker has long since worn off? In this article, we'll explore the matter. 5 working methodsHow to determine a router's IP address via phone—without a computer, additional software, or technical knowledge.
It is important to understand that the methods differ depending on the operating system (Android or iOS), router models (TP-Link, ASUS, Keenetic and even firmware versions. We've compiled universal solutions that will work in 95% of cases, and also highlighted some nuances for popular brands. If you've never accessed your router settings before, don't worry: the process takes less than a minute and doesn't require any special skills.
Why default router IP addresses may not work
Many users try to access the control panel by entering into the browser 192.168.1.1 or 192.168.0.1 — and encounter the "Page Unavailable" error. There are several reasons:
- 🔄 Changed address. The manufacturer or provider may have reassigned the IP (for example,
192.168.8.1at TP-Link or10.0.0.1at Xiaomi). - 📡 Double NATIf the router is connected through another router (for example, from a provider), its address may be different.
- 🔒 Blocking accessSome providers restrict user access to settings.
- 📱 Mobile dataThe phone is connected to the mobile Internet, not to the router's Wi-Fi.
Before searching for an IP, make sure that:
- The phone is connected to exactly the same Wi-Fi network, whose router you want to configure.
- The router is turned on and distributing the Internet (the indicators are steadily lit, without blinking).
- You are not using a VPN or proxy - they can distort network data.
Method 1: View Network Information on Android
The fastest method for smartphone owners on Android — use the system's built-in tools. The instructions are valid for a clean Android 10–14 and shells MIUI, One UI, ColorOS.
Open Settings → Wi-Fi (or Network and Internet → Wi-Fi). Find your network in the list and tap its name. In the window that opens, scroll down to the block "Additionally" or Network InformationThere will be a line here Gateway (or Router) - this is the IP address of your router.
Go to Settings → About phone → Android version|Check if you are connected to Wi-Fi and not mobile data|Update your phone's firmware to the latest version|Try the alternative method (see below)-->
On some devices (eg. Samsung Galaxy With One UI) the path may differ:
- Go to
Settings → Connections → Wi-Fi. - Tap the ⚙️ icon next to your network name.
- Select
Manage network settings → Show advanced settings. - The router's IP address will be listed in the line
Router.
⚠️ Attention: On phones with Android 9 and below the line Gateway may be missing. In this case, use Method 3 (network analysis applications).
Method 2: Find IP on iPhone (iOS)
On iPhone or iPad The process is a bit more complicated, but no less reliable. Apple hides the technical details of the network, but they can be found through the menu. Wi-Fi.
Instructions for iOS 15–17:
- Open
Settings → Wi-Fi. - Tap the ⓘ icon next to your network name.
- Scroll down to the block TCP/IP Settings.
- The router's IP address will be listed in the line
Router.
If the line Router absent:
- 🔄 Reconnect to Wi-Fi (forget the network and reconnect).
- 📱 Restart your iPhone.
- 🔧 Check if you have a VPN installed
Settings → General → VPN.
| Device | Path to the router's IP | Notes |
|---|---|---|
| Android (clean) | Settings → Wi-Fi → [Network name] → Gateway |
On some firmware the line is called Router |
| Samsung (One UI) | Settings → Connections → Wi-Fi → ⚙️ → Manage settings → Router |
You may need to scroll down |
| iPhone (iOS) | Settings → Wi-Fi → ⓘ → Router |
On iOS 14 and below, the path is identical |
| Xiaomi (MIUI) | Settings → Wi-Fi → [Network name] → Advanced → Gateway |
In some versions of MIUI the line is hidden |
⚠️ Attention: If in the lineRouterthe address of the type is displayed10.x.x.xor172.16.x.x, this may mean that your router is operating in mode bridge (bridge) and connected to another device. In this case, you need to use the main router's IP address for configuration.
Method 3: Network Analysis Apps (Android/iOS)
If standard methods fail, free utilities can help. They not only display the router's IP address but also provide additional network information, such as speed, connected devices, and open ports.
Top 3 IP Address Tracking Apps:
- 📊 Fing (Android/iOS) — Scans the network and displays all connected devices, including the router. The router's IP will be marked as
Gateway. - 🔍 Network Analyzer (Android/iOS) - in the section
LANdisplays the default gateway. - 🌐 IP Tools (Android) - in the menu
Local area networkshowsDefault Gateway.
Example of use Fing:
- Download the app from Google Play or App Store.
- Connect to your Wi-Fi network.
- Start scanning (button
Scan). - In the results, find the device marked
GatewayorRouter.
The advantages of this method:
- ✅ Works even if the phone does not display the gateway in the settings.
- ✅ Shows additional information (router MAC address, model).
- ✅ Can be used to diagnose network problems.
Method 4: Via the provider's web interface
Some internet service providers (eg. Rostelecom, Beeline, MTS) provide access to router settings through your personal account. This is relevant if:
- 🔐 You don't know your router login/password.
- 📡 The device is rented from a provider (for example, Keenetic from Beeline).
- 🔄 The IP address has been changed by the provider and is not displayed by standard methods.
Instructions:
- Log in to your provider's personal account via your browser.
- Find the section
Services → InternetorEquipment. - Select your router - its IP address or direct login link will be listed there.
⚠️ AttentionThis method only works for equipment linked to a provider account. If you purchased the router yourself, information about it will not be displayed in your personal account.
Examples of personal account addresses:
- Rostelecom:
lk.rt.ru - Beeline:
my.beeline.ru - MTS:
lk.mts.ru - TTK (Dom.ru):
start.ttk.ru
Method 5: Command Line via Termux (Android)
For advanced users, there is a way to determine the router's IP via Termux — terminal emulator for AndroidThis is useful if other methods have failed or if you need to obtain more detailed information about the network.
Instructions:
- Install Termux from Google Play or F-Droid.
- Run the application and enter the command:
ip route | grep default - In the response, find a line like this
default via 192.168.x.x- this is the router's IP.
Alternative command (if the first one didn't work):
netstat -rn | grep ^0.0.0.0
The result will look like this:
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
Where 192.168.1.1 — the desired address.
What to do if Termux won't install?
Termux has been removed from Google Play in some regions. In this case, download the APK from the official website. F-Droid or use an alternative - the app Terminal Emulator for AndroidThe commands for determining IP remain the same.
⚠️ Attention: Usage Termux Requires basic command line knowledge. Do not enter unfamiliar commands, as this may disrupt network operation.
Common mistakes and their solutions
Even following simple instructions, users encounter problems. Let's look at the most common ones:
| Problem | Cause | Solution |
|---|---|---|
| IP address is not displayed in phone settings | Outdated firmware or custom shell | Use apps (Fing, Network Analyzer) or Termux |
| When entering the IP in the browser, the router panel does not open. | The address has been changed by the provider or the router is in bridge mode. | Check your IP address through apps or contact your provider. |
| The phone does not connect to Wi-Fi | Incorrect password or router failure | Reboot your router (button Reset or turn the power off/on) |
Instead of IP it is displayed 0.0.0.0 or 169.254.x.x |
There is no connection to the router (DHCP does not issue an address) | Check the power cable and network settings |
If the router is assigning an IP address like 169.254.xx, this indicates that the DHCP server is disabled or there's a connection error. In this case, try connecting to the router via cable (using a USB-to-Ethernet adapter for your phone) or resetting it using the reset button. Reset.
Another common mistake is The router login page won't open., although the IP was identified correctly. Reasons:
- 🔒 Incorrect login/password (usually by default)
admin/adminoradmin/empty). - 🌐 The browser is caching the old page (try
Incognitaor another browser). - 📵 The router is blocked by the provider (you need to call support).
FAQ: Answers to frequently asked questions
Is it possible to find out the router's IP address if the phone is not connected to Wi-Fi?
No. The router's IP address is only accessible to devices connected to its network. If you've forgotten your Wi-Fi password, reset the router using the reset button. Reset (hold for 10-15 seconds) and connect to the default network (the name and password are indicated on the sticker on the device).
What to do if the router IP starts with 10.0.0.x or 172.16.xx?
This is normal - some providers and routers (for example, Xiaomi or Keenetic) use such addresses. The main thing is that it is specified as Gateway or Router in your phone's settings. If the control panel doesn't open when you enter this IP address in your browser, check if the router is connected to another device (for example, your ISP's modem).
How do I reset my router password if I don't know the IP address?
IP is not required for reset. Press and hold the button Reset on the back of the router (usually it's recessed and requires a paperclip). After 10-15 seconds, the lights will flash—this means the settings have been reset. After this, connect to the default network (information on the sticker) and use the default IP (192.168.1.1 or 192.168.0.1).
Is it possible to find out the router's IP address via mobile Internet (3G/4G/5G)?
No. Your router's IP address is only accessible to devices connected to its local network (via Wi-Fi or cable). Mobile internet uses a different network, and data about your router will be unavailable.
Why is my router IP 192.168.100.1 or 192.168.l.254?
Some providers (eg Rostelecom (in some regions) use non-standard IP addresses for their routers. Devices in remote mode may also have such an address. Modem Mode (bridge). Try entering it in your browser. If the control panel doesn't open, check with your provider's support team for the current IP address.