The UK's leading advanced engineering exhibition - #MINDTHEskillsGAP
Mind The Skills GAP
Raising awareness and amplifying the efforts of businesses and organisations to bridge the skills gap.
of manufacturing companies agree that it will be difficult to fulfill the skills needed for 2030
%0
of manufacturing businesses were concerned that their current workforce would leave the company*
%0
of current job openings have been difficult to fill due to a lack of required skills*
%0
The Skills Zone
Bridging the UK's manufacturing skills gap
The Skills Junction is a dedicated zone at Advanced Engineering, designed to help bridge the skills gap in engineering and manufacturing. By bringing together businesses, educational institutions, associations and government stakeholders, the Skills Junction raises awareness, shares best practice and fosters collaboration to develop the skilled workforce needed to drive the UK’s manufacturing and engineering sector forward.
“The skills landscape in the UK: investing in upskilling and retraining” was a breakout session at the National Manufacturing Conference 2026 that explored how manufacturers were responding to changing workforce demands by investing in upskilling and retraining existing employees. The session shared findings and recommendations from Make UK’s Industrial Strategy Skills Commission, outlining the latest policy insights, government support and funding routes. Speakers showed how companies of different sizes were approaching skills development and tech training, and highlighted scalable solutions that businesses could adopt. Short scene‑setting presentations were followed by interactive table discussions and Q&A, giving attendees both strategic context and practical ideas to take back to their organisations.
“The skills landscape in the UK: investing in upskilling and retraining” was a breakout session at the National Manufacturing Conference 2026 that explored how manufacturers were responding to changing workforce demands by investing in upskilling and retraining existing employees. The session shared findings and recommendations from Make UK’s Industrial Strategy Skills Commission, outlining the latest policy insights, government support and funding routes. Speakers showed how companies of different sizes were approaching skills development and tech training, and highlighted scalable solutions that businesses could adopt. Short scene‑setting presentations were followed by interactive table discussions and Q&A, giving attendees both strategic context and practical ideas to take back to their organisations.
HETA is a not-for-profit charity and Group Training Association established in 1967 to bridge the gap between industry and education.Based in the Yorkshire and Humber region, HETA offers accredited, industry-recognized training from beginner to advanced levels, delivered by highly experienced staff.Their programs are tailored to meet individual and organizational needs, providing practical skills applicable in real-life industrial environments. HETA works with a wide range of companies, from sole traders to multinationals, to deliver solutions across various sectors.Their offerings include apprenticeships, adult upskill courses, and higher national qualifications.
The Faraday Centre is a privately-owned international training company based in North East England. Upholding over 30 years’ experience, they specialise in providing comprehensive high and low voltage electrical safety training either at their purpose-designed facilities or at their clients’ sites, in the UK and worldwide. Their highly experienced, multi-skilled lecturers offer an effective combination of theoretical understanding and practical hands-on learning experiences using industrial equipment to provide engineers with the knowledge and skills required to carry out specialised jobs in a safe way that’s in accordance to industry standards.
Amazing Apprenticeships is a leading organisation transforming perceptions of apprenticeships in England. One of their key initiatives is the Apprenticeship Support and Knowledge for Schools and Colleges (ASK) programme, which has supported millions of students, educators, and parents. This programme offers workshops, resources, and guidance to improve awareness of apprenticeships and technical education. Working with schools, employers, and government bodies, Amazing Apprenticeships promotes apprenticeship opportunities and creates pathways for diverse individuals, inspiring more people to pursue apprenticeships as valuable career pathways.
The Women into Science and Engineering (WISE) campaign supports women’s participation in science, technology, engineering, and mathematics (STEM) careers. It inspires girls to pursue STEM, empowers women to thrive, and helps organisations build inclusive workplaces. Through initiatives like the WISE Ten Steps and Gender Equity Framework, it provides tools to improve diversity. WISE also hosts events and awards to celebrate achievements and share best practices. By driving collaboration and insights, WISE aims to create a more diverse, innovative STEM workforce.
#WECAN: Driving Change – Accessing Business Finance takes place on 24 February 2025, from 9:00 AM to 1:00 PM at Room 412, Rose Bowl, Leeds Beckett University. This session explores the barriers women entrepreneurs face when accessing finance, drawing on key research and practical insights. Part of the #WECAN Driving Change series, the event brings together experts and business leaders to discuss challenges, share experiences, and highlight strategies to improve financial accessibility for women-led enterprises.
#WECAN (Women Empowered through Coaching and Networking) is an initiative led by Leeds Beckett University, in partnership with Edge Hill University and Social Enterprise Yorkshire and Humber (SEYH), and supported by Lloyds Bank Business & Commercial. The program aims to support, champion, and connect women in leadership roles. It offers leadership development opportunities, celebrates women’s successes, and facilitates networking among women, businesses, and supporting organizations.
The Right Track Consultancy specialises in developing tailored apprenticeship and early career programmes for businesses and education providers. They collaborate with employers to address skills gaps, foster diversity, and create succession plans, while supporting educators in aligning curricula with industry needs. Their services include strategy development, training, mentoring, recruitment, and funding optimisation, with a focus on fostering innovation, retention, and growth.
Hear from those with stories to tell and advice to share, capturing their insights to inspire and support the next generation of engineering and manufacturing talent.
Unsung Heroes Campaign
Who are they?
Every industry has people whose hard work goes unnoticed, #MINDTHEskillsGAP is here to celebrate those unsung heroes.
Read about our current nominees and put someone forward who deserves a special mention below!
Richard from Good Energy was nominated for his honesty, wisdom, passion, knowledge and concern for everything. Thank you to Scott McDaniel for this nomination.
Charlotte Hogben
Charlotte from Heta was nominated for always assisting with apprenticeships and sources training to help close the current industry skills gap.
Katy Deacon
Katy was nominated for overcoming a diagnosis of MS and she has been using that as her superpower to improve engineering for us all. Thank you to Alexia Willima for this nomination.
Share your contributions
#mindtheskillsgap is an industry-wide initiative to highlight and address the severe skills gap in UK engineering and manufacturing. Through the Skills Junction at Advanced Engineering, and campaigns such as Unsung Heroes and Legacy of Skills, we aim to celebrate talent, share experience and inspire the next generation. If you or anyone in your network has any relevant resources or insights that could support this campaign, nominate them here.
Reach out if you want to get involved!
Jasmine Negoro
Marketing Executive
Jasmine.Negoro@easyfairs.com
+44 (0)20 3196 4317
Nicole Hawkins
Marketing Manager
Nicole.Hawkins@easyfairs.com
+44 (0)20 3196 4379
Tom Jeffries
Marketing Intern
Grace.Forbes@easyfairs.com
+44 (0)20 3196 4300
document.addEventListener("DOMContentLoaded", function() {
const tab1 = document.getElementById('top-tab-1');
const tab2 = document.getElementById('top-tab-2');
// 1. Read the url parameter marker (?view=exhibitor) directly from the address bar
const urlParams = new URLSearchParams(window.location.search);
let currentView = urlParams.get('view');
// 2. If no URL parameter exists yet, check the page name to determine the default section
const currentPath = window.location.pathname;
// Auto-detect explicit Exhibitor pages (Add any explicit exhibitor slugs here)
if (!currentView) {
if (currentPath.includes('/advanced-engineering-exhibitors') ||
currentPath.includes('/exhibit') ||
currentPath.includes('/sponsorship')) {
currentView = 'exhibitor';
} else {
currentView = 'visitor'; // Default fallback
}
}
// 3. Highlight the correct top tab based on the final decision
if (currentView === 'exhibitor' && tab2) {
if (tab1) tab1.classList.remove('active-tab');
tab2.classList.add('active-tab');
} else if (tab1) {
if (tab2) tab2.classList.remove('active-tab');
tab1.classList.add('active-tab');
}
// 4. Force all navigation links to remember this view state across page reloads
// This dynamically appends ?view=exhibitor or ?view=visitor to links before they are clicked
if (currentView) {
document.querySelectorAll('a').forEach(link => {
const href = link.getAttribute('href');
// Avoid altering external domains, anchor tags, or javascript links
if (href && href.startsWith('http') && href.includes(window.location.hostname) && !href.includes('#')) {
try {
const linkUrl = new URL(href);
linkUrl.searchParams.set('view', currentView);
link.setAttribute('href', linkUrl.toString());
} catch (e) {
// Fail-safe for malformed URL strings
}
} else if (href && href.startsWith('/') && !href.includes('#')) {
// Handle relative root links (e.g., /our-vision/)
const separator = href.includes('?') ? '&' : '?';
link.setAttribute('href', href + separator + 'view=' + currentView);
}
});
}
});