Lithuanian addresses lead the postal code with the country prefix LT- and place it before the city, while the house and apartment numbers are joined with a hyphen. Street types like g. for gatvė and pr. for prospektas are part of the address, not decoration. Here is the format Lietuvos paštas expects, a real example, and the mistakes that cause returns.
A Lithuanian label is optional company, recipient, the street with its house and apartment number, then the LT- postal code and the city on one line, then the country. A region (apskritis) is added only for some rural addresses.
UAB Pavyzdys optional, above the recipient (UAB is a Lithuanian limited company)Jonas Petraitis personal or business recipientGedimino pr. 9-25 street type and name, then house number, hyphen, and apartment numberLT-01103 Vilnius LT- prefix and 5 digits, then the city, on one lineVilniaus apskritis optional; added for some rural addresses, omitted for citiesLITHUANIA required for inbound international shipmentsThe postal code drives Lietuvos paštas routing and is written with the LT- country prefix on international mail. The five digits map to a locality and street section, so the prefix letters and all five digits, including any leading zero, must survive the checkout form intact.
Format: 5 digits, written with the country prefix on international mail as LT-01103. It is placed before the city on the same line.
Validation regex: ^\d{5}$
Watch for: forms that drop the LT- prefix or reject its letters, and codes that lose a leading zero. Both misroute the parcel.
The country-specific rules that generic autocomplete and single-line address fields tend to get wrong.
On international mail the postal code is written LT-01103, where LT is the country code and 01103 is the five-digit code. A form that strips the prefix or rejects the letters loses part of the written code.
A building and apartment are written together with a hyphen, as Gedimino pr. 9-25 for building 9, apartment 25. Splitting them wrong or reading the hyphen as a range sends the parcel to the wrong door.
Lithuanian streets carry a type abbreviation: g. for gatvė (street), pr. for prospektas (avenue), al. for alėja. Dropping it can collide with a different street of the same name.
Lithuanian postal codes include leading zeros, as in 01103. A field that stores the code as a number strips the zero and misroutes the parcel.
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.
LT-01103 loses the country code that international carriers rely on.01103 as a number yields 1103 and points to the wrong locality.9-25 as two buildings or a range delivers to the wrong door.pr. or g. can collide with another street of the same name.Žirmūnų and Zirmunu across systems can cause address mismatches.How the major carriers handle Lithuania addresses, and what your label needs to satisfy each one.
The national postal operator, including its LP Express parcel arm. Routing keys off the five-digit code, so preserving every digit and the LT- prefix is the most important thing to get right.
The dominant parcel-locker and courier networks in Lithuania. They expect the street type, the house and apartment numbers, and a clean code and city line for accurate delivery.
International carriers for inbound shipments. Include the country line; they charge for address corrections when a stripped leading zero or missing prefix forces a manual fix.
Address Guard checks Lithuania 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.
Part of the Address Guard international address format guide, covering 240+ countries.