Suspension Due Process and Notice Requirements: A District Operations Guide
Suspension notices fail in three places, and almost never in the fourth place people worry about. They fail on the elements the notice omitted, on the day count nobody was tracking, and on proof that the family was actually told. They rarely fail because the underlying decision was wrong. This guide is about the first three.
| Removal | Notice of charges | Opportunity to respond | Formal hearing | Educational services | IDEA implications |
|---|---|---|---|---|---|
| Office referral, no removal | Practice | Yes, informally | No | Continues | None |
| In-school removal, 1 day | Yes | Yes | No | Must continue | May count if services stop |
| Out-of-school, 1–3 days | Oral or written, before removal | Yes, before removal | No | State and policy dependent | Counts toward 10 |
| Out-of-school, 4–9 days | Written | Yes | Often on request | State and policy dependent | Counts toward 10 |
| Day 10 cumulative | Written | Yes | Depends on state | Required from day 11 for IDEA students | Change of placement analysis |
| Beyond 10 cumulative, pattern | Written, full | Yes | Yes | Required | Manifestation determination |
| Long-term, 11+ consecutive | Written, full, with evidence | Yes | Yes, formal | Required | Manifestation determination |
| Expulsion | Written, full, with witnesses | Yes | Board or hearing officer | Required for IDEA students | Manifestation determination |
| Emergency removal | As soon as practicable after | Promptly after | Follows the length | Follows the length | Counts |
Goss v. Lopez (1975) sets the constitutional floor for short suspensions: notice of the charges, an explanation of the evidence if the student denies them, and an opportunity to present their side, all before removal unless the student’s presence poses a danger or ongoing disruption. States and districts routinely require more. IDEA obligations at and beyond ten cumulative days come from 34 CFR 300.530 et seq. Confirm your own state’s additions with counsel.
The notice elements, in the order a hearing officer looks for them
A short-suspension notice that omits any of the first four elements is defective, and the omission is usually the third one.
- What the student is alleged to have done — a factual statement, dated, specific, in ordinary language. Not “disruptive behaviour”.
- The rule or code section it violates — cited by number and quoted in a clause.
- The evidence relied on, in summary — what was seen, by whom, and what the student said. This is the element districts leave out, and it is the one that makes a notice look like a conclusion rather than a process.
- That the student was given a chance to respond, and what they said — including “declined to respond”, which is a real and useful record.
- The consequence, with exact start and return dates and the return time and place.
- Educational services during the removal — what work, how it is provided, how it is graded, and who to contact.
- The appeal route — who to contact, in what form, by when, and what happens while the appeal is pending.
- A named person with a direct number.
Two additions for longer removals. A list of witnesses and documents the district will rely on. And, for a student with an IEP or a 504 plan, a statement of where this removal sits in the cumulative day count and what the district will do if the threshold is approached.
Counting days, which is harder than it looks
The ten-day threshold under IDEA is a cumulative count across the school year, not a per-incident count, and several categories of removal that districts do not think of as suspensions count toward it.
Counts: out-of-school suspension of any length, including one-day removals; a removal for part of a day, which counts as a partial day rather than being ignored; a bus suspension, where transport is provided as a related service on the IEP and the removal effectively prevents attendance; a removal to an alternative setting for disciplinary reasons; being sent home early for behaviour, which is a removal whatever the office log calls it.
May count: in-school suspension, if during it the student does not continue to receive the services on the IEP, does not participate with non-disabled peers to the extent the IEP requires, and does not continue to progress in the general curriculum. An ISS that meets all three tests is generally not a removal; one that does not, is.
Pattern analysis matters even under ten days. A series of short removals can constitute a change of placement before the total reaches ten, if the removals are substantially similar in behaviour, of similar length, and close together. The total is a trigger, not a safe harbour.
The practical failure is administrative, not legal: the count lives in three places — the SIS discipline log, the transport office and the front-office sign-out sheet — and nobody reconciles them until the eleventh day has already happened.
Proving the family was notified
Most disputes about a suspension are not about the conduct. They are about whether the parent was told, when, and what they were told. The commonest evidentiary failure in the country is an unlogged phone call: an assistant principal rang a mother at 14:20, explained the suspension, and wrote nothing down.
A defensible delivery record contains six fields, and most districts can produce four.
- The named adult, and their legal relationship to the student on that date.
- The address, number or email of record on that date, not today’s.
- Date and time the notice was sent, not drafted.
- Channel, and where a method is prescribed, evidence that the method was used.
- The language it was sent in, and the household’s language of record.
- The delivery outcome — delivered, bounced, undeliverable, answered, voicemail. “Sent” is not an outcome.
This is the one place where a product claim is the literal answer to the legal problem. Every send in Kastr writes an entry to a per-district append-only audit log. Entries are chained with SHA-256, so each record cryptographically covers the one before it and a retrospective edit breaks the chain visibly. The log is append-only at two independent layers: UPDATE and DELETE are revoked at the database role the application runs as, and the row-level security policies grant INSERT and SELECT only, with no UPDATE or DELETE policy in existence to be granted. Tenant isolation runs in Postgres under a non-owner, DML-only role, is hierarchy-aware so a district sees its own and its schools’ rows and never another district’s, and fails closed — with no organisation context set, policies evaluate to zero rows. A cross-tenant leakage suite, including an owner-bypass regression check, runs in CI against real Postgres 16. What this gives you is a notice history that is tamper-evident rather than merely stored. Two limits, stated plainly: it does not record the phone call the assistant principal made from a mobile, and there is no self-serve export — bulk extraction of your data is a contract right under clause 7.1, and the self-serve tooling for it is unbuilt.
Appeals, and the clock nobody starts
Appeal windows in most state models run from three to ten school days from the date of the notice, are heard by the superintendent or a designee for short suspensions and by the board or a hearing officer for long removals, and generally do not stay the suspension unless the district chooses to.
Three practical points. First, the clock usually starts on the date of the notice, so a notice that goes out three days late has consumed most of the family’s window. Second, if the appeal does not stay the removal, say so in the notice; families reasonably assume otherwise and are angrier when they discover it late. Third, an appeal heard after the suspension has been served is an appeal in form only, and hearing officers notice.
The document index below maps the templates in this cluster to the process step each one serves, which is the fastest way to find out whether your own document set has a gap.
- Referral, before any removal — office discipline referral and behaviour incident report.
- Short in-school removal — ISS notice.
- Short and medium out-of-school removal — OSS letters.
- Crossing ten cumulative days for a student with an IEP or 504 plan — manifestation determination notice.
- Recommendation for expulsion and the hearing — expulsion hearing notice.
- Repair and re-entry — restorative conference and re-entry meeting agendas.
Questions people actually ask
What process is a student owed before a short suspension?
Under Goss v. Lopez the constitutional minimum is notice of the charges, an explanation of the evidence if the student denies the allegation, and an opportunity to tell their side — all before removal, unless the student’s continued presence poses a danger or an ongoing threat of disruption, in which case the process follows as soon as practicable. That is a floor, not a standard. Most states and most district codes require written notice to the guardian and more besides.
When does a removal become a change of placement under IDEA?
At more than ten cumulative school days of removal in a school year, or earlier where a series of shorter removals forms a pattern — substantially similar behaviour, similar lengths, close together. Once it is a change of placement, the district must convene a manifestation determination review within the required timeframe and must provide services enabling continued progress toward IEP goals.
How do partial days and bus suspensions count toward the ten-day threshold?
A partial-day removal counts as the portion of the day the student was removed rather than being disregarded, and a student sent home early for behaviour has been removed regardless of how the office logs it. A bus suspension counts where transport is a related service on the IEP and the student consequently cannot attend. The practical problem is that these live in different systems from the discipline log, so reconcile transport, front-office sign-outs and the SIS at least monthly.
How can a district prove a suspension notice was actually delivered?
By holding, for each notice, the named recipient, the contact detail of record on that date, the send timestamp, the channel, the language and the delivery outcome. The most common evidentiary failure is an unlogged phone call. Any channel that produces a durable, tamper-evident record is worth more in a hearing than a channel that was faster but left nothing behind — and a record you can show has not been edited after the fact is worth more still.
What must the district provide educationally during a long-term removal?
For a student with a disability, from the eleventh cumulative day of removal the district must provide services that enable continued participation in the general curriculum and progress toward IEP goals, in a setting determined by the IEP team. For students without disabilities the obligation is set by state law and district policy and varies widely, from nothing to a full alternative programme. Whatever your obligation is, state it in the notice, because families ask about it first.
One price. Every feature. Locked for three years.
$3.50 per student per year under 5,000 students. No tiers, no add-on modules, no per-message fees. Published on the site because you should not have to book a call to learn a price.