A router's IP address is the digital "passport" of your router on the local network. Without it, you can't access the admin panel, change Wi-Fi settings, or configure security. Many users face the problem of urgently reconfiguring their network, but the router's IP address is unknown or forgotten. Fortunately, it can be determined in minutes—and it doesn't require specialized software or extensive technical knowledge.
In this article we will look at all current methodsHow to find out the router's IP address on any device - from a computer running Windows 11 to the smartphone on Android 14You'll learn where to find the address on the router's sticker, how to find it using the command line or terminal, and what to do if standard methods don't work. We'll pay special attention to common mistakes, which cause users to lose access to settings, and we'll provide a checklist for quickly resolving the issue.
The material will be useful for both beginners and experienced users: the former will learn basic methods, the latter will find rare life hacks (for example, how to determine IP via arp or netstat). All instructions have been tested on routers. TP-Link Archer C6, ASUS RT-AX88U, Keenetic Giga And Zyxel Keenetic Ultra — but will fit 99% of models from other brands.
1. Where to find the router's IP address on the device's body
The easiest way is to look at the address on the sticker found on every router. It's usually located on the bottom or back panel and contains key information: IP address for login, default login/password, MAC address and serial number.
Here's what to look for on the sticker:
- 🔍 "IP" or "Default IP" field - most often it is
192.168.0.1,192.168.1.1or10.0.0.1Less common are addresses like192.168.8.1(at TP-Link) or192.168.31.1(for some models Huawei). - 🖥️ Login URL - some manufacturers (for example, ASUS or Netgear) indicate a special address of the type instead of IP
router.asus.comormykeenetic.netThis is an equivalent replacement. - 🔑 Credentials — login is usually indicated next to the IP (
admin) and password (sometimes empty oradmin). They are also worth writing down.
⚠️ Attention: If the sticker is worn off or painted over, do not attempt to scrape it off with a knife, as this will damage the barcode and serial number, which may be needed for warranty service. Instead, use one of the software methods (described below).
| Router brand | Typical IP address | Alternative address (URL) |
|---|---|---|
| TP-Link | 192.168.0.1 or 192.168.1.1 |
tplinkwifi.net |
| ASUS | 192.168.1.1 |
router.asus.com |
| Keenetic | 192.168.1.1 |
my.keenetic.net |
| Zyxel | 192.168.1.1 |
192.168.0.1 (old models) |
| D-Link | 192.168.0.1 |
dlinkrouter.local |
2. How to find your router's IP address using Windows (3 methods)
If there is no sticker or the address on it does not match, you can determine the router's IP through the operating system. Windows 10/11 There are at least three reliable methods: through command line, Network parameters And network connection informationLet's consider each one in detail.
Method 1: Command line (ipconfig)
This is a universal method that works on all versions of Windows. Follow the instructions:
- Click
Win + R, entercmdand pressEnter. - In the window that opens, enter the command:
ipconfig /all - Find the block
Wi-Fi Wireless LAN Adapter(if connected via cable -Ethernet adapter). - In the line
Main gatewayThe IP address of the router will be indicated.
⚠️ Attention: If in the results ipconfig there is no "Default gateway" line or the address is specified 0.0.0.0, this means your device isn't connected to the router. Check your Wi-Fi connection or network cable.
Method 2: Windows Settings (graphical interface)
For users who don't like the command line, there is a more visual way:
- Open
Settings → Network & Internet. - Select
Wi-Fi(orEthernetfor wired connection). - Click on the name of your network.
- Scroll down to the block
Properties- there will be a lineIPv4 gateway.
Method 3: Network Connection Information
Another option is through the classic control panel:
- Click
Win + R, enterncpa.cpland pressEnter. - Double-click on the active connection (Wi-Fi or Ethernet).
- In the window that opens, click
Intelligence.... - Look for the line
Default IPv4 Gateway.
Connect to your router's Wi-Fi|Make sure the router's network indicator is green|Check that there is no VPN or proxy running on your PC|Restart your router if the IP address is not detected-->
3. Finding the Router IP Address on Mac (macOS)
On computers Apple The process is a little different, but no less simple. There are two main methods: through system settings And terminalThe first is suitable for beginners, the second is for experienced users who need additional information (for example, the router's MAC address).
Method 1: System Preferences
Instructions for macOS Ventura and newer:
- Open
System Preferences → Network. - Select an active connection (Wi-Fi or Ethernet).
- Click
Additionally...in the lower right corner. - Go to the tab
TCP/IP. - The router's IP address will be listed in the line
Router.
Method 2: Terminal (netstat)
For those who prefer console:
- Open
Terminal(via Spotlight orPrograms → Utilities). - Enter the command:
netstat -nr | grep default - In the results, look for a line with
default— the second column will be the IP address of the router.
💡 Helpful tip: If you frequently work with networks on a Mac, save the command alias routerip="netstat -nr | grep default | awk '{print \$2}'" to file .zshrc (or .bashrc). After this, it will be enough to enter the router's IP routerip in the terminal.
4. How to find a router's IP address on Android and iOS
Mobile devices are also connected to the router, which means they can show its IP. Android And iOS The algorithm is different, but in both cases it takes no more than a minute.
On Android (all versions)
Instructions for clean Android 12+ and shells (MIUI, One UI, ColorOS):
- Open
Settings → Network & Internet → Wi-Fi. - Tap on the name of your network.
- Scroll down to the block
AdditionallyorNetwork information. - Look for the line
GatewayorRouter- this is the IP address.
⚠️ Attention: On some smartphones (eg. Xiaomi or Realme) The path may vary. If you don't find the "Advanced" section, try installing the app. WiFi Analyzer - it shows the gateway IP on the main screen.
On iPhone and iPad (iOS)
On devices Apple the procedure is even simpler:
- Open
Settings → Wi-Fi. - Tap on the symbol
inext to the name of your network. - In the block
IPv4find the lineRouter.
Important: On iOS 17+, in some regions, the "Router" line may be hidden behind the "Configure DNS" button. If it's not there, scroll to the bottom of the screen.
5. Alternative methods: if standard methods don’t work
There are situations when none of the described methods help: the router doesn't assign an IP address, the sticker is missing, and system tools show incorrect data. In such cases, advanced methods, which are rarely mentioned in standard instructions.
Method 1: Via command line (arp -a)
Team arp shows a table of IP and MAC addresses in the local network. Typically, the router has the "lowest" IP in the range (for example, 192.168.1.1), and its MAC address starts with the manufacturer (for example, TP-LINK or ASUSTek).
- Open Command Prompt (
Win + R → cmd). - Enter:
arp -a - Look for the IP that has in the column
Typeindicateddynamicorstatic, and the MAC address matches the router brand.
Method 2: Through the list of connected devices
If you have access to another device already connected to the router (for example, a second phone or tablet), you can view the list of clients on the network:
- 📱 On Android: use the app Fing or NetScan - They scan the network and show the router's IP at the top of the list.
- 🖥️ On Windows: program Advanced IP Scanner automatically detects the gateway IP.
Method 3: Reset the router to factory settings
⚠️ Attention: This method should only be used as a last resort, as it will reset all router settings (including the Wi-Fi password). After the reset, the IP address will return to the factory default (as indicated on the sticker).
- Press and hold the button
Reseton the back panel of the router (usually 10-15 seconds). - Wait for the reboot (the indicators should flash).
- Connect to the network with the factory name (eg.
TP-Link_XXXX) and use the standard IP.
What should I do if my router doesn't issue an IP address (DHCP isn't working)?
If the router does not assign an IP address to devices (in ipconfig you see 169.254.x.x), this means the DHCP server is failing. Temporary solution:
1. Set up a static IP on your device (e.g. 192.168.1.100 with a mask 255.255.255.0 and a gateway 192.168.1.1).
2. Try accessing the router panel using the standard IP address.
3. If that doesn't help, reset the router to factory settings.
6. Common mistakes and how to avoid them
Even experienced users sometimes encounter problems when determining the IP address of a router. Here top 5 mistakes and ways to solve them:
| Error | Cause | Solution |
|---|---|---|
IP address is not determined (0.0.0.0) |
There is no connection to the router | Check your cable/Wi-Fi, reboot your router |
| The login page does not open. | Invalid IP or port blocked | Try it http:// Before IP, disable VPN |
IP starts with 169.254 |
DHCP failure on the router | Set up a static IP or reset your router |
| The sticker shows one IP, but the system shows another. | The IP was changed manually. | Use arp -a or scan the network |
| I can't access the admin panel. | Incorrect login/password | Reset your router or check the information on the sticker |
🔧 Helpful tip: If you frequently change your router settings, save its IP, login, and password in a secure notebook (for example, KeePass or Bitwarden). This will eliminate the need to search for data every time.
FAQ: Answers to Frequently Asked Questions
Is it possible to find out the router's IP address if I'm not connected to its network?
No, unless you're connected to a router (via Wi-Fi or cable), your device doesn't know its IP. The exception is if the router has previously leased you an IP (check arp -a (in the command line). In other cases, you'll need to connect to the network or reset the router to factory settings.
Why do I have a router IP? 192.168.100.1 - This is fine?
Yes, some providers (eg. MTS or Third Transport Ring) use non-standard IP addresses for their routers. Devices in the "IP" mode may also have such addresses. Bridge or with double NAT. If the network is stable, there's nothing to worry about.
How to change the IP address of a router?
To change your IP, go to the admin panel (usually the section Network → LAN or Local Network). In the field IP Address Enter a new address (for example, 192.168.2.1), save the settings and reboot the router. Attention: After changing, you will have to connect using a new IP!
Can a router's IP change on its own?
No, the router IP (gateway) is manually set in the settings and does not change automatically. However, if the router is reset or you connect to a different network (for example, a guest network), the address may change. Also, some providers update router firmware remotely, which in rare cases leads to an IP change.
What should I do if my router's IP conflicts with another device on the network?
IP conflict (for example, two devices with 192.168.1.1) leads to network failures. Solution:
- Disable one of the conflicting devices.
- Go to your router settings and change its IP (for example, to
192.168.3.1). - Restart all devices.