67.6 F
Los Angeles
Tuesday, Apr 8, 2025

Who’s Building L.A. (June 17): Office Leasing Activity Expected to Grow Amid Sustained U.S. Economic Strength

The U.S. office market continues to expand ahead of forecast, posting 18 million square feet of net absorption in the fourth quarter of 2018 and 11 million square feet in the first quarter of 2019, according to the NAIOP Office Space Demand Forecast. Continued economic growth and increases in job creation are likely the main forces behind these levels of new leasing.

With first-quarter U.S. GDP growth of 3.2% annualized and a current unemployment rate of 3.6%, U.S. office space demand should remain strong during 2019. Report authors Dr. Harry Guirguis, Manhattan College, and Dr. Joshua Harris, New York University, expect demand to register an average of 13.5 million square feet of net absorption per quarter, which will moderate slightly to an average of 12.7 million square feet per quarter in 2020.

This forecast is driven by continued expected strength in office-using employment, which has grown twice as fast as general employment. According to the U.S. Department of Labor’s March 2019 jobs report, the primary office-using sector, Professional and Business Services, grew 1.22% year-over-year compared to just 0.6% for total nonfarm employment.

The continued strength in the office demand forecast for 2019 also likely represents a partial reversal of the recent trend in decreasing square footage per employee. The faster pace of leasing in 2018 through the first quarter of 2019 appears to be a response to high rates of office-using employment growth in 2016 and 2017. Due to job creation and sustained office-leasing activity, some tenants may have reached the limits of their office footprint reductions. As firms grow in response to economic opportunity, they may feel pressure to add more space per employee. However, newer coworking concepts such as WeWork are just beginning to expand into smaller markets. Therefore, the potential exists for unpredictable future disruptions.

While the possibility of a late 2019 or early 2020 economic slowdown seemed plausible at the end of last year, current economic data suggests that the next downturn is more likely to occur in 2021. Overall job creation, unemployment, consumer confidence and interest rates all support the continued economic growth experienced for the past several years. The authors expect U.S. GDP growth and job creation to moderate by the end of 2019 and during 2020, which means the forecasted rate of net office absorption is expected to be lower in 2020 than 2019.

Information for this article was provided by NAIOP, the Commercial Real Estate Development Association, which is the leading organization for developers, owners and related professionals in office, industrial, retail and mixed-use real estate.

Return to Index

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 -->