Find Your Computer's IP and MAC Address | Computing for Arts + Sciences

Find Your Computer's IP and MAC Address

There are a couple of easy ways to find your computer's IP address and/or MAC address

Windows

Command Prompt

  1. Press: Windows + R to open the Run Window
    Alternatively, Click: Start Menu then Click: Run
  2. Type the following in the Open field: cmd /k ipconfig
  3. Press Enter or click OK.
  4. A Command Prompt window will open and your computer's NIC information will be displayed.
    1. Your IP Addresses will be labeled IPv4 Address, one for each ethernet adapter.
    2. Your MAC Addresses will be labeled Physical Address, one for each ethernet adapter.

Note: this may be a lot of information to sift through. If you're trying to get this information to your CAS support technician, we suggest using PowerShell as shown in the Provide to IT Technician section.

Provide to IT Technician

  1. Press: Windows + R to open the Run Window
    Alternatively, Click: Start Menu then Click: Run
  2. Copy and paste the following into the Open field:
    powershell.exe -ExecutionPolicy Bypass -Command gwmi Win32_NetworkAdapterConfiguration | select * | Export-Clixml "${env:UserProfile}\Downloads\NetworkAdapterConfiguration-${env:ComputerName}.xml"
  3. Press Enter of click OK.
    A blue PowerShell window should open and quickly close. Once it's closed ...
  4. Browse to your Downloads folder.
  5. Look for a file name: NetworkAdapterConfiguration-*.xml
    The "*" will actually be your computer name; such as: CAS-123456

Note: this file contains a lot of information to sift through. If you're trying to get this information to your CAS support technician, and you just want to take pictures of the information, we suggest using the Command Prompt instructions. Be sure your pictures are legible before sending them.

macOS

  1. Open System Preferences
  2. Click on Network
  3. Select the desired network adapter on the left
  4. View the IP address
  5. Click the Advanced button
  6. Click the Hardware tab
  7. View the MAC address