Sign In
International Address Formats

๐Ÿ‡ฎ๐Ÿ‡นItaly Address Format

Italian addresses use a five-digit CAP before the city and a two-letter province code after it. Dropping the province or getting the CAP wrong is the usual cause of misrouting in cities that share street names. Here is the format, a real example, and the errors to catch.

Correctly formatted
00184
Marco Rossi
Via Roma 12
00184 Roma RM
ITALY
โœ“ Carrier-validated ยท deliverable

The Italy address format, field by field

An Italian label is recipient, the street with its number, then the CAP with the city and two-letter province, then the country.

1Recipient nameMarco Rossi personal or business recipient
2Street + numberVia Roma 12 street type and name, then the number
3CAP + city + province00184 Roma RM 5-digit CAP, city, then the 2-letter province code
4CountryITALY required for inbound international shipments

Postal code rules

The CAP (Codice di Avviamento Postale) is Poste Italiane's core routing field. It sits before the city, and the two-letter province code after the city disambiguates towns that share a name.

00184

Format: Five digits (00184), written before the city, with a two-letter province code after the city.

Validation regex: ^\d{5}$

Watch for: a dropped leading zero on Rome-area codes, and an omitted province code.

What makes Italy different

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

Province code

The two-letter province is required

Italian addresses add a two-letter province code after the city (RM Rome, MI Milan, NA Naples). It disambiguates the many towns that share a name and should validate against the official provinces.

Leading zeros

The CAP is always five digits

Rome and other central areas use codes starting with zero (00184). A field that strips the leading zero produces an invalid CAP.

Street types

Streets carry a type prefix

Addresses begin with a street type: Via, Viale, Piazza, Corso. It is part of the street name and should be kept.

Number placement

The number follows the street

The civic number comes after the street name (Via Roma 12), sometimes with a color suffix for red business numbers. Keep the recipient's format.

Errors that cause failed deliveries to Italy

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.

โœ•Missing province code. Without RM, MI and the like, towns that share a name are ambiguous.
โœ•Leading zero stripped from the CAP. 184 instead of 00184 is invalid.
โœ•Street type dropped. Omitting Via or Piazza removes context the carrier expects.
โœ•Number before the street. Reversing to 12 Via Roma is read wrong.
โœ•Accents altered. Names and streets use ร , รจ, รฌ, รฒ; keep them consistent.

Carrier notes for Italy

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

Poste Italiane

The national postal operator. Routing is CAP-driven, so a valid five-digit code plus the province code are the fields to get right.

BRT & GLS

Major domestic parcel carriers for Italian ecommerce. They expect the full street with number, CAP, city, and province for accurate delivery.

DHL, FedEx, UPS

International carriers for inbound shipments. Include the country line; an accurate CAP and province avoid customs and routing delays.

Validate every Italy address at checkout

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

Italy address format FAQ

How do you write an Italian address?+
Recipient name, the street with its number, then the five-digit CAP with the city and two-letter province code, then ITALY. The province code disambiguates towns that share a name.
What is the Italian CAP (postal code) format?+
Five digits, such as 00184, written before the city. Central areas keep a leading zero, and a two-letter province code follows the city.
Why do deliveries to Italy fail?+
Usually because the province code is missing, the CAP lost its leading zero, or the street type was dropped. Validating the CAP with the city and province resolves most issues.