RUT Validator (Chile)

Validate a Chilean RUT. If you need to generate a new one, try our RUT Generator.

international.disclaimer

This tool generates fictitious data intended exclusively for software testing and development purposes. The data does not correspond to real people or entities and must not be used for illegal, fraudulent purposes, or in ways that violate the privacy of others. Compliant with LGPD (Brazilian Data Protection Law).

RUT Validation (Chile)

What does the validator check?

Checks if the check digit (0-9 or K) is correct using the modulo 11 algorithm with cyclic weights 2-7 applied right to left.

When is it considered invalid?

When the base number doesn't have 7-8 digits or the calculated check digit doesn't match (including the special case K).

Use in development

Chilean platforms need to validate RUT. The validator helps quickly verify if a RUT is mathematically correct.