Finding your MAC address

Discovering your Ethernet Address

[ About ]  [ Linux ]  [ Windows 10/11 ]  [ macOS ]

About the Ethernet or MAC address

As the name Ethernet address implies, your network interface card requires a unique address to talk on an Ethernet network.  This address distinguishes you from all other computers on the network and is a 6 byte number (often represented in Hexadecimal, e.g. 0a:b3:2f:9e:3a:20).  The Ethernet address is often referred to as the MAC address or Physical address of your network card.
 

[ Back to top ]

Finding the MAC address on a Linux system

  1. Start a shell.
     
  2. At the prompt, type:
        /sbin/ifconfig -a
     
  3. The result is a list of interfaces with their statistics.  On Linux machines with a single adapter, you should look for the eth0: entry.  The MAC address is the value following the HWaddr or ether field and is in the form of 6 hexadecimal digits separated by a colon (:).

 

[ Back to top ]

Finding the MAC address on a computer running the Windows 10/11

  1. Click the Start button and then Run.
     
  2. In the Run dialog, at Open: type CMD.  This starts a new command prompt window.
     
  3. At the MSDOS prompt, type ipconfig /all | more.
     
  4. The resulting list is all your network interfaces.  Use the space bar to scroll between pages.  At the top of the list are some information about your computer, then the remaining items are information about each active network interface.
     
  5. The MAC address of the adapter is the value headed by the Physical Address field.  It will be a number of 6 hexadecimal digits, separated by a hyphen (-), e.g. 0A-B3-2F-9E-3A-20.

 

[ Back to top ]

Finding the MAC address on a computer running macOS

  1. Select System Preferences from the Apple menu.
     
  2. Inside the preferences folder, select the Network icon.
     
  3. From the Configure combo box, select the Ethernet adaptor you wish to find the address for.
     
  4. Select the TCP/IP tab.
     
  5. Look for the field that contains a 6 hexadecimal digits separated by spaces, entitled Ethernet Address.  The address will look something like this:  0A B3 2F 9E 3A 20.

[ Back to top ]

Please contact us with feedback and comments about this page. Last updated on 02 Apr 2022 21:54.