Malawi PAYE
Calculator 2025/26

MRA progressive tax (0%–35%) on 4 bands. No mandatory pension. Monthly computation per MRA bands.

✦ Includes AI Advisor MRA 2025/26 Verified MWK · Malawi Kwacha

Last verified: July 2025 · Source: MRA (mra.mw) · Income Tax Act

2025/26 Key Facts: PAYE bands: 0% first MWK 100,000/mo; 25% MWK 100,001–400,000; 30% MWK 400,001–1,500,000; 35% above MWK 1,500,000. No mandatory pension scheme. Calculated monthly on gross salary.

Enter Your Details Malawi Kwacha · MWK
Monthly Gross Salary MWK 500,000
MWK 50,000MWK 10,000,000
Or type exact monthly amountBefore any deductions
MWK
Monthly Take-Home Pay
MWK 0
After PAYE & all deductions
Effective Tax Rate 0%
Malawi Tax FAQ

Common PAYE Questions

What are the Malawi PAYE tax bands for 2025/26?

Four monthly bands: 0% on first MWK 100,000; 25% on MWK 100,001–400,000; 30% on MWK 400,001–1,500,000; 35% above MWK 1,500,000. Tax is calculated monthly on gross salary with no deductions allowed before PAYE.

Is there a mandatory pension scheme in Malawi?

No. Malawi does not have a mandatory employee pension contribution scheme. PAYE is calculated on the full gross salary with no social security deduction. Some employers may offer voluntary pension or provident fund schemes — these would be optional and deducted after PAYE.

How is PAYE calculated in Malawi?

PAYE is calculated monthly on gross salary using the four progressive bands. An employee earning MWK 500,000 would pay: MWK 100,000 at 0% (MWK 0), then MWK 300,000 at 25% (MWK 75,000), then MWK 100,000 at 30% (MWK 30,000), total MWK 105,000.

Are there any tax-free amounts in Malawi?

The first MWK 100,000 of monthly gross salary is taxed at 0% — this is the tax-free band. Salaries below MWK 100,000 per month pay no PAYE. Above this, progressive rates apply.

When must employers remit PAYE to MRA?

Employers must file and remit PAYE to MRA by the 15th day of the month following the payroll month. Monthly PAYE returns are required even for nil-tax months.

Can I reduce my Malawi PAYE tax?

Tax reduction opportunities in Malawi are limited since there is no mandatory pension scheme and few deductions allowed against taxable income. Some employers may offer voluntary provident funds or life insurance, which may be tax-deductible — consult your employer or MRA on what qualifies.

More African Tax Tools

🇳🇬 Nigeria PAYE Calculator 🇰🇪 Kenya PAYE Calculator 🇬🇭 Ghana PAYE Calculator 🇿🇦 South Africa PAYE Calculator 🌍 Pan-African VAT Calculator 💱 African Currency Converter
`; const blob = new Blob([html],{type:'text/html;charset=utf-8'}); const url = URL.createObjectURL(blob); const w = window.open(url,'_blank'); if(w){ w.addEventListener('load',()=>{setTimeout(()=>{w.print();setTimeout(()=>URL.revokeObjectURL(url),3000)},600)}); setTimeout(()=>{try{w.print()}catch(e){}},1200); } } function shareResult() { if (!RESULT) return; const text = `My Malawi PAYE breakdown: Gross MWK ${Math.round(RESULT.gross).toLocaleString()}/mo → Take-home MWK ${Math.round(RESULT.netMonthly).toLocaleString()}/mo (${pct(RESULT.effectiveRate)} effective rate). Calculated at afrotools.com/malawi/mw-paye`; if (navigator.share) { navigator.share({title:'My Malawi PAYE',text,url:'https://afrotools.com/malawi/mw-paye'}); } else if (navigator.clipboard) { navigator.clipboard.writeText(text); const btn = document.getElementById('mwShareBtn'); btn.textContent = '✓ Copied!'; setTimeout(()=>btn.innerHTML=` Share Result`,2500); } } async function getAI() { if (!RESULT) return; const R = RESULT; const btn = document.getElementById('aiBtn'); const respEl = document.getElementById('aiResp'); btn.disabled = true; btn.textContent = 'Analysing…'; respEl.style.display = 'block'; respEl.className = 'ai-response typing'; respEl.textContent = ''; document.getElementById('aiStatus').style.display = 'none'; const prompt = `Malawi PAYE analysis (2025/26, MRA): - Monthly gross: MWK ${Math.round(R.gross).toLocaleString()} - Monthly PAYE: MWK ${Math.round(R.monthlyPAYE).toLocaleString()} - Monthly take-home: MWK ${Math.round(R.netMonthly).toLocaleString()} - Effective tax rate: ${pct(R.effectiveRate)} Give: 1) Plain English summary of Malawi PAYE position 2) Two specific ways to reduce tax liability 3) One MRA compliance point to know 4) One common mistake. Under 150 words. No markdown, no asterisks.`; try { const res = await fetch('/.netlify/functions/ai-advisor', { method:'POST', headers:{'Content-Type':'application/json'}, body: JSON.stringify({ system:'You are AfroTools AI Tax Advisor specialising in Malawi PAYE — MRA progressive tax. Be concise, specific, practical. No markdown.', messages:[{role:'user',content:prompt}] }) }); if(!res.ok) throw new Error('HTTP '+res.status); const data = await res.json(); const text = data.text || 'Unable to generate analysis.'; respEl.className = 'ai-response'; respEl.textContent = ''; let i = 0; const type = () => { if(i${msg}`; const aiEl = document.createElement('div'); aiEl.className = 'msg a'; aiEl.textContent = '…'; msgs.appendChild(aiEl); msgs.scrollTop = msgs.scrollHeight; CHAT_HISTORY.push({role:'user',content:msg}); try { const res = await fetch('/.netlify/functions/ai-advisor',{ method:'POST',headers:{'Content-Type':'application/json'}, body:JSON.stringify({ system:`AfroTools AI Tax Advisor, Malawi. User: gross MWK ${Math.round(R.gross).toLocaleString()}/mo, take-home MWK ${Math.round(R.netMonthly).toLocaleString()}/mo, effective rate ${pct(R.effectiveRate)}. Concise. No markdown.`, messages:CHAT_HISTORY }) }); const data = await res.json(); const text = data.text || 'Unable to respond.'; aiEl.textContent = text; msgs.scrollTop = msgs.scrollHeight; } catch(err) { aiEl.textContent = 'AI temporarily unavailable.'; } }