An assortment of workers with cash fanned out to the right

Long COVID and the Workforce: How the Pandemic’s Legacy Continues to Affect Jobs

Impact on the Workforce

The COVID-19 pandemic may be over, but its impact on the workforce lingers. In a compelling discussion on The Court of Public Opinion, Professor Quentin Grafton reveals how long COVID is causing significant disruptions in Australia’s labor market.

Professor Quenton Graton talking to Jeremy Cordeaux about Long Covid
Professor Quentin Grafton reveals how long COVID is causing significant disruptions in Australia’s workforce

The Workforce Impact

Long COVID is not just a personal health issue—it’s a workforce problem. Professor Grafton highlights that many Australians are unable to return to full-time work due to ongoing symptoms. This lead to a loss of over 100 million work hours in 2022 alone.

The Broader Economic Implications

This loss of productivity is not just a problem for those directly affected by long COVID. It has broader economic implications, including reduced output and increased healthcare costs, which ultimately impact the entire country.

Jeremy Cordeaux recording in his garage on Wednesday August 28, 2024
Jeremy Cordeaux recording in the garage. Cordeaux an advocate for being fair to all Australian’s.

Reshaping Australia’s Workforce

Long COVID is reshaping Australia’s workforce in ways that could have lasting effects. To understand the full impact and what can be done, listen to the detailed analysis on The Court of Public Opinion.

Listen Below

More about Professor Quentin Grafton

R. Quentin Grafton, FASSA, is a distinguished Professor of Economics, as well as an Australian Laureate Fellow at the Australian National University (ANU). Additionally, he is the Convenor of the Water Justice Hub and serves as the Director of the Centre for Water Economics, Environment and Policy (CWEEP) at the Crawford School of Public Policy. Moreover, in April 2010, he was appointed Chairholder of the UNESCO Chair in Water Economics and Transboundary Water Governance. Currently, he holds the position of Director for the Food, Energy, Environment and Water Network while continuing as the Convenor of the Water Justice Hub.

What Do You Think?

Click below to find out more on
The Court Of Public Opinion

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });