Can You Trace a MAC Address?
Can You Trace a MAC Address? GA S REGULAR Menu Lifewire Tech for Humans Newsletter! Search Close GO Internet, Networking, & Security > Home Networking 101 101 people found this article helpful
You can also try arp -a by itself to get a list of IP/MAC combos. Search for the MAC address you have to tie it to the IP address, and then run the tracert command with the IP address to identify the device's hostname. tracert 192.168.115.86
Is It Possible to Trace a MAC Address?
Finding the owner of a MAC address isn't so straightforward
By Bradley Mitchell Bradley Mitchell Writer Massachusetts Institute of Technology University of Illinois An MIT graduate who brings years of technical experience to articles on SEO, computers, and wireless networking. lifewire's editorial guidelines Updated on June 8, 2020 Reviewed by Michael Barton Heine Jr Reviewed by Michael Barton Heine Jr Michael Heine is a CompTIA-certified writer, editor, and Network Engineer with 25+ years' experience working in the television, defense, ISP, telecommunications, and education industries. lifewire's editorial guidelines Tweet Share Email Tweet Share Email Home Networking The Wireless Connection Routers & Firewalls Network Hubs ISP Broadband Ethernet Installing & Upgrading Wi-Fi & Wireless Computer manufacturers and people who buy computers do not register their MAC address with any sort of central administration. There isn't a way to find a stolen computer from the MAC address or to find the identity behind one of these addresses. Much like IP addresses, MAC addresses are assigned to network devices and are easy to determine with tools like Command Prompt. On the other hand, they're unlike IP addresses in that they can't be researched to find the owner. Matt Cardy / Stringer/Getty ImagesMAC Address Searching
Although MAC addresses are not filed away somewhere with identifiable information attached to them, there are ways to search for a MAC address to find more information about it. What you find might help you further investigate and troubleshoot. For example, use the website MAC_Find to look up a MAC address to find its vendor information. If it works, you're one step closer to learning more about the manufacturer, but it doesn't really help in a search for finding who owns the MAC address. On a local network, the arp command with the -a switch identifies the MAC address of a connected device. It works if you know the IP address. arp -a 192.168.202.146You can also try arp -a by itself to get a list of IP/MAC combos. Search for the MAC address you have to tie it to the IP address, and then run the tracert command with the IP address to identify the device's hostname. tracert 192.168.115.86