Relieving Letter Generator
Generate the relieving letter a departing teacher needs for their next school's onboarding — resignation reference, tenure, and effective relieving date in the standard format.
Subject: Relieving from duties
Dear __________,
This is with reference to your resignation letter dated __________. Your resignation has been accepted, and you stand relieved from your duties as ____________ with effect from the close of working hours on __________.
As per our records, you served this institution from __________ to __________. All academic handover formalities and settlement of dues have been completed as per institutional procedure.
We thank you for your service and contribution to the institution and wish you success in your future endeavours.
Why the relieving letter matters at the next school
The document that closes an employment cleanly
A relieving letter is the institution's formal confirmation that a staff member's resignation was accepted and that they stand released from duties on a specific date. New employers — especially CBSE/ICSE-affiliated schools with formal HR processes — ask for it during onboarding, because it proves the teacher is not simultaneously bound to another institution and that the previous engagement ended without pending obligations.
It is distinct from an experience letter: the relieving letter fixes the end date and confirms a clean exit; the experience letter describes the tenure and role. Departing staff typically need both, which is why the two generators are cross-linked.
Dates that must be internally consistent
Three dates appear: the resignation letter's date, the joining date, and the effective relieving date. The relieving date should match the last working day after any notice period, and the letter is normally issued on or after that date — the preview shows all three so inconsistencies are visible before printing.
The dues/handover sentence is standard: for teaching staff it covers marks registers, question banks, laboratory or library charge, and any advance settlements. Issue the letter only after those are actually complete.
Frequently asked questions
What is the difference between a relieving letter and an experience letter?
The relieving letter confirms the resignation was accepted and fixes the exact date the employee stands released from duties. The experience letter describes the period of service, the role, and conduct. Most schools issue both together on the last working day — this tool generates the relieving letter; use the Experience Letter Generator for the companion document.
When should a relieving letter be issued?
On or after the last working day, once notice-period obligations, academic handover (registers, lab/library charge), and dues settlement are complete. Issuing it earlier dated to a future relieving date is poor practice, since circumstances can change before the date arrives.
Is a relieving letter legally required?
No statute mandates it, but it is the standard proof of clean exit that recruiting institutions demand — and CBSE affiliation norms require schools to follow formal appointment and service procedures, which in practice includes documented exits. Refusing one without cause creates disputes; a teacher who has served their notice is ordinarily entitled to it.
What if the employee had pending dues or incomplete handover?
The letter should not state that formalities are complete when they aren't. Either delay issuance until settlement, or edit the dues sentence after printing to reflect the actual position — never issue a false completion statement.
Who signs a teacher's relieving letter?
The appointing authority — usually the Principal, or the management/trust secretary in privately managed schools. It should be on institutional letterhead with the seal, matching the signatory who issued the appointment letter where possible.
For developers & AI agents
The Relieving Letter Generator (Teaching Staff) is also available as a free, unauthenticated JSON API — no API key, no sign-up, CORS enabled for all origins. Send a GET request with the parameters below and receive the computed result as JSON, including the source of the format or formula used. Invalid input returns HTTP 400 with a JSON { "error": "..." } body.
GET https://knwdle.com/api/tools/relieving-letter-generator| Parameter | Required | Description |
|---|---|---|
institutionName | Yes | Name printed on the letterhead |
institutionAddress | No | Address line under the letterhead |
staffName | Yes | Departing staff member's full name |
designation | Yes | Designation held |
employeeId | No | Employee ID (optional) |
resignationDate | Yes | Date of the resignation letter (YYYY-MM-DD) |
joiningDate | Yes | Date the staff member joined (YYYY-MM-DD) |
relievingDate | Yes | Effective relieving date (YYYY-MM-DD) |
refNo | No | Reference number shown top-left |
date | Yes | Issue date (YYYY-MM-DD) |
place | Yes | Place of issue |
signatory | No | Designation shown above the signature line |
Request:
GET https://knwdle.com/api/tools/relieving-letter-generator?institutionName=Knwdle+Public+School&staffName=Anil+Kumar&designation=PGT+Mathematics&employeeId=EMP%2F2019%2F034&resignationDate=2026-06-01&joiningDate=2019-06-10&relievingDate=2026-06-30&date=2026-06-30&place=Lucknow&signatory=Principal
Response:
{
"tool": "relieving-letter-generator",
"name": "Relieving Letter Generator (Teaching Staff)",
"formatSource": "Standard institutional relieving-letter structure (acceptance of resignation, designation, tenure, effective relieving date, dues status) — the document new employers require at onboarding as proof the previous engagement ended cleanly.",
"document": {
"title": null,
"subject": "Relieving from duties",
"textLines": [
"To,",
"Anil Kumar",
"PGT Mathematics",
"",
"Subject: Relieving from duties",
"",
"Dear Anil Kumar,",
"",
"This is with reference to your resignation letter dated 01/06/2026. Your resignation has been accepted, and you stand relieved from your duties as PGT Mathematics (Employee ID: EMP/2019/034) with effect from the close of working hours on 30/06/2026.",
"",
"As per our records, you served this institution from 10/06/2019 to 30/06/2026. All academic handover formalities and settlement of dues have been completed as per institutional procedure.",
"",
"We thank you for your service and contribution to the institution and wish you success in your future endeavours."
],
"text": "To,\nAnil Kumar\nPGT Mathematics\n\nSubject: Relieving from duties\n\nDear Anil Kumar,\n\nThis is with reference to your resignation letter dated 01/06/2026. Your resignation has been accepted, and you stand relieved from your duties as PGT Mathematics (Employee ID: EMP/2019/034) with effect from the close of working hours on 30/06/2026.\n\nAs per our records, you served this institution from 10/06/2019 to 30/06/2026. All academic handover formalities and settlement of dues have been completed as per institutional procedure.\n\nWe thank you for your service and contribution to the institution and wish you success in your future endeavours."
}
}