Fake Number Generator

Generate realistic-looking fake numbers for testing purposes. Note: These are randomly generated fake numbers and should never be used for any illegal purposes.

Six formats, one random-number engine underneath

Every option in the dropdown — US phone number, Social Security number, credit card, IBAN, EIN, or a plain random integer — runs through Math.random() and formats the result to look like the real thing. None of these numbers are real, none are validated against any live registry, bank, or government database, and none of them will work if you try to use them for an actual transaction, application, or verification step.

Format notes worth knowing

Generating a batch

Pick a type, set quantity from 1 to 10, and click Generate — for the Random Integer option, also set a min and max. Results stack in the output box and can be copied to the clipboard as a block.

Intended use, stated plainly

This tool exists for testing form validation, checking how a UI renders different data formats, and populating demo screenshots — not for creating working credentials. Do not use generated numbers to attempt identity verification, financial applications, or any other real-world transaction; doing so with fabricated SSNs or card numbers can be illegal.