Disabled workers disadvantaged by return-to-office mandates

Return-to-office mandates could disadvantage more than a million disabled workers, according to new research from Lancaster University and the Work Foundation.

Eight in 10 disabled workers feel a positive impact of working from home when it comes to managing their health, reducing to 38% of those working remotely for less than half the time.

However, although a fifth of all workers now work from home and a fifth of these workers are disabled (1.16 million), the number of remote or hybrid opportunities available on the Department for Work and Pensions’ job portal is tiny.

Between 8 December 2024 and 7 January 2025, 94,827 new jobs were advertised on the DWP’s Find a Job portal, yet just 3.2% were hybrid and 0.6% fully remote.

Disability in recruitment

Why Access to Work can be worth the wait 

Research highlights barriers to employment for people with mobility needs 

Government data suggests that 41% of workers now have access to some remote working as part of their job, but at the same time, economic inactivity due to ill health is at an all-time high and disabled workers may feel put off job applications due to a dearth of remote options.

According to Lancaster’s survey of 1,221 disabled workers who have experience of hybrid work and 1,167 senior business leaders, three in 10 who have hybrid working arrangements want to spend more of their time working remotely.

Eighty-five percent believe that access to remote and hybrid working is essential or very important when looking for a new job.

The research points to a recent DWP study showing that a quarter of those who are out of work and claiming health and disability benefits might be able to work if they could do this from home.

There is a remote work “advertising gap”, the researchers argue. A quarter of the remote and hybrid roles advertised on the government portal were concentrated in London and the South East, they found.

Disabled respondents who had applied for work often reported unequal treatment depending on their condition and employers’ understanding of it. For example, those with long Covid reported lower levels of management support.

“Remote work is not an ‘optional extra’ for many disabled workers but is vital to enabling them to get into and stay in work,” said Rebecca Florisson, principal analyst at the Work Foundation at Lancaster University.

“Recent calls by employers to return to the office overlook the critical perspectives and experiences of disabled workers who now account for almost one in four working age people in the UK.”

She added that most disabled workers will not apply for a role if it is not advertised as hybrid or remote.

“This may be non-negotiable for them so they can better manage their health and stay in work,” she said.

“If employers are shortsighted and ignore the rising demand for flexibility in roles, they are missing out on a vast pool of talent that could benefit their organisations, while further distancing disabled workers from the UK labour market.”

Dr Paula Holland from Lancaster University and principal investigator of the study said that “one size does not fit all” when it comes to remote working opportunities for disabled workers.

“Many of the disabled workers in our study reported that working remotely or in a hybrid way was positive for their job retention, physical and mental health, wellbeing, work relationships, and productivity,” she explained.

“But autonomy and choice for workers is key. Employers should consider the needs and preferences of disabled workers when planning and implementing remote and hybrid working models, as workers currently face a lottery as to whether they are appropriately consulted before changes are made.

“To start to close the disability employment gap, policymakers and employers must commit to the design of inclusive, high-quality jobs that remove barriers for disabled workers.”

The researchers are calling on the government to increase the levels of visibility of remote and hybrid working jobs and to push flexible working in job advertisements.

Sign up to our weekly round-up of HR news and guidance

Receive the Personnel Today Direct e-newsletter every Wednesday

Email(Required) OptOut From time to time, we will send you emails about selected products, events and services from Personnel Today and OHW+ - but you can choose to opt-out at any time. If you do not wish to receive these emails, please tick this box.CommentsThis field is for validation purposes and should be left unchanged.

Δdocument.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );

/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_129');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_129').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_129').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_129').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_129').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_129').val();gformInitSpinner( 129, 'https://www.personneltoday.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [129, current_page]);window['gf_submitting_129'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_129').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [129]);window['gf_submitting_129'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_129').text());}else{jQuery('#gform_129').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "129", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_129" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_129"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_129" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [129, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 129, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */

 

HR roles in recruitment consultancy on Personnel Today


Browse more HR roles in recruitment consultancy


AP by OMG

Asian-Promotions.com | Buy More, Pay Less | Anywhere in Asia

Shop Smarter on AP Today | FREE Product Samples, Latest Discounts, Deals, Coupon Codes & Promotions | Direct Brand Updates every second | Every Shopper’s Dream!

Asian-Promotions.com or AP lets you buy more and pay less anywhere in Asia. Shop Smarter on AP Today. Sign-up for FREE Product Samples, Latest Discounts, Deals, Coupon Codes & Promotions. With Direct Brand Updates every second, AP is Every Shopper’s Dream come true! Stretch your dollar now with AP. Start saving today!

Originally posted on: https://www.personneltoday.com/hr/disabled-workers-return-to-office-rto/