Topics Map > Hardware and Software
Topics Map > Network Connectivity
Topics Map > User Services

How to find your computer's MAC Address

How to find your computer's MAC Address

Every computer with the ability to connect to the network has one or more MAC (media access control) addresses. The MAC address is used as a unique identifier. Commonly, this is used to allow an IT Pro to reserve an IP address for your computer. However your MAC is considered private within your local network, and is not passed across network boundaries.

Below are instructions for finding the active MAC address of your computer, for Windows, Mac, and Linux. Here is a link to some alternate instructions for several operating systems.
If you are on a wired University network, and your network connection is already working properly, you may be able to use our My MAC Address tool to automatically find your MAC address (based on your current IP address, from university network logs).

 On a Windows operating system:

example from Windows 7

1) Open a command prompt
- a) click the Start button
- b) type: cmd
- c) hit Enter

2) In the command prompt, type: ipconfig -all
- a) find the section containing the words "Ethernet adapter Local Area Connection"
- b) your Ethernet MAC will be listed as "Physical Address"
- c) it is denoted by orange arrows in the example below
 

 

 

 On a Mac(intosh) operating system (OSX):

example from OSX 10.9.4 (Mavericks)

1) Open the Network Utility:
- a) click the Spotlight tool, in the top right corner of the screen, near the clock
- b) type: network utility
- c) hit Enter

2) In the Network Utility Window:
- a) from the drop-down menu, select the option containing the word "Ethernet"
- b) your Ethernet MAC will be listed as "Hardware Address"
- c) it is denoted by orange arrows in the example below
 
Please Note: Macs without ethernet ports (any laptop with a Retina display, or without a CD drive), will need to get an ethernet adapter first and plug it in before registering for wired network access. This is because the hardware (MAC) address is actually tied to the adapter, so you will only be able to view your ethernet hardware address with the adapter plugged in. 
 

 

 On a Linux operating system:

example from RHEL 9.6
  1. Open the Terminal
    1. click the search button, or hit the Windows key
    2. type: terminal
    3. hit Enter
  2. In the terminal, type ip a and press Enter
    1. Each block of output corresponds to a different port/interface on your device 
    2. Ethernet: find any entries that begin with "eth" or "en" (highlighted green)
    3. WiFi: find any entries that begin with "wl"
    4. The MAC address will appear right after "link/ether" (highlighted blue)

Here, the enp0s31f6 interface has MAC D4:A2:CD:EC:99:F6 and is DOWN (not plugged in).

The eth0 interface has MAC D4:A2:CD:EC:99:F7 and is UP (plugged in). The orange arrows point to its MAC address.

A Linux terminal displaying the output of the "ip a" command
 

Short URL for this page: http://go.illinois.edu/getmac


Keywords:
mac address wired network 
Doc ID:
84424
Owned by:
Ji J. in Engineering IT
Shared Services
Created:
2018-07-31
Updated:
2022-09-02
Sites:
University of Illinois Engineering IT