1. Press Windows + R to open the Run dialog.
    Type cmd and press Enter.
    Open Command Prompt
  2. In the Command Prompt window, type ipconfig /all and press Enter.
    Run ipconfig /all
  3. Look for the Physical Address under your network adapter. This is your MAC address.
    Find MAC Address
  1. Click the Apple menu in the top-left corner and select System Settings (or System Preferences on older macOS versions).
    Apple Menu
  2. Select Network from the sidebar.
    Network Settings
  3. Choose your active network connection (Wi-Fi or Ethernet), then click Details or Advanced.
    Network Details
  4. Look for the Wi-Fi Address or Ethernet Address. This is your MAC address.
    MAC Address
  1. Open the Terminal application.
    Linux Terminal
  2. Type ip link and press Enter.
    ip link command
  3. Find your network adapter (e.g., eth0 for wired, wlan0 for wireless).
    The MAC address is listed as link/ether next to your adapter.
    MAC address in ip link output