Glossary
MAC Address
Updated on Jul 22, 2026
Learn what a MAC address is, why Android Wi-Fi MAC randomization exists, and why a MAC address is not a reliable universal device identity.
Key Takeaway
- A MAC address identifies a network interface on a local network; it is not a universal proof of a person or device identity.
- Android uses Wi-Fi MAC randomization in supported configurations to reduce tracking across networks.
- Network identifiers should be collected only when necessary for authorized diagnostics and handled as potentially sensitive data.
What Is a MAC Address?
A MAC address, short for Media Access Control address, is an identifier used by a network interface for local network communication. Wi-Fi and Ethernet interfaces commonly use MAC addresses when they communicate on a local link.
It is not a universal device or person identifier. A device can have multiple interfaces, an interface can use a randomized address, and a network address alone does not establish account ownership, consent, or user identity.
How MAC Addresses Work on Android
Android documents Wi-Fi MAC randomization as a privacy feature. On supported configurations, the device can use a randomized MAC address when probing for networks or connecting to a Wi-Fi network, which reduces the ability of nearby listeners to build a history of device activity.
The exact behavior depends on Android version, hardware support, network configuration, and device settings. A diagnostic test should observe the approved environment instead of assuming a factory address or a randomized address will always be present.
Why It Matters for Mobile Operations
For an authorized cloud phone or Android QA environment, a network team may use MAC-address information to troubleshoot access-control rules or Wi-Fi connectivity. It should be a narrowly scoped diagnostic input, not a method for tracking people or attempting to defeat a service's security controls.
Teams should also avoid confusing a MAC address with an advertising identifier such as the GAID, an account ID, or a browser-storage value. These identifiers have different scopes, controls, and privacy implications.
Risks and Best Practices
Collect a MAC address only when it is necessary for an authorized support or test case. Restrict access, document the network and timestamp, and remove or redact the identifier from broadly shared tickets and screenshots where it is not needed.
Do not build identity claims, fraud conclusions, or account restrictions from a MAC address alone. Review relevant privacy, network, and platform requirements before adding any device identifier to an operational workflow.
MoiMobi Perspective
MoiMobi treats MAC-address data as limited, privacy-sensitive network diagnostics. A valid use has a clear owner, an approved purpose, a restricted retention period, and no assumption that the value proves a user's identity.
Bottom Line
A MAC address is a local-network interface identifier, not a universal identity. Android's MAC randomization further reinforces the need to use it only for authorized, narrowly scoped diagnostics.
How MoiMobi Fits
MoiMobi explains MAC addresses as limited local-network identifiers that teams should handle as privacy-sensitive diagnostic data in approved Android environments.
Sources
FAQ
What is a MAC address?
A MAC address is a hardware or software-assigned identifier used by a network interface for local network communication.
Does a MAC address uniquely identify a person?
No. It identifies an interface in a network context and can be randomized, changed, or unavailable; it should not be treated as a universal identity claim.
Why does Android randomize Wi-Fi MAC addresses?
MAC randomization can reduce the ability of nearby listeners to build a history of a device's activity across Wi-Fi networks.
Related terms
Android Privacy Sandbox
Learn what Android Privacy Sandbox is and how privacy-preserving advertising changes mobile measurement workflows.
GAID
Learn what GAID is, how the Google Advertising ID supports mobile attribution, and why privacy controls matter.
Device Parameters
Learn what device parameters are, which Android traits matter, and how mobile teams use them to plan stable account environments.