メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いの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