CI Generator (Uruguay)

Generate valid CI (Cedula de Identidad) numbers for testing purposes. Numbers follow the official Uruguayan format with check digit.

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).

About the Cédula de Identidad (Uruguay)

What is the Cédula de Identidad?

The Cédula de Identidad is Uruguay's national identification document, issued by the Dirección Nacional de Identificación Civil. It has a 7 or 8-digit number followed by a check digit, in the format X.XXX.XXX-D.

Verification algorithm

The check digit is calculated using weights 2, 9, 8, 7, 6, 3, 4 applied to the base digits, summing the products and obtaining the remainder of division by 10. The check digit is (10 - remainder) mod 10.

Use in development

Regional platforms serving the Uruguayan market need to validate the cédula in registration forms. Numbers generated by Help4Dev pass algorithmic validation and are safe for testing.