{"id":13950,"date":"2025-05-31T21:34:08","date_gmt":"2025-05-31T18:34:08","guid":{"rendered":"https:\/\/emirateseportal.com\/?p=13950"},"modified":"2026-01-03T10:37:20","modified_gmt":"2026-01-03T07:37:20","slug":"overtime-calculator","status":"publish","type":"post","link":"https:\/\/emirateseportal.com\/en\/overtime-calculator\/","title":{"rendered":"Overtime Calculator UAE \u2013 Updated for Labor Laws 2026"},"content":{"rendered":"<p>You can accurately calculate your overtime entitlements in the UAE using the following calculator:<\/p>\n\r\n<style>\r\n    #chart-container {\r\n        width: 400px;\r\n        height: 400px;\r\n        margin: 20px auto;\r\n    }\r\n<\/style>\r\n\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js@4.4.9\/dist\/chart.umd.min.js\"><\/script>\r\n\r\n<div class=\"g-form\">\r\n    <div class=\"g-form-options\">\r\n                    <div class=\"header\">Overtime Calculation UAE<\/div>\r\n        \r\n        <div class=\"label\">Basic Salary (AED):<\/div>\r\n        <input type=\"number\" id=\"basicSalary\">\r\n\r\n        <div class=\"label\">Overtime Hours (9PM-4AM):<\/div>\r\n        <input type=\"number\" id=\"overtimeHours_9PM_4AM\">\r\n\r\n        <div class=\"label\">Overtime Hours (4AM-9PM):<\/div>\r\n        <input type=\"number\" id=\"overtimeHours_4AM_9PM\">\r\n\r\n        <div class=\"label\">Overtime Hours (Friday):<\/div>\r\n        <input type=\"number\" id=\"overtimeHours_Friday\">\r\n\r\n        <div class=\"label\">Overtime Hours (Public Holiday with Compensation Leave):<\/div>\r\n        <input type=\"number\" id=\"overtimeHours_PH_with_Compensation\">\r\n\r\n        <div class=\"label\">Overtime Hours (Public Holiday without Compensation Leave):<\/div>\r\n        <input type=\"number\" id=\"overtimeHours_PH_without_Compensation\">\r\n        \r\n        <input type=\"button\" data-name=\"submit\" value=\"Calculate\">\r\n    <\/div>\r\n\r\n    <div class=\"g-form-result\">\r\n        <div class=\"header\">Results<\/div>\r\n        <div id=\"result\"><\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function() {\r\n            const form = document.currentScript.parentNode.closest('.g-form');\r\n            const formOptions = form.querySelector('.g-form-options');\r\n            const formResult = form.querySelector('.g-form-result');\r\n            const formResultBody = formResult.querySelector('.body');\r\n            const formSubmit = form.querySelector('[data-name=\"submit\"]');\r\n            const formReset = form.querySelector('[data-name=\"reset\"]');\r\n\r\n            if ( formSubmit ) {\r\n                formSubmit.addEventListener('click', () => {\r\n                    formResult.style.display = 'flex';\r\n\r\n                    calculateOvertimeAmount();\r\n                });\r\n            }\r\n\r\n            function calculateOvertimeAmount() {\r\n                const basicSalary = parseFloat(document.getElementById('basicSalary').value);\r\n                const overtimeHours_9PM_4AM = parseFloat(document.getElementById('overtimeHours_9PM_4AM').value);\r\n                const overtimeHours_4AM_9PM = parseFloat(document.getElementById('overtimeHours_4AM_9PM').value);\r\n                const overtimeHours_Friday = parseFloat(document.getElementById('overtimeHours_Friday').value);\r\n                const overtimeHours_PH_with_Compensation = parseFloat(document.getElementById('overtimeHours_PH_with_Compensation').value);\r\n                const overtimeHours_PH_without_Compensation = parseFloat(document.getElementById('overtimeHours_PH_without_Compensation').value);\r\n            \r\n                \/\/ Calculate the per-hour salary (s)\r\n                const perHourSalary = (basicSalary * 12) \/ (365 * 8);\r\n            \r\n                \/\/ Calculate the total overtime amount (o) for each overtime type\r\n                const overtimeAmount_9PM_4AM = overtimeHours_9PM_4AM * perHourSalary * 1.5;\r\n                const overtimeAmount_4AM_9PM = overtimeHours_4AM_9PM * perHourSalary * 1.25;\r\n                const overtimeAmount_Friday = overtimeHours_Friday * perHourSalary * 1.5;\r\n                const overtimeAmount_PH_with_Compensation = overtimeHours_PH_with_Compensation * perHourSalary * 1.5;\r\n                const overtimeAmount_PH_without_Compensation = overtimeHours_PH_without_Compensation * perHourSalary * 2.5;\r\n            \r\n                \/\/ Calculate the total UAE Overtime Amount\r\n                const totalOvertimeAmount = overtimeAmount_9PM_4AM + overtimeAmount_4AM_9PM + overtimeAmount_Friday +\r\n                    overtimeAmount_PH_with_Compensation + overtimeAmount_PH_without_Compensation;\r\n            \r\n                document.getElementById('result').innerText = \"UAE Overtime Amount: AED \" + totalOvertimeAmount.toFixed(2);\r\n            }\r\n            \r\n        })();\r\n    <\/script>\r\n<\/div>\n<p><\/div><\/div><\/div><div class=\"primary-content-body\"><div class=\"primary-content-content singular-content\"><div class=\"singular-body\"><\/p>\n<h2>Who is Eligible for Overtime Pay in the UAE<\/h2>\n<p>UAE Labor Law states that employees are normally entitled to pay for overtime hours worked beyond 8 hours in a working day or 48 hours in a working week. The exclusion of such entitlement is granted for managerial or supervisory positions, together with certain categories such as offshore or field-based workers. Aside from this, eligibility for such pay is also based on certain terms of the contract or company policies.<\/p>\n<h2>How to Calculate Overtime on Normal Working Days<\/h2>\n<p>The overtime during regular working days shall be paid at one hundred twenty-five percent of the basic hourly wage for the hours worked beyond the normal limit. To determine the hourly overtime rate: take the monthly basic salary &amp; divide it by 30, then by 8, &amp; multiply it by 1.25, which is in accordance with UAE labor law &amp; ensures that extra working hours are rewarded accordingly.<\/p>\n<h2>Overtime Pay Rates for Night Shifts and Public Holidays<\/h2>\n<p>Employees working between 10 &amp; 4 in the morning are entitled to 150% of their hourly wage unless working in shift jobs. For work on public holidays, overtime is payable at time &amp; half or compensatory time off may be given. These particular rates exist to reimburse the inconvenience &amp; extra effort put in at odd hours.<\/p>\n<h2>How to Use UAE Overtime Calculator<\/h2>\n<p>To use UAE overtime calculator, Just follow these easy steps:<\/p>\n<ul>\n<li>Write the basic salary in the designated field.<\/li>\n<li>Enter the number of overtime hours for each category in the designated space.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-13959\" src=\"https:\/\/emirateseportal.com\/wp-content\/uploads\/2025\/05\/How-to-Use-UAE-Overtime-Calculator-223x400.jpg\" alt=\"How to Use UAE Overtime Calculator\" width=\"223\" height=\"400\" srcset=\"https:\/\/emirateseportal.com\/wp-content\/uploads\/2025\/05\/How-to-Use-UAE-Overtime-Calculator-223x400.jpg 223w, https:\/\/emirateseportal.com\/wp-content\/uploads\/2025\/05\/How-to-Use-UAE-Overtime-Calculator-360x646.jpg 360w, https:\/\/emirateseportal.com\/wp-content\/uploads\/2025\/05\/How-to-Use-UAE-Overtime-Calculator.jpg 414w\" sizes=\"auto, (max-width: 223px) 100vw, 223px\" \/><\/p>\n<ul>\n<li>Click on the calculate icon.<\/li>\n<li>View the result to know the value of the employee&#8217;s additional salary.<\/li>\n<\/ul>\n<h2>Benefits of Using an Overtime Calculator for Accurate Payroll<\/h2>\n<p>The following list highlights the many benefits of using an overtime calculator to accurately calculate employee salaries:<\/p>\n<ul>\n<li><strong>Ensures Compliance with Labor Law:<\/strong> The overtime calculator helps ensure a company is compliant with UAE Labor Law by automatically applying correct rates for normal, night, &amp; holiday hours, thus averting any legal ramifications or employee complaints.<\/li>\n<li><strong>Reduces Payroll Errors:<\/strong> Manual computation often results in miscalculation of wages. Specialized calculators further reduce human error so that all overtime is computed properly and fairly among different categories of employees.<\/li>\n<li><strong>Improves Payroll Transparency:<\/strong> Employees seeing how overtime calculations are performed through a clear tool creates trust and transparency throughout the payroll process; this, in turn, reduces inquiries and increases their satisfaction.<\/li>\n<li><strong>Save Time and Resources:<\/strong> Automating overtime computation with such a tool will facilitate creating payroll, saving the HR department some precious time and energy every month, especially in larger organizations.<\/li>\n<li><strong>Better Budget Forecasting:<\/strong> Tracking overtime costs with precision allows a company to gain deeper insights into labor expenses, which, over time, allows better budget forecasts and management of the workforce.<\/li>\n<\/ul>\n<h2>Real-Life Example of Overtime Calculations in the UAE<\/h2>\n<p>Assume an employee whose monthly base pay is AED 6,000 working two extra hours on a weekday. First we calculate the hourly wage: 6000 \u00f7 30 \u00f7 8 = AED 25.00. Now applying the overtime rate of 125%, we get: 25 \u00d7 125% = 31.25. For two hours, overtime pay is 62.50 for that day.<\/p>\n<h2>Understanding UAE Labor Law on Overtime Limits and Caps<\/h2>\n<p>UAE Labor Law put overtime under limitation, restricting it to two hours per day, for the safety of the employee. In total, including overtime, actual working hours must not exceed 144 hours in 3 weeks; or, at least, that is a cap that has been put into place to ensure an individual is not overworked &amp; that the employer gives fair compensation for the overtime work should it occur. Should these caps be violated, penalties or even payment may be ensued under the law.<\/p>\n<h2>Common Mistakes Employers Make in Overtime Calculations<\/h2>\n<p>The following list shows common mistakes employers make in overtime calculations:<\/p>\n<ul>\n<li><strong>Using the Total Salary Instead of the Basic Salary:<\/strong> A common mistake is using the gross salary to calculate the overtime. According to UAE law, overtime is to be calculated by reference to basic salary only, therefore excluding allowances and bonuses.<\/li>\n<li><strong>Ignoring the Daily Does of Time Limitations and the Weekly Time Limit:<\/strong> Certain employers overlook the maximum legal limit of two hours of overtime per day and the weekly time limit, thus risking violations of labor law and exposure to fines or complaints from workers.<\/li>\n<li><strong>Wrong Night Shift Pay:<\/strong> The failure to pay at 150% the salary for work rendered at night shift hours of 10 PM to 4 AM is a very common occurrence and attracts violations, especially for pay rendered to non-shift workers.<\/li>\n<li><strong>Misclassification of Work Done on Public Holidays:<\/strong> Misclassification of public holiday work as overtime often leads to under-compensation. In addition to compensating at a higher rate, either paid or compensatory time off for working a statutory holiday is also enforceable by law.<\/li>\n<li><strong>Inadequate Documentation:<\/strong> Not documenting overtime requests, orders, or hours can create disputes. There needs to be a reliable way of recording and storing overtime records for payroll and legal purposes.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>You can accurately calculate your overtime entitlements in the UAE using the following calculator: Who is Eligible for Overtime Pay in the UAE UAE Labor Law states that employees are&#8230;<\/p>\n","protected":false},"author":19,"featured_media":13951,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[26],"tags":[214],"class_list":["post-13950","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-services","tag-calculators"],"acf":[],"views":1927,"_links":{"self":[{"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/posts\/13950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/comments?post=13950"}],"version-history":[{"count":8,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/posts\/13950\/revisions"}],"predecessor-version":[{"id":16598,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/posts\/13950\/revisions\/16598"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/media\/13951"}],"wp:attachment":[{"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/media?parent=13950"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/categories?post=13950"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/tags?post=13950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}