How to View a WiFi Gateway: Complete Instructions for All Devices

In today's digital world, a stable internet connection is critical for work and entertainment. When network access issues arise or a static IP address needs to be configured, users often need to know default gatewayThis is a key setting that allows your device to access the global network through a local router.

Many router owners get confused when the operating system requests this address for manual configuration of network adapters. Not knowing exactly where to find these numbers can turn a simple setup into a long and frustrating process of searching online. However, determining the correct router address is quite simple if you know which sections of the system to look in.

In this article, we'll detail all the possible ways to obtain this information on various platforms. You'll learn how to quickly find your router's IP address on Windows and macOS computers, as well as on Android and iOS mobile devices. Understanding the network structure will help you not only solve the current problem, but also better navigate the settings of your home equipment.

What is a default gateway and why is it needed?

A default gateway is a network node that connects your local network to other networks, most often the internet. Simply put, it's the "door" through which all data sent outside your home or office passes. Without a properly configured gateway address, a computer or smartphone simply won't know where to forward data packets not intended for local exchange.

In the vast majority of home networks, the gateway role is performed by Wi-Fi routerIt distributes traffic between connected devices and the ISP. The gateway address is usually the first address in the local network range, for example, 192.168.0.1 or 192.168.1.1. Knowing this address is necessary not only for configuring TCP/IP but also for accessing the router's web administrator interface, where passwords and security settings are changed.

Sometimes users confuse a gateway with a DNS server or the device's IP address itself. These are different concepts: an IP address is your "apartment number" on the network, while a gateway is your "exit." If the gateway is specified incorrectly, the local network may work (file sharing between computers), but there will be no internet access. In complex corporate networks, the gateway may not be a router, but a specialized server or firewall.

⚠️ Note: The default gateway address can be changed by your network administrator. If the default addresses (192.168.0.1 or 1.1) are not suitable, be sure to use the verification methods described below to obtain the correct information for your specific configuration.

Furthermore, knowing your gateway is critical when diagnosing connection issues. Diagnostic commands such as ping are often sent to the gateway to check the physical connection between the device and the router. If pinging to the gateway fails, the problem is localized within your local network (cable, Wi-Fi module, router settings), not with your ISP.

How to find the gateway on Windows 10 and 11

Windows operating systems offer several ways to obtain network information. The fastest and most reliable method, which works on all OS versions, is using the command line. This method is universal and interface-independent, making it the preferred choice for system administrators and advanced users.

To obtain information via the console, follow these steps:

1. Press the key combination Win + R on the keyboard.

2. In the window that appears, enter the command cmd and press Enter.

3. In the black terminal window, enter the command ipconfig and press Enter.

In the list that appears, find the section that corresponds to your connection (usually “Wireless Network” or “Ethernet”). Line Main gateway (Default Gateway) will contain the required IP address.

📊 What operating system do you use?
Windows 10
Windows 11
Windows 7/8
Linux/macOS

If you prefer a graphical interface, you can find the information through network settings. In Windows 10 and 11, the path may differ slightly depending on the update, but the general principle is the same. Go to Settings → Network & Internet → StatusNext, select "Configure adapter settings" or "Properties" for the active connection. In the details window that opens, you can find all the technical information.

Alternative way via classic control panel:

  • 🖥️ Open Control Panel and go to Network and Sharing Center.
  • 🔗 Click on the name of your connection (the blue link next to “Connections:”).
  • 📄 In the status window, click the "Details" button.
  • 🔍 The required address will be indicated in the “Value” column opposite the “Default Gateway IPv4” line.

It's important to note that in modern versions of Windows, the Settings interface is constantly changing. Microsoft is introducing new menus, hiding classic windows. If you can't find the item you need in Settings, using the command ipconfig remains the fastest and most error-free solution that saves time searching for hidden menus.

Finding the gateway on macOS and Linux

Apple computer users may also need to configure their network. In macOS, gateway information is hidden in the Network preferences. To find it, open System Preferences and select Network. Select your active connection (Wi-Fi or Ethernet) from the list on the left and click Advanced.

In the window that opens, go to the tab TCP/IPHere you'll see the "Router" line. The IP address listed there is your default gateway. In recent versions of macOS (Ventura and newer), the interface has become more mobile-like: click the network name, then the "Details" button, and scroll down to the TCP/IP section.

For Linux users who prefer the terminal, there are several commands. The standard utility ip (from the iproute2 package) provides all the necessary information. Enter the following in the terminal:

ip route | grep default

