An Austrian Postleitzahl (PLZ) is the 4-digit postal code used to route mail and parcels across Austria. Codes run from 1000 to 9992, and the leading digit splits the country into nine routing zones that broadly correspond to the federal states (Bundesländer). This free tool validates the format and maps the code to its Bundesland zone in your browser.
How it works
- Strip whitespace; the input must be exactly four digits.
- Reject any value below
1000or above9992, the assigned bounds. - Read the leading digit and map it to a Bundesland routing zone:
1→ Wien,2/3→ Niederösterreich,4→ Oberösterreich,8→ Steiermark,9→ Kärnten.
Example
Validate 1010 (Vienna’s first district): four digits, leading 1 → Wien. Validate 8010 (Graz): leading 8 → Steiermark. Validate 6020 (Innsbruck): leading 6 → Tirol / Vorarlberg.
Notes
The Bundesland mapping is a heuristic based on the leading digit, so it returns the routing zone rather than the exact municipality and is approximate for towns near a state border. A valid four-digit format does not guarantee the specific code is assigned. Confirm against Österreichische Post’s official PLZ directory when delivery accuracy matters. Everything runs locally in your browser.