ARGENTINATax ID Validator

CUIT Validator

Verify an Argentine Clave Única de Identificación Tributaria (CUIT) and decode the entity type from the prefix.

Format: XX-XXXXXXXX-V — 11 digits total. Dashes optional.

Prefix Reference

20Natural Person (Male)
23Natural Person (Indeterminate)
24Natural Person (Indeterminate)
27Natural Person (Female)
30Legal Entity (Company)
33Foreign Company
34Foreign Company (Specific)

Try these examples

Algorithm

The CUIT uses an AFIP modulo-11 algorithm. The 10 digits (excluding check digit) are multiplied left-to-right by weights [5, 4, 3, 2, 7, 6, 5, 4, 3, 2]. Sum mod 11: if 0 → check = 0, if 1 → check = 9 (generally invalid), otherwise check = 11 − remainder.

This tool validates the check digit format only. For official verification, consult the AFIP registry (Argentina).