Netherlands KvK Number Validator

Validate Dutch Chamber of Commerce numbers with the 11-proef

Ad placeholder (leaderboard)

A KvK number is the 8-digit identifier the Dutch Chamber of Commerce (Kamer van Koophandel) assigns to every registered business in the Netherlands. Procurement and finance teams use it to verify that a supplier is properly registered. This validator checks the format and applies the Dutch elfproef (11-test) so you can catch typos before relying on the number.

How it works

KvK numbers issued from 2008 onward are standardised to 8 digits with a check built into the 11-proef:

  1. Strip non-digits and confirm there are exactly 8.
  2. Multiply each digit by its positional weight: 8, 7, 6, 5, 4, 3, 2, -1 from left to right.
  3. Sum the products.
  4. The number passes if that sum is divisible by 11 (remainder 0).

The final digit carries a weight of -1, which is the standard convention shared with the Dutch BSN check.

Example

For 90004760, multiply the digits by the weights and sum: the weighted total is a multiple of 11, so the remainder is 0 and the number passes the 11-proef. By contrast 69599084 leaves a remainder of 3 and fails.

Notes

The 11-proef applies to numbers issued from 2008 onward. A pass confirms the number is internally consistent, not that the company is currently active or solvent. For real registration status, query the official KvK Handelsregister. Everything here runs locally in your browser.

Ad placeholder (rectangle)