What Is A Mac Address And How to Find It

In this post, we are going to explain to you what is a MAC Address and we will also show you some tools you can use to see it on your device. Just to clarify in modern devices the term MAC Address can be referred to as the Physical Address. In this post, I will call it MAC Address but the output you get from the example may show you the Physical Address as the name.

What Is A Mac Address And How to Find It
What Is A Mac Address And How to Find It

What Is A Mac Address:

Users of computing devices including routers, computers, tablets, smartphones, and various networking gadgets usually come across the term MAC address. Below we demystify what MAC address is, and how to get the address.

MAC Address which is short for Media Access Control is a distinctive number given to individual computers logged into a network. The address is usually assigned to a network card. The MAC address is recorded into the network card immediately the latter gets created.

The address is permanent and acts as the platform where information between computers connected to the local network is exchanged. The media access control serial number is made up of six groups of two characters segregated by colons.

Although the IP (internet protocol) address and MAC address are two different sets of addresses, they work simultaneously. They, however, have various tasks and meanings.

The MAC address carries the info of the nearest device in which the packet has to be transmitted. It means that the MAC address has a tactical value.

The IP address indicates where the packet information should be transferred on a global scale. This makes the IP address’s aim strategic.

It’s wise to note that there are different variations of MAC Addresses. Media Access Control supports a lot of addresses operating as network interfaces. Case in point; a control point can support two separate addresses for Wifi and Ethernet.

Why Do We Have MAC Addresses?

The primary MAC address use is for filtering access. The ISP (internet service provider) uses the MAC address to regulate/control internet access.

Case in point; when a user connects their device to the internet and adds a second device to the same router but is denied internet access.

The denied access results from the IP address and registered MAC address of the network card assigned to you by the ISP. Hence why only a registered MAC address can gain access to the internet. Other than primary network usage, MAC addresses carry out the following roles:

  • MAC address Filtering: networks use MAC address filters that only give access to devices with specific addresses permission to connect to the system.
  • Device Tracking: Since the MAC address is unique, it plays an important role; that one of tracking. When driving or walking down the street, your smart device will scan for nearby Wifi networks and transmit its assigned MAC address.
  • Static IP: the routers you connect your devices to, make it possible to assign IP addresses to your computers/phones. Every connection reveals unique IP addresses if they have corresponding MAC addresses.
  • Device Identification: A lot of Wifi networks in public Wifi hotspots, such as airports, parks, and other public places use the MAC addresses of devices connected to the network for ease of identification.

Some public hotspots allow MAC addresses to connect to the internet for free for a certain number of minutes/hours. When the set time is up, the MAC address is denied access.

Finding The Physical Address On Windows:

To see the MAC Address on the Windows operation system, you can use the built-in command-line tool ipconfig using the following steps:

  1. Open a command prompt as an administrator.
  2. Type the following command: ipconfig /all
  3. Press enter.
  4. In the output, you will see a list of information that includes your MAC Address.

You can also use our NetHelper tool (free tool for windows). It can show you the MAC Address, and other useful information about all the installed network cards.

Finding The MAC Address On MacOS:

To find the MAC address on macOS, you can follow these simple steps:

  1. Open the “System Preferences” by clicking on the Apple menu in the top-left corner of the screen and selecting “System Preferences.”
  2. In the System Preferences window, click on the “Network” icon. This will open the Network settings.
  3. In the Network settings, select the network interface for which you want to find the MAC address. It could be Wi-Fi, Ethernet, or any other network connection you have.
  4. Once you select the network interface, you will see its configuration details on the right side. Click on the “Advanced” button at the bottom right of the Network settings window.
  5. In the Advanced settings, navigate to the “Hardware” tab. Here, you will find the MAC address listed as “Ethernet ID,” “MAC Address,” or “Wi-Fi Address,” depending on the type of network connection.
  6. The MAC address will be displayed in a format consisting of six groups of two hexadecimal digits separated by colons or hyphens (e.g., 00:1A:2B:3C:4D:5E).

Note: If you have multiple network interfaces (e.g., both Wi-Fi and Ethernet), make sure to select the correct interface to view its MAC address.

Knowing your MAC address can be useful in various scenarios, such as setting up MAC address filtering on a router or troubleshooting network connectivity issues.

Finding the Address On Linux:

To find the MAC address on Linux, you can use the following steps:

  1. Open a terminal window. You can usually find the terminal application in the “Accessories” or “System Tools” menu of your Linux distribution.
  2. In the terminal, type the following command and press Enter:
    ip addr show
  3. You will see a list of network interfaces and their configurations. Look for the interface for which you want to find the MAC address. It could be named eth0, wlan0, enp0s3, or something similar.
  4. Once you have identified the interface, locate the line starting with “link/ether” followed by a series of six groups of two hexadecimal digits separated by colons (e.g., 00:1A:2B:3C:4D:5E). This is the MAC address of the interface.
  5. Another way to find the MAC address is by using the “ifconfig” command. In the terminal, type the following command and press Enter:
    ifconfig

    Look for the interface you are interested in, and you will find the MAC address listed as “HWaddr” or “ether.”

  6. You can also use the “nmcli” command-line tool to find the MAC address. In the terminal, type the following command and press Enter:
    nmcli device show <interface>

     

    Replace <interface> with the name of the network interface you want to inspect (e.g., eth0, wlan0). Look for the line starting with “GENERAL.HWADDR” followed by the MAC address.

Knowing the MAC address can be helpful for tasks such as configuring network settings, troubleshooting connectivity issues, or setting up MAC address filtering on a router.

Concluding words

In this article, we talk about the physical address or the MAC Address of your network card. there may be more than one network card on your systems, like a wired one and a wireless one. Both will have their own MAC Address.

Please remember to look at the right MAC Address for the network interface (card) that you need.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.