Uruguay’s Unemployment Rises in January 2026


‘,
buttonPrevHTML: ”,
};

function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);

for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);

if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}

}
}

window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);

Uruguay’s unemployment rate rose to 7.4% in January 2026, up from 7.0% in December, reaching its highest level since May 2025. Joblessness was slightly lower in Montevideo (7.3%) than in the rest of the country (7.5%). By gender, the unemployment rate was 5.9% for men and 9.2% for women. By age group, unemployment remained particularly high among those aged 14–24, at 25.6%, while it was lowest among workers aged 65 and over, at 3%. Among those employed, 8.2% were underemployed, and 20% were not registered with social security in their main job. Meanwhile, the labor force participation rate inched up to 64.6%, while the employment rate slipped slightly to 59.8%.




Source link

Scroll to Top