How to Find Your MAC Address in Windows 11 & 10 (Every Way)

Logeshwaran
How to Find Your MAC Address in Windows 11 & 10 (Every Way)

The fastest way to find your MAC address in Windows 11 or 10: open Settings → Network & internet, click Properties on the connection you are using, and read the Physical address (MAC) at the bottom — or type ipconfig /all in a terminal and look for Physical Address. Before you copy that number anywhere, though, one modern surprise most guides never mention: the MAC address your router sees may not be your real one. Windows ships a privacy feature called random hardware addresses that invents a different MAC for each WiFi network you join — excellent for privacy in cafes, and the silent reason MAC filtering, hotel logins, and "whitelist my laptop" setups mysteriously fail. This post shows every way to find the address, which of the two addresses you actually need, and the checkbox that decides which one the world sees.

⚡ Quick Answer

Settings way: Settings → Network & internet → Properties (of your WiFi or Ethernet) → Physical address (MAC).

Command way: ipconfig /all → find your adapter → Physical Address.

Whitelisting on a router? Turn OFF random hardware addresses for that network first — or you'll whitelist a made-up address.

Every method, the WiFi-vs-Ethernet catch, and the privacy feature explained — below.

Jake spent a genuinely confusing evening on this one. A neighbor wanted her home router locked down so only the family's devices could connect — MAC filtering, straight from the router manual. Jake read the laptop's MAC from Settings, typed it into the router's allow-list, and the laptop promptly refused to join. Checked the address twice; correct. Rebooted everything; nothing. The culprit turned out to be a well-meaning toggle: Windows was set to use a random hardware address on that network, so the laptop was introducing itself to the router with an invented MAC — politely, consistently, and entirely absent from the allow-list. One switch off, one reconnect, and the whitelist worked. Jake's summary for the notebook: "The laptop wasn't lying to me. It was lying to the router, for privacy reasons, and nobody had told either of us."

Ethan: "Your MAC address is the name on your birth certificate; the random hardware address is the nickname you give out at every different coffee shop so the shops can't compare notes about you. Brilliant idea — right up until your own house asks for ID and you hand over the coffee-shop nickname. That's the whole mystery. Same pocket, two ID cards; check which one you're showing before you blame the doorman."

What a MAC address is (and what it is not)

A MAC (Media Access Control) address is the factory-stamped ID of a network adapter — twelve hexadecimal characters, usually written like A4-5E-60-1B-2C-3D. Two things follow from the word adapter that trip people daily. First, your PC has more than one MAC: the WiFi card has its own, the Ethernet port has its own, and a USB dock or adapter brings yet another — copying "the MAC of the laptop" means choosing the right adapter for the job at hand. Second, a MAC is local-only: it identifies you to the router in the same room, and it does not travel across the internet. Websites cannot see it, and a VPN neither hides nor needs to hide it. Its everyday uses are humble and real: router allow-lists, hotel and campus network registration, parental-control rules, static-IP reservations, and telling twenty devices apart in a router's client list.

Way 1: Settings (Windows 11 and 10, no typing)

  1. Open Settings (Windows + I) → Network & internet.
  2. Click your active connection — Wi-Fi then your network's Properties, or Ethernet. (On Windows 10 the same door is Status → Properties.)
  3. Scroll to the bottom: Physical address (MAC). Windows 11 puts a Copy button right there — use it instead of typing twelve hex characters by hand.

One caution on this same screen: if Random hardware addresses (or "Use random addresses for this network") is switched on, the address shown for the WiFi connection may be the invented one. For a router allow-list you want the hardware address — the section below sorts out which is which.

Way 2: the commands (faster, and they show every adapter at once)

Open Terminal, PowerShell, or Command Prompt (no administrator rights needed for any of these) and pick your favorite:

