{"id":2770,"date":"2025-12-01T15:54:34","date_gmt":"2025-12-01T12:54:34","guid":{"rendered":"https:\/\/menbrqatar.com\/?p=2770"},"modified":"2025-12-01T15:54:37","modified_gmt":"2025-12-01T12:54:37","slug":"qatar-gratuity-calculator-2025-fast-accurate-online","status":"publish","type":"post","link":"https:\/\/menbrqatar.com\/en\/2770\/","title":{"rendered":"Qatar Gratuity Calculator 2026: Fast &#038; Accurate Online"},"content":{"rendered":"<p>End-of-service gratuity in Qatar is a type of payment or reward provided by an employer to an employee in accordance with Qatari labor law. The amount of the gratuity depends on the length of service with the company, the employee&#8217;s salary, the labor law, and company policy.<\/p>\n<h2>Qatar Gratuity Calculator<\/h2>\n<p>Below you can calculate your end-of-service gratuity according to Qatar Labor Law using the following calculator:<\/p>\n<div class=\"inserted\" data-location=\"shortcode\" data-visibility=\"\"><div class=\"inserted-inner\"><div id=\"gratuity-calculator\">\r\n  <form id=\"gratuityForm\">\r\n    <div class=\"form-group\">\r\n      <label for=\"startDate\">Start Date of Service<\/label>\r\n      <input type=\"date\" id=\"startDate\" required=\"\">\r\n      <\/div>\r\n      <div class=\"form-group\">\r\n      <label for=\"endDate\">End Date of Service<\/label>\r\n      <input type=\"date\" id=\"endDate\" required=\"\">\r\n    <\/div>\r\n    <div class=\"form-group\">\r\n      <label for=\"basicSalary\">Last Drawn Basic Salary (QAR)<\/label>\r\n      <input type=\"number\" id=\"basicSalary\" placeholder=\"Enter your basic salary\" required=\"\">\r\n    <\/div>\r\n    <button type=\"button\" onclick=\"calculateGratuity()\">Calculate Gratuity<\/button>\r\n  <\/form>\r\n  <div id=\"result\" class=\"result\" style=\"display: none;\">\r\n    <div id=\"resultContent\"><\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\nfunction calculateGratuity() {\r\n  const startDate = new Date(document.getElementById('startDate').value);\r\n  const endDate = new Date(document.getElementById('endDate').value);\r\n  const basicSalary = parseFloat(document.getElementById('basicSalary').value);\r\n\r\n  if (isNaN(startDate) || isNaN(endDate) || isNaN(basicSalary) || basicSalary <= 0 || startDate >= endDate) {\r\n    alert(\"Please enter valid inputs. Ensure start date is before the end date.\");\r\n    return;\r\n  }\r\n\r\n  const diffInTime = endDate - startDate;\r\n  const yearsOfService = diffInTime \/ (1000 * 60 * 60 * 24 * 365.25);\r\n\r\n  const first5Years = Math.min(yearsOfService, 5);\r\n  const beyond5Years = Math.max(0, yearsOfService - 5);\r\n\r\n  const gratuityForFirst5Years = first5Years * (basicSalary \/ 30) * 21;\r\n  const gratuityForBeyond5Years = beyond5Years * (basicSalary \/ 30) * 21;\r\n  const totalGratuity = gratuityForFirst5Years + gratuityForBeyond5Years;\r\n\r\n  const resultContent = `\r\n        <p><strong>Total Gratuity:<\/strong> <span class=\"text-primary\">QAR ${totalGratuity.toFixed(2)}\r\n        <\/span><\/p>\r\n        <p><strong>First 5 Years:<\/strong> <span class=\"text-primary\">QAR ${gratuityForFirst5Years.toFixed(2)}<\/span><\/p>\r\n        <p><strong>Beyond 5 Years:<\/strong> <span class=\"text-primary\">QAR ${gratuityForBeyond5Years.toFixed(2)}<\/span><\/p>\r\n    `;\r\n  document.getElementById('resultContent').innerHTML = resultContent;\r\n  const resultDiv = document.getElementById('result');\r\n  resultDiv.style.display = \"block\";\r\n}\r\n<\/script>\r\n\r\n<style>\r\n#gratuity-calculator {\r\n    max-width: 700px;\r\n    margin: auto;\r\n    background: var(--bg-color);\r\n    padding: 2rem;\r\n    border-radius: var(--site-border-radius);\r\n    border-top: 2px solid var(--site-color);\r\n    box-shadow: 0 4px 6px var(--shadow-color);\r\n}\r\n\r\n#gratuity-calculator .form-group, #gratuity-calculator label {\r\n  margin-bottom: 1.5rem;\r\n}\r\n\r\n#result {\r\n  margin-top: 2em;\r\n}\r\n\r\n<\/style><\/div><\/div>\n<h2><strong>What is The Gratuity in Qatar<\/strong><\/h2>\n<p>According to the Labor Law, Labor Law No. 14 of 2004 addresses this condition in Article 51. This article stipulates that an employee may terminate an employment contract before its expiration date if the employment period is for a fixed term and without giving reasons. However, if the contract is for an indefinite term, the employee has the right to terminate his employment and receive his full right to an end-of-service gratuity.<\/p>\n<h2><strong>How to Use Gratuity Calculator in Qatar<\/strong><\/h2>\n<p>You can use Qatar Gratuity Calculator to calculate your end-of-service gratuity online, follow these simple steps:<\/p>\n<ul>\n<li><strong>Step 1:<\/strong> Select your <strong>Start Date of Service <\/strong>from the calendar.<\/li>\n<li><strong>Step 2:<\/strong> Select your <strong>End Date of Service<\/strong>\u00a0from the calendar.<\/li>\n<li><strong>Step 3:<\/strong> Enter your <strong>Last Drawn Basic Salary (QAR)<\/strong>.<\/li>\n<li><strong>Step 4:<\/strong> Click &#8220;<strong>Calculate<\/strong> <strong>Gratuity<\/strong>&#8220;.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-2778\" src=\"https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/How-to-Use-Gratuity-Calculator-in-Qatar-600x385.jpeg\" alt=\"How to Use Gratuity Calculator in Qatar\" width=\"600\" height=\"385\" srcset=\"https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/How-to-Use-Gratuity-Calculator-in-Qatar-600x385.jpeg 600w, https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/How-to-Use-Gratuity-Calculator-in-Qatar-360x231.jpeg 360w, https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/How-to-Use-Gratuity-Calculator-in-Qatar.jpeg 752w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<h2><strong>How to Compute Gratuity in Qatar<\/strong><\/h2>\n<p>Gratuity in Qatar is calculated based on the employee\u2019s last basic wage, here\u2019s the formula:<\/p>\n<ul>\n<li><strong>Gratuity = (Last Basic Monthly Salary \u00f7 30) \u00d7 21 \u00d7 Number of Years Worked<\/strong><\/li>\n<\/ul>\n<h2><strong>Example of Gratuity Calculation in Qatar<\/strong><\/h2>\n<p>Let\u2019s assume that:<\/p>\n<ul>\n<li><strong>Your last basic monthly salary:<\/strong> QAR 5,000.<\/li>\n<li><strong>Your total years of service:<\/strong> 5 years.<\/li>\n<\/ul>\n<p>You can calculate your Gratuity as follows:<\/p>\n<ul>\n<li><strong>Daily wage<\/strong> = 5,000 \u00f7 30 = QAR 166.67.<\/li>\n<li><strong>Gratuity for one year<\/strong> = 166.67 \u00d7 21 = QAR 3,500.<\/li>\n<li><strong>Total gratuity for 5 years<\/strong> = 3,500 \u00d7 5 = QAR 17,500.<\/li>\n<\/ul>\n<h2><strong>Gratuity Calculation in Qatar After 5 Years<\/strong><\/h2>\n<p>Here is a simple formula to calculate\u00a0gratuity in Qatar after 5 years:<\/p>\n<ul>\n<li><strong>Basic salary\/30 (one month) X 21 days (three weeks) x Year.<\/strong><\/li>\n<li><strong>For example:<\/strong> Suppose you work in a company for 2 years\u00a0and your salary is 2000 QAR, then:\n<ul>\n<li>QAR 2000 \u00f730 = QAR 66.66 (one day salary)<\/li>\n<li>QAR 66.66 x 21 = QAR 1,400 (21 days salary)<\/li>\n<li>QAR 1,400 x 2 = QAR 2,800 (your total of 2 years bonus)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2><strong>Gratuity Calculation in Qatar After 10 Years<\/strong><\/h2>\n<p>The end of service gratuity after 10 years is also the same as the one-year end of service gratuity, as the rule of giving a one-week gratuity is no longer valid. Each employee receives a 5-week gratuity.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-2783\" src=\"https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Gratuity-Calculation-in-Qatar-After-10-Years-600x338.jpeg\" alt=\"Gratuity Calculation in Qatar After 10 Years\" width=\"600\" height=\"338\" srcset=\"https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Gratuity-Calculation-in-Qatar-After-10-Years-600x338.jpeg 600w, https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Gratuity-Calculation-in-Qatar-After-10-Years-1024x576.jpeg 1024w, https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Gratuity-Calculation-in-Qatar-After-10-Years-768x432.jpeg 768w, https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Gratuity-Calculation-in-Qatar-After-10-Years-360x203.jpeg 360w, https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Gratuity-Calculation-in-Qatar-After-10-Years.jpeg 1536w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<h2><strong>Factors Affecting the Gratuity Amount in <\/strong><strong>Qatar<\/strong><\/h2>\n<p>The following factors affect the calculation of the end-of-service gratuity in Qatar:<\/p>\n<ul>\n<li><strong>Partial years:<\/strong> For employees who have completed more than one year but less than one full additional year, the end-of-service gratuity is calculated proportionally based on the months they have completed.<\/li>\n<li><strong>Resignation before completing one year:<\/strong> An employee is not entitled to an end-of-service gratuity if they leave their employment before completing one year of service.<\/li>\n<li><strong>Contract provisions:<\/strong> If the employment contract provides for a more favorable calculation of the end-of-service gratuity, the terms of the contract apply.<\/li>\n<li><strong>Deductions:<\/strong> Any loans, advances, or entitlements owed by the employee to the employer may be deducted from the end-of-service gratuity amount.<\/li>\n<\/ul>\n<h2><strong>Eligibility for Gratuity in <\/strong><strong>Qatar<\/strong><\/h2>\n<p>To qualify for end-of-service gratuity in Qatar, an employee must:<\/p>\n<ul>\n<li>Complete at least one year of continuous service with the employer.<\/li>\n<li>Resign or terminate employment.<\/li>\n<li>Ensure that no serious violations or misconduct have been committed that would lead to termination of employment.<\/li>\n<\/ul>\n<h2><strong>Can Employer not Paying Gratuity in Qatar<\/strong><\/h2>\n<p>An employer may terminate an employee&#8217;s service in the following cases:<\/p>\n<ul>\n<li>If the employee presents a false identity, a false nationality, or forged documents.<\/li>\n<li>If the employee commits an act that results in a loss to the employer, the employer must report all incidents to the administration within 24 hours.<\/li>\n<li>If the employee is sentenced to life imprisonment for a crime or indecency.<\/li>\n<li>If the employee is absent from work without an acceptable excuse for a period of 7 days and 15 days per year.<\/li>\n<li>No mandatory penalty may be imposed on an employee for a single violation, and no more than one penalty may be imposed.<\/li>\n<li>If the employee assaults the employer, their manager, or any other employee during the course of work.<\/li>\n<li>If the employee reveals secrets of the company or the employer they work for.<\/li>\n<li>If the employee fails to perform their work on one or more occasions, they have the right to terminate their employment under the contract.<\/li>\n<\/ul>\n<h2><strong>Gratuity in Qatar for the Government Sector<\/strong><\/h2>\n<p>The method for calculating end-of-service gratuity in Qatar differs between the government and private sectors, and depends primarily on the number of years of service. As the number of years of service increases, the method of calculating the end-of-service gratuity changes, as does its value, as follows:<\/p>\n<h3><strong>Calculating Gratuity for the Government Sector in Qatar before 5 Years<\/strong><\/h3>\n<p>The following equation explains how to calculate end-of-service gratuity for the government sector in Qatar\u00a0before\u00a05 years:<\/p>\n<ul>\n<li><strong>End-of-Service Gratuity = One Month&#8217;s Salary \u00d7 Number of Years of Service<\/strong><\/li>\n<\/ul>\n<h3><strong>Calculating Gratuity for the Government Sector in Qatar after 5 Years<\/strong><\/h3>\n<p>The following equation explains how to calculate end-of-service gratuity for the government sector in Qatar after 5 years:<\/p>\n<ul>\n<li><strong>End-of-Service Gratuity = (One Month&#8217;s Salary \u00d7 5) + (One Month&#8217;s Salary \u00d7 1.5 \u00d7 Number of Years Remaining After the First 5 Years of Service)<\/strong><\/li>\n<\/ul>\n<h3><strong>Calculating Gratuity for the Government Sector in Qatar after 10 Years<\/strong><\/h3>\n<p>The following equation explains how to calculate end-of-service gratuity for the government sector in Qatar after 10 years:<\/p>\n<ul>\n<li><strong>End-of-Service Gratuity = (One Month&#8217;s Salary \u00d7 5) + (One Month&#8217;s Salary \u00d7 1.5 \u00d7 5) + (One Month&#8217;s Salary \u00d7 1.5 \u00d7 5) (One Month&#8217;s Salary \u00d7 2 \u00d7 Number of Years Remaining After the First 10 Years of Service) (Service)<\/strong><\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-2787\" src=\"https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Calculating-Gratuity-for-the-Government-Sector-in-Qatar-after-10-Years-592x400.jpeg\" alt=\"Calculating Gratuity for the Government Sector in Qatar after 10 Years\" width=\"592\" height=\"400\" srcset=\"https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Calculating-Gratuity-for-the-Government-Sector-in-Qatar-after-10-Years-592x400.jpeg 592w, https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Calculating-Gratuity-for-the-Government-Sector-in-Qatar-after-10-Years-360x243.jpeg 360w, https:\/\/menbrqatar.com\/wp-content\/uploads\/2025\/04\/Calculating-Gratuity-for-the-Government-Sector-in-Qatar-after-10-Years.jpeg 768w\" sizes=\"auto, (max-width: 592px) 100vw, 592px\" \/><\/p>\n<h2><strong>Gratuity in Qatar for Housemaid<\/strong><\/h2>\n<p>A domestic worker in Qatar is entitled to an end-of-service gratuity if they terminate their employment after one full year of service with the same employer. This gratuity must not be less than three weeks&#8217; wages for each year, including fractions of a year. In other words, the value of the end-of-service gratuity paid to a domestic worker is the same as the value of the end-of-service gratuity paid to a private sector worker.<\/p>\n<h2><strong>Conclusion<\/strong><\/h2>\n<p>An employee is entitled to an end-of-service gratuity upon termination of service and registration if the worker has worked for the company for at least one year or more. Therefore, the company is supposed to pay you the end-of-service gratuity in accordance with Article 1. The company handles all the procedures and gives you the gratuity amount at the end of service.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>End-of-service gratuity in Qatar is a type of payment or reward provided by an employer to an employee in accordance with Qatari labor law. The amount of the gratuity depends&#8230;<\/p>\n","protected":false},"author":4,"featured_media":2871,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[30],"tags":[84],"class_list":["post-2770","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-services","tag-qatar-gratuity-calculator"],"acf":[],"views":434,"_links":{"self":[{"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/posts\/2770","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/comments?post=2770"}],"version-history":[{"count":11,"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/posts\/2770\/revisions"}],"predecessor-version":[{"id":4232,"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/posts\/2770\/revisions\/4232"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/media\/2871"}],"wp:attachment":[{"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/media?parent=2770"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/categories?post=2770"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/menbrqatar.com\/en\/wp-json\/wp\/v2\/tags?post=2770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}