How to find and view the MAC address of a WiFi adapter

In modern networks, each connected gadget is identified by a unique digital code assigned by the equipment manufacturer at the factory. This identifier, known as Media Access Control, serves as the physical address of a device on a local network and is necessary for filtering, access configuration, or diagnosing connection issues. System administrators and regular users often need to know this code to allow access to a router or check which device is consuming traffic.

There are many ways to obtain this information, and the specific method you choose depends on your operating system and the level of access you have to the device. Windows, macOS, Android And iOS have their own settings interfaces that hide technical details from the average user but provide them when needed. In this article, we'll detail the steps for all popular platforms so you can quickly find the numbers you need.

Understanding the address structure will also help you distinguish a real physical address from a random one generated by the system to protect your privacy. We'll cover not only standard GUI methods but also more in-depth command-line methods that guarantee 100% accurate data. This knowledge will be useful when setting up static IP addresses or guest access.

What is a MAC address and why is it needed?

A physical address is a 48-bit identifier written in hexadecimal format. It is unique for every network interface in the world, which theoretically allows for precise identification of the manufacturer and specific device. Unlike an IP address, which can change with each reconnection or reboot of the router, MAC address"hardwired" into (although it can often be changed programmatically) and serves as a permanent pass into the local network.

The primary use of this identifier in home settings is to configure WiFi router security. The network owner can create a "whitelist" that includes only approved devices. If your device isn't on this list, the router will simply ignore the connection request, even if the WiFi password is entered correctly. This is one of the most reliable ways to protect your network from neighbors if the password has been compromised.

⚠️ Important: Don't confuse the WiFi module's MAC address with the Bluetooth or Ethernet port address. A single device (e.g., a laptop) may have multiple MAC addresses, and for WiFi filtering, you need the wireless adapter's address.

Besides security, this identifier is used by providers to authenticate subscribers. When connecting to the internet via Ethernet or PPPoE, the provider often locks the service to specific equipment. If you change your router or computer, your internet may stop working until you provide technical support with the new address or clone the old one in the router settings.

📊 Which operating system do you use most often?
Windows
macOS
Android
Linux
Other OS

Finding the adapter address in Windows using the command line

The fastest and most reliable way to get information about network interfaces in an operating system Windows - using the console. This method works on all OS versions, from Windows 7 to Windows 11, and isn't affected by graphical glitches or interface settings. You don't need to search for the necessary menus; just enter a single command.

First, open the command prompt. This can be done by pressing the key combination Win + R, by entering cmd and pressing Enter, or by searching in the Start menu. After a black window with a blinking cursor appears, enter the command ipconfig /allThe system will display a large list of data on all network connections, including virtual adapters and tunnels.

You need to find the section corresponding to your wireless connection. It's usually labeled "Wireless LAN Adapter" or contains the word "Wi-Fi." In this section, look for the line labeled "Physical Address." The value next to this line is the identifier you're looking for. It appears as six pairs of characters separated by hyphens or colons.

C:\Users\User> ipconfig /all

Wireless LAN Adapter Wireless Network:

Physical address: A1-B2-C3-D4-E5-F6

...

An alternative method for more advanced users is to use a utility getmac. It produces a more compact list of only physical addresses. Enter getmac /v in the command line to see detailed information. The "Physical Address" column will show the data you need, and the "Transport Name" column will help you identify which adapter you're looking at if there are multiple.

☑️ Data verification in Windows

Completed: 0 / 4

Searching through the Windows graphical interface

If using the command line seems complicated, you can use the standard Windows settings windows. However, the path to the required information in Windows 10 And Windows 11 This differs from older versions because Microsoft is actively implementing the new "Settings" menu. Let's look at the classic method, which works reliably on all versions.

Right-click the network icon in the system tray (near the clock) and select "Open Network & Internet Settings." In the window that opens, find the link "Change adapter settings" (in Windows 11, it may be under "Advanced network settings"). The "Network Connections" window will appear, listing all available interfaces.

Find the icon labeled "Wireless Network" or "Wi-Fi." Double-click it to open the status window. In the dialog box that appears, click "Details...." A table with technical connection details will open. Find the line labeled "Physical Address"—this is your MAC address.

⚠️ Note: In Windows 10 and 11, the "Random Hardware Addresses" feature is enabled by default to enhance privacy. If you see an address different from the one on the device's label, the system may be using a temporary identifier. The real address is required for filtering on the router.

It's important to note that the adapter properties window displays the address currently in use. If randomization is enabled, a temporary address will be displayed. To see the actual hardware address, you may need to temporarily disable randomization in the WiFi settings or view the address in the BIOS/UEFI, if available.

Why might the address change?

MAC address randomization is designed for privacy protection on public networks. It prevents device movements from being tracked using a unique identifier. For a home network, it's best to disable this feature to avoid tampering with your router's settings.

How to find your MAC address on Android and iOS

Mobile device owners also often need to know the device's physical address, especially when connecting to corporate networks or filtered guest WiFi. In mobile operating systems, the path to this information is hidden deep within the settings, but the procedure is fairly standard.

On devices Android The path may vary slightly depending on the manufacturer's operating system (Samsung, Xiaomi, Pixel), but the general logic is the same. Go to "Settings," then select "About phone" or "System." Next, go to "Status" or "General Information." There, you'll find the "Wi-Fi MAC address" line. On some Android versions, go to "Settings" → "Connections" → "Wi-Fi," tap the gear icon next to your active network, and select "View more" or "Advanced."

