Sign In
International Address Formats

๐Ÿ‡ฌ๐Ÿ‡งUnited Kingdom Address Format

In the UK the postcode does most of the work: it pins an address down to a handful of properties, so Royal Mail routes on it above everything else. The catch is the postcode's own format and the post town line. Here is how a UK address should look and validate.

Correctly formatted
EC1Y 8SY
Jane Smith
10 Downing Street
LONDON
SW1A 2AA
UNITED KINGDOM
โœ“ Carrier-validated ยท deliverable

The United Kingdom address format, field by field

A UK label is recipient, optional company, the house number and street, the post town in capitals, then the postcode, then the country. The county is optional and usually omitted.

1Recipient nameJane Smith personal or business recipient
2CompanyExample Ltd optional, above the street line
3House number + street10 Downing Street number first, then the street name
4Post townLONDON conventionally written in capital letters
5PostcodeSW1A 2AA the primary routing field; keep the internal space
6CountryUNITED KINGDOM required for inbound international shipments

Postal code rules

The UK postcode maps to as few as one or two dozen delivery points, so Royal Mail's Postcode Address File (PAF) treats it as the primary key. A correct postcode plus house number is often enough to deliver on its own.

EC1Y 8SY

Format: An outward code and an inward code separated by a single space, for example SW1A 2AA. Length varies from 6 to 8 characters.

Validation regex: ^GIR ?0AA|(?:(?:AB|AL|B|BA|BB|BD|BF|BH|BL|BN|BR|BS|BT|BX|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(?:\d[\dA-Z]? ?\d[ABD-HJLN-UW-Z]{2}))|BFPO ?\d{1,4}$

Watch for: a missing space inside the postcode, or the letter O typed for a zero. Both cause lookup failures against PAF.

What makes the United Kingdom different

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

Postcode is king

The postcode routes the parcel

Royal Mail's PAF resolves a postcode plus a house number to an exact address. If the postcode is right, minor errors elsewhere often still deliver; if it is wrong, the rest rarely saves it.

Mind the space

Keep the space in the postcode

A UK postcode has two parts separated by a single space: SW1A 2AA. Removing the space (SW1A2AA) or adding extras causes failed lookups in address databases.

Post town

The post town is required and capitalised

The post town (for example LONDON) is a mandatory line, written in capitals by Royal Mail convention. It is not always the same as the physical town, so it should come from the postcode lookup.

County optional

Skip the county

Since postcodes carry the routing, the traditional county line is optional and Royal Mail recommends omitting it. Requiring a county on your form adds friction with no delivery benefit.

Errors that cause failed deliveries to the United Kingdom

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.

โœ•Malformed postcode. A postcode that does not match the UK pattern (like SW1A 2AA) fails PAF lookup and stalls sorting.
โœ•Missing space in the postcode. SW1A2AA breaks many validation and lookup systems that expect the outward/inward split.
โœ•Letter O for zero (or vice versa). Postcodes mix letters and digits, so SW1O versus SW10 resolves to different places or nowhere.
โœ•Wrong or missing post town. Guessing the post town instead of taking it from the postcode misroutes the parcel.
โœ•Relying on the county. Using a county in place of the postcode leaves the address ambiguous across the UK.

Carrier notes for United Kingdom

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

Royal Mail

The universal carrier and owner of the Postcode Address File. Its entire network keys off the postcode, so a valid, correctly spaced postcode is the most important field you can get right.

Evri, DPD & Yodel

The largest private parcel networks for UK ecommerce. They expect a house-number-plus-postcode combination and a capitalised post town for accurate first-time delivery.

DHL, FedEx, UPS

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

Validate every United Kingdom address at checkout

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

United Kingdom address format FAQ

How do you write a UK address?+
Recipient name, optional company, the house number and street, the post town in capital letters, the postcode, then UNITED KINGDOM. The county is optional and usually left off because the postcode carries the routing.
What is the UK postcode format?+
An outward code and an inward code separated by one space, such as SW1A 2AA or M1 1AE. It is 6 to 8 characters, mixes letters and digits, and should keep its internal space for reliable lookups.
Why do UK deliveries fail?+
Most often because the postcode is malformed, missing its space, or has an O/0 mix-up, or because the post town is wrong. Validating the postcode against the Postcode Address File before shipping resolves the majority of these.