How to Find the MAC Address on a Device

How to Find the MAC Address on a Device

Overview

This article explains how to locate the MAC address on different devices.

A Media Access Control (MAC) Address can be referred to as an Adapter Address, Physical Address, or Hardware Address. This address is a unique identification number assigned to each network interface controller (NIC) during manufacture.

The method used to locate a MAC Address differs depending on the operating system being used.

Table of Contents

Windows 11

  1. Click the Start Menu icon.

    image-20260227-194454.png

     

  2. Search for "cmd" and open the Command Prompt program.

    image-20260227-193559.png

     

  3. In the window that appears, type "getmac /v" and press Enter.

    image-20260227-193626.png

     

  4. The MAC Address of your network interface controller (NIC) will display in the Physical Address column. The MAC Address is 12 alphanumeric long.

    image-20260227-193851.png

     

Back to top

Mac OS X

  1. Click the Apple icon and select System Preferences.

    image-20260227-194550.png

     

  2. Within the System Preferences pane, select Network.

    image-20260227-194646.png

     

  3. Choose the connection type you typically use to connect to the USF network and click Advanced. (In this example we were using Wi-Fi to connect to the USF network.)

    image-20260227-194707.png

     

  4. The MAC Address of the selected connection type will display on the Hardware tab. The MAC Address is 12 alphanumeric long.

    image-20260227-194731.png

     

Back to top

 Linux

  1. Open Terminal.

  2. Type "ifconfig -a" and press Enter.

  3. The MAC Address of any network interface controller (NIC) should appear in the output of the respective connection type. 

  • Typically Ethernet Controllers are denoted as eth# and Wireless as wlan#.

  • Depending on your flavor of Linux, the MAC Address may display as ether or HWaddr.

Back to top