RENAVAM Generator
Generate mathematically valid Brazilian RENAVAM vehicle registration numbers for automotive software testing. Correct check digit. For test use only.
What is a RENAVAM generator used for?
Every vehicle in Brazil has a RENAVAM (National Motor Vehicle Registry), which serves as its unique identification number. It carries 11 digits, one of them a check digit calculated by DENATRAN.
Anyone working with fleet management systems, digital CRVs or vehicle query APIs often needs valid RENAVAMs just to run tests.
For testing and development use only.
What the Brazilian RENAVAM is
RENAVAM stands for Registro Nacional de Veículos Automotores — Brazil's National Motor Vehicle Registry. Each vehicle that circulates in the country gets an 11-digit RENAVAM number assigned by SENATRAN (formerly DENATRAN) at the moment of first registration. The number stays with the vehicle for its entire life, surviving sales, transfers, plate changes (Mercosul to grey or vice versa) and even state-of-registration changes.
It is the primary key the federal government uses for everything related to the vehicle: annual licensing (licenciamento), IPVA (state vehicle tax), DPVAT/seguro obrigatório, mandatory inspections, fines (multas), auction sales, ownership transfer, financing liens (alienação fiduciária) and theft/recovery reports. The license plate identifies the vehicle visually; the RENAVAM identifies it in every database.
Structure and DV algorithm
A RENAVAM has 11 digits: 10 sequential identifiers plus 1 check digit (DV). Older documents from before 2001 displayed only 9 digits; SENATRAN left-pads them with zeros to reach the canonical 11-digit form. The DV is computed with modulo 11 and the same weight pattern used by PIS/PASEP:
digits d1 d2 d3 d4 d5 d6 d7 d8 d9 d10
weights 3 2 9 8 7 6 5 4 3 2
sum = Σ (digit_i × weight_i)
rest = (sum × 1) mod 11
DV = 11 − rest
└─ take last digit if result has 2 digits
└─ if DV ≥ 10, DV = 0
Where to find your RENAVAM
- CRV — Certificado de Registro de Veículo, the green slip that proves ownership. RENAVAM is printed on the top header.
- CRLV — Certificado de Registro e Licenciamento de Veículo, the annual licensing document (paper or CRLV-e digital PDF in the Carteira Digital de Trânsito app).
- Auto insurance policy — every Brazilian insurer prints the RENAVAM alongside the chassis number and license plate.
- Original dealer invoice (nota fiscal) issued when the vehicle was bought new.
RENAVAM vs. license plate vs. chassis
Three numbers identify a vehicle in Brazil and they serve different purposes. The license plate (Mercosul or older grey/red format) is visual and can be changed in case of theft or transfer between states. The chassis or VIN is engraved by the manufacturer and never changes. The RENAVAM is a national administrative ID assigned by SENATRAN that ties the chassis to its current legal status (owner, taxes paid, restrictions).
FAQ
Where do I find my RENAVAM? On the CRV (green slip, top line) or CRLV (annual licensing certificate). The digital version lives inside the official Carteira Digital de Trânsito app, free on the App Store and Google Play.
Can I license a vehicle without the RENAVAM? No. Licensing, IPVA payment and any DETRAN service require the RENAVAM number — it is the key the system uses to fetch the vehicle record.
My RENAVAM has only 9 digits — is that wrong? Not necessarily. Vehicles registered before 2001 still have a 9-digit RENAVAM on the paper CRV. To use it on any current system, left-pad it with zeros until you have 11 digits.
Can I use these generated numbers to license a car? No. They are mathematically valid but not registered with SENATRAN. Use them only for testing software — submitting a fake RENAVAM to DETRAN, insurance or auction systems is fraud.
Related Tools
Handwriting Generator
Convert typed text into an image with handwriting appearance. Useful for adding a personal touch to digital work.
Resume Generator
Fill a simple printable A4 CV from a form with personal data, education and experience.
Favicon Generator
Generate a favicon from text/emoji in all common sizes (16, 32, 48, 64, 192, 512). PNG download.
RENAVAM number generator for testing
Every vehicle in Brazil has a unique RENAVAM, and anyone building automotive, insurance or registration software needs valid numbers when it's time to test. This tool generates mathematically valid RENAVAMs, with the check digit in the official standard.
Because they pass format validations, they work well for seeding test databases, approving a fleet system or showing off vehicle registration screens without real data. One limit is worth spelling out, though. Fictitious data is for software testing, and never for fraud.
No database is queried, since everything is generated in your browser. Produce as many RENAVAMs as you need for your development or staging environment.