A Dutch postcode uniquely pins down a street or part of a street and, with a house number, identifies an exact delivery point. The format is strict — four digits and two letters — which makes it easy to validate before you accept an address at checkout. This free tool runs that check in your browser.
How it works
The validation rules are:
- Digits. Exactly four digits, and the first digit is never
0(codes start at1011). - Letters. Exactly two uppercase letters after the digits.
- Reserved combinations. The letter pairs
SA,SDandSSare not issued and are rejected. - Spacing. The canonical form puts a single space between the digits and letters (
NNNN AA), which the tool reconstructs for you.
Example
1011 AB passes: four digits with a non-zero leading digit, two letters, and AB is not a reserved pair. 0123 AB fails on the leading zero, and 1234 SS fails on the reserved letter pair.
Notes
A valid format does not guarantee the postcode is in active use or matches a specific house number. For deliverable-address certainty, check against the official PostNL postcode database. Everything here stays on your device.