The result will look something like this: default via 192.168.1.1 dev wlan0The numbers after the word "via" are the gateway address.

Why might the address change?

The gateway address depends on the DHCP server settings on the router. If you reset the router or change the address range in its settings, the default gateway will also change. For example, it might become 10.0.0.1 instead of the usual 192.168.1.1.

Also in Linux you can use an outdated, but familiar to many, command netstat -rn or route -nIn the output table, look for the row where the Destination column indicates 0.0.0.0 or defaultThe corresponding Gateway will point to the desired IP. These methods work on most distributions, including Ubuntu, Debian, Fedora, and CentOS.

How to find a gateway on Android and iOS

Mobile devices are becoming the primary means of internet access, and knowing how to view network settings on a smartphone is very useful. On Android devices, the process may vary slightly depending on the manufacturer's operating system (Samsung One UI, Xiaomi MIUI/HyperOS, or stock Android).

Typically the path looks like this:

  • 📱 Open "Settings" and go to the "Wi-Fi" or "Connections" section.
  • 📡 Click the gear icon or arrow next to the name of the connected network.
  • ℹ️ Find the "Advanced," "Details," or "Manage" section.
  • 🔢 Look for the “Gateway” or “Router” option.

On some smartphones, you may need to switch your IP settings from DHCP to Static to view full details, but doing this unless necessary is not recommended to avoid disrupting your connection.

On Apple devices (iPhone, iPad), the process is more standardized. Go to Settings → Wi-Fi. Tap the blue icon. (i) to the right of the active network name. Scroll down to the "IPv4 Address" section. There you will see the fields: IP Address, Subnet Mask, and RouterThe router address is the gateway.

It's worth noting that on mobile devices, this data is often needed to configure VPN profiles or dedicated corporate networks. In everyday situations, iOS and Android hide unnecessary technical information to avoid cluttering the interface, but basic router information is always available.

Table of standard gateway addresses for popular routers

Users often need to access their router settings but don't know its address. While it's best to find the exact address through the command line, most manufacturers use default factory settings. Below is a table of the most common default addresses for various brands of equipment.

Manufacturer Standard gateway IP Alternative address Domain name
TP-Link 192.168.0.1 192.168.1.1 tplinkwifi.net
ASUS 192.168.1.1 192.168.50.1 router.asus.com
D-Link 192.168.0.1 10.0.0.1 dlink.local
Xiaomi / Mi 192.168.31.1 192.168.1.1 miwifi.com
Keenetic 192.168.1.1 192.168.0.1 my.keenetic.net

It's important to understand that if the router was previously configured manually, the address may have been changed. In this case, the table won't help, and you'll have to use the software methods (cmd, OS settings) described above. Also, some providers change the default subnet to a unique one when installing their equipment.

If none of the addresses in the table are suitable and automatic detection doesn't work, you can try resetting the router to factory settings. This will reset the gateway address to the value indicated on the sticker on the bottom of the device. However, keep in mind that resetting will delete all your settings, including the Wi-Fi password and PPPoE/L2TP settings from your provider, which you will have to enter again.

Diagnosing Gateway Problems

There are situations when a device is connected to Wi-Fi, but the internet isn't working, and the system displays "No internet access" or "Limited." This is often caused by an IP address conflict or an incorrect gateway. If the gateway field contains an address 0.0.0.0 or an address that does not match the router's subnet, the connection will not work.

For diagnostics use the command pingOpen the command prompt and type ping [gateway_address] (For example, ping 192.168.1.1).

  • ✅ If you receive responses ("Reply from..."), then there is a connection to the router; the problem may be on the provider's side or in the DNS.
  • ❌ If you see "Request timed out," it means the device isn't "seeing" the router. Check that Wi-Fi is enabled and that your antivirus isn't blocking the connection.

⚠️ Important: If you are manually entering a static IP address, make sure the gateway address matches the router's address. A single digit error (e.g., 192.168.0)2 instead of 192.168.0.1) will completely block your access to the network.

Another common problem is network settings becoming stuck. If the router has changed its address (for example, after a firmware update), and the computer tries to use the old cached gateway, the internet will be disabled. In such cases, resetting the network settings can help. In Windows, this can be done with the command netsh int ip reset in the command line with administrator rights, after which a reboot is required.

☑️ Connection diagnostics

Completed: 0 / 5

Frequently Asked Questions (FAQ)

Can the default gateway be an address other than the router?

Yes, in complex corporate networks, the gateway can be a proxy server, firewall, or domain controller. At home, the gateway is almost always your Wi-Fi router or modem, providing