What does 0001 mean after the CNPJ root?
It flags that establishment as the company headquarters; following numbers like 0002 or 0003 identify branches that share the same 8-digit root, but carry their own check digits because the calculation runs over the full 12 characters.
Is the alphanumeric CNPJ already in use in Brazil?
The rule took effect through Instrução Normativa RFB 2.229/2024, for new registrations as the Receita exhausts purely numeric combinations; the check digits stay numeric, and the calculation treats each letter as its ASCII code minus 48.
Does a mathematically valid CNPJ guarantee the company exists?
No. Modulo 11 only confirms the check digits match the root and the order, something any synthetic CNPJ generator reproduces; knowing whether the company exists and what its registration status is requires the public registry lookup, not just validating the number.
Where can you check a CNPJ's registration status and CNAE code?
In the Receita Federal's public registry lookup, which returns the legal name, registration status (active, shut down, suspended, unfit or void), main CNAE code and start-of-activity date; that is the registry the tool queries, not just the check-digit calculation.