The issue of identifying network equipment often arises unexpectedly: when reinstalling drivers, searching for firmware, or setting up a guest network. Many users get confused, not knowing the exact name of their device, especially if the box has long been discarded and the label on the device itself has worn off. Understanding How do I find out what kind of Wi-Fi router I have?, is a basic skill for home network administration, without which proper traffic management and security are impossible.
There are several proven methods for identifying a device's model, from a simple visual inspection to using specialized network utilities. The method you choose depends on whether the router has network access, whether it's turned on, and whether you have physical access to the device. In this article, we'll cover all available options, including hidden methods for advanced users.
Visual inspection of the housing and factory markings
The most obvious and reliable method is a physical inspection of the device. Telecommunications equipment manufacturers are required to include technical information on a special sticker, which is usually located on the bottom or back panel of the device. This label contains Model Name or Model No., which is the required identifier. This is the information you'll need when searching for drivers on the manufacturer's official website.
Users often confuse the series name with the specific model. For example, a router might have "Asus RT" written in large letters on it, but that's just the brand and series. The actual model, such as RT-N12 VP or RT-AX86U, is indicated in the "Model" field. The hardware platform version number (Hardware Version) is also often present there, designated as V1.0, V2.0 or simply "Ver".
⚠️ Caution: On older or heavily used routers, the sticker may fade or wear off. Avoid using harsh chemicals to clean the case to avoid damaging the remaining label.
If the sticker is partially intact, try shining a flashlight on it at an acute angle—this often helps you read the worn-out symbols. Also, pay attention to barcodes: sometimes the model number is duplicated in text next to the QR code or MAC address.
Determining the model via the router's web interface
If the device is connected and working, the most informative way is to log into the admin panel. To do this, you need to know the gateway IP address, which most often looks like this: 192.168.0.1 or 192.168.1.1By entering this address in your browser and logging in (your login and password are often found on the same sticker as your model), you'll be taken to the main menu.
The main Status page or the System Tools section almost always displays complete device information. Here you can see not only the model but also the Firmware Version, which is critical when updating software. Interfaces from different manufacturers, such as TP-Link, Keenetic or MikroTik, may differ, but the logic of data placement is the same.
In some cases, especially with custom firmware or with carrier-issued routers (from ISPs), the model number may be hidden or replaced with the provider's logo. In this case, it's best to look in the "Diagnostics" or "System Information" section, where the technical data often remains in its original form.
| Manufacturer | Typical entry address | Location of information |
|---|---|---|
| TP-Link | 192.168.0.1 | Home / Status |
| Asus | 192.168.1.1 | Network Map / Status |
| Keenetic | 192.168.1.1 | Home Page (Dashboard) |
| MikroTik | 192.168.88.1 | System / Resources |
| D-Link | 192.168.0.1 | Status / Information |
Using the Command Prompt in Windows
For Windows users, there's a quick method for obtaining gateway information. While it doesn't always display the exact commercial model, it does provide the manufacturer's MAC address. Open the command prompt by entering cmd in the Start menu and run the command ipconfigFind the line "Default Gateway" - this is your router's address.
A more advanced method is to use a utility arpBy entering the command arp -a, you'll see a table of IP addresses and physical MAC addresses. Using the first six characters of the MAC address (OUI), you can accurately identify the manufacturer of network equipment using specialized online databases, narrowing down the model search.
How to decipher a MAC address?
The first three bytes (e.g., 00:1A:2B) are unique to each manufacturer. By searching the IEEE OUI database, you can find out who manufactured the network card chip, which often coincides with the router brand.
You can also use PowerShell in Windows to get more detailed network statistics. The command Get-NetIPConfiguration will provide a structured list of all network adapters and their associated gateways. This is useful if you have multiple active connections on your system and you're unsure which one is connected to the internet.
Searching for information on macOS and Linux
Apple computer owners can use the built-in Network Utility or the Terminal. In the Terminal, the command netstat -nr | grep default will quickly display the gateway's IP address. To obtain the MAC address of neighbors, use the command arp -a, similar to Windows, which allows you to identify the device by vendor.
Linux users have even more powerful tools at their disposal. The team ip route | grep default will show the gateway, and the utility nmap (if installed) can scan the network and often determine not only the IP, but also the device model by analyzing open ports and system responses. Command nmap -O 192.168.1.1 (replace IP with yours) will try to guess the router's operating system.
The macOS graphical interface also provides this information. Go to System Preferences → Network, select your active connection, and click Advanced. The TCP/IP tab contains the router's address. While the exact model is rarely listed here, this information is necessary for logging into the web interface, where you'll find complete information.
Mobile apps and network scanners
Modern smartphones make diagnostics a simple process. There are many network scanner apps available, such as Fing, Network Analyzer or Wi-Fi AnalyzerAfter connecting to Wi-Fi, these programs scan the network and can often determine the router model by analyzing the device's responses to requests.
Applications show not only the IP and MAC, but also the device name (Hostname), which often contains the model (for example, TP-LINK_5G_2A3B or Keenetic-Extra). This is one of the fastest methods if you don't have a computer at hand and the sticker on the router is inaccessible.
⚠️ Note: Free versions of network scanners may contain ads or have scan limits. Be careful when granting applications full access to your local network.
In addition, many router manufacturers have their own mobile applications for management (for example, Tether from TP-Link or Asus RouterWhen connecting to a router through such an app, the device model is usually displayed on the main screen or in the profile settings.
☑️ Check before buying a new router
What to do if the model is unknown or deleted
In situations where the sticker is destroyed and you can't access the interface (forgotten password or reset settings), you can still use appearance and functionality as a method of elimination. Compare your device's design with catalogs of popular models. The unique antenna shape, port placement, and indicator lights often allow you to visually identify the device.
You can also perform a factory reset (Hard Reset) by holding down the button Reset for 10-15 seconds. After rebooting, the router will return to the default IP address and passwords specific to this model. Knowing the default address (for example, 192.168.0.1 For many D-Links, you can try to log in and see the model in the welcome window.
If all else fails, the last option is to search by MAC address in global manufacturer databases, as mentioned earlier. Knowing the vendor, you can search for popular models of that brand that are similar in year of manufacture and appearance.
Why do you need to know the exact router model?
Knowing the exact model is important for more than just curiosity. It's primarily necessary for finding the latest drivers and firmware. Using firmware from a different model, even from the same manufacturer, can brick the device, rendering it completely inoperable.
Secondly, when contacting your provider's technical support, the first thing they'll ask is your router model. This determines the compatibility of connection protocols (PPPoE, L2TP, IPoE) and the availability of specific services, such as IPTV or telephony.
Finally, knowing the model allows you to assess the potential of your network. Knowing that you have, for example, an older router of the standard 802.11n, you will not demand gigabit speeds from it, which are physically impossible for this equipment, and you will decide to upgrade.
Why won't the firmware from V1 work on V2?
A hardware revision (V1, V2) means a change to the router's internal components (memory chips or processor). Firmware written for one component will not work with another.
Is it possible to find out the router model if it is turned off?
Yes, only by visually inspecting the case and looking for the factory sticker. Software methods require power and an active network stack.
Where is the router's IP address if 192.168.0.1 doesn't open?
The address can be changed by the user. Try standard alternatives: 192.168.1.1, 10.0.0.1, or 192.168.100.1. The address is also always indicated on the sticker at the bottom.
Does the firmware version affect model identification?
No, the model is a hardware characteristic. However, the firmware version is important for compatibility and security, and it's also worth checking in the web interface.
What is Hardware Version (Ver) and why is it important?
This is a hardware platform version. Routers of the same model can be produced for years, and they may contain different components. Firmware for Ver 1.0 and Ver 2.0 are often incompatible.
Is it possible to change the router model in the settings?
In standard firmware, no. In some custom firmware (for example, OpenWrt), you can change the identification string (User-Agent), but the physical device will remain the same.