askvity

How to Get Wi-Fi MAC Address on Windows 10

Published in Wi-Fi MAC Address 2 mins read

Here's how to find your Wi-Fi MAC address on a Windows 10 computer:

Using Command Prompt

The most straightforward method to find your Wi-Fi MAC address involves using the Command Prompt.

  1. Open Command Prompt: You can do this by typing "cmd" in the Windows search bar and selecting "Command Prompt".
  2. Type the command: ipconfig /all and press Enter. Note the space before the forward-slash.
  3. Locate your Wireless Adapter: Scroll through the results until you find the section relating to your computer's Wireless Adapter. It may be labelled as "Wireless LAN adapter Wi-Fi" or something similar depending on your hardware.
  4. Find the Physical Address: The MAC address is displayed next to "Physical Address" for the Wireless Adapter. This is your Wi-Fi MAC address.

Example

Let's say you run the command and see this output (truncated for brevity):

Wireless LAN adapter Wi-Fi:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) Wireless-AC 9560
   Physical Address. . . . . . . . . : 00-1A-2B-3C-4D-5E
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

In this example, the Wi-Fi MAC address is 00-1A-2B-3C-4D-5E.

Summary

The Command Prompt method is a reliable and quick way to retrieve your Wi-Fi MAC address. This allows you to identify your specific hardware on a network and is sometimes needed for troubleshooting or access control.

Related Articles