In the ecosystem Apple (iPhone, iPad) The situation is similar. Open "Settings," go to "General," and select "About." Scroll down to the "Wi-Fi Address" line. Note that starting with iOS 14, Apple uses the "Private Wi-Fi Address" feature by default.

  • 📱 On Android: Settings → About phone → Status → Wi-Fi MAC address.
  • 🍏 On iOS: Settings → General → About → Wi-Fi Address.
  • 🔒 The "Private Address" feature can hide the real MAC address, use it for filtering only if you disable this option.

If you're setting up filtering on your router, be sure to disable the "Private Address" feature for your home network on your iPhone. To do this, go to WiFi settings and tap the icon. (i) next to your network name and turn off the "Private Wi-Fi Address" switch. This will reconnect your device, and you'll be able to see and use its real physical address.

Finding an address on macOS and Linux

Computer users Apple and operating systems based on Linux Network information can also be easily accessed. In macOS, this is done through System Preferences, which have a consistent structure across different versions, although the names of the options may vary.

Click the apple in the upper left corner and select "System Preferences" (or "System Preferences" on older versions). Go to the "Network" section. Select your active Wi-Fi connection from the list on the left and click the "Advanced..." button. In the window that opens, go to the "Wi-Fi" tab (or "Hardware" on some versions). At the very top of the list, you'll see "MAC Address."

In operating systems Linux (Ubuntu, Debian, Mint, etc.) The fastest way is to use the terminal. Open the terminal and enter the command ip link or ifconfig (if the net-tools package is installed). In the command output, look for the interface, usually called wlan0 or wlp2s0Next to link/ether the desired address will be indicated.

$ ip link show wlan0

3: wlan0: ...

link/ether aa:bb:cc:dd:ee:ff brd ff:ff:ff:ff:ff:ff

You can also use the graphical interface in Linux. In Ubuntu, click the network icon in the upper right corner, select "Wi-Fi Settings," then click the gear icon next to your network. In the window that opens, the MAC address will be listed under the "ID" or "Details" tab. This is convenient if you don't want to use the command line.

Where can I find the address on the router itself?

It often happens that you need to find out the MAC address not of your computer, but of the router itself (WAN MAC) in order to register it with your ISP. This information can be found on a sticker on the bottom of the device, but if the sticker has worn off, the router's web interface will help. Access the router settings through a browser (usually at 192.168.0.1 or 192.168.1.1).

In the menu of routers from different manufacturers (TP-Link, Asus, Keenetic, Mikrotik) This information is located in sections related to system status or WAN settings. Look for "Status," "System Tools," or "Internet." There you'll see a "MAC Address" or "Clone MAC" field. This is the address your ISP sees.

If you want to find the MAC addresses of all devices connected to your WiFi right now, go to the "Client List," "DHCP Server," or "Wireless Network Status" sections. You'll see a table with all active connections, their IP and MAC addresses. This is the best way to find out the address of someone else's device if you've forgotten how to access the settings on the device itself.

OS / Device Search method Keyword in the interface Team (if any)
Windows Command line Physical address ipconfig /all
macOS System Preferences MAC address (Wi-Fi tab) networksetup -listallhardwareports
Android Settings → About phone Wi-Fi MAC address No (via ADB: ip link)
Linux Terminal link/ether ip link
Router Web interface Status / WAN MAC No

Frequently Asked Questions (FAQ)

Users often encounter similar difficulties when searching for and using MAC addresses. Below are answers to the most frequently asked questions to help you avoid network configuration errors.

Is it possible to change the MAC address programmatically?

Yes, in most operating systems (Windows, Linux, macOS, and Android with root access), you can programmatically replace the device's actual physical address with any other address. In Windows, this is done through the Device Manager in the network adapter properties (under the "Advanced" tab → "Network Address" or "Locally Administered Address"). However, this doesn't change the default firmware; it merely masks the device on the network.

What to do if the MAC address consists of zeros?

If the system displays the address 00-00-00-00-00-00This indicates a faulty driver or the WiFi module itself. Try reinstalling the network adapter drivers. If this doesn't help, the WiFi module hardware may be faulty or the connection may be loose.

What is the difference between MAC and IP address?

A MAC address is a device's physical "passport," which (in theory) doesn't change and only works within the local network. An IP address is a logical number assigned by a router or ISP for routing data across the global network. While an IP address can change, a MAC address remains a constant identifier for the equipment.

Is it safe to share your MAC address?

The MAC address itself doesn't provide access to your personal data, but it is unique. Knowing it, an attacker on the same WiFi network could attempt to clone your device unless additional security (WPA2/WPA3) is used. On public networks, it's best to use address randomization.

⚠️ Note: Settings interfaces and menu item names may vary depending on your operating system version or router model. If you don't find an exact match, search for synonyms or consult the manufacturer's documentation.
Can two devices have the same MAC?

Theoretically, no, but in practice, this is possible during cloning or defective devices. This causes network conflicts, and both devices may lose connection.

Knowing where to find your WiFi adapter's MAC address is a basic skill for any user wanting to monitor their home network. Whether setting up parental controls, filtering out guests, or simply troubleshooting your connection, this identifier plays a key role. Use this knowledge responsibly to ensure maximum security and stability for your internet connection.