Model how your monthly dividend affects the personal tax you'll owe and the cash leaving your limited company, for a UK owner-director taking a small salary plus dividends.
You've taken {{ money0(paid) }} so far. Nothing drawn yet this year. Spread over your {{ months }} remaining month{{ months === 1 ? '' : 's' }}, this is the most you can pay yourself each month and still stay inside each threshold.
| Stay inside | Left to draw | Per month | Year's tax | |
|---|---|---|---|---|
| {{ r.label }} {{ r.sub }} · up to {{ money0(r.totalIncome) }} income | {{ money0(-r.left) }} over {{ money0(r.left) }} | — {{ money0(r.monthly) }} | {{ money0(r.tax) }} |
Per-month figures are rounded down to the nearest £5, so paying exactly that keeps you inside the threshold.
| Slice of dividends | Amount | Rate | Tax |
|---|---|---|---|
| {{ b.label }} | {{ money0(b.amount) }} | {{ b.rate === 0 ? '0%' : pct(b.rate) }} | {{ money0(b.tax) }} |
| Salary above tapered allowance | {{ money0(tax.taxableSalary) }} | {{ pct(cfg.nonDivBasic) }}+ | {{ money0(tax.salaryTax) }} |
| Student loan repayment | {{ money0(Math.max(0, tax.totalIncome - cfg.studentLoan[studentLoanPlan].threshold)) }} | {{ pct(cfg.studentLoan[studentLoanPlan].rate) }} | {{ money0(studentLoanAnnual) }} |
| Total to set aside for the year | {{ money0(personalTaxTotal) }} |
The {{ year.label }} figures this calculator uses, loaded from
tax-years.js. Edit any value to match your own circumstances or a
corrected figure — changes recalculate live, are kept per tax year, and persist
in this browser only.