Have you ever found yourself in a situation where you urgently need to access your router's settings but can't remember its IP address? Or have you tried connecting a new device to your local network but don't know what address range it's using? A Wi-Fi IP address is like your router's home address on the network, and without it, many settings are simply inaccessible.
In this article we will look at all possible waysHow to find a Wi-Fi network's IP address—from standard command line methods to little-known tricks on mobile devices. You'll learn the difference. local IP (of the same router) from external IP (your ISP), how DHCP works, and why the address can sometimes change on its own. And what to do if standard methods don't work.
It doesn't matter if you use Windows 11, outdated Windows 7, MacBook on the latest macOS or smartphone Android 14 — you'll find a solution for your situation here. And yes, we won't limit ourselves to the banal "192.168.1.1" — we'll also consider cases where the router has a non-standard address or is completely hidden behind additional settings.
What is a Wi-Fi IP address and why is it needed?
A Wi-Fi IP address is a unique numerical identifier assigned to your router on your local network. It's used to allow devices to communicate with each other: computers, smartphones, printers, and even smart light bulbs use this address to find the router and access the internet.
There are two key types of IP addresses that are often confused:
- 🌐 Local (internal) IP — the address of your router in your home network (for example,
192.168.0.1or10.0.0.1). This is what they ask for when they ask for a "Wi-Fi IP". - 🌍 External (public) IP — the address your ISP assigns to your entire internet network. Websites see it when you visit them.
In 90% of cases, users need exactly local IP - to enter the router control panel (192.168.x.x), set up port forwarding, change the Wi-Fi password, or update the firmware. An external IP may be needed for remote access to your home network or setting up servers.
Interesting fact: most routers have default IP ranges 192.168.0.0/16 or 10.0.0.0/8, but some manufacturers (for example, Zyxel or MikroTik) use non-standard addresses like 192.168.88.1If standard methods don't work, you'll have to look for alternative ways.
Method 1: How to find your WiFi IP address using the command line (Windows)
The most universal method for Windows - use the command line. It works on all versions of the system, from Windows XP to Windows 11, and does not require installation of additional programs.
Instructions:
- Click
Win + R, entercmdand pressEnter. - In the window that opens, enter the command:
ipconfig /all - Find the block
Wireless Wi-Fi network adapter(orWireless LAN adapter(in the English version). - Line
Main gateway(Default Gateway) - this is the IP address of your router.
Example output:
Wi-Fi Wireless Network Adapter:
...
IPv4 address. . . . . . . . . . . : 192.168.1.100
Main gateway. . . . . . . . : 192.168.1.1
...
If the team ipconfig Wi-Fi adapter not showing, check:
- 🔌 Are you connected to the network (the Wi-Fi icon in the tray must be active).
- 🔄 Is the adapter disabled?
Device Manager. - 🛠️ Have your TCP/IP settings been reset (you can reset them with the command
netsh int ip reset).
☑️ Check before using ipconfig
⚠️ Attention: If the command output contains instead of the usual192.168.x.xyou see an address like169.254.x.x, this means your device hasn't received an IP address from the router (DHCP issue). Try rebooting the router or checking your network settings.
Method 2: View IP via Network Information (Windows 10/11)
If the command line seems complicated, in modern versions Windows There's a more visual way. It's suitable for users who prefer a graphical interface.
Step-by-step instructions:
- Click on the icon
Wi-Fiin the lower right corner of the taskbar (tray). - Click on your network name, then select
Properties. - Scroll down to the block
Properties- there will be a lineDefault Gateway (IPv4).
Alternative route:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Additional optionsnext to the name of your network. - In the section
PropertiesfindIPv4 gateway.
This method is convenient because it does not require remembering commands, but it only works in Windows 10 And Windows 11. IN Windows 7 Similar information can be found through Network and Sharing Center → Change adapter settings → Wireless Properties → Details.
Method 3: How to find your Wi-Fi IP address on a Mac (macOS)
Users MacBook or iMac You can find your router's IP address through system settings. In macOS, this process is even easier than in Windows.
Instructions:
- Click on the icon
Wi-Fiin the top panel (next to the clock). - While holding the key
Option (⌥), click on the name of your network. - The drop-down menu will display additional information, including the line
Router- this is the IP address of your router.
Alternative way through System Preferences:
- Open
System Preferences → Network. - Select
Wi-Fiin the left menu, then clickAdditionally. - Go to the tab
TCP/IP- lineRoutercontains the required IP.
On macOS you can also use Terminal (similar to the command line in Windows). To do this, enter:
netstat -nr | grep default
The output will contain a line with your gateway (router).
⚠️ Attention: On some versions of macOS (especially older ones), network interface priorities may become out of sync after an update. If the router's IP address suddenly becomes169.254.x.x, try manually specifying DNS servers (for example,8.8.8.8And8.8.4.4) in the Wi-Fi settings.
Method 4: View IP on Android and iPhone
Mobile devices can also show the router's IP address, but the methods differ for Android And iOS.
On Android:
- Open
Settings → Wi-Fi. - Tap on the name of your network (a gear icon or "i" should appear).
- Scroll down to the block
IP addressorGateway(depending on Android version).
On some firmware (for example, MIUI on Xiaomi or ColorOS on Oppo) the path may differ. If there is no line Gateway, try:
- 📱 Install the app WiFi Analyzer or Fing - they show the router's IP.
- 🔧 Use a browser and enter standard addresses (
192.168.0.1,192.168.1.1) - if the router has a non-standard IP, it will redirect you.
On iPhone (iOS):
- Open
Settings → Wi-Fi. - Tap the "i" icon next to your network name.
- In the block
IPv4find the lineRouter- this is the IP address of the router.
On iPhone There is no direct access to the command line, but if the router does not display the IP, you can try:
- 🔄 Restart your router and phone - sometimes this helps update the DHCP lease.
- 🌐 Enter in browser
http://router.asus.com(for ASUS routers) or similar addresses for other brands.
What to do if there is no "Gateway" line on Android?
On some firmware versions (especially Chinese brands), gateway information is hidden. In this case:
1. Install the application Termux from Google Play.
2. Enter the command:
```bash
netcfg | grep -E 'wlan0|eth0'
```
3. In the output, find the line with gateway - this is the router's IP.
Method 5: View IP via the router's web interface or sticker
If none of the previous methods worked, you can try two alternative approaches:
- Via the router's web interface:
- 🖥️ Open your browser and enter the default router IP addresses:
192.168.0.1,192.168.1.1,192.168.8.1,10.0.0.1. - 🔑 If you're asked for a login/password, try the standard combinations:
admin/admin,admin/password(sometimes empty password). - 📋 In the router control panel, the IP address is usually listed in the section
Status,Network MaporLAN.
- 🖥️ Open your browser and enter the default router IP addresses:
Most routers have a sticker on the bottom or back panel with technical information. It usually states:
- 🏷️ IP address (For example,
192.168.3.1for some models TP-Link). - 🔐 Default login and password.
- 📡 SSID (Wi-Fi network name) and password.
If the sticker is worn off or the router is used, you can try to guess the IP by the model:
| Manufacturer | Typical IP address | Default login/password |
|---|---|---|
| TP-Link | 192.168.0.1 or 192.168.1.1 |
admin/admin |
| ASUS | 192.168.1.1 |
admin/admin |
| Xiaomi (Mi Router) | 192.168.31.1 |
No password (linked to Mi account) |
| Zyxel Keenetic | 192.168.1.1 |
admin/1234 or admin/(empty) |
| D-Link | 192.168.0.1 |
admin/(empty) or admin/admin |
⚠️ Attention: If you have changed the router's IP address manually (for example, to192.168.100.1), and then forgot it, the only way to regain access is to reset the router to factory settings using the buttonReset(It's usually recessed and requires a paperclip.) After resetting, the IP will return to the default.
Method 6: Using third-party programs to determine IP
If standard methods don't help, you can use specialized utilities. They will not only display the router's IP address but also provide additional information about the network.
Popular programs for Windows:
- 🔍 Advanced IP Scanner — scans the local network and displays all connected devices, including the router.
- 📡 WirelessNetView (from NirSoft) - displays detailed information about Wi-Fi networks, including the gateway.
- 🛠️ Angry IP Scanner — a cross-platform scanner, works on Windows, macOS and Linux.
For Android:
- 📱 Fing — shows the router IP, scans ports and detects vulnerabilities.
- 🔧 Network Analyzer - analyzes the network and displays the default gateway.
For iOS:
- 🍎 Network Analyzer Lite — a free version with basic scanning functions.
- 🌐 IP Scanner — a simple tool for searching devices on the network.
The advantage of third-party programs is that they often show additional information:
- 🔗 MAC addresses of devices.
- 📊 Connection speed.
- 🔒 Open ports on the router.
Be careful, though: some utilities (especially for Android) require network access permissions. Install programs only from official sources (Google Play, App Store, developer sites).
Common problems and their solutions
Sometimes your router's IP address may not be displayed or may be incorrect. Let's look at common situations and how to fix them.
Problem 1: The router's IP address is 169.254.xx
This means your device hasn't received an address from the router (DHCP issue). Solutions:
- 🔄 Reboot your router (turn off the power for 30 seconds).
- 🖥️ On Windows, run the following in the command line:
ipconfig /releaseipconfig /renew - 🛠️ Check if the DHCP server is disabled in your router settings.
Problem 2: The router does not open via the default IP address.
Possible causes and solutions:
- 🔧 The router's IP address was changed manually. Try scanning the network with a program. Advanced IP Scanner.
- 🔌 The router isn't connected to power or is broken. Check the indicators.
- 🌐 Browser issues. Try a different browser or clear your cache.
- 🔒 Your firewall or antivirus is blocking access. Temporarily disable them.
Issue 3: Gateway not displayed on mobile device
On some firmware versions (especially Chinese ones), gateway information is hidden. Solutions:
- 📱 Install an alternative launcher (for example, Nova Launcher) - sometimes this helps to see hidden settings.
- 🔧 Use the app Termux and the team
ip route. - 🌐 Connect to the router from another device (for example, a laptop) and view the IP there.
Problem 4: The router issues an IP from a non-standard subnet (for example, 10.10.10.x)
Some providers (especially corporate ones) use non-standard ranges. In this case:
- 📋 Check your IP address with your ISP or system administrator.
- 🔍 Use a network scanner to find active devices.
⚠️ Attention: If you're connected to a public Wi-Fi network (at a cafe or airport), access to the router will be blocked. On such networks, the gateway IP address may be hidden or protected by additional authentication.
FAQ: Frequently Asked Questions About Wi-Fi IP Addresses
Is it possible to change the IP address of a router?
Yes, this can be done in the router settings in the section LAN or NetworkFor example, in TP-Link the path is this: Advanced → Network → LANAfter changing the IP, all devices will lose connection and will have to be reconnected.
Important: The new IP must be from the same subnet (for example, if there was 192.168.1.1, then the new one can be 192.168.1.254, but not 192.168.2.1, otherwise the devices will not be able to connect).
Why does my router's IP address change on its own?
If we are talking about local IP, then it can only be changed manually. But if you mean external (public) IP, then the provider can change it:
- 🔄 For each new connection (dynamic IP).
- 🕒 On a schedule (for example, once a day).
- 📡 When changing the base station (for mobile Internet).
To fix an external IP, you need to order it from your provider static IP (usually a paid option).
What should I do if I forgot my router's IP address and can't connect to it?
There are several options:
- 🔍 Use a network scanner (for example, Advanced IP Scanner) on the connected device.
- 🔄 Reset the router to factory settings using the button
Reset(default IP will be used). - 📋 View the IP on another device connected to this router.
- 📡 Connect the router to the computer via cable and check the IP via
ipconfig(sometimes the address is determined via cable even if Wi-Fi is not working).
How do I find out who else is connected to my Wi-Fi using IP addresses?
To do this:
- Go to the router's web interface (usually the section
DHCP Clients,Connected DevicesorNetwork Map). - Use a scanner program (eg Advanced IP Scanner or Fing).
- In the Windows command prompt, type:
arp -aThis will show all IP and MAC addresses of devices on your local network.
If you find an unfamiliar device, change the Wi-Fi password and turn it off. WPS in the router settings.
Is it possible to hide a router's IP address from other devices on the network?
Local IP of the router (192.168.x.x) is visible to all devices on the network—this is necessary for their operation. However, you can:
- 🔒 Change the router's IP to a non-standard one (for example,
192.168.254.254). - 🛡️ Disable access to the router's web interface from the local network (in the security settings).
- 🔑 Use a strong password to access the control panel.
To hide external IP Use a VPN or proxy server.