Sign In
International Address Formats

๐Ÿ‡ธ๐Ÿ‡ชSweden Address Format

Swedish addresses are compact: street with the number after it, then a five-digit postcode written with a space, then the city, and no region line. PostNord routes on the postcode, so a malformed code is the usual cause of returns. Here is the format and how to validate it.

Correctly formatted
114 55
Anna Andersson
Kungsgatan 12
114 55 Stockholm
SWEDEN
โœ“ Carrier-validated ยท deliverable

The Sweden address format, field by field

A Swedish label is recipient, the street with the number after it, then the postcode and city on one line, then the country.

1Recipient nameAnna Andersson personal or business recipient
2Street + numberKungsgatan 12 street name, then the number
3Postcode + city114 55 Stockholm 5-digit postcode with a space, then the city
4CountrySWEDEN required for inbound international shipments

Postal code rules

The postcode is PostNord's core routing field and sits before the city. The space after the third digit is part of the standard format.

114 55

Format: Five digits with a space after the third (114 55). Sometimes prefixed with SE- for international mail.

Validation regex: ^\d{3} ?\d{2}$

Watch for: a run-together five-digit code without the space, or a dropped leading zero.

What makes Sweden different

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

Number order

House number after the street

Swedish addresses write the street then the number: Kungsgatan 12. A form that forces number-first order produces an address PostNord reads wrong.

The space

The postcode has a space

Postcodes are five digits with a space after the third (114 55). Removing the space can break validation and lookup systems built to the Swedish standard.

No region

Sweden has no state or region line

PostNord routes on the postcode, not a lรคn (county). Adding a region field is unnecessary and can misalign a parsed address.

SE- prefix

The SE- prefix is for international mail

For inbound international items the postcode may be written SE-114 55. Domestically the prefix is dropped, so both forms should validate to the same code.

Errors that cause failed deliveries to Sweden

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.

โœ•Street and number swapped. 12 Kungsgatan instead of Kungsgatan 12 is read as an unknown address.
โœ•Missing space in the postcode. 11455 instead of 114 55 can fail Swedish lookups.
โœ•Leading zero stripped. Codes like 018 00 lose meaning without the leading zero.
โœ•A county or region added. An extra lรคn line adds noise the carrier ignores.
โœ•Special characters dropped. Names and streets use รฅ, รค, รถ; transliterate consistently if at all.

Carrier notes for Sweden

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

PostNord

The universal postal operator across Sweden. Sorting is postcode-driven, so a valid five-digit code with its space is the field to get right first.

DHL & Budbee

Major parcel and last-mile carriers for Swedish ecommerce. They expect the street-then-number order and a clean postcode and city.

DHL Express, FedEx, UPS

International carriers for inbound shipments. Include the country line and, where used, the SE- prefixed postcode to avoid routing delays.

Validate every Sweden address at checkout

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

Sweden address format FAQ

How do you write a Swedish address?+
Recipient name, the street name followed by the number, then the five-digit postcode with a space and the city on one line, then SWEDEN. There is no region or county line.
What is the Swedish postcode format?+
Five digits with a space after the third digit, for example 114 55. For international mail it may carry an SE- prefix, written SE-114 55, and both forms map to the same code.
Why do deliveries to Sweden fail?+
Usually because the street and number were swapped, the postcode lost its space or leading zero, or a region line was added. Validating the postcode against the city resolves most issues.