Home › 🇮🇳 India › Aadhaar Number

Generate a test India Aadhaar Number

An Indian Aadhaar number is a twelve-digit identifier formatted NNNN NNNN NNNN, never starting with 0 or 1, with a Verhoeff check digit. These test values are synthetic but Verhoeff-valid.

Synthetic · not collision-guaranteed Validate a number →
7059 9267 4947

Synthetic Aadhaar (Verhoeff-valid, first digit 2–9). Not a real UIDAI number.

Format specification

IdentifierAadhaar Number
Country🇮🇳 India
FormatNNNN NNNN NNNN
Length12 characters
ChecksumVerhoeff
Example7291 3633 5390
Safe strategy Synthetic
Data qualityBest-effort

Validation regex

Matches the canonical value — strip separators and uppercase first: value.replace(/[^A-Za-z0-9]/g, '').toUpperCase()

^[2-9]\d{11}$

References

  1. uidai.gov.in

Common questions

Will these pass my validation?

Yes — they are well-formed Aadhaar Number values (NNNN NNNN NNNN) and pass standard format checks, including the Verhoeff checksum.

Could one belong to a real person?

These are synthetic values. They are format-valid but not drawn from a guaranteed reserved range, so use them only for testing.

Can I generate many at once?

Increase the count, or use the free API and CSV/JSON export for large datasets.

Validate an existing number →

For software testing only. These numbers are synthetic and must never be used for real-world identification, applications, or to impersonate anyone.