How to Find Your IP Address via WiFi: Complete Instructions for All Devices

In today's digital environment, understanding the structure of your local network is a basic skill required to solve many technical problems. When you connect a smartphone, laptop, or smart speaker to a wireless network, each device is assigned a unique numerical identifier that allows them to communicate with each other and connect to the global network. This identifier is called IP address, and knowing how to find it can be useful for setting up a printer, setting up a game server, or diagnosing connection problems.

There are two main types of addresses that are often confused by beginners: external (WAN) and internal (LAN). External IP — This is the address that your ISP assigns to your router for Internet access, and it is the same for your entire home network. Internal IP — This is the local address that the router assigns to each connected device, and it's the one most often needed for local device configuration. In this article, we'll cover in detail how to find both types of addresses on various operating systems.

The search process may vary depending on the device and operating system you're using, but the basic principles remain the same. DHCP protocol, running in the background of your router, automatically assigns addresses, but you can always check the current settings manually. Whether you're using Windows, macOS, Android, or iOS, tools for obtaining this information are built into the system by default.

Finding the IP address of a router and device on Windows

The Windows operating system offers several ways to obtain network information, but the fastest and most informative method is using the command line. This method is universal and works on all versions of the OS, from older releases to the latest ones. Windows 11First, you need to open the console: press the key combination Win + R, enter cmd and press Enter. In the black window that opens, enter the command ipconfig and confirm the action by pressing the Enter key.

After running the command, you'll see a list of all network adapters. Find the section corresponding to your WiFi connection, usually labeled "Wireless Network" or "Wireless LAN Adapter." There are two lines of interest in this section: Main gateway (Default Gateway) and IPv4 addressThe gateway is the IP address of your router, through which you access the network, and IPv4 is the local address of your computer.

⚠️ Note: If you see a value starting with 169.254 in the IPv4 Address field, this means the device was unable to obtain an address from the router. In this case, the internet connection will not work, and a router reboot is required.

An alternative way to access information is through the settings graphical interface. Go to Settings → Network and Internet → Wi-Fi, then click on your network name. Scroll down to the "Properties" section, which displays the IP address of the client (your PC) and gateway (router). This method is more intuitive for those who don't like using the console.

📊 What operating system do you have on your main PC?
Windows 10
Windows 11
macOS
Linux
Other

How to find IP addresses on Android and iOS smartphones

Mobile devices also offer easy access to network settings, although the menu location may vary depending on the OS version and manufacturer's shell. On smartphones running Android The path often looks like this: open "Settings," go to "Connections" or "Network & Internet," and select "Wi-Fi." Next, click the name of your active network or the gear icon next to it.

