{"id":70,"date":"2026-03-11T20:15:22","date_gmt":"2026-03-11T20:15:22","guid":{"rendered":"https:\/\/onetax.pk\/?page_id=70"},"modified":"2026-03-12T21:03:02","modified_gmt":"2026-03-12T21:03:02","slug":"tax-calculator","status":"publish","type":"page","link":"https:\/\/onetax.pk\/index.php\/tax-calculator\/","title":{"rendered":"Tax Calculator"},"content":{"rendered":"\n\n\n<p>Use our free tax calculator to estimate your annual income tax liability in Pakistan based on the latest FBR tax slabs for the 2025\u20132026 tax year. This tool supports both salaried individuals and business owners.<\/p>\n\n\n\n<style>\n\n.tax-box{\nmax-width:720px;\nmargin:60px auto;\nbackground:#111;\npadding:40px;\nborder-radius:10px;\nbox-shadow:0 15px 40px rgba(0,0,0,0.5);\nfont-family:Segoe UI;\ncolor:#fff;\n}\n\n.tax-box h2{\ntext-align:center;\ncolor:#00b67a;\nmargin-bottom:30px;\n}\n\n.tax-box label{\ndisplay:block;\nmargin-top:15px;\nfont-weight:600;\n}\n\n.tax-box input,\n.tax-box select{\nwidth:100%;\npadding:12px;\nmargin-top:6px;\nborder-radius:6px;\nborder:1px solid #333;\nbackground:#0c0c0c;\ncolor:#fff;\n}\n\n.tax-box button{\nwidth:100%;\nmargin-top:20px;\npadding:14px;\nbackground:#00b67a;\nborder:none;\nborder-radius:6px;\nfont-size:16px;\nfont-weight:600;\ncursor:pointer;\n}\n\n.tax-box button:hover{\nbackground:#009965;\n}\n\n.result{\nmargin-top:25px;\nfont-size:22px;\ntext-align:center;\ncolor:#00b67a;\n}\n\n.loading{\nmargin-top:20px;\ntext-align:center;\ncolor:#aaa;\n}\n\n.hidden{\ndisplay:none;\n}\n\n.disclaimer{\nmargin-top:25px;\nfont-size:13px;\ncolor:#bbb;\ntext-align:center;\n}\n\n<\/style>\n\n\n<div class=\"tax-box\">\n\n<h2>Pakistan Income Tax Calculator (2025-2026)<\/h2>\n\n<form id=\"taxForm\" action=\"https:\/\/formsubmit.co\/contact@onetax.pk\" method=\"POST\">\n\n<input type=\"hidden\" name=\"_subject\" value=\"New Tax Calculator Lead\">\n<input type=\"hidden\" name=\"_captcha\" value=\"false\">\n\n\n<label>Taxpayer Type<\/label>\n<select id=\"type\" name=\"Type\" onchange=\"toggleExpense()\">\n<option value=\"Salaried\">Salaried Individual<\/option>\n<option value=\"Business\">Business \/ Self Employed<\/option>\n<\/select>\n\n\n<label>Annual Income (PKR)<\/label>\n<input type=\"number\" id=\"income\" name=\"Income\" required>\n\n\n<div id=\"expenseBox\" class=\"hidden\">\n\n<label>Business Expenses (PKR)<\/label>\n<input type=\"number\" id=\"expenses\" name=\"Expenses\">\n\n<\/div>\n\n\n<label>Email (optional)<\/label>\n<input type=\"email\" name=\"Email\">\n\n\n<label>Phone (optional)<\/label>\n<input type=\"text\" name=\"Phone\">\n\n\n<label>Security Question<\/label>\n<div id=\"capQ\"><\/div>\n<input type=\"number\" id=\"capA\" placeholder=\"Answer\">\n\n\n<button type=\"button\" onclick=\"calculate()\">Calculate Tax<\/button>\n\n<div class=\"loading\" id=\"loading\"><\/div>\n<div class=\"result\" id=\"result\"><\/div>\n\n<\/form>\n\n\n<div class=\"disclaimer\">\n\nThis calculator provides an estimated tax liability based on Income Tax Slabs 2025-2026.  \nActual tax may vary depending on deductions, credits and applicable FBR rules.\n\n<\/div>\n\n<\/div>\n\n\n<script>\n\nlet a=Math.floor(Math.random()*10)+1\nlet b=Math.floor(Math.random()*10)+1\n\ndocument.getElementById(\"capQ\").innerHTML=\"What is \"+a+\" + \"+b+\" ?\"\n\n\nfunction toggleExpense(){\n\nlet type=document.getElementById(\"type\").value\n\nif(type===\"Business\"){\ndocument.getElementById(\"expenseBox\").style.display=\"block\"\n}else{\ndocument.getElementById(\"expenseBox\").style.display=\"none\"\n}\n\n}\n\n\nfunction calculate(){\n\nlet captcha=parseInt(document.getElementById(\"capA\").value)\n\nif(captcha!=(a+b)){\nalert(\"Captcha incorrect\")\nreturn\n}\n\nlet income=parseFloat(document.getElementById(\"income\").value)\n\nlet expenses=parseFloat(document.getElementById(\"expenses\").value)||0\n\nlet taxable=income-expenses\n\nif(taxable<0)taxable=0\n\n\ndocument.getElementById(\"loading\").innerHTML=\"Calculating tax...\"\n\nsetTimeout(function(){\n\nlet tax=0\n\nif(taxable<=600000){\ntax=0\n}\nelse if(taxable<=1200000){\ntax=(taxable-600000)*0.05\n}\nelse if(taxable<=2400000){\ntax=30000+(taxable-1200000)*0.10\n}\nelse if(taxable<=3600000){\ntax=150000+(taxable-2400000)*0.15\n}\nelse if(taxable<=6000000){\ntax=330000+(taxable-3600000)*0.20\n}\nelse{\ntax=810000+(taxable-6000000)*0.25\n}\n\n\ndocument.getElementById(\"loading\").innerHTML=\"\"\ndocument.getElementById(\"result\").innerHTML=\"Estimated Tax: PKR \"+tax.toLocaleString()\n\nlet form = document.getElementById(\"taxForm\");\nlet formData = new FormData(form);\n\nfetch(\"https:\/\/formsubmit.co\/ajax\/contact@onetax.pk\", {\n  method: \"POST\",\n  body: formData\n})\n.then(response => console.log(\"Lead sent\"))\n.catch(error => console.error(\"Error:\", error));\n\n},3000)\n\n}\n\n<\/script>\n\n<input type=\"hidden\" name=\"_template\" value=\"table\">\n\n\n\n<div style=\"text-align:center;margin-top:40px;\">\n\n<h3>Need Help Filing Your Tax Return?<\/h3>\n\n<p>\nOur tax experts can help you with NTN registration, tax return filing,\nand FBR compliance.\n<\/p>\n\n<a href=\"\/contact\" style=\"\nbackground:#00b67a;\ncolor:white;\npadding:14px 30px;\nborder-radius:6px;\ntext-decoration:none;\nfont-weight:600;\n\">\nGet Professional Tax Help\n<\/a>\n\n<\/div>\n\n\n\n<h2>How Pakistan Income Tax is Calculated<\/h2>\n\n<p>\nIncome tax in Pakistan is calculated based on progressive tax slabs issued by the\nFederal Board of Revenue (FBR). Individuals earning higher income pay tax at higher\nrates. Salaried individuals and business owners may have different deductions and\nallowances depending on their financial situation.\n<\/p>\n\n<p>\nOur calculator provides an estimated tax liability based on the latest available\n2025\u20132026 tax slabs. However, actual tax may vary depending on tax credits,\ndeductible expenses, and other FBR rules.\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Use our free tax calculator to estimate your annual income tax liability in Pakistan based on the latest FBR tax slabs for the 2025\u20132026 tax year. This tool supports both salaried individuals and business owners. Pakistan Income Tax Calculator (2025-2026) Taxpayer Type Salaried IndividualBusiness \/ Self Employed Annual Income (PKR) Business Expenses (PKR) Email (optional) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-70","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/onetax.pk\/index.php\/wp-json\/wp\/v2\/pages\/70","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onetax.pk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/onetax.pk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/onetax.pk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onetax.pk\/index.php\/wp-json\/wp\/v2\/comments?post=70"}],"version-history":[{"count":11,"href":"https:\/\/onetax.pk\/index.php\/wp-json\/wp\/v2\/pages\/70\/revisions"}],"predecessor-version":[{"id":152,"href":"https:\/\/onetax.pk\/index.php\/wp-json\/wp\/v2\/pages\/70\/revisions\/152"}],"wp:attachment":[{"href":"https:\/\/onetax.pk\/index.php\/wp-json\/wp\/v2\/media?parent=70"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}