Engineers build, fix, and improve big systems whether buildings, machines, or software. You’ll design plans, monitor projects, and make ideas come alive. It’s technical, creative, and always in demand. You’ll learn new things every day. Check out engineering job opportunities in Kenya.
Kenya Net Pay Calculator
Gross Salary:
NSSF (Tier I & II):
SHIF (2.75%):
Housing Levy (1.5%):
PAYE (Tax):
Personal Relief:- KSh 2,400.00
Net Salary:
Based on 2026 Kenyan Statutory Rates (NSSF cap KSh 6,480).
About Microsoft Microsoft Corporation (commonly referred to as Microsoft or MS) is an American multinational technology company headquartered in Redmond, Washington, that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known…
Are you recruiting and want to attract qualified professionals in Kenya? Advertise your job with us. Reach over 500,000 qualified Kenyan professionals. Advertise your job here. And start receiving qualified applicants fast.
With over 70 years of experience, our focus is on helping the most vulnerable children overcome poverty and experience fullness of life. We help children of all backgrounds, even in the most dangerous places, inspired by our Christian faith. Come…
HACO Industries was established in the early 1970’s as single-product manufacturer. From those modest beginnings, HACO is now one of the region’s leading FMCG manufacturers, supplying a wide range of products to the entire East African and COMESA Markets.This role…
Pass your next job interview with confidence? Master the confidence to sell yourself during interviews and get the salary you deserve. Click here for interview preparation Interview with confidence.
The Technology department is responsible for the Development, Realization and Implementation of the strategic Digital Product Roadmap for Rainforest Alliance (including all supporting Technology processes), for all Global Business Initiatives and Assurance programs. The department is also responsible for maintenance…
About the role. The engineering manager will be responsible for managing technical delivery and delivery quality. They will be responsible for communicating and participating in solving any engineering issue that comes up in a project, answering technical questions, proposing budgets…
About the role. The NOC Engineer will monitor the performance of our mission-critical services including databases, servers, MNO integrations (for payments) and SMS gateways. They will also collaborate with cross-functional teams to manage escalations and where possible manage quality. There…
UNHCR was created in 1950, during the aftermath of the Second World War, to help millions of Europeans who had fled or lost their homes. We had three years to complete our work and then disband. Today, over 65 years…
Davis & Shirtliff Group is the leading supplier of water and energy solutions in the region. The Group is Kenyan based and operates through a network of Kenyan branches as well as regional subsidiaries in Uganda, Tanzania, Zambia, Rwanda, South…
Register Your CV With Us And We shall Match You With Jobs That Suit You. Upload your CV to be considered for jobs that match your skills, experience and career level. Upload your CV here — It's free.
About Us Royal Media Services Limited is the largest electronic Media House in Kenya. Home to the most popular television and radio channels according to audience share, at Royal Media Services we fashion our programming primarily to connect with our…
About Us The Jitu is a software and technology provider based in Nyeri, Kenya. We chose Nyeri because we believe the talent in this area of the world can compete globally. If you would like to work for a company…
Reporting to: CEO, Location: Eastern Bypass, Gross Salary: Ksh 70k – 80k Our client is a Cosmetics Manufacturing Company seeking to hire a Production Supervisor who oversees the production floor’s daily operations to ensure that manufacturing processes run smoothly, and…
Safaricom is the leading provider of converged communication solutions in Kenya. In addition to providing a broad range of first-class products and services for Telephony, Broadband Internet and Financial services, Safaricom seeks to uplift the welfare of Kenyans through value-added…
Have you ever thought of changing to a new career? Navigating through a career change can be a daunting process but it becomes easier when you understand what you’re good at and what you are passionate about. Lenard Kahutu is…
How many times do we give up especially when our efforts don’t yield results? How do you turn from the ‘verge of giving up to becoming self-sufficient? It is said that the darkest part of the night is almost at…
Microsoft Excel is the best tool in the Microsoft Office Suite for analyzing data. Excel has a chart and graphing features that help display data in an easy-to-understand format hence you need to be equipped with excel skills for you…
Project management may not be an easy task as people perceive because of the stages which include, initiation, planning, execution controlling, and closing of a project. For you to oversee a project from ideation to execution then you need to…
Are you a finance officer, accountant, project manager, business analyst, data analyst, researcher, engineer or are you involved in data analysis in one way or another? Do you have advanced excel skills? Most organizations use Excel to handles data, statistics,…
By Lisa Osiako As a professional, have you been seeking to change jobs but are afraid of the uncertainty that may exist especially with the unsettled economy? Have you decided to put your job search on hold until the pandemic…
Are you working in your ideal job? Are you qualified in one area but practicing in a completely different area? If you had a chance to go back, would you still follow the same career path you are currently on?…
document.addEventListener('DOMContentLoaded', function() {
var btn = document.getElementById('calcBtn');
btn.addEventListener('click', function() {
var gross = parseFloat(document.getElementById('grossInput').value);
if (isNaN(gross) || gross <= 0) {
alert("Please enter a valid salary amount.");
return;
}// 1. NSSF 2026 (6% capped at 6,480)
var nssf = Math.min(gross * 0.06, 6480);// 2. SHIF (2.75%)
var shif = Math.max(gross * 0.0275, 300);// 3. Housing Levy (1.5%)
var housing = gross * 0.015;// 4. PAYE Calculation
var taxable = gross - nssf - shif - housing;
var paye = 0;if (taxable > 24000) {
var remaining = taxable;
// 10% on first 24,000
paye += 24000 * 0.1;
remaining -= 24000;
if (remaining > 0) {
// 25% on next 8,333
var chunk = Math.min(remaining, 8333);
paye += chunk * 0.25;
remaining -= chunk;
}
if (remaining > 0) {
// 30% on next 467,667
var chunk = Math.min(remaining, 467667);
paye += chunk * 0.30;
remaining -= chunk;
}
if (remaining > 0) {
// 32.5% on next 300,000
var chunk = Math.min(remaining, 300000);
paye += chunk * 0.325;
remaining -= chunk;
}
if (remaining > 0) {
// 35% above that
paye += remaining * 0.35;
}
}// Net PAYE after KSh 2,400 relief
var finalPaye = Math.max(0, paye - 2400);
var net = gross - nssf - shif - housing - finalPaye;// Display formatting
var fmt = new Intl.NumberFormat('en-KE', { style: 'currency', currency: 'KES' });
document.getElementById('outGross').innerText = fmt.format(gross);
document.getElementById('outNSSF').innerText = "- " + fmt.format(nssf);
document.getElementById('outSHIF').innerText = "- " + fmt.format(shif);
document.getElementById('outHousing').innerText = "- " + fmt.format(housing);
document.getElementById('outPAYE').innerText = "- " + fmt.format(finalPaye);
document.getElementById('outNet').innerText = fmt.format(net);
document.getElementById('resultsDisplay').style.display = 'block';
});
});
var kadenceConfig = {"screenReader":{"expand":"Child menu","expandOf":"Child menu of","collapse":"Child menu","collapseOf":"Child menu of"},"breakPoints":{"desktop":"1024","tablet":768},"scrollOffset":"0"};
//# sourceURL=kadence-navigation-js-extra
ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR"};