Sign In
International Address Formats

🇵🇹Portugal Address Format

Portuguese addresses use a seven-digit postal code in the form NNNN-NNN, which narrows delivery far more than a four-digit code would. Truncating it to four digits is the usual cause of misrouting. Here is the format, a real example, and the errors to catch.

Correctly formatted
1250-096
João Santos
Avenida da Liberdade 12, 3º Esq.
1250-096 Lisboa
PORTUGAL
Carrier-validated · deliverable

The Portugal address format, field by field

A Portuguese label is recipient, the street with its number and floor, then the seven-digit postal code and locality, then the country.

1Recipient nameJoão Santos personal or business recipient
2Street + number + floorAvenida da Liberdade 12, 3º Esq. street, number, then floor and side (<code>3º Esq.</code>) if any
3Postal code + locality1250-096 Lisboa 7-digit code, then the locality
4CountryPORTUGAL required for inbound international shipments

Postal code rules

Portugal's código postal has seven digits: the first four identify the area and the last three the street or block, so the full code routes precisely for CTT.

1250-096

Format: Seven digits as NNNN-NNN, four digits, a hyphen, then three (1250-096).

Validation regex: ^\d{4}-\d{3}$

Watch for: a four-digit code with the last three digits dropped, which loses the street-level routing.

What makes Portugal different

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

Seven digits

The postal code has seven digits

Portugal uses NNNN-NNN (for example 1250-096). The last three digits pinpoint the street or block, so dropping them to a four-digit code loses precision.

Floor and side

Floor and side follow the number

Apartments note the floor and side, for example 3º Esq. (third floor, left) or 2º Dto. (right). Keep them with the street line.

Locality after code

The locality follows the code

The código postal is followed by the postal locality (Lisboa, Porto), which may differ from the smaller town, so use the one paired with the code.

Accents

Keep Portuguese accents

Names and streets use á, ã, ç, õ. Keep them or transliterate consistently, since a mix can cause mismatches in carrier systems.

Errors that cause failed deliveries to Portugal

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.

Postal code truncated to four digits. 1250 instead of 1250-096 loses street-level routing.
Missing hyphen. 1250096 can fail systems that expect the NNNN-NNN split.
Floor and side dropped. Apartments need Esq./Dto. and the floor for last-mile delivery.
Wrong postal locality. Using a small town instead of the code's postal locality confuses sorting.
Accents altered. Mixing João and Joao across systems can cause mismatches.

Carrier notes for Portugal

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

CTT

The national postal operator, Correios de Portugal. Routing is código-postal driven, so the full seven-digit code is the field to get right.

DPD & DHL Parcel

Major parcel carriers for Portuguese ecommerce. They expect the full street, floor and side, seven-digit code, and locality for accurate delivery.

DHL Express, FedEx, UPS

International carriers for inbound shipments. Include the country line; the full postal code avoids customs and routing delays.

Validate every Portugal address at checkout

Address Guard checks Portugal 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.

Address formats for other countries

Part of the Address Guard international address format guide, covering 240+ countries.

Portugal address format FAQ

How do you write a Portuguese address?+
Recipient name, the street with its number and any floor and side, then the seven-digit postal code and locality, then PORTUGAL. Use the full NNNN-NNN code, not a four-digit version.
What is the Portuguese postal code format?+
Seven digits written as NNNN-NNN, for example 1250-096. The first four identify the area and the last three the street or block.
Why do deliveries to Portugal fail?+
Usually because the postal code was truncated to four digits, the hyphen was dropped, or the floor and side were lost. Validating the full seven-digit code against the locality resolves most issues.