Sign In
International Address Formats

๐Ÿ‡ง๐Ÿ‡ณBrunei Address Format

Brunei addresses end with a six-character postcode that encodes the district, mukim, and village in two letters and four digits. Western forms treat it as a US-style ZIP and mangle it. Here is the correct structure, a real example, the postcode rules, and the mistakes that trigger failed deliveries.

Correctly formatted
BS8811
Hj Mohammad Hassan
No. 12, Simpang 88, Jalan Sultan
Bandar Seri Begawan
BS8811
BRUNEI DARUSSALAM
โœ“ Carrier-validated ยท deliverable

The Brunei address format, field by field

A Bruneian label runs recipient, the building or lot number and street, then the town, then the six-character postcode, then the country. Districts and mukims are encoded in the postcode rather than written as separate lines.

1Recipient nameHj Mohammad Hassan personal or business recipient; Awang or Dayang may precede the name
2CompanySyarikat Maju Sdn Bhd optional, above the street line
3Street + numberNo. 12, Simpang 88, Jalan Sultan lot or house number, simpang (junction), then the jalan (road)
4TownBandar Seri Begawan the town or settlement
5PostcodeBS8811 two letters then four digits, no space
6CountryBRUNEI DARUSSALAM required for inbound international shipments

Postal code rules

The Bruneian postcode is a structured code, not a numeric ZIP. The first letter is the district (B Brunei-Muara, K Belait, T Tutong, P Temburong), the second is the mukim, the first two digits are the village (kampong), and the last two are the delivering post office, so all six characters carry routing meaning.

BS8811

Format: Six characters, two uppercase letters then four digits, written as BS8811 with no space. The letters encode the district and mukim; the digits encode the village and post office.

Validation regex: ^[A-Z]{2} ?\d{4}$

Watch for: the postcode split with a space (BS 8811), a digit typed for the leading letters, or the code dropped because a form expects numbers only.

What makes Brunei different

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

Letters then digits

The postcode is two letters and four digits

A Brunei postcode is AANNNN, for example BS8811. A form that accepts digits only cannot store it, and treating it as a five-digit ZIP drops or corrupts the code.

District letter

The district lives in the first letter

The opening letter fixes the district: B for Brunei-Muara, K for Belait, T for Tutong, P for Temburong. Getting the first letter wrong routes the parcel to the wrong district even when the rest is correct.

No space

Do not split the postcode

The six characters run together with no internal space: BS8811, not BS 8811. An inserted space causes lookup failures in address databases that expect the solid form.

Simpang and jalan

Simpang numbers are part of the street

Brunei streets use Jalan (road) and Simpang (junction), so an address reads Simpang 88, Jalan Sultan. Dropping the simpang number leaves the courier without the specific turning.

Errors that cause failed deliveries to Brunei

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 stored as digits only. A numeric-only field cannot hold BS8811 and silently drops the letters that carry the district.
โœ•Space inserted in the postcode. BS 8811 breaks lookups that expect the solid six-character form.
โœ•Wrong leading letter. Swapping the district letter (K for B) sends the parcel to the wrong district.
โœ•Simpang number dropped. Omitting the junction (Simpang 88) leaves the street address incomplete for last-mile delivery.
โœ•Town left off. Without the town line the postcode alone is harder to reconcile against carrier data.

Carrier notes for Brunei

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

Brunei Postal Services Department

The national postal operator (Jabatan Perkhidmatan Pos) and last-mile partner for most inbound mail. Routing keys off the six-character postcode, so validate it first.

EMS Brunei

The express service of the national post for domestic and international parcels. It expects the full postcode, town and street with the simpang number for accurate delivery.

DHL, FedEx, UPS

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

Validate every Brunei address at checkout

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

Brunei address format FAQ

How do you write a Brunei address?+
Recipient name, the building or lot number with the simpang and jalan, then the town, then the six-character postcode (two letters and four digits, like BS8811), then BRUNEI DARUSSALAM. The district and mukim are encoded in the postcode, not written separately.
What is the postcode format for Brunei?+
Two uppercase letters followed by four digits with no space, for example BS8811. The first letter is the district, the second the mukim, the first two digits the village, and the last two the post office, so the whole code is meaningful and should be kept intact.
Why do parcels to Brunei get returned or delayed?+
Usually because the postcode was stored as digits only, split with a space, or given the wrong leading letter, or because the simpang number was dropped. Validating the full postcode against the town before shipping prevents most of these.