Can't find what you're looking for? Try searching our site!

Table of Contents


What is a MAC Address?

A MAC address (Media Access Control Address) is a 48 bit number, usually expressed as a series of 6 2 digit hexidecimal numbers. In other words, it is a 12 digit number that uses the numbers 0-9 as well as the letters a-f. MAC adresses are usually separated every 2 digits with either a colon (:) or a dash (-). A MAC Address is a hardcoded number that represents your specific network device. The first 6 digits represent the vendor selling the device, and the last 6 digits represent an individual number for your device

Examples of different forms for MAC Addresses include:

  • 00:11:24:0e:ef:7a
  • 00-90-EF-F0-22-C5
  • 00e04f3dc796

Different vendors call MAC Addresses many different things. Microsoft refers to MAC Addresses as Physical Addresses, while Apple refers to them as Ethernet ID or AirPort ID.


Finding Your MAC Address in Windows

  1. In the Start Menu, choose Programs, then Accessories, then click on Command Prompt.
  2. In the Command Prompt window, type ipconfig /all and press [Enter].
  3. The MAC address is referred to in Windows as a Physical Address. You may have multiple Physical Adrresses listed; You will want to choose the Physical Address that is listed under the wireless card, as shown. Your specific wireless card may have a different name or manufacturer.
  4. Windows Command Prompt displaying the results of ipconfig /all


Finding Your MAC Address in Mac OS X

  1. Click on the Apple Menu and select System Preferences. . ..
  2. Under Internet & Network, select Network.
  3. Next to Show:, drop the box down and select AirPort.
  4. Your MAC Address is referred to as your Airport ID, as shown below
  5. Mac OS X System Preferences displaying the AirPort ID


Finding You MAC Address in Linux

The command ifconfig at the command line will display information about your configured network interfaces. If your wireless card is not displayed here, it may not be installed properly.


[HMC home] [computing]

Harvey Mudd College Computing and Information Services