A practical guide to trade licences, self-employment and business in Czechia
Self-Employment Alongside a Job: Consent, Advance Payments and Flat-Rate Tax
Find out when you need your employer’s consent, how much you will pay in advance payments, and whether you can choose the flat-rate tax alongside your job in 2026.
Are you allowed to run a business alongside your job?
Yes — being an employee does not in itself prevent you from running a business. You notify your trade using exactly the same procedure as anyone else, with no special restrictions for employees.
You only need your employer’s prior written consent if your new gainful activity is identical to your employer’s field of business — that is, effectively competing with it (§ 304 of the Labour Code). If you operate in a different field, you do not need consent under the law at all.
Consent is also not required for scientific, teaching, journalistic, literary and artistic activity (§ 304(2) of the Labour Code).
An employer may withdraw consent once given, but must give written reasons for the withdrawal; the employee must then end the gainful activity without undue delay.
You can check your employer’s field of business in the public Trade Register (rzp.gov.cz).
Why being a secondary activity pays off
Running a business alongside employment carries a key advantage for insurance purposes — it counts as secondary self-employed activity. You do not pay social (pension) insurance from it at all until your annual profit exceeds the decisive amount of 117,521 Kč (2026). What’s more, in the first calendar year of business advance payments generally are not due even above this limit — any shortfall only follows from your actual profit after the statement (přehled).
Health insurance for a secondary activity has no statutory minimum. So you do not pay advance payments up front — the premium (13.5% of 50% of profit) is settled in one lump sum according to your actual profit after filing the statement. This is a key difference from a main activity, where you pay a minimum advance payment of 3,306 Kč a month regardless of profit.
Income tax, however, is always declared, whether it is a main or secondary activity, and regardless of how much you earn. The only exception is occasional income outside a trade licence of up to 50,000 Kč a year (§ 10 of the Income Tax Act) — it is worth looking at that on its own if you are still deciding whether you need a trade licence at all.
Calculate your advance payments for a secondary activity
Select secondary activity and enter your expected annual profit. The calculator works out how much you will pay in social and health insurance for 2026 — and shows whether you are still below the decisive amount of 117,521 Kč.
Orientační výpočet podle sazeb roku 2026. Nenahrazuje výpočet daňového poradce. Ověřeno 2026.
Beware of the decisive amount: 117,521 Kč
You only pay social insurance on a secondary activity once your annual profit exceeds 117,521 Kč (2026). Until then you pay nothing; once you exceed it, you pay at least 1,574 Kč a month. You will find a detailed breakdown for your situation in the guide Main vs. secondary activity →.
Frequently asked questions about self-employment alongside a job
Do I have to report my business to my employer?
You do not have to notify them by law, as long as your business is not identical to your employer’s field of activity. In that case, however, you need their prior written consent under § 304 of the Labour Code. For a different field, you need neither consent nor notification — but we still recommend telling them.
How much will I pay in insurance on a secondary income of 100,000 Kč a year?
You pay no social insurance at all — it is below the decisive amount of 117,521 Kč. Health insurance has no minimum for a secondary activity; you settle it according to your actual profit (13.5% of 50% of profit) only after filing the statement. Work out the exact amount for your field and expenses in the advance payments calculator.
Can I choose the flat-rate tax for a secondary activity?
No, not if you have a standard job where your wages are taxed by your employer’s monthly payroll withholding — the flat-rate tax rules out concurrent employment income (the only exception being a DPP or DPČ taxed by final withholding tax). Choose a lump-sum expense allowance or actual expenses instead, and file a standard tax return.
What if I also have a DPP with another employer?
You assess a DPP for the § 304 consent requirement in the same way as your main job — you only need consent if the field of business is identical. For tax purposes a DPP is separate income: if it is taxed by final withholding tax, it does not rule out the flat-rate tax; if it is taxed by monthly payroll withholding, the same restriction applies as for employment.
Is a non-compete clause different from consent under § 304?
Yes. Consent under § 304 covers running a business while the employment lasts. A non-compete clause (§ 310–311 of the Labour Code) is a contractual arrangement that restricts gainful activity only after the employment ends, in exchange for financial compensation of at least 50% of average earnings for a maximum of one year.
When does a secondary activity become a main activity?
As soon as the employment or other reason for the secondary activity ends — for example, finishing your studies or parental leave. From that month you pay the minimum advance payments as a main-activity OSVČ — social insurance 5,005 Kč (from 7/2026) and health insurance 3,306 Kč. More detail in the article Main vs. secondary activity →.
What to sort out next when you run a business alongside your job
We use necessary cookies to run the site and — with your consent — cookies for traffic measurement and advertising. You can change your consent at any time. More in
Cookie Policy.
breakoutu (config je jen čísla, ale držíme konvenci).
var C = {"rok":2026,"pausal":{"1":9162,"2":16745,"3":27139},"pausalDo0107":{"1":9984},"danSazba1":0.15,"danSazba2":0.23,"progrese":1762812,"slevaPoplatnik":30840,"bonus":[15204,22320,27840],"vydaj":{"80":0.8,"60":0.6,"40":0.4,"30":0.3},"strop":{"80":1600000,"60":1200000,"40":800000,"30":600000},"socSazba":0.292,"socZaklad":0.55,"socMinHlavni":5005,"socMinHlavniDo0107":5720,"socMinZacinajici":3575,"socMinVedlejsi":1574,"rozhodnaVedlejsi":117521,"zdravSazba":0.135,"zdravZaklad":0.5,"zdravMin":3306,"danPO":0.21,"srazkova":0.15,"dphLimitRok":2000000,"dphLimitOkamzity":2536500,"dphLhutaDny":10,"dphIdentZbozi":326000};
function pasmo(prijem) { return prijem <= 1000000 ? 1 : (prijem <= 1500000 ? 2 : 3); }
function calcPausalniDan() {
var prijem = num('prijem'), p = parseInt(val('pausal'), 10) || 60, deti = Math.max(0, num('deti'));
if (prijem <= 0) { return '
Zadejte roční příjem.
'; }
if (prijem > 2000000) { return '
Nad 2 000 000 Kč ročně nelze do paušálního režimu vstoupit ani uplatnit výdajový paušál bez omezení. Výpočet je jen orientační.
'; }
// Paušální daň (vše v jednom)
var pas = C.pausal[pasmo(prijem)] * 12;
// Běžný režim: výdajový paušál
var vydaje = Math.min(prijem * C.vydaj[p], C.strop[p]);
var zaklad = Math.max(0, prijem - vydaje);
var dan = zaklad <= C.progrese ? zaklad * C.danSazba1 : C.progrese * C.danSazba1 + (zaklad - C.progrese) * C.danSazba2;
var danPoSleve = Math.max(0, dan - C.slevaPoplatnik);
var bonus = 0; for (var i = 0; i < deti; i++) { bonus += C.bonus[Math.min(i, 2)]; }
var danNet = danPoSleve - bonus; // může být záporná = daňový bonus se vrací
var soc = Math.max(C.socMinHlavni * 12, zaklad * C.socZaklad * C.socSazba);
var zdrav = Math.max(C.zdravMin * 12, zaklad * C.zdravZaklad * C.zdravSazba);
var bezny = danNet + soc + zdrav;
var pausalWins = pas < bezny;
var rozdil = Math.abs(bezny - pas);
var rows = ''
+ '
Paušální daň (' + pasmo(prijem) + '. pásmo)
' + kc(pas) + '
'
+ '
Běžný režim: daň po slevě' + (deti ? ' a bonusu na děti' : '') + '
' + kc(danNet) + '
'
+ '
Běžný režim: sociální pojistné
' + kc(soc) + '
'
+ '
Běžný režim: zdravotní pojistné
' + kc(zdrav) + '
'
+ '
Běžný režim celkem
' + kc(bezny) + '
';
var verdict = '
'
+ (pausalWins ? 'Vyplatí se paušální daň' : 'Vyplatí se běžný režim (výdajový paušál)')
+ ' — ušetříte zhruba ' + kc(rozdil) + ' ročně.'
+ (deti && !pausalWins ? ' Díky dětem získáte v běžném režimu daňový bonus, který paušální daň neumožňuje.' : '')
+ '
';
return '
' + rows + '
' + verdict;
}
function calcZalohy() {
var c = val('cinnost'), zisk = num('zisk');
var socMin = c === 'zacinajici' ? C.socMinZacinajici : (c === 'vedlejsi' ? C.socMinVedlejsi : C.socMinHlavni);
var soc = socMin, zdrav = C.zdravMin, note = '';
if (zisk > 0) {
var s = Math.round(zisk * C.socZaklad * C.socSazba / 12);
soc = Math.max(socMin, s);
if (c !== 'vedlejsi') { zdrav = Math.max(C.zdravMin, Math.round(zisk * C.zdravZaklad * C.zdravSazba / 12)); }
else { zdrav = Math.round(zisk * C.zdravZaklad * C.zdravSazba / 12); }
}
if (c === 'vedlejsi') {
note = '
U vedlejší činnosti se sociální pojištění platí jen při ročním zisku nad rozhodnou částku ' + kc(C.rozhodnaVedlejsi) + '; do té doby zálohy platit nemusíte. Zdravotní nemá minimum a doplácí se podle zisku.
';
}
var rows = ''
+ '
Sociální pojištění (měsíčně)
' + kc(soc) + '
'
+ '
Zdravotní pojištění (měsíčně)
' + kc(zdrav) + '
'
+ '
Celkem měsíčně
' + kc(soc + zdrav) + '
';
var hint = c === 'hlavni' ? '
Minimální sociální záloha hlavní činnosti se v roce 2026 snížila ze 40 % na 35 % vyměřovacího základu — od července 2026 činí minimum 5 005 Kč (do června 5 720 Kč), přeplatek se vrací.
' : '';
return '
' + rows + '
' + hint + note;
}
function calcOsvcSro() {
var zisk = num('zisk'), vyber = (parseInt(val('vyber'), 10) || 100) / 100;
if (zisk <= 0) { return '
Zadejte roční zisk.
'; }
// OSVČ: daň 15/23 % po slevě na poplatníka + pojistné z vyměřovacího základu (55 % / 50 %).
var danO = zisk <= C.progrese ? zisk * C.danSazba1 : C.progrese * C.danSazba1 + (zisk - C.progrese) * C.danSazba2;
danO = Math.max(0, danO - C.slevaPoplatnik);
var socO = Math.max(C.socMinHlavni * 12, zisk * C.socZaklad * C.socSazba);
var zdravO = Math.max(C.zdravMin * 12, zisk * C.zdravZaklad * C.zdravSazba);
var netO = zisk - danO - socO - zdravO;
// s.r.o.: daň PO 21 %; z vyplacené části srážková 15 %. Nevyplacená část zůstává zdaněná jen 21 %.
var danPO = zisk * C.danPO;
var poDani = zisk - danPO;
var vyplaceno = poDani * vyber;
var srazka = vyplaceno * C.srazkova;
var netS = vyplaceno - srazka + (poDani - vyplaceno); // na ruku z výplaty + ponecháno ve firmě
var rows = ''
+ '
OSVČ – čistý příjem
' + kc(netO) + '
'
+ '
daň ' + kc(danO) + ' · sociální ' + kc(socO) + ' · zdravotní ' + kc(zdravO) + '
'
+ '
s.r.o. – v kapse + ponecháno ve firmě
' + kc(netS) + '
'
+ '
daň PO 21 % ' + kc(danPO) + ' · srážková 15 % z výplaty ' + kc(srazka) + '
';
var sroWins = netS > netO;
var verdict = '
'
+ (sroWins ? 'Při tomto zisku a výplatě vychází lépe s.r.o.' : 'Při tomto zisku a výplatě vychází lépe OSVČ')
+ ' — rozdíl zhruba ' + kc(Math.abs(netS - netO)) + ' ročně. Čím víc zisku ponecháte ve firmě, tím víc s.r.o. získává (nevyplacená část se daní jen 21 %). U OSVČ jsou ale peníze hned vaše a bez administrativy.
';
return '
' + rows + '
' + verdict;
}
function calcDphLimit() {
var obrat = num('obrat'), mesicni = num('mesicni');
if (obrat <= 0) { return '
Zadejte dosavadní obrat za kalendářní rok.
'; }
var limit = C.dphLimitRok, limitVyssi = C.dphLimitOkamzity;
var doLimitu = Math.max(0, limit - obrat), doVyssiho = Math.max(0, limitVyssi - obrat);
var rows = ''
+ '
';
if (mesicni > 0 && obrat < limit) {
var mes = Math.ceil(doLimitu / mesicni);
rows += '
při obratu ' + kc(mesicni) + ' měsíčně překročíte limit zhruba za ' + mes + ' měs.
';
}
var verdict;
if (obrat > limitVyssi) {
verdict = '
Překročili jste ' + kc(limitVyssi) + '. Plátcem DPH se stáváte již dnem následujícím po dni překročení tohoto obratu. Přihlášku k registraci podejte do ' + C.dphLhutaDny + ' pracovních dnů od překročení.
';
} else if (obrat >= limit) {
verdict = '
Překročili jste ' + kc(limit) + '. Plátcem DPH se stanete od 1. ledna následujícího kalendářního roku — nebo dříve, pokud to uvedete v přihlášce (pak dnem následujícím po překročení). Přihlášku podejte do ' + C.dphLhutaDny + ' pracovních dnů od překročení. Do vyššího limitu ' + kc(limitVyssi) + ' zbývá ' + kc(doVyssiho) + '.
';
} else {
verdict = '
Zatím nejste povinni se k DPH registrovat. Do limitu ' + kc(limit) + ' zbývá ' + kc(doLimitu) + '. Od 1. 1. 2025 se obrat sleduje za kalendářní rok (ne za posledních 12 měsíců).
';
}
var ident = '
Pozor na identifikovanou osobu: i bez překročení obratu se jí stanete, když přijmete službu od firmy z EU nebo ji do EU poskytnete (např. reklama na Google či Meta), nebo pořídíte zboží z EU nad ' + kc(C.dphIdentZbozi) + ' za rok. Identifikovaná osoba odvádí DPH jen z těchto přeshraničních plnění — tuzemský prodej zůstává bez DPH.
' + verdict + ident + disc;
}
function calcCistyPrijem() {
var prijem = num('prijem'), vydajeSel = val('vydaje');
if (prijem <= 0) { return '
Zadejte roční příjem.
'; }
var vydaje, vydajePlatba, vydajeLabel;
if (vydajeSel === 'skutecne') {
vydaje = Math.max(0, num('vydajeCastka'));
vydajePlatba = vydaje; // skutečné výdaje reálně odcházejí z peněz
vydajeLabel = 'Skutečné výdaje';
} else {
var p = parseInt(vydajeSel, 10) || 60;
vydaje = Math.min(prijem * C.vydaj[p], C.strop[p]);
vydajePlatba = 0; // paušál je nákladová fikce — peníze reálně neodcházejí
vydajeLabel = 'Výdajový paušál ' + p + ' %';
}
var zaklad = Math.max(0, prijem - vydaje);
var dan = zaklad <= C.progrese ? zaklad * C.danSazba1 : C.progrese * C.danSazba1 + (zaklad - C.progrese) * C.danSazba2;
var danPoSleve = Math.max(0, dan - C.slevaPoplatnik);
var soc = Math.max(C.socMinHlavni * 12, zaklad * C.socZaklad * C.socSazba);
var zdrav = Math.max(C.zdravMin * 12, zaklad * C.zdravZaklad * C.zdravSazba);
var cistyRok = prijem - vydajePlatba - danPoSleve - soc - zdrav;
var rows = ''
+ '
Roční příjem
' + kc(prijem) + '
'
+ '
' + vydajeLabel + '
− ' + kc(vydaje) + '
'
+ '
Základ daně
' + kc(zaklad) + '
'
+ '
Daň z příjmu (po slevě na poplatníka)
− ' + kc(danPoSleve) + '
'
+ '
Sociální pojištění
− ' + kc(soc) + '
'
+ '
Zdravotní pojištění
− ' + kc(zdrav) + '
'
+ '
Čistý roční příjem
' + kc(cistyRok) + '
'
+ '
Čistý měsíční příjem
' + kc(cistyRok / 12) + '
';
var note = (vydajeSel !== 'skutecne'
? 'U výdajového paušálu jsou výdaje nákladovou fikcí — reálně je neutrácíte, proto se do čistého příjmu nezapočítávají. '
: '')
+ 'Sleva na poplatníka činí ' + kc(C.slevaPoplatnik) + ' ročně. Počítáno pro hlavní činnost sazbami roku ' + C.rok + '.';
return '
' + rows + '
'
+ '
' + note + '
';
}
function run() {
var html;
if (kind === 'zalohy') { html = calcZalohy(); }
else if (kind === 'osvc-sro') { html = calcOsvcSro(); }
else if (kind === 'dph-limit') { html = calcDphLimit(); }
else if (kind === 'cisty-prijem') { html = calcCistyPrijem(); }
else { html = calcPausalniDan(); }
out.innerHTML = html;
out.hidden = false;
}
root.querySelectorAll('[data-f]').forEach(function (el) {
el.addEventListener('input', run);
el.addEventListener('change', run);
});
run();
})();