Technicians fix technical issues and keep systems running smoothly. You’ll troubleshoot equipment or software issues and support users directly. Quick thinking and practical skills make you indispensable. Your help keeps things working. Check out technician 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.
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…
Technician Jobs, Aga Khan Academy Jobs. We are seeking a qualified and experienced HVAC Technician to join our team. The successful candidate will be responsible for installing, maintaining, and repairing heating, ventilation, and air conditioning systems to ensure safe, efficient, and reliable…
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.
Engineering Jobs, Amentum Jobs. The technician will assist in performing inspection, survey, data review, and corrective action updates necessary for the ongoing maintenance and certification of water systems as specified in CNIC M-5090.1A. Responsibilities Minimum Requirements Preferred Qualifications: How to…
Technician Jobs, GivePower Jobs. About the Role Key Responsibilities Water Treatment Systems: Solar and Battery Electrical Systems: Network & Data Systems: Field Service & Team Leadership: Maintenance & Reliability: Qualifications and Experience Core Competencies Salary: How to Apply Click here…
Sales Jobs. Morison Jobs The Company has for more than 40 years, been involved in the supply of fire, engineering and safety solutions to oil companies, hotels, and manufacturing firms in Kenya and the neighbouring countries. Our range of offerings…
Engineering Jobs. West Kenya Sugar Limited Jobs Key Responsibilities Qualifications How to Apply Click here to apply
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.
University Jobs, Kaimosi Friends University Jobs. Requirements For appointment to this position the applicants must have: – How to Apply Interested and qualified persons are required to submit an electronic scanned Copy in PDF format (as one running document) their…
University Jobs, Murang’a University of Technology Jobs. Requirements for the position of Mechanic I Grade 5/6 How to Apply Applicants are required to How to apply: apply online through the online link available on the portal (careers section). In addition,…
Engineering Jobs. Techwin Jobs About the job Responsibilities Qualifications How to Apply How to apply: Interested candidates should send their CV & Academic Certificates as one document to hr@techwin.co.ke with the subject “SOLAR TECHNICIAN” on or before 8th May, 2026.
Technician Jobs, Tatu City Jobs. Tatu City is hiring a highly skilled Substation Control Technician. Under the general direction of the Power Engineer, the Substation Control Technician will be tasked to perform journey-level electrical work in the operation, construction, maintenance,…
Engineering Jobs. Brites Management Jobs. Key Responsibilities Installation of Refrigeration and HVAC Systems Routine Inspection and Preventive Maintenance Troubleshooting and Diagnostic Analysis Repairs and Component Replacement System Testing and Calibration Emergency Response and Troubleshooting Record Keeping and Reporting Compliance and…
Technician Jobs, Naivasha Water and Sanitation Company L.T.D Jobs. Job Purpose To monitor and enforce strict compliance with water and sewage treatment standards. This role ensures that all processed water and effluent meet approved quality specifications through rigorous sampling, chemical…
Engineering Jobs, Amentum Jobs. Responsibilities The HVAC Master Technician, designated as key personnel, will perform and support inspections, testing, maintenance, and repairs on HVAC systems, ensuring optimal system performance and operation. Responsibilities include, but are not limited to: Minimum Requirements Preferred…
Engineering Jobs. Machakos County Public Service Board Jobs Responsibilities An officer at this level will be deployed to any of the following functional areas: Mechanical Motor vehicles/plant-electrical Motor Vehicles/ Plant-Electrical Duties and responsibilities will entail: Requirements For appointment to this…
Engineering Jobs, Durham International School Jobs. Overview Durham International School is seeking for an Art and Design Technology Teacher to support high quality teaching and learning across these departments. This role requires an enthusiastic, flexible, and well organised individual who…
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"};