54.1 F
Los Angeles
Tuesday, Apr 1, 2025

Unemployment Down in L.A. County as Jobs Grow, Workforce Shrinks

Unemployment in L.A. County ticked down slightly in February to 4.6 percent, the combined effect of a modest gain in jobs and a few thousand workers leaving the labor force.

The state Employment Development Department reported March 22 that the unemployment rate for Los Angeles County fell from 4.7 percent in January, where it had been holding steady for three months. The rate has hovered between 4.6 percent and 4.7 percent for much of the past year, indicating an economy near full employment.

The county’s 4.6 percent unemployment rate remained higher than the statewide average of 4.2 percent and the national average of 3.8 percent.

L.A. County posted a seasonal rebound in jobs, gaining a net 33,600 jobs to reach 4.52 million. That followed a drop of 92,000 payroll jobs in January.

The county’s labor force also shrank overall in February by 5,000 to 5.16 million. That ran counter to national and statewide trends that have seen more people entering the labor force in search of higher paying jobs.

The professional and businesses services sector led February’s gain in L.A. County, with a net increase of 12,000 jobs—roughly one-third of which was due to the annual hiring blitz for accountants and bookkeepers ahead of tax deadlines. The other large seasonal gain was in private education, which added a net 7,500 jobs as teachers and other workers returned from winter break.

The state takes these and other seasonal trends into account in also releasing a seasonally adjusted countywide payroll jobs figure; in February, this adjusted figure showed a net gain of 4,100 jobs to just over 4.53 million.

Transportation, warehousing and utilities also added a net 9,500 jobs, while leisure and hospitality businesses gained 6,700 jobs.

Over the past year, the county has seen a loss of 17,200 jobs in the entertainment industry category of motion picture and sound recording. That’s expected to worsen in the coming months as the just-completed merger between Burbank-based Walt Disney Co. and New York-based 21st Century Fox Corp. could result in roughly 3,000 job cuts in the county.

Compared to February of last year, payroll jobs grew 0.7 percent—the same year-over-year growth rate as January but only roughly half the rate at which jobs were growing two years ago.

Education, energy, engineering/construction and infrastructure reporter Howard Fine can be reached at hfine@labusinessjournal.com. Follow him on Twitter @howardafine.

Howard Fine
Howard Fine
Howard Fine is a 23-year veteran of the Los Angeles Business Journal. He covers stories pertaining to healthcare, biomedicine, energy, engineering, construction, and infrastructure. He has won several awards, including Best Body of Work for a single reporter from the Alliance of Area Business Publishers and Distinguished Journalist of the Year from the Society of Professional Journalists.

Featured Articles

Related Articles

Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->