Are you connected to Wi-Fi but don't know how to access your router settings? Without knowing it IP addresses This is impossible—this set of numbers serves as the "door" to the device's control panel. In most cases, manufacturers use standard addresses like 192.168.0.1 or 192.168.1.1, but sometimes they change—especially if the network was set up by the provider or the previous owner. In this article, we'll look at all current methodsHow to find your router's IP address on any device, from a smartphone to a Linux computer.
It is important to understand that the router's IP address is local (internal) address Your network's IP address, not the external one provided by your ISP. It's needed to access the router's web interface, where you can change the Wi-Fi password, set up a guest network, or update the firmware. If you're renting, connected to public Wi-Fi, or buying a used router, the default addresses may not work. Below are detailed instructions for each operating system, including rare cases where the IP address is hidden or changed.
1. Standard IP addresses of routers by brand
Before you dig into the settings, try entering one of the following into the browser's address bar: typical IP for your router model. This will work in 80% of cases, unless the network has been manually reconfigured. Below is a table with addresses of popular manufacturers:
| Router brand | Standard IP address | Alternative addresses |
|---|---|---|
| TP-Link | 192.168.0.1 |
192.168.1.1, tplinkwifi.net |
| ASUS | 192.168.1.1 |
router.asus.com |
| Keenetic | 192.168.1.1 |
my.keenetic.net |
| Xiaomi/Redmi | 192.168.31.1 |
miwifi.com |
| D-Link | 192.168.0.1 |
192.168.1.1, dlinkrouter.local |
If none of the addresses open the control panel, the IP was changed manually. In this case, proceed to the following methods. Also, pay attention to domain names like tplinkwifi.net - they often work even if the digital IP has changed.
⚠️ Attention: If you are connected to public Wi-Fi (in a cafe, airport, or hotel), access to the router is most likely blocked by the administrator. Trying to guess the IP address on such networks is pointless.
2. How to find a router's IP address on Windows 10/11
There are several ways to get a router's IP address in Microsoft operating systems. The easiest one is via graphical interface, but we will also show the command line method for advanced users.
Method 1: Via Windows Settings
This method works in Windows 10 And Windows 11 without additional programs:
- Click
Win + Ito open Settings. - Go to the section
Network and Internet→Wi-Fi(orEthernet, if connected via cable). - Click on the name of your network (next to "Connected").
- Scroll down to the Properties block - there will be a line "Default Gateway"This is your router's IP.
Method 2: Via Command Prompt (CMD)
If the graphical interface is not available or you prefer console commands:
- Click
Win + R, entercmdand pressEnter. - Enter the command:
ipconfig | findstr "Default Gateway" - In the results you will see the line
Default gateway . . . . : 192.168.xx- this is the required IP.
☑️ Checking your router's IP address in Windows
If the team ipconfig gives out several gateways (for example, when connecting to a VPN), focus on the one that corresponds to your main network adapter (usually Wi-Fi or Ethernet).
3. Finding a router's IP address on macOS (MacBook, iMac)
On computers Apple The process is slightly different, but no less simple. The main thing is to know where to look.
Method 1: Via System Preferences
Instructions for macOS Ventura and newer:
- Click on the Wi-Fi icon in the upper right corner and select "Network settings."
- In the window that opens, select the active connection (Wi-Fi or Ethernet) and click "Advanced."
- Go to the tab
TCP/IP- there will be a line Router with the required IP.
Method 2: Via Terminal
For console command lovers:
- Open Terminal (you can find it through Spotlight by
Cmd + Space). - Enter the command:
netstat -nr | grep default - In the results, find the line with
default— The IP next to it is the router address.
On macOS you can also use the command ifconfig, but it gives out more information than necessary. The method above with netstat simpler and more accurate.
4. How to find a router's IP address on an Android smartphone
On phones with Android There's no universal method—it all depends on the OS version and shell (MIUI, One UI, ColorOS, etc.). We'll show you two reliable methods, which work on most devices.
Method 1: Via Wi-Fi settings
Instructions for stock Android and most shells:
- Open Settings → Wi-Fi.
- Tap on the name of your network (next to the “Connected” checkbox).
- Scroll down to the "Advanced" or "Network Information" block.
- Find the line "Gateway" or Router - this is IP.
On some phones (eg. Xiaomi) the path may differ:
Settings → Wi-Fi → ⚙️ (gear icon) → Advanced → IP Address (Gateway).
Method 2: Using network analysis applications
If the default settings don't show the gateway, install one of these apps (free versions are sufficient):
- 🔍 Fing — scans the network and displays the router’s IP in the “Devices” section.
- 📡 WiFi Analyzer — the "Client List" tab displays the gateway.
- 🛡️ Network Analyzer — the "LAN" tool shows the gateway.
These apps are also useful if you want to see all devices on your network or check for any suspicious connections.
5. Finding a router's IP address on an iPhone or iPad
On devices Apple With iOS or iPadOS Finding your router's IP is easier than on Android, but the path is a bit hidden. Here are the step-by-step instructions:
- Open Settings → Wi-Fi.
- Tap the blue icon
ⓘnext to the name of your network. - Scroll down to the block
TCP/IP SETTINGS. - Find the line Router - this is the IP of your router.
If this line is not there (which is extremely rare), try alternative method:
- Install the application Fing or Network Analyzer from the App Store.
- Run a network scan - the router's IP will be marked as
Gateway.
On iPhone can also be used Safari to enter standard IP addresses (e.g. 192.168.1.1), but if the address has changed, this method will not work.
6. Universal method: via the command line (for all devices)
If you have access to any device on the net (even Linux or Smart TV), you can use universal commands to determine the gateway. This method is useful for system administrators or those working with non-standard devices.
Commands for different OS:
- 🖥️ Windows:
ipconfig | findstr "Default Gateway" - 🍎 macOS/Linux:
ip route | grep defaultor
netstat -rn | grep default - 🐧 Linux (alternative):
route -n | grep 'UG' - 📱 Android (via Termux):
netstat -rn | grep default
In the results of any of these commands, you will see a line with an IP address that starts with 192.168., 10.0. or 172.16. - this is the address of your router.
Why might a router's IP start with 10.0.0.1?
This means that your ISP or network administrator is using alternative private IP range (10.0.0.0/8). These addresses are often found in corporate networks or with some internet providers (for example, Rostelecom in some regions). Functionally, they are no different from 192.168.xx, just a different address distribution standard.
7. What to do if the router's IP address is not accessible
You found the IP address, but when you enter it in your browser, you get the error "Page Unavailable" or "Unable to Connect"? Here possible causes and solutions:
- 🔌 The router is turned off or faulty - check the power indicators and reboot the device using the button
Reset(if necessary). - 🔒 IP changed manually — try the standard addresses for your model (see the table at the beginning of the article).
- 🌐 The browser caches the old page. - try opening the IP in incognito mode or another browser (for example, Firefox instead of Chrome).
- 🛡️ The firewall is blocking access - temporarily disable your antivirus or Windows firewall.
- 🔄 The router is using a non-standard port. — try entering the IP with the port, for example:
192.168.1.1:8080.
If none of the methods helped, perhaps access to the web interface is disabled in the router settings. In this case, the only option left is to reset the device to factory settings (using the button Reset for 10-15 seconds) and set it up again.
⚠️ Warning: Resetting the router to factory settings will delete all saved parameters, including the Wi-Fi password, port settings, and guest network settings. Use this method only if other methods have failed.
8. Additional methods (for experienced users)
If you couldn't find the router's IP using standard methods, here are a few alternative approaches:
Method 1: View DHCP clients
In some routers (for example, Keenetic or MikroTik) The gateway IP can be found through the list of DHCP clients:
- Connect to the router via Telnet or SSH (if the function is enabled).
- Enter the command:
ip dhcp client listor (for MikroTik)
/ip dhcp-server lease print - In the results, find the device with the role
gatewayorrouter.
Method 2: Via ARP protocol
IN Linux or macOS you can use the command arpto see all devices on the local network:
arp -a
The list will contain a line with an IP that starts with 192.168. and has a mark (incomplete) or at<MAC-adpec> - It could be a router.
Method 3: Traffic Analysis
Programs like Wireshark or tcpdump Allows you to "sniff" network traffic and identify the gateway. This method is complex, but it works 100% of the time if you have administrator rights on the device.
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. The router's IP is local address, which is only visible to devices connected to its network. If you are not connected to Wi-Fi or Ethernet, it is impossible to determine the IP. The exception is if the router has external (white) IP and configured for remote access (which is extremely rare and unsafe).
Why is my router IP 192.168.100.1 or 10.0.0.1?
This means that your ISP or network administrator is using non-standard subnet. Such addresses are often found:
- In corporate networks.
- Some providers (eg. Rostelecom in certain regions).
- If the router is configured in mode
Bridge(bridge).
Functionally, this is no different from the standard 192.168.0.1/192.168.1.1 - just a different range of private IPs.
How to change the router IP to another?
To change the IP, go to the router's web interface (using the current IP), then:
- Find the section
LANorLocal area network. - Change the field value
IP addressto the desired (for example,192.168.2.1). - Save the settings and reboot the router.
After that, use the new IP to access the control panel.
What should I do if my router's IP conflicts with another device?
An IP conflict occurs when two devices on the network have the same address. Solutions:
- Reboot your router - it should assign itself the correct IP.
- Manually change the router's IP (see previous question).
- Disable the conflicting device (find it by MAC address in the list of DHCP clients).
Is it possible to find out a router's IP address using the provider's mobile app?
Yes, some providers (eg. Beeline, MTS, Rostelecom) display information about the router, including its IP address, in their apps. Go to "My Hardware" or "Wi-Fi Settings" – the information you need may be there. However, this method only works if the router was provided by your provider and is linked to your account.