induwara.lkinduwara.lk
induwara.lkSri Lanka · Finance

Sri Lanka Mobile Reload Tax Calculator

Reload Rs 100 on Dialog, Mobitel, Hutch, or Airtel and only Rs ~76 of airtime credits to your SIM. This calculator shows exactly how much becomes Telecommunication Levy (11.25%), how much becomes VAT (18%), and how much to reload to land any target airtime.

By Induwara AshinsanaUpdated May 16, 2026
Reload tax breakdown
TL 11.25% · VAT 18%
Rs

The rupee amount you handed over (in person, via app, or scratch card).

Quick presets
Airtime credited
Rs 76.18
Telecom Levy
Rs 8.57
11.25% on airtime value
VAT
Rs 15.25
18% on airtime + TL
Tax share of reload
23.82%
Total tax: Rs 23.82

Where each rupee goes

per Rs 100 reload
Airtime 76.2%TL 8.6%VAT 15.3%

Component breakdown

ComponentAmount (Rs)% of reload
Airtime creditedRs 76.1876.18%
Telecommunication LevyRs 8.578.57%
VATRs 15.2515.25%
Total reload paidRs 100.00100.00%

Calculations follow the Telecommunication Levy Act No. 21 of 2011 and the VAT Act No. 14 of 2002 (as amended). Operator-specific bonus promotions (e.g. “reload Rs 100 get Rs 30 bonus”) are marketing offers and not part of statutory rates.

How it works

Every prepaid reload in Sri Lanka is sold gross — the price the customer pays already includes two taxes that are collected by the mobile operator and remitted to the government:

  • Telecommunication Levy (TL)11.25% under the Telecommunication Levy Act No. 21 of 2011, applied to the value of telecommunication services. This is the older of the two charges and applies to airtime, SMS, and data services.
  • Value Added Tax (VAT)18% under the VAT Act No. 14 of 2002 (as amended). Since 1 January 2024 the standard VAT rate has been 18% and telecommunication services fall within its scope.

By statute, TL is calculated first on the net airtime value, and VAT is then calculated on the sum of airtime plus TL. The customer pays a single grossed-up rupee figure at the till, but the underlying split satisfies:

reload = airtime × (1 + TL) × (1 + VAT)
reload = airtime × 1.31275 (at current statutory rates)

To go the other way — work out the net airtime from a reload paid — divide by the same gross-up factor:

airtime = reload ÷ 1.31275
TL = airtime × 0.1125
VAT = (airtime + TL) × 0.18

The calculator above implements this in pure JavaScript on your device — no servers, no third-party APIs. Each calculation is also cross-checked by the round-trip identity (reload → airtime → reload must reproduce the input within one cent), so display rounding never hides an arithmetic error.

A common mistake is to add 11.25% and 18% to get an effective rate of 29.25%. That ignores compounding. The true share of a reload that disappears as tax is (1 − 1 ÷ 1.31275) ≈ 23.82%.

Worked examples

Forward — Rs 100 reload at default rates

  1. Reload paid R = Rs 100
  2. Gross-up factor f = (1 + 0.1125) × (1 + 0.18) = 1.31275
  3. Airtime A = 100 ÷ 1.31275 = Rs 76.18
  4. TL = 76.18 × 0.1125 = Rs 8.57
  5. VAT = (76.18 + 8.57) × 0.18 = Rs 15.25
  6. Check: 76.18 + 8.57 + 15.25 = Rs 100.00 ✓

Reverse — get Rs 500 of airtime credited

  1. Desired airtime A = Rs 500
  2. Required reload R = 500 × 1.31275 = Rs 656.38
  3. TL = 500 × 0.1125 = Rs 56.25
  4. VAT = (500 + 56.25) × 0.18 = Rs 100.13
  5. Check: 500.00 + 56.25 + 100.13 = Rs 656.38 ✓

Forward — Rs 1,000 reload (small business top-up)

  1. Airtime A = 1000 ÷ 1.31275 = Rs 761.76
  2. TL = 761.76 × 0.1125 = Rs 85.70
  3. VAT = (761.76 + 85.70) × 0.18 = Rs 152.54
  4. Total tax = 85.70 + 152.54 = Rs 238.24
  5. Effective tax share = 238.24 ÷ 1000 = 23.82%

Frequently asked questions

Sources & references

Rates were last cross-checked against the cited Acts and IRD/TRCSL publications on 2026-05-16. The page is reviewed after every Sri Lankan budget and any amending Act.

Related tools

Rate this tool
Be the first to rate

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 bug, edge case, or want to suggest an improvement?

Email me at [email protected] — most fixes ship within 24 hours.