writing/blog/2026/08
BlogAug 30, 2026·6 min read

Saudi Probation Period: Article 53 and the Written Clause

Articles 53 and 54 of the Saudi Labour Law: when a probation clause is valid, the 180-day ceiling, and when a probation exit becomes Article 77 compensation.

The most expensive thing in a Saudi probation dispute is not the wage for the probation days. It is a missing sentence in the contract.

The scenario repeats. An employer ends a worker's service on day eighty, treats it as a probation exit, and pays no notice and no compensation. The objection arrives, and it turns out the contract never stated the probation period expressly — or stated it in open-ended words with no defined duration. In that case there is no probation period in law, the contract was final from its first day, and the termination falls under Article 77 with its floor: two months' wage for a worker under four years of service.

The gap between those two branches is not procedural detail. It is the gap between zero and two months' wage, and it was decided by a sentence written or not written months before the start date.

The clause comes before the duration

Article 53 requires two things together, not one:

  1. The probation period must be stated expressly in the employment contract.
  2. Its duration must be clearly defined.

The second requirement is the one that fails in practice. Wording such as "the worker is subject to a probation period in accordance with company policy" satisfies the first and breaks the second: no duration, so no clause. The same goes for a reference to an internal regulation that is neither attached to the contract nor signed.

Make this check a gate, not a checkbox. Before you ask your system "how many probation days are left?", ask it first: is the clause written into the contract itself, and does it contain a number? If the answer is no, the first question is meaningless, and the correct handling is to price the termination under Article 77 straight away.

Ninety or one hundred and eighty? The two ceilings search results argue about

Search this question and you will find firms asserting the ceiling is ninety days and others asserting it is one hundred and eighty. Both are describing the same rule from different sides:

  • Ninety days is what the initially agreed probation period may reach.
  • One hundred and eighty days is the absolute ceiling after extension, and an extension is valid only by written agreement between the parties.

So the 180 is not permission to write 180 into the first contract and move on. It is a limit the total of all periods may not exceed. A clause that exceeds it does not void the contract; the practical effect is that the excess days are not treated as probation days, so a termination after day one hundred and eighty is an ordinary termination whatever the contract says.

The common system error here is a storage error, not an arithmetic one: a single field named probation_days, filled at hire, that knows nothing about the extension or about whether it was written. Store the periods as a list of tranches, each carrying the evidence that it was agreed in writing.

Probation is not counted on the calendar

Almost every HR application we have looked at misses this rule: Article 53 excludes Eid al-Fitr, Eid al-Adha and sick leave from the probation count.

The count does not run through those days — it pauses and resumes when the worker returns. Ten documented sick-leave days inside a ninety-day probation push the end date ten days forward. The start date plus ninety days is the probation end date only in the case where nothing happened.

The result looks strange the first time and is correct: a worker on a one-hundred-and-eighty-day probation may remain lawfully on probation for more than two hundred calendar days. The effect runs both ways — an employer terminating on day ninety-five believing probation has ended may in fact still be inside it, and the reverse.

One caution on dates: the two Eids fall on the Hijri calendar, and in Saudi Arabia their dates are confirmed by sighting and announced, not derived. A system that computes Eid arithmetically will be right in most years and wrong precisely in the year a dispute lands on it.

Article 54: once only, with two exceptions

Article 54 prohibits placing a worker on probation more than once with the same employer. Two exceptions permit a second probation by written agreement: that it is in a different profession, or that it follows a break from work of at least six months.

This is the check a contracts table cannot answer on its own, because it is a question about the worker's history with the employer, not about the current contract. A worker who resigned and was rehired three months later into the same profession may not be put on a new probation; the probation clause in the second contract is void, and a termination under it is an Article 77 termination.

What each branch costs

SituationLegal branchEntitlement on termination
Written, clearly defined clause; termination inside the periodArticle 53No compensation and no notice pay
No clause in the contract, or no defined durationArticle 77Compensation, floor of two months' wage under four years
Termination after the computed probation has endedArticle 77Compensation, plus notice under Articles 75 and 76
Second probation without an Article 54 exceptionArticle 77Clause void, compensation due

In every Article 77 branch the end-of-service gratuity remains a separate entitlement, calculated on its own and never folded into the compensation figure. We covered the two-month floor and the actual-wage rule in detail in Article 77 and termination compensation after Royal Decree M/46, and the classification of the termination itself in Article 74 and the seven ways a contract ends.

Probation counts toward length of service

One last error costs money in the opposite direction: systems that subtract probation days from length of service when calculating the end-of-service gratuity.

What Article 53 denies is the entitlement on a termination that occurs during probation — not the days themselves. A worker who passed probation and continued has those probation days counted in full toward service. A system that subtracts them understates every gratuity it calculates, by three to six months of service in every file.

How to audit your files in a week

Pull the contracts of everyone who started in the last eight months and check four columns only:

  1. Is the probation clause in the body of the contract, not in a regulation it points to?
  2. Does it carry an explicit number of days, with the total not exceeding 180?
  3. Does every extension have a written agreement on file, rather than an internal decision?
  4. Has the worker previously worked for you — in which profession, and how long was the break?

Every file that fails one of those columns is a file whose exit is priced at two months' wage rather than zero. And if you want the implementation layer — how the tranches are stored, how pause periods are injected, how the boundary is tested — we built it step by step in the probation period engine in TypeScript.

Run the number on the same rules

If the probation clause fails, the next question is numeric: what is the worker actually owed? The free Saudi Labour Rights Calculator applies the two-month floor after the formula, and keeps the end-of-service gratuity separate from Article 77 compensation and from notice pay instead of merging them into one figure. Enter the start date, the end date and the reason for termination to see the entitlements broken out, each against its own article. To compare all five entitlements together, see the Saudi Labour Rights Calculator guide.

Is your probation clause actually written?

Review the last ten contracts you signed and put the four questions above to them. If the answer varies from contract to contract, the problem is not in the contracts — it is in the template, and in the field your system reads from.

Get in touch for a diagnostic session on the calculation layer in your HR system: which field the probation duration is read from, whether pause periods are applied, and where the branch between Article 53 and Article 77 falls through.