The Crédit d’Impôt Recherche (CIR) is France’s headline R&D tax credit. It rewards companies with 30% of their eligible research expenditure up to €100 million and 5% on anything above. This calculator computes the credit and applies the subcontracting cap.
How it works
The credit splits the eligible base at the €100 million line. Subcontracted research is first capped relative to internal spend, then added to the base:
capped_subcontract = min(subcontract, 3 × internal_spend)
base = internal_spend + capped_subcontract
tranche_30 = min(base, 100,000,000) × 0.30
tranche_5 = max(0, base − 100,000,000) × 0.05
CIR = tranche_30 + tranche_5
Most companies stay entirely in the 30% tranche, so the credit is simply 30% of the eligible base.
Tips and notes
The eligible base is not just raw salaries — French rules add a flat operating overhead (commonly 43% of eligible staff costs) and specific treatments for asset depreciation, which you should fold into the figure you enter here. Subcontracted research must go to approved bodies and is limited relative to your internal expenditure, so very outsourcing-heavy claims can be reduced. The CIR offsets corporate tax and is refunded after a carry-forward period, with immediate refunds for SMEs. Confirm the precise eligible base and approvals with an expert before filing the 2069-A-SD form.