Venezuela RIF Validator

Validate Venezuelan RIF tax registration numbers (V/E/J/G/C prefix)

Ad placeholder (leaderboard)

The RIF (Registro de Información Fiscal) is Venezuela’s tax identification number issued by SENIAT. It pairs a letter prefix that classifies the taxpayer with an 8-digit number and a single check digit. This free validator confirms the prefix type and verifies the check digit using SENIAT’s modulo-11 rule.

How it works

A RIF looks like J-12345678-9: a letter prefix, eight body digits, and one check digit. The prefix sets a numeric weight, and the rest follows a modulo-11 calculation:

  1. Map the prefix to its value — V = 1, E = 2, J = 3, P = 4, G = 5 (C is treated as a public-entity value).
  2. Multiply the prefix value by 4.
  3. Multiply the eight body digits by the weights 3, 2, 7, 6, 5, 4, 3, 2 and add them to the running sum.
  4. Take sum mod 11 to get a remainder r. The check digit is 11 - r, where a result of 10 or 11 collapses to 0.

The tool shows the prefix meaning, the expected check digit, and the actual one so you can see exactly why a number passed or failed.

Example and notes

Enter J-12345678-9. The tool maps J to 3, computes the weighted sum, takes modulo 11, and compares the derived check digit to the entered 9. If they match, the RIF is internally valid.

A valid result means the RIF is consistent under the SENIAT rule — it does not confirm the taxpayer is registered or active. For invoicing, always confirm status on the official SENIAT portal. All processing is local, so your RIF never leaves your device.

Ad placeholder (rectangle)