Home🇮🇳 IndiaPermanent Account Number

Generate a test India Permanent Account Number

An Indian PAN is a ten-character tax identifier formatted AAAAA9999A — five letters, four digits, and a trailing letter. These test values are synthetic and format-valid.

Synthetic · not collision-guaranteed Validate a number →
QANZZ2674Z

Synthetic PAN (valid format). Not a real or issued PAN.

Format specification

IdentifierPermanent Account Number (PAN)
Country🇮🇳 India
FormatAAAAA9999A
Length10 characters
ChecksumNone
ExampleSHYCJ6335J
Safe strategy Synthetic
Data qualityVerified against sources

Validation regex

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

^[A-Z]{5}\d{4}[A-Z]$

References

  1. en.wikipedia.org/wiki/Permanent_account_number

Common questions

Will these pass my validation?

Yes — they are well-formed Permanent Account Number values (AAAAA9999A) and pass standard format checks.

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.