Sign In
International Address Formats

๐Ÿ‡ฒ๐Ÿ‡บMauritius Address Format

Mauritius had no postcodes until Mauritius Post rolled them out nationwide in 2014, so many customers still leave them off and rely on the locality alone. A Mauritian address is the recipient, the street, and the locality with its five-character code, then the country. Here is the correct structure, a real example, and the mistakes that cause failed deliveries.

Correctly formatted
42602
Devan Appadoo
21 Old Trafford Road
Lalmatie 42602
MAURITIUS
โœ“ Carrier-validated ยท deliverable

The Mauritius address format, field by field

A Mauritian label is recipient, optional company, the street, then the locality with its five-character postcode, then the country. Addresses are written in English, and there is no separate district line on the label.

1Recipient nameDevan Appadoo personal or business recipient
2CompanyExample Ltd optional, above the street line
3Street address21 Old Trafford Road number and street; many roads share the name Royal Road, so the locality disambiguates
4Locality + postcodeLalmatie 42602 the town or village, then the five-character code
5CountryMAURITIUS required for inbound international shipments

Postal code rules

A Mauritian postcode is structured, not random: the first digit is the district, the next two are the village or town council area, and the last two are the sub-locality. So 42602 resolves to Lalmatie in the Flacq district. Because the code is recent, it is often omitted, which leaves the locality doing all the routing work.

42602

Format: Five characters. The common form is five digits, such as 42602; an extended variant uses three digits, two letters, and three digits, as in 742CU001. Written after the locality.

Validation regex: ^\d{3}(?:\d{2}|[A-Z]{2}\d{3})$

Watch for: addresses that skip the postcode entirely, or a US-style five-digit ZIP typed in its place. Neither matches a Mauritian locality.

What makes Mauritius different

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

New postcodes

Postcodes are recent and often skipped

Mauritius Post introduced postcodes nationwide in 2014, so many residents still write addresses without them. When the code is missing, the locality becomes the only routing anchor, which makes an accurate town or village name essential.

Locality matters

The locality carries the address

Street names repeat across the island, and Royal Road runs through dozens of towns. Without a precise locality such as Lalmatie or Curepipe, a correct street name still leaves the destination ambiguous.

Structured code

The first digit is the district

A Mauritian postcode is not arbitrary: the first digit is one of the nine districts, the next two are the council area, and the last two are the sub-locality. A code whose first digit does not match the district points to the wrong region.

Island variant

Rodrigues and extended codes differ

Codes for the island of Rodrigues take a letter followed by four digits, and some localities use an extended form like 742CU001. A validator that expects only five digits will reject these valid codes.

Errors that cause failed deliveries to Mauritius

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.

โœ•Postcode left blank. Because codes are recent, forms often ship with an empty postcode, leaving the locality to carry the entire address.
โœ•Locality missing or vague. A street name without a town such as Lalmatie is ambiguous across the island, where road names repeat.
โœ•Five-digit ZIP substituted. A US-style code typed into the postcode field does not match any Mauritian locality and misleads sorting.
โœ•Extended code rejected. Valid alphanumeric codes like 742CU001 fail forms that only accept five digits.
โœ•District used as the city. Writing the district (Flacq) where the locality belongs skips the town the courier actually needs.

Carrier notes for Mauritius

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

Mauritius Post

The national postal operator and the body that assigns postcodes. Its network routes on the locality plus the five-character code, so validate both together.

Velogic

A major Mauritian logistics and distribution company handling domestic parcel and freight movement. It depends on an accurate locality to reach an address the postcode alone may not resolve.

DHL, FedEx, UPS

International carriers for inbound shipments. Include the country line; they charge address correction fees when a missing postcode or locality forces a manual fix.

Validate every Mauritius address at checkout

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

Mauritius address format FAQ

How do you write a Mauritius address?+
Recipient name, optional company, the street with its number, then the locality (town or village) with its five-character postcode, then MAURITIUS. Addresses are in English, and the locality is essential because the postcode is often left off.
What is the postcode format for Mauritius?+
Five characters. The common form is five digits, such as 42602, where the first digit is the district, the next two are the council area, and the last two are the sub-locality. An extended alphanumeric variant like 742CU001 also exists, and Rodrigues uses a letter plus four digits.
Why do deliveries to Mauritius fail?+
Usually because the postcode is missing and the locality is vague, or because a repeated street name like Royal Road is not tied to a specific town. Validating the locality together with the postcode, and accepting the extended code format, resolves most of these.