Windows App Mac Address

  

A MAC (or Machine Access Control) address is a globally unique serial number that is given to every device connected to the internet with a network adapter. The network adapter exchanges data with every other device on a network and so it needs an address to identify itself to the other devices. These serial numbers are hardcoded by the manufacturers into the devices they sell.

  1. Mar 06, 2020 A Windows 10 device, phone, and pretty much anything that connects to a network has a unique identification number known as the media access control (MAC) address embedded on the physical network.
  2. The Common Format of a MAC Address A MAC address is a 12-digit alpha-numeric string where each digit can be any number from 0 to 9 or letter between A and F. There are three common formats, the first being most common and preferred.
Mac

The computer or smartphone you are reading this article on have their own individual MAC addresses. The wireless or wired router you are connected to has its own address too. No two MAC addresses can be the same, and usually they never change.

You won’t know a MAC address unless you see it. So, let’s learn how to find the MAC address on your computer first. Then, we will explain how a MAC shakes hands with an IP address to make networking successful.

The Common Format of a MAC Address

Find MAC Address in Windows. To do this, open up cmd, and type in the following command and hit enter. Scroll down the list, and you’ll see a couple of Physical Addresses (in Windows MAC address are called Physical address).

A MAC address is a 12-digit alpha-numeric string where each digit can be any number from 0 to 9 or letter between A and F. There are three common formats, the first being most common and preferred:

  1. MM:MM:MM:SS:SS:SS.
  2. MM-MM-MM-SS-SS-SS
  3. MMM.SSS.SSS

The first six digits (called the “organizationally unique identifier”) identify the manufacturer of the adapter, while the last six digits are the unique identification number for that specific adapter. The Institute of Electrical and Electronics Engineers (IEEE) assigns these prefixes to the manufacturers of the hardware devices.

You can plug a MAC address in sites like MacVendors.com and OUI Lookup Tool to find the manufacturers associated with any MAC address. Now, let’s see how to find these MAC addresses on your router, computer, and smartphone.

How to Find the MAC Address of Your Computer

You can use a few different methods to get the MAC address of your computer. Do remember that you can find multiple MAC addresses listed for one computer as they can have more than one network adapter (for instance, separate adapters for Ethernet and Wi-Fi).

Method 1: Use the Command Prompt

1) Type “cmd” in the Windows Search Box and open the Command Prompt window.

Windows App To Change Mac Address

2) Enter the “ifconfig/all” command, and all the MAC addresses on your computer will be displayed as Physical Address for each adapter.

Method 2: Use the Network Connections Folder

  1. Go to Control Panel > Network and Internet > Network Connections.
  2. Right-click your network connection and then select Status > Details. This opens a new window with your network connection details. The unique MAC address is listed as the physical address.

Method 3: Use the Settings App

You can also go to Settings > Network & Internet. The specific adapters will be listed on the left as menu items.

  • For Wi-Fi, click Hardware properties and in the next screen you will find the MAC address listed as the Physical address.
  • For Ethernet, click the Ethernet menu item and then the Connected The Properties section of the screen then displays its IP and Physical addresses.

Method 4: Use the GETMAC Command

Windows App Mac Address Settings

GETMAC is another command you can use to find your MAC address. Open the Command Prompt and type getmac. Press Enter. It will immediately list all available MAC addresses under the Physical Address column.

Method 5: Use the PowerShell

In Windows 10, the Command Prompt does exist as an interface, but it has been replaced by the PowerShell for command line tasks.

It is more powerful than the Command Prompt window and you can call upon more than 300 commands to access the Windows operating system.

One of them is the getmac command which will show you the basic properties for each network adapter and their MAC addresses.

  • You can launch PowerShell in Windows 10 from Cortana’s search field. Type “powershell” and click on the first search result.
  • You can also right-click on the Start button and click Windows PowerShell in the program list.

In the blue windows, type Get-NetAdapter and press Enter. The basic properties for each network adapter are displayed and you can see the MAC address under the MacAddress column. One of the distinctions you can spot from the other methods above is that the command displays the MAC addresses of all inactive adapters too.

Windows gives you five easy ways to spot your MAC address. But, what can you do with it?

How Does a MAC Address Work with An IP Address?

An IP address (or an Internet Protocol Address) is another unique number that is given to each device connected to a TCP/IP network like the internet. The IP address allows the transport of data from one network to another while the MAC address makes sure the data is delivered to the right computer on the network.

The best way to understand it is through your own personal postal address.

The MAC address is your name, surname, gender, and age. It holds all the key identifiers that can describe you. But, if I want to send you a letter, I will need your location i.e. the address of your house with street name, town, city, state, and country.

This is the IP address. The letter will reach you only when both the addresses are uniquely described. You can change your location but if I have the new address, the letter will still reach you. It will not be delivered if you change your name.

In short: The MAC address tells me who you are while the IP address tells me where you are.

Change Windows Mac Address

That is why you can keep working when you disconnect your laptop from your home broadband and connect it again at the office. The MAC address is hardcoded into your device while the IP address is allocated by the ISP which allows you to connect and disconnect at will. Both the addresses must work perfectly together in a TCP/IP network like the internet for one computer to communicate with another.

Find the MAC address of your device with the methods mentioned above.

Other article you may like:

We can find mac address (physical address) of a computer using the command ‘getmac‘. This can be used to get mac address for remote computers also. Below are few examples on how to use this command. It works on XP, Vista, Windows 7, Server 2003 and Server 2008 operating systems.

Windows

Get mac addresses from CMD

Just run the command getmac to get the mac addresses. Find an example below.

This command does not show mac addresses for the network connections which are disabled. You can run ncpa.cpl and check which NICs are disabled. Further, I have received comments that this command does not help identify the mac address for a specific device. For example, if I need to get the mac address for my WiFi card, output of getmac command is not helpful. We can use ipconfig command to deal with this.

Get mac address of a remote computer

We can retrieve the mac addressses for a remote computer using nbtstat command.
Example:

Alternatively, We can run the below command to retrieve the mac addresses of a remote computer.

remote_computer : Full name of the remote computer or IP address
username and password are of the account on the remote computer.

Example:

If you do not want to specify the password, you can skip /p parameter. You will be prompted to enter the password and the command execution will take place after that.

Errors:

Using getmac command we can retrieve the mac addresses of the machines running windows OS only. If you try this for a Linux machine you would get the error “The RPC server is unavailable.”

If you provide incorrect password, the command would fail with the error message “Logon failure: unknown user name or bad password.

Windows App Mac Address Finder

Also Read:
Windows CMD commands reference