Cameroon PAYE
Calculator 2025

DGI progressive tax (10%–35%), CNPS social security (4.2% employee + 11.2% employer). Annual computation per DGI bands.

✦ Includes AI Advisor DGI 2025 Verified XAF · CFA Franc

Last verified: January 2025 · Source: DGI (dgi.cm) · Cameroon Tax Code

2025 Key Facts: DGI bands (annual): XAF 0–2,000,000 at 10%; XAF 2,000,001–3,000,000 at 15%; XAF 3,000,001–5,000,000 at 25%; above XAF 5,000,000 at 35%. CNPS employee 4.2%, tax-deductible. Employer 11.2%.

Enter Your Details CFA Franc · XAF
Annual Gross Salary XAF 30,000,000
XAF 1MXAF 200M
Or type exact annual amountBefore deductions
XAF
Active DeductionsToggle to include / exclude
CNPS Social Security
4.2% employee — tax-deductible

CNPS employee contribution (4.2%) is fully deductible from taxable income before DGI is calculated.

Annual Take-Home Pay
XAF 0
After DGI & all deductions
Effective Tax Rate 0%
Cameroon Tax FAQ

Common PAYE Questions

What are Cameroon DGI tax bands?

10% on first XAF 2,000,000; 15% on XAF 2,000,001–3,000,000; 25% on XAF 3,000,001–5,000,000; 35% above XAF 5,000,000. Applied annually to taxable income after CNPS deduction.

Is CNPS deductible from DGI?

Yes — employee CNPS (4.2%) is fully tax-deductible. Employer CNPS (11.2%) is a separate employer cost.

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'});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);});};} function shareResult(){if(!RESULT)return;const text=`Cameroon PAYE: Gross XAF ${Math.round(RESULT.gross).toLocaleString()}/yr → Take-home XAF ${Math.round(RESULT.net).toLocaleString()}/yr (${pct(RESULT.effectiveRate)} rate). afrotools.com/cameroon/cm-paye`;if(navigator.share){navigator.share({title:'My Cameroon PAYE',text,url:'https://afrotools.com/cameroon/cm-paye'});}else if(navigator.clipboard){navigator.clipboard.writeText(text);const btn=document.getElementById('cmShareBtn');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=`Cameroon PAYE 2025: Gross XAF ${Math.round(R.gross).toLocaleString()}/yr, CNPS XAF ${Math.round(R.cnps).toLocaleString()}, DGI XAF ${Math.round(R.annualDGI).toLocaleString()}, Take-home XAF ${Math.round(R.net).toLocaleString()}, Rate ${pct(R.effectiveRate)}. Summarize position in 150 words.`;try{const res=await fetch('/.netlify/functions/ai-advisor',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({system:'AfroTools Tax Advisor - Cameroon DGI. Concise, practical, no markdown.',messages:[{role:'user',content:prompt}]})});if(!res.ok)throw new Error('HTTP');const data=await res.json();const text=data.text||'Unable to generate.';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:'Cameroon tax advisor. Concise.',messages:CHAT_HISTORY})});const data=await res.json();aiEl.textContent=data.text||'Error';CHAT_HISTORY.push({role:'assistant',content:data.text||'Error'});msgs.scrollTop=msgs.scrollHeight;}catch(e){aiEl.textContent='Network error.';}} document.getElementById('grossSalary').addEventListener('keydown',e=>{if(e.key==='Enter')calculate();});