CommandWhat you getBest when
ipconfig /allEvery adapter with its Physical Address, IP, DNS — the worksYou want the full network picture in one shot
getmac /vJust the MACs, one line per adapter, with namesYou only came for the addresses
Get-NetAdapterPowerShell table: name, status, MAC, speedSeveral adapters and you need to see which is Up

Reading ipconfig /all for the first time: scan for the adapter that has an IP address assigned (the one you are actually using), then read its Physical Address line. Adapters showing "Media disconnected" are the unused ones — a desktop's empty WiFi card, a dock you unplugged. And if you spot entries like "Bluetooth Device (Personal Area Network)" or virtual adapters from VPN software — yes, they all have MACs too; no, none of them is the one your router wants.

The two-address surprise: random hardware addresses

Because a MAC is a stable ID, anyone running a WiFi network — the mall, the airport, the cafe chain — could historically use it to recognize your device everywhere and build a movement profile. Windows' answer (phones do the same) is random hardware addresses: for each WiFi network, Windows can generate a stable-per-network but fake MAC, so the cafe sees the same nickname every visit but different networks can't cross-reference you. Settings → Network & internet → Wi-Fi holds the global switch, and each saved network's properties holds a per-network one. The guidance that serves most people: leave it on for public WiFi, turn it off for your home network — home is where MAC-based allow-lists, parental controls, and static-IP reservations live, and they all need the real address. When a router setup "ignores" the MAC you carefully typed in, this toggle is the culprit nine times out of ten — ask Jake.

Your two addresses, side by side

Which MAC address does your router see? Flowchart: on an Ethernet cable the router sees the hardware MAC; on WiFi it depends on the random hardware addresses toggle - off means the real hardware MAC, on means Windows shows an invented per-network address, so turn it off at home before whitelisting and leave it on in cafes. WiFi and Ethernet adapters have different MACs.



Hardware MACRandom hardware address
Where it comes fromStamped into the adapter at the factoryInvented by Windows, one per WiFi network
Changes when?NeverStays stable per network; differs between networks
Use it forRouter allow-lists, static IPs, device registrationPrivacy on public WiFi — cafes, airports, hotels
Who sees itAny network where randomization is OFFAny network where randomization is ON
The toggleSettings → Network & internet → Wi-Fi (global), or each saved network's properties (per network)

WiFi or Ethernet: copying the right one

The second-most-common failure after the random-address toggle is simply copying the other adapter's MAC: whitelisting the Ethernet address, then connecting over WiFi — or setting up a static-IP reservation against the WiFi card of a desktop that is actually plugged in by cable. The rule is mechanical: the MAC that matters is the one on the adapter making the connection. Docking stations add a wrinkle worth knowing: many USB-C docks have their own Ethernet chip with its own MAC, so the same laptop shows one address docked and another on WiFi — if your office network registers devices by MAC, register both, or your machine will be a stranger every time you undock.

Honest aside: MAC filtering is a fence, not a lock

Since router allow-lists are the reason many readers are here, honesty requires this paragraph: MAC filtering keeps honest devices organized, but it is not a security boundary. Addresses fly through the air unencrypted with every packet, and changing the one a device presents takes a single command — the practice is common enough that we have a whole post on the error you hit while doing it in Kali. Use filtering for tidiness — naming devices, pinning IPs, keeping the kids' consoles on a schedule — and let a strong WPA2/WPA3 password do the actual security. A good password on an open list beats a weak password on a filtered one every day of the week; if a stranger knows your WiFi password, the allow-list is the least of your problems — and passwords do leak in mundane ways.

The 60-second routine before you whitelist anything

Whenever a router, campus portal, or office network asks for your MAC, this order prevents every mistake this page has described:

  1. Connect the way you will actually use the network — WiFi if WiFi, cable if cable, docked if docked. The connection chooses the adapter, and the adapter owns the address.
  2. For WiFi: open that network's properties and switch random hardware addresses OFF, then disconnect and reconnect once so the real address is in use.
  3. Copy, don't transcribe: the Copy button in Settings, or getmac /v and copy from the terminal. Twelve hex characters retyped by hand is a typo waiting to be born.
  4. Verify from the router's side: after connecting, find your device in the router's client list and confirm the address there matches what you registered. When both ends agree, you are done for the life of the device.

