DR Congo PAYE
Calculator 2026

DGI progressive tax (0%–40%), INSS social security (5% employee + 5% employer, capped). Annual computation per DGI bands.

✦ Includes AI Advisor DGI 2026 Verified INSS · Capped CDF · Congolese Franc

Last verified: 2026 · Source: DGI (dgimpots.cd) · Tax Code (Code des Impôts) · INSS Regulations

2026 Key Facts: PAYE bands: CDF 0–524,160 at 0%; 3%–5% bands CDF 524,161–2,700,000; 10%–15% bands CDF 2,700,001–7,260,000; 20%–25% bands CDF 7,260,001–13,908,000; 30%–35% bands CDF 13,908,001–21,168,000; 40% above CDF 21,168,000. INSS total 10% (employee 5% + employer 5%), capped on base salary component. Employee INSS contribution is fully deductible from taxable income.

Enter Your Details Congolese Franc · CDF
Annual Gross Salary CDF 18,000,000
CDF 1,000,000CDF 300,000,000
Or type exact annual amountBefore any deductions
CDF
Active DeductionsToggle to include / exclude
INSS (employee)
5% — capped, tax-deductible

INSS employee contribution (5%, capped) is fully deductible from taxable income before PAYE is calculated. Employer INSS (5%, capped) is an additional cost shown in employer chart.

Annual Take-Home Pay
CDF 0
After PAYE, INSS & all deductions
Effective Tax Rate 0%
DR Congo Tax FAQ

Common PAYE Questions

What are the DR Congo DGI PAYE tax bands for 2026?

Ten annual bands: 0% on first CDF 524,160; 3%–5% on CDF 524,161–2,700,000; 10%–15% on CDF 2,700,001–7,260,000; 20%–25% on CDF 7,260,001–13,908,000; 30%–35% on CDF 13,908,001–21,168,000; 40% above CDF 21,168,000. Applied on an annual basis to taxable income (after INSS deduction).

Is INSS contribution deductible from PAYE taxable income?

Yes — the employee's mandatory 5% INSS contribution (capped on base salary) is fully deductible from gross pay before calculating PAYE. This reduces your taxable income and therefore your PAYE tax. The employer's matching 5% contribution is a separate employer cost, not deducted from your pay.

What does INSS cover in DR Congo?

The Institut National de Sécurité Sociale (INSS) provides social security coverage for employees in the Democratic Republic of Congo, including pension, disability, and survivor benefits. Total contribution is 10% (employee 5% + employer 5%), with employee contribution capped on the base salary component.

Are there additional employer payroll taxes in DR Congo?

Beyond INSS employer contribution (5%), employers may also face additional taxes depending on sector and organisation type. Always consult with a Congolese tax professional for comprehensive employer cost calculations.

How is the effective tax rate calculated?

Effective tax rate = (Total PAYE tax / Gross salary) × 100%. This shows the average percentage of gross salary paid in income tax. The marginal rate (on the next CDF earned) may be higher due to progressive tax bands.

What is the difference between marginal and effective tax rates?

Marginal rate is the tax rate on your next CDF of income (the highest band you're in). Effective rate is your total tax divided by total income. Because of progressive bands, your marginal rate is typically higher than your effective rate. Both matter for tax planning.

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); } } // ── SHARE ───────────────────────────────────────────────────── function shareResult() { if (!RESULT) return; const text = `My DR Congo PAYE breakdown: Gross CDF ${Math.round(RESULT.gross).toLocaleString()}/yr → Take-home CDF ${Math.round(RESULT.netAnnual).toLocaleString()}/yr (${pct(RESULT.effectiveRate)} effective rate). Calculated at afrotools.com/dr-congo/cd-paye`; if (navigator.share) { navigator.share({title:'My DR Congo PAYE',text,url:'https://afrotools.com/dr-congo/cd-paye'}); } else if (navigator.clipboard) { navigator.clipboard.writeText(text); const btn = document.getElementById('cdShareBtn'); btn.textContent = '✓ Copied!'; setTimeout(()=>btn.innerHTML=` Share Result`,2500); } } // ── AI ADVISOR ──────────────────────────────────────────────── 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 = `DR Congo PAYE analysis (2026, DGI): - Annual gross: CDF ${Math.round(R.gross).toLocaleString()} - INSS employee (${pct(R.inssRate)}, capped): CDF ${Math.round(R.inss).toLocaleString()}/yr - Taxable income after INSS: CDF ${Math.round(R.gross - R.inss).toLocaleString()}/yr - Annual PAYE: CDF ${Math.round(R.annualPAYE).toLocaleString()} - Annual take-home: CDF ${Math.round(R.netAnnual).toLocaleString()} - Effective tax rate: ${pct(R.effectiveRate)} - Employer INSS (5%, capped): CDF ${Math.round(R.empINSS).toLocaleString()}/yr - Total employer cost: CDF ${Math.round(R.totalEmployerCostAnnual).toLocaleString()}/yr Give: 1) Plain English summary of PAYE position 2) Two specific legal ways to reduce DR Congo tax liability 3) One DGI compliance point to know 4) One thing most Congolese employees get wrong about INSS deductibility. Under 200 words. No markdown, no asterisks, no bullet symbols.`; 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 DR Congo PAYE — DGI progressive tax, INSS, Code des Impôts. Be concise, specific, practical. No markdown, no asterisks.', 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, DR Congo. User: gross CDF ${Math.round(R.gross).toLocaleString()}/yr, take-home CDF ${Math.round(R.netAnnual).toLocaleString()}/yr, 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; CHAT_HISTORY.push({role:'assistant',content:text}); msgs.scrollTop = msgs.scrollHeight; } catch { aiEl.textContent='Network error. Please try again.'; } } document.getElementById('grossSalary').addEventListener('keydown',e=>{if(e.key==='Enter')calculate();});