메인 콘텐츠로 이동
  • 빠르고 간편하게 주문
  • 주문 보기 및 배송 상태 추적
  • 제품 목록을 생성 및 액세스
  • 회사 관리를 사용하여 Dell EMC 사이트, 제품 및 제품 수준 연락처를 관리하십시오.

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

요약: 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 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


 

원인

-

해결

-

문서 속성


마지막 게시 날짜

16 5월 2024

버전

8

문서 유형

Solution