MAC Address Generator
Generate random MAC addresses with configurable format and address flags.
How to use
- 1
Choose your settings
Select the output format (colon, dash, or dot separated), letter case, and whether to set the locally administered and unicast bits.
- 2
Set the count
Pick how many MAC addresses to generate: 1, 5, 10, or 25.
- 3
Generate
Click Generate to create the requested number of cryptographically random MAC addresses.
- 4
Copy results
Copy a single address or the entire list to your clipboard with the provided buttons.
Frequently asked questions
What is a locally administered MAC address?
What does unicast mean for a MAC address?
Are these addresses truly random?
Can I use a generated MAC address on my network?
Generate cryptographically random MAC addresses in bulk. Choose from
colon-separated, dash-separated, or dot-separated formats, toggle
between uppercase and lowercase hex, and control the locally
administered and unicast/multicast bits independently. Generate up to
25 addresses at a time and copy individual results or the full list
with one click. Uses crypto.getRandomValues for true randomness —
no data leaves your browser.