Salary Data
$el.clientWidth) { dragging = true; moved = false; startX = $event.clientX; startScrollLeft = $el.scrollLeft; }"
@pointermove="if (dragging) { const delta = $event.clientX - startX; if (Math.abs(delta) > 6) { if (!moved) { moved = true; try { $el.setPointerCapture($event.pointerId); } catch (_) {} } $el.scrollLeft = startScrollLeft - delta; $event.preventDefault(); } }"
@pointerup="if (dragging) { dragging = false; try { if ($el.hasPointerCapture($event.pointerId)) { $el.releasePointerCapture($event.pointerId); } } catch (_) {} setTimeout(() => { moved = false; }, 0); }"
@pointercancel="dragging = false; moved = false"
@click.capture="if (moved) { $event.preventDefault(); $event.stopPropagation(); moved = false; }"
:class="dragging ? 'cursor-grabbing' : 'cursor-grab'"
>
Average salary by sector in Croatia
Compare average salary across economic sectors in Croatia using official statistics.
Average salary by economic activity
Average gross and net salary by economic activity
| Sector (NACE) |
Gross (EUR/month) |
Net (EUR/month) |
| Financial and insurance activities |
3 009 |
— |
| Electricity, gas, steam and air conditioning supply |
2 836 |
— |
| Arts, entertainment and recreation |
2 814 |
— |
| Real estate activities |
2 772 |
— |
| Education |
2 694 |
— |
| Administrative and support service activities |
2 411 |
— |
| Mining and quarrying |
2 380 |
— |
| Human health and social work activities |
2 300 |
— |
| Information and communication |
2 248 |
— |
| All sectors |
2 184 |
— |
| Other service activities |
2 126 |
— |
| Manufacturing |
2 024 |
— |
| Water supply; sewerage, waste management and remediation activities |
2 019 |
— |
| Transportation and storage |
2 015 |
— |
| Professional, scientific and technical activities |
2 008 |
— |
| Wholesale and retail trade; repair of motor vehicles and motorcycles |
1 983 |
— |
| Agriculture, forestry and fishing |
1 894 |
— |
| Construction |
1 809 |
— |
| Accommodation and food service activities |
1 747 |
— |
| Public administration and defence; compulsory social security |
1 731 |
— |
| Activities of households as employers |
1 713 |
— |
Source: official national statistics. Values in local currency.