In the network properties menu that opens, you'll see detailed technical information. Look for the lines "IP Address" (this is your phone's address) and "Gateway" or "Router" (the access point's address). On some devices, for example, Samsung or Xiaomi, this data may be hidden in the "Advanced" or "View More" tab, so it's worth examining the screen carefully.

For device owners Apple (iPhone, iPad) you need to go to “Settings”, select “Wi-Fi” and click on the blue information icon (i) to the right of the connected network name. The "IPv4 Address" section will display the device's IP address, subnet mask, and, most importantly, "Router." The router's address is needed to access the router's web settings interface.

Using the Command Prompt and Terminal on macOS and Linux

For users of Apple computers and Linux-based operating systems, the command line remains a powerful diagnostic tool. In macOS, open the Terminal app (via Spotlight or in the Applications → Utilities folder). To get information, enter the command ifconfig or more modern ipconfig getifaddr en0 to quickly obtain only the IP address of the WiFi interface.

Result of command execution ifconfig will produce a large text block. Find the section en0 (This is the standard designation for the Mac wireless interface). In the line inet Your local IP address will be displayed. To find out the gateway (router) address in macOS via Terminal, you can enter the command netstat -nr | grep default, which will output the default route address.

In distributions Linux The syntax may differ slightly. The standard command remains ip addr show or in short ip a. Find the interface, usually called wlan0 or wlp2s0, and look for the string "inet". To get the gateway address, use the command ip route | grep defaultThese commands work on most distributions, including Ubuntu, Debian And Fedora.

Why can addresses change?

Local IP addresses are assigned dynamically by the DHCP protocol. This means that when you reconnect or reboot your router, your device can receive a new address from the available pool. To assign an address to a device, you need to configure static binding (DHCP Reservation) in the router.

Checking via the router's web interface

The most reliable way to see all devices on the network and their IP addresses is to look at the router's admin panel. To do this, enter the gateway address (which you learned earlier, usually 192.168.0.1 or 192.168.1.1). After entering your login and password (often indicated on a sticker on the bottom of the case), you will be taken to the control panel.

You need to find a section that may be called “Client List,” “DHCP Server,” “Status,” or “Wireless Statistics.” Depending on your router model (TP-Link, Asus, Keenetic, Mikrotik), the interface will differ, but the essence is the same: it displays a table of all active connections. Here you'll see MAC addresses, device names, and the IP addresses assigned to them.

Router brand Typical entry address Menu section Default login
TP-Link 192.168.0.1 DHCP → DHCP List admin
Asus 192.168.1.1 Network Map → Clients admin
Keenetic 192.168.1.1 Client list admin
D-Link 192.168.0.1 Advanced → LAN admin

This method is especially useful if you need to find the IP address of a device you don't have physical access to right now, such as a smart light bulb or network printer. You can identify the device by its MAC address or hostname and see the address assigned to it by the router.

Specialized applications and utilities

If the built-in tools seem too complicated or inconvenient, there are third-party programs that automate the network scanning process. A popular utility for PCs is Advanced IP Scanner, which quickly scans a range of addresses and displays a list of all available devices, their manufacturers, and connection status. It requires no installation and works immediately after launch.

There are similar solutions for mobile platforms. Applications like Fing or Network Analyzer Allows you to scan your WiFi network with one click. They not only display IP addresses but also identify the device type (camera, phone, PC), internet speed, and run security tests. This is an excellent tool for auditing your home network for unauthorized connections.

  • 📱 Fing: a cross-platform application that perfectly recognizes device brands by MAC addresses and displays connection history.
  • 💻 Advanced IP Scanner: A lightweight and fast program for Windows that allows you to open shared folders and control PCs over a network.
  • 🛡️ Network Analyzer: A powerful tool for professionals, including ping, traceroute, and open port search.

⚠️ Warning: When using third-party apps, especially free versions, carefully monitor the permissions they request. Some utilities may collect data about your network for advertising purposes.

Diagnosing IP addressing issues

Users often search for IP addresses not out of curiosity, but to troubleshoot connection errors. If you can't obtain an address automatically, try resetting your network settings. In Windows, this is done with the command ipconfig /release (release of address) and ipconfig /renew (request a new address) in the command line running as administrator.

It's also worth checking if your router has a MAC address filter enabled, which could block IP addresses from being assigned to new devices. If your device is marked as "Blocked" or simply isn't present in the router's client list, even though the WiFi indicator is lit, the problem lies in the access point's security settings.

☑️ Connection diagnostics

Completed: 0 / 5

In complex cases, you may need to manually enter a static IP address in your device's network adapter settings to avoid DHCP conflicts or errors. However, this should be done carefully to avoid creating a duplicate address on the network, which would cause failure for both devices.

What should I do if my IP address conflicts with another device?

If you see an IP address conflict message, it means two devices on the network have the same number. Solution: Go to the network adapter settings of the affected device and select "Obtain an IP address automatically" (DHCP). If this doesn't help, temporarily disconnect one of the devices, give the router time to update the table, and then reconnect it.

Is it possible to find out someone else's WiFi IP address without connecting?

No, it's impossible to find out a network's internal IP address (e.g., 192.168.1.1) without connecting to it, as this is local information. The network owner's external IP address is also hidden from prying eyes without the use of special social engineering tools or infecting the victim's device, which is illegal.

Why is my internet IP address different from the IP address in my settings?

This is normal. In the settings, you see a local address (LAN), which is valid only within your apartment or office. The internet address (WAN) is your router's address to the outside world. Between them, NAT technology works, relaying requests from multiple devices through a single external address.

How to hide your IP address when connected to public WiFi?

To protect your data on public networks, we recommend using VPN services that encrypt your traffic and hide your real IP address. Also, make sure the "Public" profile is selected in your network settings, which prevents your device from being visible to other users.