How to View Your Wi-Fi Adapter's MAC Address: A Complete Guide

In the world of networked technologies, every connected gadget has a unique digital fingerprint that does not disappear after a reboot or reset. This identifier, known as MAC address, is assigned by the equipment manufacturer at the factory and serves to uniquely identify the device on the local network. Knowing where to find this code is essential not only for system administrators but also for regular users configuring routers or filtering connections.

The need to know the physical address often arises when configuring MAC address filtering on a router, when you want to restrict network access to only trusted devices. This information is also critical when diagnosing IP address conflicts or when connecting corporate networks, where access is strictly tied to the network card hardware. Media Access Control — this is the basic level of interaction, and without its correct configuration, the upper levels may not work correctly.

There are many ways to obtain this information, and the method you choose depends directly on the operating system installed on your computer or smartphone. We'll cover proven methods for Windows, macOS, Linux, and mobile platforms so you can quickly find the data you need in any situation. Whether you're using your laptop's built-in adapter or an external USB dongle, the search principle remains the same.

What is a MAC address and why is it needed?

A physical address is a 48-bit identifier assigned to a network interface according to IEEE 802 standards. It is typically written in hexadecimal format, consisting of six pairs of characters separated by colons or hyphens. The first three bytes of this address, called OUI (Organizationally Unique Identifier), indicate the equipment manufacturer, which allows you to accurately determine the brand of the network card.

Unlike an IP address, which is logical and can change depending on the network you're connected to, a MAC address remains constant. It operates at the data link layer of the OSI model and is required by switches and access points to correctly route data frames within the local network. Without this unique identifier, switching equipment would simply not know which device the transmitted packets were destined for.

⚠️ Attention: Some modern operating systems, such as iOS and Android, use the "MAC Address Randomization" feature by default to protect your privacy. In this mode, your device generates a random address each time you connect to a new Wi-Fi network, hiding your real physical identity.

Understanding the address structure helps with diagnostics: if you see a device with an unknown OUI in the router's client list, this may indicate an unauthorized connection or the use of a virtual network card. Knowing how Level 2 addressing, provides an advantage when setting up complex network equipment.

Finding an address in Windows using the command line

The fastest and most reliable way to find your MAC address in Windows is to use the built-in command line utility. This method is universal and works on all OS versions, from older ones. Windows XP to the latest Windows 11You do not need to have administrator rights to perform a basic network information query.

To begin, open the command prompt by pressing the key combination Win + R, by entering cmd and pressing Enter. In the black window that opens, you need to enter the command ipconfig /all and press Enter. The system will display an extensive list of parameters for all network interfaces, including virtual adapters, Bluetooth connections, and Ethernet ports.

ipconfig /all

In the resulting list, find the section corresponding to your wireless adapter (usually the name includes the word "Wireless" or "Wi-Fi"). The line you're looking for will be called "Physical Address." This sequence of characters, for example, 00-1A-2B-3C-4D-5E, and there is the identifier you need.

☑️ Data verification in Windows

Completed: 0 / 4

If you have multiple network cards installed, pay close attention to the section headings to avoid confusing the address of the built-in Ethernet port with the address of the Wi-Fi module. It's also worth noting that virtual machines can create their own virtual adapters, which will also appear in the list.

Searching through the Windows graphical interface

Not all users are comfortable using the command line, so Microsoft introduced the ability to view network settings through a graphical interface. This method is especially convenient if you need to not only view the address but also access other adapter settings. The process varies slightly depending on the interface version, but the logic remains the same.

In Windows 10 and 11, the easiest way is to right-click the network icon in the system tray (near the clock) and select "Network & Internet settings." Then, go to "Change adapter settings" (or "Advanced network settings" → "Change adapter settings"). In the window that opens, find the "Wireless Network" icon, right-click it, and select "Status."

  • 📡 In the status window, click the "Details" button - the MAC address will be indicated in the "Physical Address" line.
  • 💻 Alternative path: Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  • ⚙️ In newer versions of Windows 11, the path may look like this: Settings → Network & Internet → Wi-Fi → Hardware properties.

Using the graphical interface allows you to visually separate active connections from disabled devices. If an adapter is disabled programmatically, its properties can still be viewed, but its status will be displayed accordingly. This is an important detail when diagnosing driver issues.

⚠️ Attention: Windows 10 and 11 introduced a "Randomize Hardware Addresses" feature to enhance privacy. If enabled for a specific network, a temporary address may be displayed in the connection properties, rather than your card's actual factory MAC address.

How to disable randomization in Windows

Go to Settings → Network & Internet → Wi-Fi. Find the "Use random hardware addresses" toggle and turn it off. After this, the adapter's actual physical address will be displayed in the network properties.

Instructions for macOS and Linux systems

Users of Apple computers and Linux-based operating systems can also easily access network information using built-in utilities. In macOS, this is done through the highly visual System Preferences, while in Linux, the terminal is most often used, although graphical shells also provide this data.

On macOS, click the Apple icon in the upper left corner and select System Preferences (or System Preferences in newer versions). Go to the Network section, select your Wi-Fi connection, and click Advanced. In the window that opens, the Hardware tab will show the very first line: MAC-Address.

On Linux operating systems such as Ubuntu, Fedora or Debian, the fastest way is to use the terminal. The command ip link or ifconfig (if the net-tools package is installed) will list all interfaces. Look for an interface with a name like wlan0 or wlp2s0, Where link/ether will indicate the desired address.

