How to Find Your Wi-Fi IP Address: A Complete Guide for Your Router and Connected Devices

Have you ever encountered a situation where you urgently need to know Wi-Fi network IP address, but don't know where to start? Perhaps you need to set up router, connect a new device, or troubleshoot internet issues. In this article, we'll cover all the current methods for determining the IP address of both the Wi-Fi network (gateway) itself and the devices connected to it.

It is important to understand the difference: IP address your Wi-Fi network (also known as gateway address) is the "router address" in the local network (usually 192.168.0.1 or 192.168.1.1). And the IP address devices (computer, smartphone) is its personal identifier on the network. We'll show you how to find both types of addresses on different platforms.

This article will be useful for both beginners and experienced users: here you'll find not only basic instructions but also rare tricks (for example, how to find your IP address using the command line or mobile apps). All methods have been tested on the latest OS versions and router firmware.

1. How to find the IP address of a Wi-Fi network (gateway) via a router

The most reliable way is to view the IP address directly in the router settings. This address is also the entry point for managing the device. Here's how:

  • 🔌 Connect to the router via cable (via port LAN) or via Wi-Fi.
  • 🖥️ Open any browser and enter the standard address: 192.168.0.1, 192.168.1.1 or 192.168.8.1 (depending on the model).
  • 🔑 Enter your login and password (by default it is often admin/admin or indicated on the router sticker).
  • 📊 Find the section in the control panel NetworkLANThere will be a line here IP address or Gateway.

On popular models (TP-Link, ASUS, Keenetic) the path may differ slightly:

Manufacturer Path to IP address Standard address
TP-Link Advanced Settings → Network → LAN 192.168.0.1
ASUS Local Network → IP Address 192.168.1.1
Keenetic Internet → Network Segments → Home Network 192.168.1.1
Xiaomi Advanced → Network → LAN Settings 192.168.31.1
⚠️ Attention: If you have changed the default IP address of the router earlier, but do not remember it, reset the device settings using the button Reset (Hold for 10 seconds). After reset, use the address from the sticker.
📊 What router are you using?
TP-Link
ASUS
Keenetic
Xiaomi
D-Link
Another

2. Determining the Wi-Fi IP address on Windows 10/11

In operating systems Windows There are several ways to find the IP address of both the network itself (gateway) and your computer. Let's look at the fastest ones:

Method 1: Via "Network Settings"

  • 🖱️ Right-click on the icon Wi-Fi in the tray (bottom right).
  • 🔧 Choose Open Network and Internet settings.
  • 📄 Scroll to the block Properties - there will be a line Default Gateway (IPv4).

Method 2: Via the command line

Open Command line (Win + R → enter cmd) and run:

ipconfig /all

Look for the block Wireless Wi-Fi network adapter. There:

  • IPv4 address — your PC's network address.
  • Main gateway — IP address of the Wi-Fi network (router).

Method 3: Via PowerShell

For advanced users: open PowerShell and enter:

Get-NetIPConfiguration | Select-Object InterfaceAlias, IPv4Address, IPv4DefaultGateway

This command will list all network interfaces with their IP and gateways.

⚠️ Attention: If in the results ipconfig you see the address 169.254.x.x, this means your PC hasn't received an IP address from the router. Check your Wi-Fi connection or DHCP settings on the router.

3. How to find your Wi-Fi IP address on macOS

On MacBook or iMac The procedure is even simpler thanks to the intuitive interface:

  • 🍎 Click on the icon Wi-Fi in the top panel (on the right).
  • 🔍 Holding Option (⌥), click on the current network.
  • 📋 A drop-down window will appear with information including IP address (your Mac) and Router (IP Wi-Fi networks).

An alternative way is through System Preferences:

  1. Open System Preferences → Network.
  2. Select Wi-FiAdditionally.
  3. Go to the tab TCP/IP - there will be IPv4 address And Router.

For the terminal (analogue) cmd in Windows) use the command:

netstat -nr | grep default

This will show the default gateway (IP of the Wi-Fi network).

4. View Wi-Fi IP address on Android

On smartphones running Android the path depends on the OS and shell version (MIUI, One UI, ColorOS etc.). Universal method:

  • 📱 Open Settings → Wi-Fi.
  • 🔗 Tap on the name of your network (already connected).
  • 📊 Scroll down to the block Network information — there will be IP address (your phone) and Gateway (IP Wi-Fi networks).

On some devices (eg. Xiaomi) the path may be different:

Settings → Wi-Fi → ⚙️ (Network settings) → Advanced → Network details

For advanced users there is a way through Termux (terminal application):

ifconfig

