UK Address Format

How to write a UK address correctly: the order of the lines, what belongs on each one, when the county is needed, and worked examples for England, Scotland, Wales and Northern Ireland. The layout follows the Royal Mail Address Management Guide, the convention known as "Clear Addressing".

The order of the lines

A UK address runs from the most specific thing to the least: the property, then the street, then the town, then the postcode. Royal Mail sets the layout out in its Address Management Guide, the convention usually called "Clear Addressing". Getting the order right matters more than getting every optional line present — a correctly ordered address with no county will be delivered; a jumbled one may not.

LineRoleRequired
Louise HallRecipientOptional
34 New PlaceNumber and thoroughfareRequired
EstoverDependent localityOptional
PLYMOUTHPost town (capitals)Required
DevonCounty (Ceremonial county)Optional
PL6 7BPPostcodeRequired

Three rules do most of the work. The building number never gets a line of its own — it sits at the start of the thoroughfare line. The post town is written in capitals. The postcode goes last, on its own line, and is the only part of the address the sorting machinery genuinely needs.

What goes on each line

Recipient
The person or role the item is for. Not part of the postal address itself, and omitted when you are storing an address rather than sending mail.
Organisation
The company or department, on its own line below the recipient. Used for business addresses.
Sub-building
Flat, apartment, suite or unit — "Flat 3", "Unit 7B". It goes above the building or street line, not appended to it. This is the difference most often got wrong by developers porting a US form, where the unit is tacked onto the end of the street line.
Building name
A named property: "Rose Cottage", "Beaufort House". It takes its own line. A property may have a name instead of a number, which is common in rural addresses, or both — in which case the name goes above the number-and-street line.
Building number
The number on the thoroughfare. It is written on the same line as the street and never alone: "34 New Place", not "34" then "New Place". Numbers can carry a range or a letter, as in "12–14 High Street" or "221B Baker Street".
Thoroughfare
The street. UK street names do not take directional prefixes — there is no "N High Street" — and the type is spelled out in full: Street, Road, Lane, Crescent, Gardens, Way.
Dependent locality
A village or neighbourhood inside the post town’s area, used only where it is needed to distinguish the address — typically when the same street name appears twice in one post town. Most addresses do not have one.
Post town
Written in capitals, on its own line. This is a Royal Mail sorting designation, not a statement about which town the property sits in: a village outside Plymouth still takes PLYMOUTH as its post town.
County
Optional. Royal Mail has not required a county line since 1996, because the post town and postcode together are sufficient. Include it when a form asks; leave it out and nothing breaks.
Postcode
Last, on its own line, in capitals with a single space between the outward and inward halves. The postcode plus a building number identifies a single property, which is why UK address lookup works from a postcode alone.

Worked examples from all four UK countries

Each example below is generated from the same registry the generator uses, so the postcode district genuinely belongs to the post town shown and the county is the right kind for that country. The buildings and streets are fictional — these are format demonstrations, not real delivery points.

England

A numbered property with a dependent locality. The locality sits between the street and the post town, and is only used where it is needed to identify the address.

34 New Place
Estover
PLYMOUTH
Devon
PL6 7BP

Scotland

The common shape: number and street on one line, then the post town. In Scotland the county line is a council area.

39 Lime Grove
PERTH
Perth and Kinross
PH1 3FZ

Wales

Welsh addresses follow the same layout. The county here is a preserved county, used for addressing rather than local government.

117 Primrose Crescent
SWANSEA
West Glamorgan
SA1 6RN

Northern Ireland

A named building with no number — common in rural addresses. The building name takes its own line above the street. Northern Ireland uses the BT postcode area throughout, and traditional counties.

Meadow View
The Grove
NEWRY
County Down
BT35 5JH

Notice what changes and what does not. The line order is identical in all four. What varies is which optional lines appear, and what kind of administrative area the county line names: a ceremonial county in England, a council area in Scotland, a preserved county in Wales, and a traditional county in Northern Ireland.

When the county line is needed

Almost never, for delivery. Royal Mail dropped the county requirement in 1996 once postcodes were universal: the post town and postcode locate the address on their own, and mail addressed without a county is delivered normally. The line survives because forms and databases expect it, and because people are used to writing it.

That has a practical consequence when you build software. If your form makes county mandatory you will reject valid addresses, and if you validate the county against the post town you will reject correct pairings — the county someone writes is often the historic one rather than the current administrative area, and both are in common use. Store it if you collect it; do not gate on it.

How UK addresses differ from US addresses

A form built for US addresses will usually reject or mangle UK ones, because the two systems disagree about structure and not just vocabulary. These are the differences that actually cause bugs.

ElementUnited KingdomUnited States
Sub-buildingFlat 3 on its own line, above the streetApt 4 appended to the street line
Building identifierNumber or a name; a name alone is validStreet number, effectively always numeric
Street lineNumber then street, no direction: 34 New PlaceNumber, direction, street: 123 N Main St
LocalityDependent locality, optional and rareNo direct equivalent
Town linePost town in capitals, a sorting designationCity, generally the physical city
Administrative areaCounty, optional since 1996State, mandatory two-letter code
Postal codePostcode: 5–7 characters with a space, last lineZIP: 5 digits, on the city/state line
PrecisionPostcode plus number identifies one propertyFull street address required

The quickest way to find these assumptions in your own code is to put well-formed UK addresses through it and see what it rejects. A field sized for a five-character postal code, a numeric-only house number, or a mandatory two-letter state will each fail on valid UK input.

Frequently asked questions

What is the correct UK address format?

From top to bottom: recipient, organisation, sub-building, building name, building number and street on one line, dependent locality, post town in capitals, county (optional), and the postcode last on its own line. Omit any line that does not apply — most addresses use only the street line, post town and postcode.

Can you show a UK address example?

Yes — the worked examples above show one for each of England, Scotland, Wales and Northern Ireland, each with its lines labelled. A typical English address reads: 34 New Place / Estover / PLYMOUTH / Devon / PL6 7BP, where Estover is the dependent locality and Devon is the optional county.

Does the post town have to be in capitals?

Royal Mail asks for it, and it is the convention on addressed mail. It is a legibility convention for sorting rather than a strict requirement — an address in mixed case is still delivered. When you store addresses, capitalising the post town on output is a cheap way to match what people expect to see.

Is the county required in a UK address?

No. Royal Mail stopped requiring it in 1996; the post town and postcode are sufficient to deliver. Many forms still ask for it, so include it where a form requires it, but never make it mandatory in software you write, and do not validate it against the post town — historic and administrative counties are both in everyday use.

Where does the postcode go?

Last, on its own line, below the post town and any county. Write it in capitals with a single space between the outward and inward halves, as in SW1A 1AA. Some validators are sensitive to that space, so normalising it on input is worth doing.

What does a UK postcode look like?

Five to seven characters in two halves separated by a space, such as M1 1AE, B33 8TH or EC1A 1BB. The outward code before the space identifies the area and district; the inward code after it is always one digit followed by two letters. Six formats are valid and certain letters are excluded at each position — the postcode generator page covers the format in full.

How many lines should a UK address have?

Usually three or four: the street line, the post town, and the postcode, plus a county or building name where one applies. Forms that insist on five fixed lines force people to pad or truncate. Storing the components separately and assembling the lines on output avoids the problem.

What is a dependent locality?

A village or neighbourhood inside a post town’s area, included only where it is needed to identify the address — usually when the same street name occurs more than once in that post town. It sits between the street and the post town. Most UK addresses do not have one, so a form should never require it.

Put the format to work

Related tools

The example addresses on this page are fictional. They demonstrate the format and are not real delivery points.