FAQ — MAC addresses in Windows, answered straight

What is the fastest way to find my MAC address in Windows 11?

Settings → Network & internet → Properties of your active connection → Physical address (MAC), with a Copy button right beside it. Or ipconfig /all in any terminal.

And on Windows 10?

Identical idea: Settings → Network & internet → Status → Properties → Physical address. The commands are the same on both systems.

Which command shows the MAC address?

ipconfig /all (look for Physical Address), getmac /v (just the MACs), or PowerShell's Get-NetAdapter. None needs administrator rights.

Why does my PC show two (or more) MAC addresses?

Every network adapter has its own: WiFi card, Ethernet port, Bluetooth, docks, virtual VPN adapters. The one that matters is the adapter actually making the connection.

Why does my router see a different MAC than Windows shows?

Random hardware addresses is on for that WiFi network — Windows presents an invented, per-network MAC for privacy. Turn it off for that network if you need the real one recognized.

Should random hardware addresses be on or off?

On for public WiFi (privacy win, no downside), off for home — where allow-lists, parental controls, and static-IP reservations need your stable, real address.

What do the MAC address letters and numbers mean?

Twelve hexadecimal characters: the first six identify the manufacturer of the adapter, the last six are the unit's own serial-like ID. Dashes vs colons is just formatting taste.

Is a MAC address the same as an IP address?

No — the MAC is the adapter's permanent factory ID used on your local network; the IP is a temporary postal address assigned by the router or network. Same device, two different labels for two different jobs.

Can websites see my MAC address?

No. MAC addresses stop at your router; they do not travel across the internet. Websites identify you by other means — but never by your MAC.

Does a VPN hide my MAC address?

It neither hides nor needs to — your MAC never leaves the local network, VPN or not. The random-addresses toggle is the tool for local MAC privacy.

Is MAC filtering good security for my home WiFi?

It is organization, not security — addresses are visible in the air and trivially imitated. A strong WPA2/WPA3 password is the lock; filtering is the name tags.

Can I change my MAC address in Windows?

Many adapters allow it via the adapter's Advanced driver properties (Network Address / Locally Administered Address), and the random-addresses feature is Windows doing it for you. Some drivers refuse; that's the adapter maker's choice.

Where do I find the MAC on my phone, console, or printer?

Always under the device's network/about settings — and phones have the same randomization feature, so the same whitelist advice applies: switch the network to use the device MAC before registering it.

My dock shows a different MAC than my laptop — is that normal?

Completely — the dock's Ethernet chip is its own adapter with its own address. On MAC-registered networks, register both the dock and the WiFi card.

Why is my adapter listed as "Media disconnected"?

It exists but isn't in use — a desktop's empty WiFi slot or an unplugged cable. Its MAC is still valid; it's just not the address currently talking to your router.

I whitelisted my MAC and still can't connect — the checklist?

Three checks, in order: random hardware addresses off for that network; the MAC copied from the adapter you actually connect with (WiFi vs Ethernet vs dock); and no typo — use the Copy button or getmac, never retype by hand.

Revision note. This page has answered the "where is my MAC address" question since December 2016 — back when the answer was three clicks in the Anniversary Update and nobody's laptop was inventing nicknames for itself. Rewritten August 24, 2026, for Windows 11 and 10: the Settings paths, all three commands, and — the part the old page could not have known — the random hardware addresses feature that now sits between your real MAC and every network you join. Everything was checked on current builds of both systems. If a router or campus network still refuses your carefully copied address after the checklist above, tell us through the contact page — the stubborn cases teach us the next update. And if you spent an hour blaming yourself before finding the privacy toggle: truly, it wasn't you. It's a good feature with a quiet voice.

Related