Look for the block wlan0 — there will be inet addr (your IP) and gateway (you can find out through ip route).

What to do if IP is not displayed on Android?

If there is no IP address in the network information, try:

1. Turn Wi-Fi on/off.

2. Forget the network and reconnect.

3. Check if DHCP is enabled on the router (it should be "Auto").

5. How to check Wi-Fi IP address on iPhone/iPad

On devices Apple With iOS or iPadOS The algorithm is simple, but not obvious:

  1. 📱 Go to Settings → Wi-Fi.
  2. 🔘 Click on the blue icon i next to the name of your network.
  3. 📋 In the block IPv4 ADDRESS you will see:
    • IP address — your iPhone's address.
    • Router — IP address of the Wi-Fi network.

If instead of numbers you see 169.254.x.x, this means the iPhone hasn't received an IP address from the router. Try this:

  • 🔄 Reboot the router.
  • 🔄 Forget the network and reconnect.
  • 🔧 Check DHCP settings on your router.
⚠️ Attention: On some router firmware (especially with enabled AP Isolation) devices Apple may not display the correct IP address. In this case, use alternative methods (for example, via a computer).

6. Alternative methods: mobile apps and online services

If standard methods don't work or you're looking for a more user-friendly interface, try specialized tools:

Android/iOS apps

  • 📱 Fing — scans the network and displays the IP of all devices, including the gateway.
  • 📱 Network Analyzer - displays detailed information about the network, including IP and MAC addresses.
  • 📱 IP Tools — a universal set for network diagnostics (includes ping and traceroute functions).

Online services

To determine external IP address (which is seen by the Internet, not the local network) use:

Important: A local IP address (within your Wi-Fi network) and an external IP (on the internet) are different. Online services only show the external IP assigned by your ISP. To configure a router or local devices, you need the internal IP.

Install the Fing app from the App Store/Google Play

Open the app and wait for the network scan.

Find a device with the "Gateway" or "Router" type—this is the IP address of your Wi-Fi network.

Check IP of other devices in the list (if necessary)-->

7. Common problems and their solutions

When determining a Wi-Fi IP address, users often encounter common errors. Let's look at the most common ones:

Problem Possible cause Solution
IP address 169.254.x.x DHCP does not issue an address Reboot your router, check your DHCP settings, or assign an IP manually.
Unable to access router settings Incorrect gateway IP address Reset the router using the button Reset and use the address from the sticker
IP address not displayed on Android/iOS Connection failure Forget the network and reconnect, check the Wi-Fi settings on the router
Team ipconfig doesn't work Missing rights or network failure Run Command Prompt as administrator or restart your PC.

If none of the methods worked, check:

  • 🔌 Physical connection to the router (indicators should be on).
  • 🔄 DHCP settings on the router (must be enabled).
  • 🛡️ Antivirus or firewall (they may block network requests).

FAQ: Frequently Asked Questions About Wi-Fi IP Addresses

Is it possible to change the IP address of a Wi-Fi network?

Yes, you can change the gateway (router) IP address in its settings. To do this:

  1. Go to your router's control panel.
  2. Find the section LAN or Local area network.
  3. Change the value IP address (for example, with 192.168.0.1 on 192.168.10.1).
  4. Save the settings and reboot the router.

After the change, you will have to connect to the new network with the updated IP.

Why do all devices on the network have the same external IP, but different local IPs?

This is fine! External IP (public) assigned to your router by your provider and visible on the Internet. Local IP (private) is assigned by the router to each device within your network. This is how the mechanism works NAT (Network Address Translation), which allows many devices to share a single external IP.

How to hide your IP address on a Wi-Fi network?

Hiding your local IP address from other devices on the same network is virtually impossible (unless you use specialized masking software). However, you can:

  • Disable Network discovery in Windows/macOS settings.
  • Use VPN to encrypt traffic (but this will not hide your local IP on the network).
  • Turn on AP Isolation on the router (will separate devices on the network).
What should I do if someone is using my Wi-Fi without permission?

If you suspect that unauthorized devices are connected to your network:

  1. Go to the router settings section Wireless network (Wi-Fi)Client list.
  2. Check the list of connected devices (by IP and MAC addresses).
  3. Change your Wi-Fi password to a more complex one (recommended) WPA3).
  4. Enable MAC address filtering (allow connections only to your devices).
Is it possible to determine the location of a device on a Wi-Fi network using its IP address?

By local IP (For example, 192.168.1.100) it is impossible to determine the physical location of the device on the network - this address is valid only within your local network. However, external IP (Public) you can roughly determine the city or region (but not the exact address). For this, use services like IPinfo.