ip link show wlan0

The graphical interface in Linux varies by distribution: in GNOME, it's "Settings" → "Network" → the gear next to Wi-Fi; in KDE Plasma, it's "System Settings" → "Network." The process is fundamentally the same as in Windows, but the menu item names change.

Testing on Android and iOS smartphones

Mobile devices are now the primary clients of Wi-Fi networks, and knowing their addresses is essential for setting up parental controls or guest access. Mobile OS interfaces often hide technical information to avoid overwhelming the user, but it can still be found.

On Android devices, the path may vary slightly depending on the manufacturer's operating system (MIUI, OneUI, or Stock Android). Typically, you need to go to "Settings" → "About phone" → "Status" or "General." On some Android versions, the address is listed directly in the Wi-Fi section: tap the current network name or the gear icon next to it, then select "View more" or "Advanced."

iPhone and iPad owners need to go to "Settings" → "General" → "About." Scroll down to the "Wi-Fi Address" line. It's important not to confuse it with the "Bluetooth Address" or "Serial Number." iOS also has a "Private Wi-Fi Address" feature enabled, which replaces the real MAC address with a random one for each network.

  • 📱 Android: Settings → About phone → General information → Wi-Fi MAC address.
  • 🍏 iOS: Settings → General → About → Wi-Fi Address.
  • 🔒 Remember the privacy feature: for permanent MAC filtering, it's best to disable randomization in the settings of your specific Wi-Fi network.

If you plan to use MAC address filtering on your router, be sure to disable the randomization feature on your smartphone. Otherwise, after changing networks or rebooting, the device will no longer have internet access because its identifier will change.

📊 Where do you most often look for a MAC address?
In the Windows command line
Through the router settings
On the device sticker
In the phone's system settings

Table of differences and address recording formats

When working with different network equipment, you may encounter different ways of entering the same address. This depends on the operating system, network equipment manufacturer, or monitoring software. Understanding these differences will help you avoid errors when entering data into your router settings.

Below is a table showing the main formats and sources of information. Note that the AF characters in hexadecimal notation can be written in either lowercase or uppercase, without affecting the address value.

System / Source Recording format Example Separator
Windows (CMD) Hexadecimal 00-1A-2B-3C-4D-5E Hyphen (-)
Linux / macOS Hexadecimal 00:1a:2b:3c:4d:5e Colon (:)
Cisco IOS Hexadecimal 001a.2b3c.4d5e Point (groups of 4)
Sticker on the device Hexadecimal 001A2B3C4D5E Absent

When entering an address into the router's web interface (for example, TP-Link, Asus or MikroTik) It often doesn't matter whether you use colons or hyphens—modern firmware automatically formats the input. However, some older models or specific software require strict adherence to the format.

⚠️ Attention: Don't confuse the MAC address (physical) with the BSSID. The BSSID is typically the MAC address of the access point (router) you're connected to, not your adapter. In the router's client list, you need the client address (your device).

Physical search and change of address

If the operating system fails to load or the network adapter is not detected by software, the MAC address can be found physically on the device itself. Laptops and desktop network cards often have a sticker labeled "MAC ID" or "Physical Address." On motherboards, the address may be printed directly on the PCB near the Ethernet port.

For USB Wi-Fi adapters, the sticker is usually located on the casing or packaging. If the sticker is worn off and the system is not working, you can use a LiveCD Linux distribution, which often detects the device even without drivers installed, or connect the device to another computer.

There is also the possibility of changing the MAC address programmatically, known as spoofingThis is done through the device manager in Windows (the “Advanced” tab → “Network Address”) or through the terminal in Linux with the command ip link set dev wlan0 address XX:XX:XX:XX:XX:XXThis is useful for bypassing ISP blocks or testing network security.

Is it possible to change the MAC address permanently?

A software change is only effective until a reboot or driver shutdown. Changing the address at the hardware level requires reflashing the network card's EEPROM, a complex and risky procedure that could damage the device.

However, it's important to remember that changing the address may void your warranty or cause problems with licensed software tied to the hardware. Only use this feature if you understand the consequences and truly need to hide the device's identity on the network.

Frequently Asked Questions (FAQ)

Can two different devices have the same MAC address?

Theoretically, yes, if the manufacturer made a mistake or if the address was changed programmatically (spoofing). Under normal circumstances, global uniqueness is guaranteed by IEEE standards, but within a single local network, duplicate addresses will lead to conflicts and loss of connection for both devices.

Does my ISP see my MAC address?

Yes, your ISP sees the MAC address of your router or computer directly connected to their equipment. This is why many ISPs use MAC address binding for subscriber authentication. Replacing a router often requires cloning the old device's address or calling tech support.

What should I do if my MAC address in Windows is 00-00-00-00-00-00?

This indicates a problem with the device driver or a hardware fault with the network card. Try reinstalling the drivers from the manufacturer's official website, checking the device in Task Manager for errors (yellow exclamation mark), or restarting the computer.

Does changing the MAC address affect internet speed?

Changing the address itself doesn't affect the physical connection speed. However, if your provider applies speed limits or traffic prioritization for certain device types (identified by the first bytes of the MAC address), changing the address may indirectly affect connection quality.