Phone Numbers in Slovakia: A Comprehensive Guide

Quick Reference

Overview

This guide offers an in-depth look at Slovakia's telephone numbering system, covering number formats, dialing procedures, and regulatory details. It is tailored for telecom professionals, developers, and systems administrators who need to understand Slovak phone numbers thoroughly.

Number Formats

General Structure

Slovak phone numbers have a fixed-length format based on the service type. The structure includes the country code (+421), followed by an area code or prefix, and the subscriber number.

  • Country Code: +421
  • Area Code/Prefix: 1-2 digits (varies by region or service)
  • Subscriber Number: 6-8 digits

Geographic Numbers

Geographic numbers are specific to Slovak regions and typically have a 2-digit area code.

TypeFormatExample
Bratislava+421 2 XXX XXXX+421 2 123 4567
Košice+421 55 XXX XXXX+421 55 234 5678
Other Regions+421 [3-5][1-9]X XXXX+421 37 654 3210

Mobile Numbers

Slovak mobile numbers start with 9 and are 9 digits long.

TypeFormatExample
Mobile+421 9XX XXX XXX+421 903 456 789

Regular Expression for Mobile Numbers:

^\+4219\d{8}$

Toll-Free Numbers

Toll-free numbers in Slovakia begin with 800 and are 9 digits long.

TypeFormatExample
Toll-Free+421 800 XXX XXX+421 800 123 456

Premium Rate Numbers

Premium rate numbers start with 90X and are 9 digits long, often used for services with additional charges.

TypeFormatExample
Premium Rate+421 90X XXX XXX+421 900 123 456

Shared Cost Numbers

Shared cost numbers start with 85X-89X and are 9 digits long, splitting costs between caller and provider.

TypeFormatExample
Shared Cost+421 8[5-9]X XXX XXX+421 859 123 456

Dialing Procedures

Domestic Calls

  • Landline to Landline: Dial area code + subscriber number. E.g., 02 123 4567 for Bratislava.
  • Landline to Mobile: Dial mobile prefix + subscriber number. E.g., 0903 456 789.
  • Mobile to Mobile: Dial mobile prefix + subscriber number. E.g., 0903 456 789.

International Calls

  • Outgoing: Dial 00 + country code + area code (if applicable) + subscriber number. E.g., 00 44 20 7946 0958 for London, UK.
  • Incoming: Replace leading 0 with +421 when dialing into Slovakia. E.g., +421 2 123 4567.

Number Portability

Slovakia supports mobile number portability (MNP), allowing users to keep their numbers when switching providers. This is regulated by the Regulatory Authority for Electronic Communications and Postal Services (RÚ).

Major Telecom Operators and Number Ranges

Major Telecom Operators

  1. Slovak Telekom
  2. Orange Slovakia
  3. O2 Slovakia
  4. 4ka (SWAN Mobile)

Number Ranges

OperatorMobile PrefixesFixed-Line Prefixes
Slovak Telekom0901, 0902, 0903, 090402, 031, 041
Orange Slovakia0911, 0912, 0915033, 035, 055
O2 Slovakia0948, 0949037, 038, 048
4ka (SWAN Mobile)0950, 0951N/A

ITU-T Recommendations/Standards

Slovakia complies with the ITU-T E.164 standard for telephone numbering, allowing a maximum of 15 digits for international numbers, including the country code.

Number Allocation and Management

The Regulatory Authority for Electronic Communications and Postal Services (RÚ) oversees the allocation and management of phone numbers in Slovakia, including number range assignments and portability regulations.

Technical Restrictions and Special Cases

  • Golden Numbers: Memorable numbers with repeating digits may be sold at a premium.
  • Number Blocking: Users can block specific numbers through their provider for security or privacy.

Technical Considerations for Developers

When developing systems for Slovak phone numbers, consider:

  • Validation: Use regex to validate numbers based on provided formats.
  • Normalization: Remove non-numeric characters (except + in international formats) before processing.
  • Portability: Ensure systems handle number portability, especially for mobile numbers.
  • Length Constraints: Enforce strict length constraints based on number type (e.g., 9 digits for mobile).

For the latest telecommunications regulations in Slovakia, visit the Regulatory Authority for Electronic Communications and Postal Services (RÚ).