Sign In
International Address Formats

🇸🇰Slovakia Address Format

Slovak addresses place a five-digit postal code, written with a space as NNN NN, before the town on the same line, and carry no region field. Get the code or its spacing wrong and Slovenská pošta routes the parcel to the wrong delivery area. Here is the correct structure, a real example, and the mistakes that cause returns.

Correctly formatted
811 01
Ján Novák
Michalská 12
811 01 Bratislava
SLOVAKIA
Carrier-validated · deliverable

The Slovakia address format, field by field

A Slovak label is recipient, optional company, the street with its house number, then the five-digit PSČ and the town on one line, then the country. There is no region or district line.

1Recipient nameJán Novák personal or business recipient
2CompanyPríklad s.r.o. optional, above the street line (s.r.o. is a Slovak limited company)
3Street + house numberMichalská 12 street name first, then the house number
4Postal code + town811 01 Bratislava 5-digit PSČ written NNN NN, then the town, on one line
5CountrySLOVAKIA required for inbound international shipments

Postal code rules

The PSČ (Poštové smerovacie číslo) defines the delivery post office and drives Slovenská pošta sorting. It is written before the town, the reverse of the US city-then-ZIP habit, and the internal space is part of the standard format.

811 01

Format: 5 digits written as NNN NN with a single space after the third digit, for example 811 01. It sits before the town on the same line.

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

Watch for: forms that strip the internal space (81101) or place the code after the town. Both break automated sorting.

What makes Slovakia different

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

Mind the space

The PSČ carries an internal space

The Slovak postal code is five digits written NNN NN, for example 811 01. The space is part of the standard, and a form that stores it as 81101 or splits it wrong can fail carrier validation.

Code before town

The postal code comes before the town

On the address line the PSČ precedes the town, as 811 01 Bratislava, the reverse of the US city-then-ZIP order. A checkout that prints Bratislava 811 01 confuses automated sorting.

No region line

Slovakia has no state field

Slovenská pošta routes on the PSČ, not the kraj (region). Adding a region line is unnecessary and can misalign a parsed address. The required fields are street, PSČ, and town only.

House numbers

Numbers can carry a slash

Many Slovak addresses combine a descriptive and an orientation number with a slash, for example Štúrova 12/3. Dropping the slash or one of the numbers points to the wrong building.

Errors that cause failed deliveries to Slovakia

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.

Space removed from the PSČ. Storing 81101 instead of 811 01 can fail carrier lookups that expect the NNN NN format.
Postal code after the town. Bratislava 811 01 reverses the expected 811 01 Bratislava order and stalls sorting.
A region or kraj added. Slovakia routes on the postal code, so an extra region line adds noise and can misalign parsed fields.
House number slash dropped. Writing Štúrova 12 instead of Štúrova 12/3 can point to the wrong building where both numbers are used.
Slovak diacritics stripped inconsistently. Mixing Štúrova and Sturova across systems can cause address mismatches.

Carrier notes for Slovakia

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

Slovenská pošta

The national postal operator and last-mile partner for most inbound international mail. Sorting is PSČ-driven, so a valid five-digit code with its internal space is the most important field on the label.

Packeta & GLS

Major parcel networks for Slovak ecommerce, both built on pickup points and lockers. They expect the street with its house number and a clean PSČ and town line for accurate delivery.

DHL, FedEx, UPS

International carriers for inbound shipments. Include the country line and keep Slovak diacritics consistent; they charge for address corrections on misrouted parcels.

Validate every Slovakia address at checkout

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

Address formats for other countries

Part of the Address Guard international address format guide, covering 240+ countries.

Slovakia address format FAQ

How do you write a Slovak address?+
Recipient name, optional company, the street name with its house number, then the five-digit PSČ and the town on one line (for example 811 01 Bratislava), then SLOVAKIA. There is no region line.
What is the PSČ (Slovak postal code) format?+
Five digits written as NNN NN with a single space after the third digit, for example 811 01. It sits before the town on the same line and drives Slovenská pošta sorting, so the space should be preserved.
Why do parcels to Slovakia get returned?+
Usually because the postal code lost its internal space, was placed after the town, or was wrong, or because a house number that uses a slash was truncated. Validating the PSČ against the town before the label prints prevents most of these.