Have you connected to a new Wi-Fi network but don't know how to access your router's settings? Or do you need to set up a range extender but need the IP address of your primary access point? Finding your router's IP address is the first step in any network setup, but not all users know where to find it. In this article, we'll cover how. all possible ways for different devices: from the classic command line method to mobile applications and network packet analysis.
It is important to understand that the IP address of an access point is not just a set of numbers, but default gateway, through which your entire internet connection enters the global network. Knowing this address allows you not only to configure your router, but also to diagnose connection problems, block unwanted users, and optimize network performance. We'll cover both standard methods for Windows and macOS, as well as less obvious tricks for smartphones and even Linux.
If you have never encountered setting up networks, don’t worry: each method is accompanied by step-by-step screenshots (for desktop OS) and detailed instructions. And for experienced users, we've added advanced methods—for example, how to find an IP via arp or specialized utilities like Wireshark.
1. How to find out the IP address of an access point using the command line (Windows)
The most universal and fastest way for Windows users is to use the command line. It works on all versions of the system, from Windows 7 to Windows 11, and does not require installation of additional software.
Open the command prompt in one of the following ways:
- 🔍 Click
Win + R, entercmdand pressEnter. - 🖱️ Right-click on the Start menu and select
Command Prompt (Administrator). - 📂 In File Explorer, go to
C:\Windows\System32and run the filecmd.exe.
In the window that opens, enter the command:
ipconfig /all
In the execution results, find the block with the name of your Wi-Fi adapter (usually Wireless LAN adapter or Wireless LAN adapter). This block will contain a line Main gateway - this is the IP address of your access point.
Check your Wi-Fi connection|Restart your router|Update your network card drivers|Try another method from the article-->
⚠️ Attention: If in the resultsipconfigan IP address of the form is displayed169.254.x.x, this means your device hasn't received the correct network settings from the router. Check your Wi-Fi connection or reboot the access point.
For users who prefer PowerShell, an alternative command is:
Get-NetIPConfiguration | Select-Object -ExpandProperty IPv4DefaultGateway
2. Finding IP on macOS via Terminal and System Preferences
On computers Apple The process is slightly different, but no less simple. The most reliable method is through the built-in Terminal.
Open Terminal (can be found via Spotlight on request "Terminal" or in the folder Programs → Utilities) and enter:
netstat -nr | grep default
In the output, you will see a line with your default gateway. Alternatively:
ip route get 1.1.1.1 | awk '{print $NF;exit}'
If you don't like the command line, you can use the graphical interface:
- Open
System Preferences → Network. - Select your active Wi-Fi connection from the left menu.
- Click
Additionally→ tabTCP/IP. - The router's IP address will be listed in the line
Router.
3. Finding an access point's IP on an Android smartphone
On mobile devices running Android There is no universal method - everything depends on the OS version and the manufacturer's shell (MIUI, One UI, ColorOS etc.). However, there are several reliable methods.
Method 1: Via Wi-Fi settings
The simplest option:
- Open
Settings → Wi-Fi. - Click on your network name (or the ⚙️ icon next to it).
- Scroll down to the block
AdditionallyorNetwork information. - Look for fields
Gateway,RouterorRouter IP address.
Method 2: Network Analysis Applications
If the default settings do not show the gateway, install one of the applications:
- 📊 WiFi Analyzer (shows gateway in network information).
- 🔍 Fing (scans the network and detects the router).
- 🛠️ Network Info II (detailed connection information).
For example, in Fing Just open the app, wait for the network scan, and a device with a mark will appear at the top of the screen Internet Gateway - this is your router.
Stock Android|MIUI (Xiaomi)|One UI (Samsung)|ColorOS (Oppo/Realme)|Other-->
⚠️ Attention: On some devices (especially with custom firmware), the gateway IP address may appear in unexpected sections - for example, in Settings → Connections → Mobile network → Access pointsIf you can't find it, try searching through your settings for "gateway."
4. Finding the router's IP on an iPhone or iPad
Devices Apple on iOS or iPadOS They hide network settings more deeply than Android, but you can still find your router's IP without third-party apps.
Instructions:
- Open
Settings → Wi-Fi. - Click on the blue icon
inext to your network name. - Scroll down to the block
ROUTER- this is the IP address of the access point.
If this option is not present (which happens on some versions of iOS), use an alternative method:
- Install the application Network Analyzer or IP Tools from the App Store.
- Run a network scan - the router will be listed as
Gateway.
For users who have disabled the App Store, you can use web interface Some routers. Try entering standard IP addresses into your browser:
192.168.0.1192.168.1.110.0.0.1
5. Advanced methods: via ARP, Wireshark and specialized utilities
If standard methods don't work (for example, the router is configured for a non-standard IP or the DHCP function is disabled), you can use advanced tools.
Method 1: ARP Command (Windows/Linux/macOS)
Protocol ARP (Address Resolution Protocol) allows you to see all devices on your local network. In the command line, enter:
arp -a
In the results, look for the IP address marked dynamic or internet — this is most likely your router. It usually has an address like this 192.168.x.1 or 10.0.x.1.
Method 2: Wireshark (traffic analysis)
Utility Wireshark Allows you to intercept network packets. After installation:
- Run packet capture for your Wi-Fi adapter.
- Filter traffic by protocol
DHCP. - Find packets from the DHCP server (this will be your router).
Method 3: Angry IP Scanner
Free program Angry IP Scanner Scans your local network and displays all active devices. After scanning, look for a device with an open port. 80 or 443 — this is the router's web interface.
| Method | OS | Complexity | Is software required? |
|---|---|---|---|
Command line (ipconfig) |
Windows | ⭐ | No |
Terminal (netstat) |
macOS/Linux | ⭐ | No |
| Wi-Fi settings | Android/iOS | ⭐⭐ | No |
| ARP scan | Any | ⭐⭐⭐ | No |
| Wireshark | Any | ⭐⭐⭐⭐ | Yes |
6. What should I do if the router's IP address is not detected?
Sometimes even after all attempts the IP address of the access point remains unknown. Here checklist to solve the problem:
- 🔄 Reboot your router (turn off the power for 30 seconds).
- 📡 Check that you are connected to the network whose IP you are looking for (sometimes devices connect to neighboring points with the same name).
- 🖧 Make sure that the router is enabled
DHCP server(without it, devices do not receive automatic settings). - 🔧 Try connecting to the router via cable (Ethernet) - sometimes Wi-Fi settings are different.
- 📄 Look at the IP on the router sticker (usually a standard address is indicated like
192.168.8.1For TP-Link).
If nothing helps, you can try reset the router to factory settingsTo do this:
- Find the button on the back of the router.
Reset(usually recessed into the body). - Press and hold it for 10-15 seconds (until the indicators flash).
- After rebooting, the router will be accessible via the standard IP (indicated on the sticker).
⚠️ Attention: Resetting your router will delete all settings, including your Wi-Fi password, port forwarding, and parental controls. Use this method only as a last resort.
List of default IP addresses of popular routers
TP-Link: 192.168.0.1, 192.168.1.1, tplinklogin.net
ASUS: 192.168.1.1, router.asus.com
D-Link: 192.168.0.1, 192.168.1.1, dlinkrouter.local
Zyxel Keenetic: 192.168.1.1, my.keenetic.net
MikroTik: 192.168.88.1
Huawei: 192.168.1.1, 192.168.8.1
7. Security: Why is it important to hide your router's IP?
Knowing your access point's IP address gives you access to its settings, which means you can manage your entire network. If this address falls into the hands of attackers, they can:
- 🔓 Choose a password for the web interface (many leave the default one)
admin/admin). - 🕵️ Intercept traffic or redirect you to phishing sites.
- 🚫 Disable the Internet or change DNS settings.
To protect your network:
- Change the default IP of the router to a non-standard one (for example,
192.168.35.1). - Disable remote access to the web interface (in the router settings).
- Use a strong password to access your control panel.
- Turn on guest network for temporary users.
Most home network hacks occur due to default router settings, according to research by the company Kaspersky (2023), 68% of vulnerabilities are related to non-unique IP addresses and default passwords.
FAQ: Frequently Asked Questions about IP Access Points
Is it possible to find out the IP address of someone else's access point?
Technically yes, but to do so, you'd need to connect to that network (with the owner's permission!) or use specialized vulnerability scanning software (which may be illegal). Without a Wi-Fi connection, it's impossible to determine the router's IP address.
Why is my router's IP 192.168.1.1, but my neighbor's is 192.168.0.1?
These are standard addresses assigned by default by manufacturers. They may vary depending on the router model. The main thing is that all devices on the same local network have IP addresses from the same subnet (for example, 192.168.1.x).
Can a router's IP change on its own?
No, the router's IP address on the local network is static and can only be changed manually through the settings or after a reset. However, if the router receives external (white) IP from the provider, which may change when reconnecting.
What should I do if the page doesn't open when I enter the router's IP address in the browser?
Check:
- Are you connected to this router via Wi-Fi or cable?
- Is a firewall or antivirus blocking access?
- Is the IP entered correctly (sometimes it gets confused)
192.168.0.1And192.168.1.1). - Has the web interface port been changed (for example,
192.168.1.1:8080).
How can I find out the IP address of an access point if I am connected via a repeater?
In this case, you need to find the IP address of the main router, not the repeater. Connect directly to the main access point and use any method from the article. The repeater's IP address is usually different (for example, 192.168.0.254).