Sign In
International Address Formats

๐Ÿ‡ณ๐Ÿ‡ฑNetherlands Address Format

Dutch addresses hinge on the postcode: four digits plus two letters that, with the house number, pin down an exact address. PostNL can deliver on postcode and house number alone, so a malformed postcode is the main cause of returns. Here is the format and how to validate it.

Correctly formatted
1012 LG
Sanne de Vries
Damrak 12
1012 LG Amsterdam
NETHERLANDS
โœ“ Carrier-validated ยท deliverable

The Netherlands address format, field by field

A Dutch label is recipient, the street with the number after it, then the postcode and city, then the country.

1Recipient nameSanne de Vries personal or business recipient
2Street + numberDamrak 12 street name, then the house number
3Postcode + city1012 LG Amsterdam 4 digits + space + 2 letters, then the city
4CountryNETHERLANDS required for inbound international shipments

Postal code rules

The Dutch postcode plus house number identifies a unique address, so PostNL can deliver from those two fields alone. This makes the postcode the single most important element on the label.

1012 LG

Format: Four digits, a space, then two letters (1012 LG).

Validation regex: ^[1-9]\d{3} ?(?:[A-RT-Z][A-Z]|S[BCE-RT-Z])$

Watch for: a missing space, or the letters and digits run together.

What makes the Netherlands different

The country-specific rules that generic autocomplete and single-line address fields tend to get wrong.

Postcode + number

Postcode and house number are enough

A Dutch postcode (1012 LG) plus the house number identifies an exact address, so PostNL can deliver on those alone. Get the postcode right and minor city typos often still deliver.

Number after street

House number after the street

Dutch addresses write the street then the number: Damrak 12. A number-first form produces an address the carrier reads wrong.

The format

Four digits, space, two letters

The postcode is 1234 AB. The letters are uppercase and the space is standard, so 1234ab or 1234AB should be normalized on validation.

Additions

House-number additions matter

Additions like 12-A or 12 bis distinguish units at one number. They should be preserved rather than folded into the street text.

Errors that cause failed deliveries to the Netherlands

Each of these passes a basic "is this field filled in" check but fails at the carrier, turning into a redelivery, a return, or an address correction fee.

โœ•Malformed postcode. A code that is not four digits plus two letters fails PostNL lookup.
โœ•Missing space in the postcode. 1012LG can break systems expecting the digit/letter split.
โœ•Street and number swapped. Number-first order is read as an unknown address.
โœ•House-number addition dropped. Losing -A or bis points to the wrong unit.
โœ•Postcode does not match the house number. A mismatched pair fails the unique-address check.

Carrier notes for Netherlands

How the major carriers handle Netherlands addresses, and what your label needs to satisfy each one.

PostNL

The universal carrier in the Netherlands. Because postcode plus house number is a unique key, a valid, correctly formatted postcode is the field to get right above all.

DHL & DPD

Major parcel carriers for Dutch ecommerce. They expect the street-then-number order and a clean postcode, city, and any house-number addition.

DHL Express, FedEx, UPS

International carriers for inbound shipments. Include the country line; an accurate postcode avoids routing delays.

Validate every Netherlands address at checkout

Address Guard checks Netherlands addresses against carrier and postal databases before the order ships, normalizes the format, and flags the errors that cause failed deliveries. 240+ countries, $0.05 per check.

Netherlands address format FAQ

How do you write a Dutch address?+
Recipient name, the street name followed by the house number, then the postcode (four digits, a space, two letters) and city, then NETHERLANDS. The postcode and house number together identify a unique address.
What is the Dutch postcode format?+
Four digits, a space, then two uppercase letters, for example 1012 LG. With the house number it pins down an exact address, so PostNL can deliver on those two fields alone.
Why do deliveries to the Netherlands fail?+
Usually because the postcode is malformed or missing its space, the street and number were swapped, or a house-number addition was dropped. Validating the postcode against the house number resolves most issues.