MAC address generator
c6:0c:3c:0d:5e:f11e:3b:72:68:a4:2fda:0d:30:f8:70:276a:31:43:d7:a9:73da:d1:7a:fa:a4:39The locally-administered bit is set, so these can never collide with a real manufacturer address.
Calculated in your browser · nothing is looked up or uploaded
Generates random MAC addresses with the locally-administered bit set and the multicast bit cleared, so every one is a valid unicast address that cannot collide with a real manufacturer’s allocation.
How to use the mac address generator
A MAC address is 48 bits, and the first byte carries two flags that matter. The lowest bit marks multicast — set it and the address is not a host address at all. The next bit up marks locally administered, meaning the address was assigned by whoever runs the network rather than burned in by a manufacturer. Setting it is what makes a generated address safe: the entire locally-administered space is disjoint from every manufacturer allocation, so a collision with real hardware is impossible by construction. A generator that ignores this can hand you an address belonging to a real Cisco or Intel device.
The first three bytes of a manufacturer-assigned address are the OUI, bought from the IEEE, which is how a network scanner names the vendor of a device it finds. A locally-administered address has no OUI and will show as unknown — that is correct, not a fault.
Worth knowing about privacy: phones and laptops now randomise their MAC per network by default, precisely because a fixed one let shops and airports track a device across visits. Those randomised addresses are locally administered too, for the same reason as here.
Questions
Not with the locally-administered bit set — that space is disjoint from every manufacturer allocation.