Sign In
International Address Formats

๐Ÿ‡ฌ๐Ÿ‡ทGreece Address Format

Greek addresses put the street name before the number (Ermou 15), then a five-digit postal code written with a space as NNN NN ahead of the city, with no region line. Because street and city names romanize from Greek in more than one way, matching against carrier data is easy to get wrong. Here is the correct structure, a real example, the postal code rules, and the mistakes that cause returns.

Correctly formatted
105 51
Georgios Papadopoulos
Ermou 15
105 51 Athina
GREECE
โœ“ Carrier-validated ยท deliverable

The Greece address format, field by field

A Greek address is recipient, the street name followed by the number, then the five-digit postal code and city on one line, then the country. There is no region or province field.

1Recipient nameGeorgios Papadopoulos personal or business recipient
2CompanyEtaireia AE optional, above the street line
3Street addressErmou 15 street name first, then the number
4Postal code105 51 5-digit code, written NNN NN before the city
5CityAthina city or town, on the same line as the postal code
6CountryGREECE required for inbound international shipments

Postal code rules

The five-digit postal code is ELTA's routing field and sits before the city name on the same line. In Athens and Thessaloniki it narrows delivery to a specific district, so it matters as much as the street text.

105 51

Format: 5 digits written as NNN NN with a space after the third digit, placed before the city: 105 51 Athina.

Validation regex: ^\d{3} ?\d{2}$

Watch for: codes run together without the space (10551) or truncated to four digits. The Greek code is five digits, conventionally split 3+2.

What makes Greece different

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

Street then number

The number comes after the street name

Greek writes Ermou 15, not 15 Ermou. A form hard-coded to the US number-first order produces a label that couriers read wrong.

Spaced code

The postal code is split NNN NN

The code is five digits with a space after the third, as in 105 51. Running it together (10551) or dropping to four digits breaks ELTA lookups.

No region line

Greece does not use a province field

Routing runs on the postal code and city. Adding a region or prefecture (the old nomoi, abolished as administrative units) is unnecessary and can confuse a parser. Required fields are street, postal code and city.

Romanization

Greek names transliterate more than one way

Street and city names come from Greek script and romanize inconsistently: Athina or Athens, Kifisias or Kifissias, Panepistimiou or Panepistemiou. Keep one spelling across systems, or match on the postal code.

Errors that cause failed deliveries to Greece

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.

โœ•Number before the street. 15 Ermou instead of Ermou 15 reverses the Greek street-then-number order.
โœ•Postal code run together. 10551 without the 105 51 space breaks many ELTA and courier lookups.
โœ•Four-digit or missing code. The Greek code is five digits; a short or absent code stalls sorting.
โœ•Inconsistent romanization. Mixing Athina and Athens, or Kifisias and Kifissias, causes address mismatches.
โœ•Adding a region or prefecture. An extra province line adds noise the carrier ignores and can misalign parsed fields.

Carrier notes for Greece

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

ELTA (Hellenic Post)

The national postal operator and universal-service provider. Routing keys off the five-digit code, so validate the spaced NNN NN code against the city first.

ACS Courier & Geniki Tachydromiki

The largest private courier networks for Greek ecommerce. They expect the street-then-number order and a clean code plus city line for first-time delivery.

DHL, FedEx, UPS

International carriers for inbound shipments. Include the country line and keep the romanized street and city consistent; they charge for address corrections on misrouted parcels.

Validate every Greece address at checkout

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

Greece address format FAQ

How do you write a Greek address?+
Recipient name, the street name followed by the number (Ermou 15), the five-digit postal code written NNN NN and the city on one line, then GREECE. There is no region or province line.
What is the postal code format for Greece?+
Five digits written NNN NN with a space after the third, for example 105 51, placed before the city. Keep the space for reliable lookups and never drop to four digits.
Why do deliveries to Greece fail?+
Most often the number is placed before the street, the postal code is run together or short, or Greek street and city names are romanized inconsistently. Validating the spaced five-digit code against the city before shipping resolves most of these.