How to Safely Extract Windows 11 ‘Network Adapter MAC Address’ (Find Hidden Hardware ID)

If you are trying to connect your Windows 11 laptop to a strict university or corporate Wi-Fi network, the IT department might require your computer’s “MAC Address.” This is a unique, physical, 12-character hexadecimal code burned directly into the silicon of your laptop’s Wi-Fi chip at the factory. It acts as your computer’s unchangeable fingerprint.

Finding this number in the modern Windows 11 Settings app requires clicking through half a dozen confusing menus, and if you have virtual network adapters installed, you might accidentally copy the wrong code. You can safely extract the exact, physical MAC address of all your hardware components directly from the Command Prompt.

How to Safely Extract the Windows 11 MAC Address

You must use the `getmac` utility to isolate physical hardware IDs from virtual ones.

  1. Click the Start button, type cmd, and press Enter to launch the Command Prompt.
  2. Instead of using the confusing `ipconfig` command, we will use a highly specific hardware extraction tool. Carefully type this exact command: getmac /v
  3. Press Enter.

The terminal will output a clean, formatted table. Look at the column labeled Connection Name. Find the row that says Wi-Fi (or Ethernet if you are plugged into the wall). Follow that row to the right until you see the column labeled Physical Address.

You will see a 12-character code formatted with hyphens (e.g., A1-B2-C3-D4-E5-F6). This is your MAC Address. If the “Transport Name” column says “Media disconnected,” don’t worry—the MAC address is a physical hardware property and exists even if you aren’t currently connected to the internet. You can now highlight this code, press Ctrl+C to copy it, and send it to your IT administrator.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.