Sri Lanka Mobile Number Network Checker
Paste any Sri Lankan mobile number and instantly see its network — Dialog, SLT-Mobitel, Hutch or Airtel — from the TRCSL prefix, with clean local and +94 dialing formats. No signup, no ads, sources cited below.
How it works
Every Sri Lankan phone number is assigned by the Telecommunications Regulatory Commission of Sri Lanka (TRCSL) under a 10-digit Open Numbering System. Mobile numbers all sit in the 07X range, where the first three digits are a fixed operator code. Because Mobile Number Portability is not yet live, that code still reliably tells you which network a number belongs to. The tool is a pure prefix lookup — no arithmetic, no API, and nothing leaves your browser.
- Normalise the input. Spaces, dashes and brackets are stripped. A leading
+94,0094or bare94is converted to a single leading0, and a 9-digit7XXXXXXXXgets its0restored. - Validate length and range. The result must match
^07\d{8}$— exactly 10 digits starting with 07. Anything shorter, longer, or not starting with 07 (a landline like 011, for instance) is rejected with a specific reason. - Extract the operator code. The first three digits (07X) are the operator code allocated by TRCSL.
- Look up the operator in the static allocation table below. Prefixes inside 07X that TRCSL has not assigned (073, 079) are flagged as unassigned rather than guessed.
The allocation table is taken from the TRCSL Sri Lanka Numbering Plan and cross-checked against the Wikipedia “Telephone numbers in Sri Lanka” table:
- 070 → SLT-Mobitel
- 071 → SLT-Mobitel
- 072 → Hutch (previously Etisalat)
- 074 → Dialog
- 075 → Airtel (allocated within Dialog Group; marketed as Airtel)
- 076 → Dialog
- 077 → Dialog
- 078 → Hutch (previously Etisalat / Lanka Cellular)
As a correctness check, the tool resolves each valid number two ways — an O(1) prefix map and an independent linear scan of the same table — and both must agree before an operator is shown. The result also carries a dated LAST_VERIFIED marker (2026-07-18) so you know when the ranges were last checked against the source.
Worked examples
Frequently asked questions
Sources & references
- TRCSL — Numbering (regulator's numbering-resource page)
- TRCSL — Sri Lanka Numbering Plan (numbering manual, PDF)
- Wikipedia — Telephone numbers in Sri Lanka (per-prefix cross-check)
- ReadMe.lk — Sri Lanka Mobile Number Portability explained
The prefix-to-operator allocations on this page were last cross-checked against the TRCSL numbering plan and Wikipedia on 2026-07-18. They are reviewed whenever TRCSL reassigns a range or Mobile Number Portability goes live.
Related tools
Comments & feedback
Spotted a bug or want an improvement? Tell us — our team reviews every comment, and good ideas get built. Comments are public and anonymous.
Found a wrong prefix, a newly allocated range, or want to suggest an improvement?
Email me at [email protected] — most fixes ship within 24 hours.