Free validation tools for Indian identifiers

Aadhaar, Aadhaar Virtual ID, PAN and GSTIN — each checked with the real format rules and checksum algorithms, entirely in your browser.

Validators

Nothing you type is uploaded, logged or stored. Every tool works offline once the page has loaded.

Guides and developer resources

Understand the algorithms, copy working code, or embed a validator on your own site.

Why these tools are different

  • Real checksums, not just regex. Aadhaar and VID use the Verhoeff algorithm; GSTIN uses a base-36 weighted checksum. A pattern match alone accepts most typos — these tools don't.
  • Private by design. The validation runs in your browser. There is no API call to make, so there is nothing to intercept or log.
  • Built for real work. Bulk checking, CSV export, developer code in ten languages, and UIDAI's own sandbox test numbers.
  • Honest about limits. A checksum tells you a number is well-formed, not that it is issued or active. Each tool links to the official verification route.