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).
Technician Jobs Industry: IT, Location: Nairobi Gross Salary KES 40,000, About the role Our client is an ISP company offering fibre and wireless solutions across Kenya, looking to hireg a Fibre Technician to install, splice, test, and maintain fibre optic…
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.
Engineering Jobs, BURN Jobs. About the role Burn is looking for a Senior Project Engineer to join the Manufacturing Engineering team based in Nairobi, Kenya. The role will be responsible for leading manufacturing engineering projects, supporting new product introductions, improving…
Engineering Jobs. Muenzer Jobs Ready to build your career in the green energy sector? Muenzer Kenya Limited is looking for a practical, solution-oriented Warehouse Coordinator to join our growing team.If you have experience in warehouse, logistics, or industrial operations and…
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.
Banking Jobs, Family Bank Jobs. REPORTING TO: SENIOR PROJECTS & FACILITIES MANAGER Job Purpose: Overseeing maintenance operations for bank assets and properties, including planning, coordinating and controlling the technical facilities and property maintenance operations of the Bank. Providing cross cutting…
Banking Jobs. Co-operative Bank Jobs. Reporting to the Head – Projects & Facilities Management, the Facilities Manager is responsible for the strategic and operational management of the Bank’s physical assets and facilities across the branch and office network. The role…
Engineering Jobs. Sheer Logic Jobs Job Description Key Responsibilities Qualifications & Experience Skills & Competencies How to Apply Send your CV to talentsourcing@sheerlogicltd.com by 31st May 2026. Indicate the job title.
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.
Engineering Jobs Reports to: Project Manager, Industry: Construction, Location: Maldives, Gross Salary: USD 3500 – 4000 Our client, a leading force in the Maldivian construction industry, is seeking an experienced and highly analytical Contracts Manager with a strong Quantity Surveying…
Engineering Jobs Department: Engineering & Design, Location: Nairobi, Kenya (with regional travel as required) Reports To: Managing Director / Sales Manager, Salary: Competitive, Job Purpose To drive sales and provide technical expertise for water, wastewater, and rainwater treatment solutions, ensuring…
Engineering Jobs. Excelon Jobs Roles What We Are Looking For How to Apply Submit your CV and a written response (500 words maximum) to the following problem: “A client in the Middle East requires a mixed-use commercial tower to achieve…
Engineering Jobs, Burhani Engineers Jobs. Job Purpose Key Responsibilities KRA 1: Starting the True Gas Company Key duties include: KRA 2: Running the True Gas Company Key duties include: KRA 3: Growing the True Gas Company Focuses on market expansion,…
Engineering Jobs, M-Gas Jobs. Job Summary Monitor the reliability of our fleet of meters and identify root causes of failures. Recommend solutions to improve reliability. Responsibilities Requirements How to Apply Click here to apply
Engineering Jobs. Excelon Limited Jobs Job Purpose Key Responsibilities Qualifications & Experience Skills & Competencies How to Apply Interested and qualified candidates should forward their CV to: recruitment@excelon.co.ke using the position as subject of email.
Technician Jobs, University of Embu Jobs. Qualifications Applicants must be holders of at least KCSE C- (Minus), a Diploma, and a Higher Diploma in How to Apply Visit the University of Embu website; fill in your details as guided; Submit…
Engineering Jobs. MSVL Group Jobs Qualifications Key Responsibilities: How to Apply To apply, email your updated CV to jobs@msvlgroup.com with the subject line “Production Manager (Paints)”. Note: Only shortlisted candidates will be contacted for further evaluation.
Engineering Jobs. Jamii Telecommunications Jobs Key Responsibilities: Minimum Qualifications Required Skills & Competencies: How to Apply Click Here to Apply
NGO Jobs. One Acre Fund Jobs Key Responsibilities SAP QC Oversight & Corrections Team Management & Development Process Improvement & Data Analytics Qualifications How to Apply Click here to apply
Logistics Jobs, Amentum Jobs. The Grounds Crew Leader will oversee a team responsible for the maintenance and servicing of improved grounds, operational areas, and stormwater drainage systems, ensuring compliance with specified appearance and operational standards. Responsibilities Minimum Requirements Preferred Qualifications:…
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"};