When setting up a home network or corporate Internet access, there is often a need to identify a specific device. MAC address (Media Access Control Address) is a unique identifier assigned to a network card by the manufacturer during production. Unlike a dynamic IP address, which can change with each connection, this physical address remains constant and serves as a secure key for device filtering.
Users often face the task of adding a laptop to the list of allowed addresses in a router or resolving address conflicts in a local network. Windows 10 and newer versions of the operating system provide several convenient tools for obtaining this information. Knowing where to look for this data will save you time when diagnosing network problems.
In this article, we'll cover all the current methods for obtaining adapter address information, from the graphical interface to the command line. You'll learn how to distinguish the physical address of a virtual adapter from that of a real card, which is especially important when MAC address randomization functions in modern systems.
Using the command line to retrieve data
The fastest and most time-tested way to find out technical information about network interfaces is to use the standard Windows console utility. This method works on all versions of the operating system, starting with Windows XP, and is not affected by the presence of graphical glitches.
First, you need to launch the terminal. Press the key combination Win + R, enter the command cmd and press Enter. In the window that opens, enter the command ipconfig /allThe system will display a detailed list of all network connections.
ipconfig /all
In the resulting list, find the section corresponding to your wireless connection. It's usually labeled "Wireless Network" or contains the word "Wireless." The value you're looking for will be listed in the "Physical Address" line.
- 📌 The address format is always 12 hexadecimal digits separated by hyphens or colons.
- 📌 The command outputs data for all active and inactive network cards, including virtual ones.
- 📌 Copying text from the console is done by selecting it and right-clicking.
⚠️ Attention: In the command output
ipconfigThere may be multiple wireless adapters (for example, virtual hotspot or VPN adapters). Make sure you're looking at the data for the physical WiFi module, not the software emulation.
Why may the address differ in different programs?
Some antivirus and virtualization software create their own network bridges. Their addresses may appear in general hardware lists, but they are unrelated to your WiFi module. Always refer to the manufacturer's name (Intel, Realtek, Qualcomm) in the device description.
Viewing via PowerShell in Windows 10 and 11
A more modern alternative to the command line is PowerShell. This tool provides structured data output and allows for the use of specific scripts to filter information. This method is especially useful for system administrators.
Launch PowerShell as administrator or in normal mode. Enter the command getmac /v. Key /v (verbose) provides detailed information, including the transport name and physical address of each interface.
getmac /v
An alternative option is to use the command wmipath, which accesses the Windows Management Database directly. Enter wmic nic get macaddress, nameThis will allow you to see a list of all network cards with their names and addresses in a convenient table format.
- 🔹 PowerShell allows you to export a list of addresses to a text file for later analysis.
- 🔹 Team
getmacworks faster than a full queryipconfig, since it only requests MAC addresses. - 🔹 In Windows 11, the PowerShell interface has been updated and supports pasting text via
Ctrl + V.
Graphical interface and network parameters
If you prefer visual control, you can find the address through standard Windows settings. This method is most intuitive for beginners, as it doesn't require memorizing commands. The interface may vary slightly depending on the OS version.
In Windows 10 and 11, right-click the network icon in the system tray and select "Network & Internet settings." Go to the "Wi-Fi" section, then click "Hardware properties" or "Change adapter settings."
In the wireless network status window, click the "Details" button. A dialog box will open, displaying the required identifier in the "Physical Address" line. You can also see the IP address, subnet mask, and DNS servers.
| Parameter | Description | Where to find |
|---|---|---|
| Physical address | Unique ID of the network card | Details -> Status |
| IPv4 address | Current address on the local network | Details -> Status |
| DHCP is enabled | Automatic IP Assignment Status | Details -> Status |
| Speed | Current connection speed | Details -> Status |
You can also use the classic route through the control panel. Click Win + R, enter ncpa.cpl and press Enter. Double-click on your WiFi connection icon and select the "Details" button.
Checking through the Device Manager
Device Manager is the central hub for managing all your computer's hardware. Here you can not only view the address but also change the advanced settings of the adapter itself, if the driver supports this functionality.
Open the device manager using search or command devmgmt.mscExpand the "Network Adapters" branch. Find your WiFi module in the list (usually listed as "Wireless," "WiFi," "802.11," or a brand name like Intel or Realtek).
Right-click the device and select "Properties." Go to the "Advanced" tab. In the list of properties, find "Network Address." If the field is empty, the default address is being used, which is your MAC address.
- 🛠 Here you can also manually enter a new address if this is necessary to bypass provider restrictions.
- 🛠 The "Driver" tab will show the software version, which is useful when troubleshooting connection problems.
- 🛠 The device status confirms that the adapter is working properly and has not been disabled by the system.
⚠️ Attention: Changing the network address in the device properties may result in loss of network connection if the new address conflicts with another device or is not allowed in the router settings.
☑️ Check in Device Manager
Windows 11 Features and Address Randomization
Modern versions of Windows have a privacy feature that automatically changes the MAC address when connecting to new networks. This protects the user from being tracked across access points, but can cause confusion when setting up filtering.
To check if randomization is enabled, go to "Settings" -> "Network & Internet" -> "Wi-Fi." Find the "Use random hardware addresses" switch. If it's enabled, the router sees one address, but the adapter properties may display a different (real) one.
To configure a whitelist in your router, you must use a real physical IP address, not a random one. Disable randomization for your home network or find the real IP address using the command line, as described in the first sections.
Viewing the address through the router's web interface
If your laptop is already connected to the network, the most reliable way to determine how the infrastructure sees it is to look at the router settings. This rules out any local caching or virtualization errors.
Log in to your router's admin panel (usually at 192.168.0.1 or 192.168.1.1). Find the "Client List," "DHCP Server," or "Wireless Status" section. There you'll see a table of all connected devices with their IP and MAC addresses.
You can identify your laptop by the device name (Hostname), which often coincides with the computer name in Windows, or by the network card manufacturer (indicated in the first 6 characters of the address).
- 🌐 The device name in the router can often be renamed for easier identification.
- 🌐 Here you can also block access to unknown devices (Blacklist/Whitelist).
- 🌐 Some routers display the connection type (2.4 GHz or 5 GHz) for each client.
⚠️ Attention: Router interfaces vary significantly across different manufacturers (Asus, TP-Link, Keenetic, Mikrotik). Look for sections labeled "Client," "Station," "Wireless," or "DHCP Lease."
What if the device is not on the list?
If the laptop isn't listed as a client on the router, it's not connected to the network or the connection has been lost. Check the WiFi status on the laptop itself. The device may also be hidden by the router's security settings.
Frequently Asked Questions (FAQ)
Is it possible to change the MAC address permanently?
It's virtually impossible to physically change the factory address hardcoded into the network card chip without specialized equipment. However, you can programmatically set any address in Windows via Device Manager or the registry, which will remain in effect until you reinstall the drivers or reset the network settings.
Why does a provider need a MAC address?
Providers use MAC address binding to identify subscribers and authorize network access. This is a simple security measure to ensure that only paying users have internet access. Address cloning is often required when replacing a router or card.
Why do different programs show different addresses?
Differences may occur due to the presence of virtual adapters (VMware, VirtualBox, Hamachi), which create their own network interfaces. They may also be caused by the randomization feature in Windows 10/11 or manually entering the address in the driver properties.
Is the WiFi and Ethernet MAC address the same?
No, these are two different physical devices inside your laptop. The wireless module and the wired network card (Ethernet) always have different factory addresses, even if they are made by the same company.