Chile RUT Validator

Verify a Chilean RUT/RUN verifier digit and get the correct one.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

A Chilean RUT (Rol Único Tributario) or RUN (national ID) ends in a verifier digit that protects against typos. This validator recomputes that verifier from the body digits, tells you whether the one you entered is correct, and — if it is wrong — shows the correct digit and a properly formatted RUT. It is a check-digit validator for catching errors in forms and data, and never queries any official register.

How it works

The verifier digit (dígito verificador) is calculated from the body. Reading the body right to left, each digit is multiplied by the cycling weights 2, 3, 4, 5, 6, 7 (restarting at 2 after 7). The products are summed, then:

resto = 11 − (sum mod 11)

A resto of 11 becomes verifier 0, a resto of 10 becomes K, and any other value is the verifier digit itself. The validator compares this against the character you supplied and reports a match or mismatch.

Example

For the body 12.345.678, the algorithm produces a verifier of 5, so 12.345.678-5 is valid. If you entered 12.345.678-4, the validator marks it invalid and shows 5 as the correct digit.

RUTValid?
12.345.678-5Yes
11.111.111-1Yes
12.345.678-4No (should be 5)

Everything runs in your browser, so the RUT you enter is never uploaded. This is a check-digit validator only — it does not confirm the RUT against the Servicio de Impuestos Internos or the Registro Civil.

Ad placeholder (rectangle)