Sign In
International Address Formats

🇹🇳Tunisia Address Format

Tunisian addresses end with a four-digit postal code whose first two digits are the governorate, written before the city on the same line. Western forms that expect a five-digit ZIP or a separate state field get it wrong. Here is the correct structure, a real example, the postal code rules, and the mistakes that trigger failed deliveries.

Correctly formatted
1002
Mohamed Ben Ali
42 Avenue de la Liberté
1002 Tunis Belvédère
TUNISIA
Carrier-validated · deliverable

The Tunisia address format, field by field

A Tunisian label runs recipient, optional company, the street with its number, then the four-digit postal code and city on one line, then the country. The governorate is encoded in the code and rarely written as its own line.

1Recipient nameMohamed Ben Ali personal or business recipient
2CompanySociété Générale de Commerce optional, above the street line
3Street + number42 Avenue de la Liberté number and street (avenue, rue); French and Arabic forms both occur
4Postal code + city1002 Tunis Belvédère 4-digit code first, then the city or locality
5CountryTUNISIA required for inbound international shipments

Postal code rules

The postal code (code postal) is managed by La Poste Tunisienne and drives sorting. Because the first two digits map to one of Tunisia's governorates, the code carries the region, which is why a separate governorate line is usually unnecessary.

1002

Format: 4 digits, no letters or spaces, written before the city: 1002 Tunis. The first two digits identify the governorate, the last two the delivery office.

Validation regex: ^\d{4}$

Watch for: five-digit codes (US ZIP habit) or a code placed after the city. Tunisia's code is always four digits and comes before the city.

What makes Tunisia different

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

Four digits

The postal code is four digits

Every Tunisian code is exactly four digits, for example 1002. A five-digit entry (a US ZIP habit) or a missing code breaks La Poste's sorting, and the first two digits carry the governorate, so the code cannot be padded or trimmed.

Code before city

The postal code comes before the city

Tunisia writes the code first, then the city: 1002 Tunis, not Tunis 1002. Forms built for the US "city, state ZIP" order reverse this and confuse address parsers.

No governorate line

Skip the separate governorate field

The first two digits of the code identify the governorate (gouvernorat), so a separate governorate line is redundant. Requiring one adds friction and risks a value that contradicts the code.

French and Arabic

Street names appear in two languages

Streets use Avenue and Rue in French or Nahj and Shari in Arabic. Keep one language per label; mixing French and Arabic transliterations can cause carrier lookups to miss.

Errors that cause failed deliveries to Tunisia

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.

Five-digit postal code. Padding to five digits (10020) breaks La Poste sorting; the Tunisian code is always four.
Postal code after the city. Tunis 1002 reverses the expected 1002 Tunis order.
Governorate added as a state. An extra governorate line duplicates what the code already encodes and can contradict it.
Missing postal code. Without the four-digit code the parcel cannot be sorted to the right delivery office.
Mixed French and Arabic street names. Half-French, half-Arabic addressing can miss in a single-language carrier lookup.

Carrier notes for Tunisia

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

La Poste Tunisienne

The national postal operator and last-mile partner for most inbound mail. Routing is driven by the four-digit code, so validate it against the city and governorate first.

Aramex

A major regional carrier for domestic and cross-border ecommerce in Tunisia. It expects the full street, four-digit code and city for accurate last-mile delivery.

First Delivery

A leading Tunisian ecommerce courier for cash-on-delivery and last-mile parcels. A correct code and city speed first-time delivery and cut failed attempts.

Validate every Tunisia address at checkout

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

Tunisia address format FAQ

How do you write a Tunisia address?+
Recipient name, optional company, the number and street (avenue or rue), then the four-digit postal code and city on one line, then TUNISIA. The governorate is encoded in the code, so it is not written as a separate line.
What is the postal code format for Tunisia?+
Exactly four digits with no letters or spaces, for example 1002 for Tunis Belvedere. The first two digits identify the governorate and the last two the delivery office, and it is written before the city, so it should never be padded to five digits.
Why do orders to Tunisia get returned or delayed?+
Usually because the code was padded to five digits, placed after the city, or left off, or because French and Arabic street names were mixed. Validating the four-digit code against the city before shipping prevents most of these.