In today's digital world, every gadget that goes online has a unique digital passport known as MAC addressThis identifier is assigned by the network card manufacturer at the factory and, theoretically, should not change throughout the device's lifespan. Knowing how to find a Wi-Fi MAC address is critical when setting up a home network, when the router filters connections using access lists, or when the provider binds the service to specific equipment.
Users often encounter a situation where the internet works on one device but fails to connect on another, even though the password is entered correctly. In such cases, the network administrator or ISP may request the physical address of your adapter for authorization. Media Access Control — is not just a set of numbers, but a fundamental element of addressing in local area networks of the IEEE 802 standard, without which data exchange between your laptop and the router would be impossible.
In this article, we'll cover in detail all the current methods for obtaining this information on various operating systems. You'll learn how to find it through the graphical interface and command line, and you'll also understand why this address may differ from the factory default on modern smartphones. Understanding these nuances will help you quickly resolve connection issues and secure your network from intruders.
What is a MAC address and why is it needed in Wi-Fi networks?
The physical address is a 48-bit number written in hexadecimal format. It consists of 12 characters, often separated by colons or hyphens for human-readability. The first six characters (OUI) identify the hardware manufacturer, for example, Apple, Intel or Realtek, and the next six are unique to a specific network interface. This uniqueness allows the router to know exactly which device to send data packets to.
In the context of wireless networks, this identifier acts as a checkpoint. When you configure MAC filtering By setting up a whitelist on your router, you're effectively creating a whitelist of trusted devices. Even if an attacker learns your Wi-Fi network password, they won't be able to connect unless their address is added to the allowed list in the router settings. This is one of the basic levels of home network perimeter security, along with complex WPA2/WPA3 passwords.
⚠️ Note: A physical address can be spoofed (cloned) using software. Therefore, relying solely on MAC filtering as a security measure is not recommended, even though it does create an additional barrier to unintentional connections.
Besides security, knowing this parameter is essential for troubleshooting. If you see a device with an unknown name but a familiar MAC address in the router's client list, you'll immediately recognize it as your refrigerator or smart light bulb, not someone else's laptop. Some providers also use this parameter for pricing purposes, so when replacing a router, it's often necessary to clone the address of the old device onto the new one.
How to find your Wi-Fi MAC address on Windows 10 and 11
Windows operating systems offer several ways to obtain network information, from simple graphical menus to advanced console utilities. The fastest and most reliable method, which works on all OS versions, is using the command line. This method provides the most accurate data, eliminates possible display errors in the graphical interface, and allows you to copy the results in a single step.
To launch the utility, press the key combination Win + R, enter cmd and press Enter. In the window that opens, enter the command ipconfig /allThe system will display a detailed list of all network adapters. You need to find the section corresponding to your wireless connection (usually containing the word "Wireless" or "Wi-Fi"). The value you're looking for will be listed in the line Physical Address (Physical address).
C:\Users\User> ipconfig /allWireless LAN Adapter Wireless Network:
Physical address. . . . . . . . . . : A4-5E-60-C2-1F-3B
DHCP is enabled. . . . . . . . . . . . . . : yes
IPv4 address. . . . . . . . . . . . . . . : 192.168.1.55
An alternative method is suitable for those who prefer a visual interface. Right-click the network icon in the system tray or open Settings → Network and Internet → Wi-FiGo to the properties of the connected network (or click "Change adapter settings" in older versions). In the status window that opens, click the button Intelligence...In the properties table, find the line "Physical Address".
☑️ Address verification in Windows
It's important to distinguish between the adapter's real address and a randomly generated one. Windows 10 and 11 have a random MAC address feature to enhance privacy on public networks. If this feature is enabled, you may see one address in the adapter properties and another in the command prompt, or the system will use a temporary identifier when scanning networks. You always need the correct one to configure your router. hardware address that can be seen in the full version ipconfig /all.
Finding MAC Addresses on Android and iOS Smartphones
Mobile device owners often need to enter their phone's address to access a corporate network or hotel Wi-Fi. In modern versions of mobile operating systems, manufacturers implement additional layers of security, which can confuse users. iPhone And iPad On iOS 14 and later, and Android 10+, the "Private Wi-Fi Address" or "MAC Randomization" feature is enabled by default.
On iPhone, go to Settings → Wi-FiClick on the blue information icon (i) next to the name of the network you're connected to (or plan to connect to). Scroll down to the "Wi-Fi Address" field. If the "Private Wi-Fi Address" switch is active, the displayed code will differ from the device's actual factory MAC address. To see the real MAC address, you'll need to temporarily disable this feature, but this virtual address is often used to connect to ISP filters.
- 📱 Android: Go to Settings → About phone → Status (or Software info). You'll see the "Wi-Fi MAC address" there. On newer versions of Android, the path may be different: Settings → Network & internet → Wi-Fi → network gear → Advanced settings.
- 🍏 iOS: Settings → General → About → Wi-Fi Address. This always shows the actual, hardware address, while a specific network's settings may display a virtual address.
- 🔒 Safety: Using a randomized address prevents tracking of the user's movements across access points, but may cause problems with filtering on the router.
If you're setting up filtering on your router, it's best to use the exact address your phone uses to connect. On iOS, this is the address displayed in the properties of a specific network. On Android, in the Wi-Fi section, by clicking the network gear icon, you can see the currently used MAC address. It may be labeled "Using randomized MAC."
Why does the address change?
Modern operating systems change their MAC address when connecting to different networks to prevent your movements from being tracked by the unique hardware identifier. This is a standard privacy protection practice.
Finding an address using the command line on macOS and Linux
Users of Apple computers and Linux-based operating systems often prefer the terminal over graphical interfaces for its speed and precision. In macOS, network interface information is available through the utility ifconfig or through the graphical settings menu. Since macOS is based on Unix, the command syntax is largely similar to Linux, making it easier for experienced users to find information.
On macOS, open Terminal (via Spotlight or in the Applications/Utilities folder) and enter the command ifconfig en0. Interface en0 usually corresponds to the built-in Wi-Fi module. In the command output, look for the line ether, followed by the address you're looking for. If you're using an external USB adapter, it may appear as en1 or en2, so it's worth checking the command output ifconfig without parameters to find the required interface by the presence of an IP address or name.
For Linux distributions (Ubuntu, Mint, Debian) the command ip link is a modern standard replacing the outdated one ifconfigEnter in the terminal:
ip link show
In the list of interfaces, find your wireless adapter (usually starts with wl, For example, wlan0 or wlp2s0). Line link/ether will indicate the parameter you're looking for. The graphical path in Ubuntu looks like this: Settings → Network → Wi-Fi → gear icon → "ID" tab.
⚠️ Note: On Linux, if Privacy is enabled in NetworkManager settings, the system may use a temporary MAC address when scanning networks. For cloning or filtering, use the address specified in
ip link, which is constant for the interface.
Where can I find the MAC address on my router?
The most obvious, but often overlooked, way is to look at the sticker on the device's body. Almost all manufacturers (TP-Link, Asus, Keenetic, MikroTik) The factory-issued MAC address (WAN) (for connecting to the ISP) and LAN/WLAN (for the local network) are located on a label on the bottom or back of the router. It's usually labeled "MAC" or "S/N" (although S/N is the serial number, they are often located next to each other).
However, if the sticker has worn off or the router is mounted high on a wall, you can access this information through the web interface. Log into the router's admin panel (usually at 192.168.0.1 or 192.168.1.1). Depending on the model, look for the "Status," "Network," or "System Tools" sections. This will display the current MAC address of the WAN port as seen by your ISP, as well as the wireless module's address.
| Router brand | Path to the menu | Chapter |
|---|---|---|
| TP-Link | Status | WAN / Wireless |
| Asus | Network Map | System Information |
| Keenetic | System | System parameters |
| MikroTik | Interfaces | List of interfaces |
It's important to understand the difference between the WAN MAC address (which faces the internet) and the WLAN MAC address (which broadcasts Wi-Fi). ISPs typically require the WAN address, and the WLAN address to filter clients within the network. Some router models have a MAC address cloning feature, allowing the router to "pretend" to be your computer to the ISP.
Manufacturers' MAC address mapping table
The first three bytes (6 characters) of a MAC address are called the OUI (Organizationally Unique Identifier). They can be used to identify the manufacturer of network equipment. This is useful if you see an unfamiliar device in the list of connected devices on your router. For example, if you see a device with an address starting with B8-27-EB, you will immediately understand that this is a device Raspberry Pi, and not the neighbor's phone.
Knowing prefixes helps you quickly identify device types on a large network. Below is a table with examples of popular prefixes:
| Prefix (OUI) | Manufacturer | Typical devices |
|---|---|---|
| A4:5E:60 | Intel | Built-in Wi-Fi modules in laptops |
| 00:1A:2B | Apple | iPhone, iPad, MacBook |
| B8:27:EB | Raspberry Pi | Single-board computers |
| 3C:5A:B4 | Android smartphones, Chromecast |
There are online OUI databases where you can enter the first six characters to get the full manufacturer name. This is helpful in network administration when you need to determine which device is hogging a channel or attempting an unauthorized connection.
Frequently Asked Questions (FAQ)
Is it possible to change the MAC address of a network card?
Yes, you can programmatically change (simulate) the MAC address on almost any device. In Windows, this is done through the Device Manager (Adapter Properties → Advanced → Network Address), and in Linux, use the command ip link set dev wlan0 address ..., and routers have a corresponding setting in the interface. However, changing the factory-programmed physical address is extremely difficult and usually unnecessary.
Why is my MAC address different in settings and in the command line?
This happens due to privacy protection features in modern operating systems (Windows 10/11, iOS, Android). The system generates a random address to scan networks or connect to, preventing you from being tracked. To configure your router, use the "Real" or "Hardware" address, which can be found in the full system information or on the device's label.
What if two devices have the same MAC address?
Under normal circumstances, this is impossible because the addresses are unique. If this happens, it means one of the addresses has been manually changed (cloned). This will create a conflict on the network, and one of the devices will be unable to connect. You need to change the address on one of the devices to a unique one.
Does changing the MAC address affect internet speed?
No, the MAC address itself is merely an identifier and does not affect data transfer speed. However, if your ISP blocks access when you change your address, your internet connection will be completely lost until you register a new device or restore your old address.