Sri Lanka EPF Withdrawal Eligibility & Tax Calculator
Find out whether you can withdraw your EPF in Sri Lanka and how much tax the IRD will withhold on the lump sum. Covers every statutory ground in the EPF Act — retirement age, female 50+, marriage, migration, disability, public service, and death — with the documentation each one requires.
How it works
The calculator combines two separate Sri Lankan statutes. Eligibility to withdraw the EPF balance is governed by the Employees' Provident Fund Act No. 15 of 1958 (as amended), specifically sections 23 (live-member grounds), 24 (death claims), and 25 (powers of the Commissioner). The tax on the lump sum, when it is taxable, is governed by Schedule 5 of the Inland Revenue Act No. 24 of 2017 as amended through Act No. 45 of 2022.
Step 1 — resolve the statutory ground
Section 23 of the EPF Act enumerates the live-member grounds on which the full balance becomes payable. The two age-based grounds are §23(1)(a) for male members at 55 and §23(1)(b) for female members at 50 — both require employment to have ceased. §23(1)(c) lets a female member withdraw at any age if she leaves employment on marriage. §23(1)(d) covers permanent migration abroad. §23(1)(e) covers permanent and total incapacity certified by a government medical officer. §23(1)(f) covers transfer into the pensionable public service. Section 24 handles death claims by a nominee or legal heir. The calculator's "auto" setting picks the simplest applicable ground — retirement age first (because it carries the lightest documentation), then the live-member fallbacks.
Step 2 — the 90-day cooling-off window
EPF Department procedure requires a 90-day waiting period between the last working day and the lodging of Form K for resignation, retirement, marriage, migration, and public-service grounds. The rationale is to prevent contributions in dispute (the last month's employer payment, late remittances, surcharges) from being missed in the refund. Death and permanent disability are exempt — those are processed on receipt of the certificate. The calculator shows your earliest realistic payment date as last working day + 90 days, plus the EPF Department's own processing time (typically four to eight weeks after Form K is accepted).
Step 3 — Schedule 5 concessional tax
Schedule 5 of the Inland Revenue Act applies only when both tests are passed: the withdrawal is on a retirement-age ground (§23(1)(a) or (b)), and the member completed at least 20 years of contributions before retirement. When both apply, the closed-form tax is:
tax = 0.00 × min(balance, 10,000,000)
+ 0.06 × max(0, min(balance, 20,000,000) − 10,000,000)
+ 0.12 × max(0, balance − 20,000,000)
netPayable = balance − taxThe calculator runs the bracket walk and also exposes a calculateTerminalBenefitsTaxByFormula helper that reproduces the closed-form computation above. Both methods produce the same answer to the rupee, and the page shows the breakdown so the working can be audited bracket by bracket.
Step 4 — when Schedule 5 does not apply
A withdrawal that fails either Schedule 5 test (because the ground is marriage, migration, disability, or public-service, or because service is below 20 years) is not exempt from tax. Under IRD Circular SEC/2023/02 the lump sum is added to the member's employment income for the year of receipt and taxed at the normal APIT marginal rates. The calculator surfaces a banner in this case and links to the Sri Lanka Income Tax Calculator for the marginal-rate estimate — re-implementing the full APIT bracket walk here would duplicate logic that already lives there.
Edge cases and rounding
Three edges are worth flagging. (1) A balance at exactly Rs 10 million falls entirely in the 0% band — the 6% band's lower bound is exclusive of Rs 10M, so the bracket walk returns zero tax, matching the closed-form formula. (2) A balance at exactly Rs 20 million pays 6% on Rs 10 million = Rs 600,000; the 12% band kicks in only above that point. (3) The IRD treats partial years for the ≥20-year test as whole years rounded down — a member with 19 years and 11 months does not qualify; the calculator computes the join-to-cessation interval to whole years using the calendar method and only counts full years.
Worked examples
Three scenarios chosen to map the most common Sri Lankan member profiles, plus one to illustrate the no-concession path. Try each one in the calculator above — the verdict and tax should match the numbers below to the rupee.
Frequently asked questions
Sources & references
- Employees' Provident Fund Act No. 15 of 1958 (as amended) — full text
- EPF Department, Central Bank of Sri Lanka — Member Services & withdrawal forms
- Inland Revenue Act No. 24 of 2017 (consolidated through Act No. 45 of 2022) — Schedule 5
- Inland Revenue Department of Sri Lanka — official site
The EPF Act sections and IRD Schedule 5 brackets on this page were last cross-checked against the official sources on 2026-05-17. The page is reviewed annually and after any Inland Revenue Amendment Act or EPF Department circular that changes the documentation set or the concessional brackets.
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 bug, edge case, or want to suggest an improvement?
Email me at [email protected] — most fixes ship within 24 hours.