Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Locating the MAC Address of a NIC in Windows by using the CMD prompt

Summary: Quickly identify the MAC address of your network adapter in Windows. Explore command prompt and ipconfig methods to locate the unique identifier for network management.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms


This article describes how to find the Media Access Control (MAC) address of a network adapter in Windows.


Table of Contents:

  1. Media Access Control Address
  2. Locating the MAC Address of a Network Adapter in Windows
  3. Frequently Asked Questions

Media Access Control Address

A network adapter also called a Network Interface Card or NIC, is equipped with a unique identifier known as the Media Access Control (MAC) address. Routers and switches use it to control access to a network. You may find it useful in some situations to determine the MAC address of a NIC in Windows. The instructions in this article explain how to do so.

Back to Top


Locating the MAC Address of a NIC in Windows

To locate the MAC address of a NIC in Windows, follow these steps:

  1. Open a command prompt. (Click Start, Run, Type CMD, then right-click CMD.exe on the menu, and click Run as Administrator)
    CMD Window
    Figure 1: CMD Window
  2. At the prompt in the open command Window: Type getmac /v The MAC address labeled "Physical Address," is displayed in the form xx-xx-xx-xx-xx-xx:

    CMD get mac command
    Figure 2: CMD getmac /v command
  3. It is also possible to determine the MAC address of a NIC with the ipconfig /all command. Which returns a large amount of other information as well:

    CMD get ipconfig all command
    Figure 3: CMD ipconfig /all command
  4. When finished, type Exit then press enter to close the command window.

Back to Top


Frequently Asked Questions

  1. Q: How do I find my NIC MAC address?
    A: See the Locating the MAC Address of a Network Adapter in Windows section for instructions.
  2. Q: What is the MAC address in networking?
    A: The MAC address a unique set of 12 alphanumeric characters that are used to identify individual electronic devices on a network.
  3. Q: Does each NIC have its own MAC address?
    A: Yes, each NIC has its own MAC address.
  4. Q: What is the size of the MAC address of a NIC?
    A: A MAC address consists of 48-bits or 12 alphanumeric character expressed in a hexadecimal format.
  5. Q: How do I find my NIC MAC address using CMD?
    A: See the Locating the MAC Address of a Network Adapter in Windows section for instructions.
  6. Q: What is the difference between NIC and MAC address?
    A: A NIC is a hardware device that is the interface between a computer or network device and the network itself. The MAC address uniquely identifies the NIC on a network.
NOTE: Many systems have both wired and wireless network interfaces, and each network adapter has a unique MAC address. Be sure to note the addresses of all adapters in the system. Also, the MAC address is bound to the NIC; it changes if the network adapter is replaced.

Back to Top


Helpful Links

Back to Top


 

Cause

-

Resolution

-

Article Properties


Last Published Date

16 May 2024

Version

8

Article Type

Solution