Our 2026 shortlist

Our 2026 shortlist

Our judges have finally whittled down the candidates into these nine shortlists

After receiving so many brilliant entries for the Good Food SME Awards, our judges have finally whittled down the candidates into these nine shortlists. All category winners and highly commended entrants will be announced here and in the Good Food magazine on 21 May.

The Overall Winner will be announced at the Good Food Show Summer, taking place at the NEC Birmingham on 18-21 June 2026.

Sustainability & CSR award

Sustainability & CSR award

Good Health by Good Food award

Good Health by Good Food award

Best creative/branding

Best creative/branding

Family-run business award

Family-run business award

Best Storytelling of a brand

Best Storytelling of a brand

Best social voice

Best social voice
script> document.getElementById('copyButtonBody').addEventListener('click', function() { var url = window.location.href; // Get the current page URL // Create a temporary input element var input = document.createElement('input'); input.setAttribute('value', url); document.body.appendChild(input); // Select and copy the URL from the temporary input element input.select(); document.execCommand('copy'); // Remove the temporary input element document.body.removeChild(input); alert('URL copied to clipboard: ' + url); });