<!-- OneTrust Cookies Consent Notice start for lightyear.cloud --> <script src="https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="0197a69a-8630-7f3b-bd4c-caeb8c6dff1c" ></script> <script type="text/javascript"> (function () { // --- Script version 2.0 (21/05/2026) --- var RULES = [ { test: /\/\/(?:www\.)?youtube(?:-nocookie)?\.com\//i, groups: ["C0003"] }, { test: /\/\/youtubei\.googleapis\.com\//i, groups: ["C0003"] }, { test: /\/\/[is]\.ytimg\.com\//i, groups: ["C0003"] }, { test: /\/\/yt3\.ggpht\.com\//i, groups: ["C0003"] }, { test: /\/\/(?:player\.)?vimeo\.com\//i, groups: ["C0003"] }, { test: /\/\/[fi]\.vimeocdn\.com\//i, groups: ["C0003"] }, { test: /\/\/munchkin\.marketo\.net\//i, groups: ["C0004"] }, { test: /\/\/(?:cdn\.)?biz(?:ible|ibly)\.com\//i, groups: ["C0004"] }, { test: /\/\/adobedc\.net\//i, groups: ["C0004"] }, // OptinMonster - a, api and cdn subdomains { test: /\/\/(?:a|api|cdn)\.omappapi\.com\//i, groups: ["C0004"] }, { test: /\/\/tracker\.gaconnector\.com\//i, groups: ["C0004"] }, { test: /\/\/static\.hotjar\.com\//i, groups: ["C0004"] }, { test: /\/\/js\.hs-scripts\.com\//i, groups: ["C0004"] }, { test: /\/scripts\/custom-gclid\.js\//i, groups: ["C0004"] }, { test: /\/\/js\.hub(?:spot|sforms\.net|scta\.net|sadspixel\.net|s-analytics\.net|s-banner\.com)/i, groups: ["C0004"] }, { test: /\/\/(?:bat\.|c\.)?bing\.com(?:\/api)?\//i, groups: ["C0004"] }, { test: /\/\/clarity\.ms\//i, groups: ["C0004"] }, { test: /\/\/(?:www\.)?msn\.com(?:\/api)?\//i, groups: ["C0004"] }, { test: /\/\/(?:snap\.|px\.ads\.|www\.)?linkedin\.com(?:\/px)?\//i, groups: ["C0005"] }, { test: /\/\/platform\.linkedin\.com\//i, groups: ["C0005"] }, ]; var IFRAME_RULES = [ { test: /youtube(?:-nocookie)?\.com|youtu\.be/i, groups: ["C0003"] }, { test: /(?:player\.)?vimeo\.com/i, groups: ["C0003"] }, ]; var VIDEO_RULES = [ { test: /youtube(?:-nocookie)?\.com|youtu\.be/i, groups: ["C0003"] }, { test: /vimeo(?:cdn)?\.com|player\.vimeo\.com/i, groups: ["C0003"] }, { test: /(?:fast\.)?wistia\.com/i, groups: ["C0003"] }, { test: /(?:players\.)?brightcove\.com/i, groups: ["C0003"] }, { test: /vidyard\.com/i, groups: ["C0003"] }, { test: /jwp(?:layer|cdn)\.com/i, groups: ["C0003"] }, { test: /cloudinary\.com/i, groups: ["C0003"] }, { test: /streamable\.com/i, groups: ["C0003"] }, ]; var cookiePatterns = { C0003: [ /^YSC|^VISITOR_(?:INFO|PRIVACY)|^PREF|^GPS|^CONSENT|_Secure-ROLLOUT|^LOGIN_INFO|^SIDCC|^[HS]SID|^[AS]?APISID|^DEVICE_INFO|^CONSISTENCY|^(?:use_hitbox|remote_sid)/, /^vuid|^player|^_(?:abexps|gcl|calendly)|^continuous_play|^has_logged_in/, /calendly/, ], C0004: [ /gaconnector|_biz|_BUID|^_biz_(?:uid|nA|pendingA|sid|flagsA)|^m(?:kto|kt)_|^_mkto_trk|^__hs[ctscr]?|hubspot|_uet|MUID|_cl[ck]k|MSN/, // OptinMonster cookies /^_omappv[ps]|^om-|^omSeen-|^omSuccess-|^omFolders(?:Optin|Closed)|^omLast(?:Seen)|^omVisits/, ], C0005: [ /^li_|^lidc|^b[sc]cookie|^lang|^(?:Analytics)?SyncHistory|^UserMatchHistory/, ], }; function matchRule(src, rules) { rules = rules || RULES; for (var i = 0; i < rules.length; i++) if (rules[i].test.test(src)) return rules[i]; return null; } function hasConsent(req) { var g = (window.OneTrustActiveGroups || window.OnetrustActiveGroups || "").split(","); return req.every(function (id) { return g.indexOf(id) !== -1; }); } function isMunchkinNode(node) { return /\/\/munchkin\.marketo\.net\//i.test(node.getAttribute("data-gated-src") || node.getAttribute("src") || ""); } // --- Restore a blocked script element --- function restoreScript(node) { var replayQ = null; if (isMunchkinNode(node) && window.Munchkin && window.Munchkin.__otStub) { replayQ = window.Munchkin.__q ? window.Munchkin.__q.slice() : null; try { delete window.Munchkin; } catch (e) { window.Munchkin = undefined; } } var s = document.createElement("script"); ["src","async","defer","noModule","crossorigin","referrerpolicy","integrity","nonce"].forEach(function (a) { var v = node.getAttribute(a); if (v !== null) s.setAttribute(a, v); }); var t = node.getAttribute("type"); s.type = t && t !== "text/plain" ? t : "text/javascript"; if (node.onload) s.onload = node.onload; if (node.onerror) s.onerror = node.onerror; if (node.onreadystatechange) s.onreadystatechange = node.onreadystatechange; if (node.text && !s.src) s.text = node.text; if (isMunchkinNode(node) && replayQ) { s.addEventListener("load", function () { if (window.Munchkin && typeof window.Munchkin.init === "function") { replayQ.forEach(function (item) { var m = item[0]; if (typeof window.Munchkin[m] === "function") window.Munchkin[m].apply(window.Munchkin, item[1] || []); }); } }); } node.replaceWith(s); } function restoreAllEligible() { document.querySelectorAll('script.optanon-blocked[type="text/plain"][data-gated-src]').forEach(function (n) { var src = n.getAttribute("data-gated-src") || ""; var rule = matchRule(src); if (rule && hasConsent(rule.groups)) restoreScript(n); }); } // --- Video placeholder --- var videoIdCounter = 0; function createPlaceholder(type, uniqueId) { var el = document.createElement("div"); el.className = "optanon-video-placeholder"; if (uniqueId) el.id = "optanon-placeholder-" + uniqueId; el.style.cssText = "position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:20px;background:rgba(0,0,0,0.8);color:white;border-radius:5px;z-index:10;"; el.innerHTML = "<p>Video Consent Required</p><p>This " + type + " requires your consent to load content from third-party providers.</p>" + "<button onclick='window.OneTrust.ToggleInfoDisplay()' style='margin-top:15px;padding:12px 24px;background:#E4173F;color:white;border:none;border-radius:24px;cursor:pointer;font-size:16px;'>Manage Preferences</button>"; return el; } // --- Block / restore HTML5 video --- function blockVideo(video) { if (video.hasAttribute("data-blocked")) return; var src = video.getAttribute("src") || video.getAttribute("data-src") || ""; var sources = video.querySelectorAll("source"); var rule = matchRule(src, VIDEO_RULES); if (!rule) { for (var i = 0; i < sources.length && !rule; i++) rule = matchRule(sources[i].getAttribute("src") || "", VIDEO_RULES); } if (!rule && video.hasAttribute("data-require-consent")) rule = { groups: ["C0003"] }; if (!rule || hasConsent(rule.groups)) return; var uid = ++videoIdCounter; video.setAttribute("data-consent-required", rule.groups.join(",")); video.setAttribute("data-video-unique-id", uid); video.classList.add("optanon-blocked-video"); if (video.src) { video.setAttribute("data-blocked-src", video.src); video.removeAttribute("src"); } if (sources.length) { video.setAttribute("data-blocked-sources", JSON.stringify( Array.prototype.map.call(sources, function (s) { return { src: s.src, type: s.type, media: s.media }; }) )); while (video.firstChild) video.removeChild(video.firstChild); } Object.assign(video.style, { position: "relative", backgroundColor: "#f0f0f0", minHeight: video.style.height || "315px", minWidth: video.style.width || "560px" }); video.removeAttribute("autoplay"); video.removeAttribute("controls"); video.setAttribute("data-blocked", "true"); var ph = createPlaceholder("video", uid); if (video.parentElement) { if (!/(absolute|relative|fixed)/.test(video.parentElement.style.position)) video.parentElement.style.position = "relative"; video.parentElement.appendChild(ph); video.setAttribute("data-placeholder-id", ph.id); } } function restoreBlockedVideos() { document.querySelectorAll("video.optanon-blocked-video").forEach(function (video) { if (!hasConsent((video.getAttribute("data-consent-required") || "").split(","))) return; var phId = video.getAttribute("data-placeholder-id"); if (phId) { var ph = document.getElementById(phId); if (ph) ph.remove(); } video.parentElement && video.parentElement.querySelectorAll(".optanon-video-placeholder").forEach(function (p) { p.remove(); }); var bSrc = video.getAttribute("data-blocked-src"); if (bSrc) { video.src = bSrc; video.removeAttribute("data-blocked-src"); } var bSources = video.getAttribute("data-blocked-sources"); if (bSources) { try { JSON.parse(bSources).forEach(function (sd) { var s = document.createElement("source"); s.src = sd.src; if (sd.type) s.type = sd.type; if (sd.media) s.media = sd.media; video.appendChild(s); }); } catch (e) { console.error("Error parsing video sources:", e); } video.removeAttribute("data-blocked-sources"); } video.setAttribute("controls", "true"); ["data-blocked","data-consent-required","data-placeholder-id","data-video-unique-id"].forEach(function (a) { video.removeAttribute(a); }); video.classList.remove("optanon-blocked-video"); Object.assign(video.style, { backgroundColor: "", minHeight: "", minWidth: "", position: "" }); video.load(); }); document.querySelectorAll(".optanon-video-placeholder").forEach(function (ph) { var uid = ph.id.replace("optanon-placeholder-", ""); var vid = document.querySelector('[data-video-unique-id="' + uid + '"]'); if (!vid || !vid.hasAttribute("data-blocked")) ph.remove(); }); } // --- Block / restore iframes --- function blockIframe(iframe) { var src = iframe.getAttribute("src") || iframe.getAttribute("data-src") || ""; var rule = matchRule(src, IFRAME_RULES); if (!rule || hasConsent(rule.groups)) return; if (iframe.src) { iframe.setAttribute("data-blocked-src", iframe.src); iframe.removeAttribute("src"); } iframe.setAttribute("data-consent-required", rule.groups.join(",")); iframe.classList.add("optanon-blocked-iframe"); iframe.style.cssText += "background-color:#f0f0f0;min-height:" + (iframe.style.minHeight || "315px") + ";"; var ph = createPlaceholder("video"); if (iframe.parentElement) { if (!/(absolute|relative)/.test(iframe.parentElement.style.position)) iframe.parentElement.style.position = "relative"; iframe.parentElement.appendChild(ph); iframe.setAttribute("data-placeholder-id", ph.className); } } function restoreBlockedIframes() { document.querySelectorAll("iframe.optanon-blocked-iframe").forEach(function (iframe) { var bSrc = iframe.getAttribute("data-blocked-src"); if (!bSrc || !hasConsent((iframe.getAttribute("data-consent-required") || "").split(","))) return; var ph = iframe.parentElement && iframe.parentElement.querySelector(".optanon-video-placeholder"); if (ph) ph.remove(); iframe.src = bSrc; ["data-blocked-src","data-consent-required"].forEach(function (a) { iframe.removeAttribute(a); }); iframe.classList.remove("optanon-blocked-iframe"); iframe.style.backgroundColor = ""; iframe.style.minHeight = ""; }); } // --- Dynamic iframe src interception --- var _origCreateElement = document.createElement; document.createElement = function (tag) { var el = _origCreateElement.call(document, tag); if (tag.toLowerCase() === "iframe") { var desc = Object.getOwnPropertyDescriptor(el, "src") || Object.getOwnPropertyDescriptor(HTMLIFrameElement.prototype, "src"); Object.defineProperty(el, "src", { get: function () { return this.getAttribute("src"); }, set: function (v) { var rule = matchRule(v, IFRAME_RULES); if (rule && !hasConsent(rule.groups)) { this.setAttribute("data-blocked-src", v); this.classList.add("optanon-blocked-iframe"); this.setAttribute("data-consent-required", rule.groups.join(",")); } else { desc.set.call(this, v); } }, configurable: true, }); } return el; }; // --- DOM insertion hooks --- ["appendChild", "insertBefore", "replaceChild"].forEach(function (m) { var orig = Node.prototype[m]; Node.prototype[m] = function (child) { if (child) { if (child.tagName === "IFRAME") { try { blockIframe(child); } catch (e) {} } else if (child.tagName === "VIDEO") { try { blockVideo(child); } catch (e) {} } } var result = orig.apply(this, arguments); if (child) { if (child.tagName === "IFRAME") setTimeout(function () { blockIframe(child); }, 0); else if (child.tagName === "VIDEO") setTimeout(function () { blockVideo(child); }, 0); } return result; }; }); // MutationObserver for innerHTML insertions var mediaObserver = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { mutation.addedNodes.forEach(function (node) { if (node.tagName === "IFRAME") blockIframe(node); else if (node.tagName === "VIDEO") blockVideo(node); if (node.querySelectorAll) { node.querySelectorAll("iframe").forEach(blockIframe); node.querySelectorAll("video").forEach(blockVideo); } }); }); }); function startObserving() { mediaObserver.observe(document.body, { childList: true, subtree: true }); blockExistingMedia(); } function blockExistingMedia() { document.querySelectorAll("iframe").forEach(blockIframe); document.querySelectorAll("video").forEach(blockVideo); } document.body ? startObserving() : document.addEventListener("DOMContentLoaded", startObserving); // --- Tracking pixel blocking --- var PIXEL_DOMAINS = /bizible\.com|bizibly\.com|adobedc\.net/; function blockPixel(img) { var src = img.src || img.getAttribute("src") || ""; if (PIXEL_DOMAINS.test(src) && !hasConsent(["C0004"])) { img.setAttribute("data-blocked-src", src); img.removeAttribute("src"); img.style.display = "none"; } } var pixelObserver = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { mutation.addedNodes.forEach(function (node) { if (node.tagName === "IMG") blockPixel(node); }); }); }); if (document.body) { pixelObserver.observe(document.body, { childList: true, subtree: true }); document.querySelectorAll("img").forEach(blockPixel); } // --- Custom video click-to-load interception --- function interceptVideoButtons() { document.querySelectorAll(".js-video[data-video-url], .video[data-video-url]").forEach(function (container) { var videoUrl = container.getAttribute("data-video-url"); if (!videoUrl) return; var groups = /youtube\.com|youtu\.be/.test(videoUrl) ? ["C0003"] : /vimeo\.com/.test(videoUrl) ? ["C0003"] : null; if (!groups || hasConsent(groups)) return; var btn = container.querySelector('.js-videoPlay, button[type="button"]'); if (!btn || btn.getAttribute("data-consent-required")) return; var origOnclick = btn.onclick; btn.setAttribute("data-consent-required", groups.join(",")); btn.onclick = function (e) { e.preventDefault(); e.stopPropagation(); if (hasConsent(groups)) { if (origOnclick) origOnclick.call(this, e); } else showVideoConsentModal(container, groups); return false; }; var _origAEL = btn.addEventListener; btn.addEventListener = function (type, listener, opts) { _origAEL.call(this, type, type !== "click" ? listener : function (e) { if (!hasConsent(groups)) { e.preventDefault(); e.stopPropagation(); showVideoConsentModal(container, groups); return false; } return listener.call(this, e); }, opts); }; }); } function showVideoConsentModal(container, groups) { var existing = container.querySelector(".optanon-video-consent-modal"); if (existing) { existing.style.display = "block"; return; } var modal = document.createElement("div"); modal.className = "optanon-video-consent-modal"; modal.style.cssText = "position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;z-index:1000;"; modal.innerHTML = '<div style="background:white;padding:30px;border-radius:8px;text-align:center;max-width:400px;margin:10% auto;">' + '<h3 style="margin:0 0 15px 0;color:#111;">Video consent required</h3>' + '<p style="margin:0 0 20px 0;color:#111;">This video requires your consent to load content from third-party providers.</p>' + '<button onclick="window.OneTrust.ToggleInfoDisplay()" style="padding:12px 24px;background:#E4173F;color:white;border:none;border-radius:24px;cursor:pointer;font-size:16px;margin-right:10px;">Manage preferences</button>' + '<button onclick="this.closest(\'.optanon-video-consent-modal\').style.display=\'none\'" style="padding:12px 24px;background:#F7F7F7;color:#111;border:none;border-radius:24px;cursor:pointer;font-size:16px;">Cancel</button>' + '</div>'; container.style.position = "relative"; container.appendChild(modal); } function recheckVideoButtons() { document.querySelectorAll("[data-consent-required]").forEach(function (btn) { if (hasConsent((btn.getAttribute("data-consent-required") || "").split(","))) { var container = btn.closest(".js-video, .video"); if (container) { var m = container.querySelector(".optanon-video-consent-modal"); if (m) m.remove(); } } }); } document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", function () { setTimeout(interceptVideoButtons, 100); }) : setTimeout(interceptVideoButtons, 100); setInterval(interceptVideoButtons, 2000); // --- Script blocking via DOM insertion hooks --- function handleScript(node) { var src = node.getAttribute("src") || ""; var rule = matchRule(src); if (!rule || hasConsent(rule.groups)) return; node.setAttribute("data-gated-src", src); node.type = "text/plain"; node.classList.add("optanon-blocked"); } ["appendChild", "insertBefore"].forEach(function (m) { var orig = Node.prototype[m]; Node.prototype[m] = function (child) { if (child && child.tagName === "SCRIPT") { try { handleScript(child); } catch (e) {} } return orig.apply(this, arguments); }; }); // --- Patch document.write / writeln --- function gateHtml(html) { return String(html).replace( /<script\b([^>]*?)\bsrc\s*=\s*(['"])([^'"]+)\2([^>]*)>(?:<\/script>)?/gi, function (_m, pre, q, src, post) { var rule = matchRule(src || ""); if (!rule || hasConsent(rule.groups)) return _m; var attrs = ((pre || "") + " src=" + q + src + q + (post || "")).replace(/\btype\s*=\s*(['"])[^'"]*\1/gi, ""); attrs += ' type="text/plain" class="optanon-blocked" data-gated-src="' + src.replace(/"/g, "&quot;") + '"'; return "\<script " + attrs + "\>\<\/script\>"; } ); } ["write", "writeln"].forEach(function (m) { var orig = document[m]; document[m] = function () { return orig.call(document, gateHtml(Array.prototype.join.call(arguments, ""))); }; }); // --- Cookie blocking --- var _origCookie = Object.getOwnPropertyDescriptor(Document.prototype, "cookie"); var _origPostMessage = window.postMessage; window.postMessage = function (msg, origin) { if (origin && origin.includes("youtube.com") && !hasConsent(["C0003"])) return; return _origPostMessage.apply(this, arguments); }; Object.defineProperty(Document.prototype, "cookie", { get: function () { return _origCookie.get.call(this); }, set: function (value) { var name = value.split("=")[0].trim(); if (name.startsWith("OptAnon")) return _origCookie.set.call(this, value); if (name === "__cf_bm" || name === "_cf_bm") return _origCookie.set.call(this, value); // Allow VWO cookies — consent managed by VWO's built-in feature if (name.startsWith("_vis_opt") || name.startsWith("_vwo")) return _origCookie.set.call(this, value); for (var cat in cookiePatterns) { if (!hasConsent([cat])) { for (var i = 0; i < cookiePatterns[cat].length; i++) if (cookiePatterns[cat][i].test(name)) return; } } return _origCookie.set.call(this, value); }, configurable: true, }); // --- Storylane consent notify --- function notifyStorylaneConsent() { if (!hasConsent(["C0003"])) return; document.querySelectorAll("iframe[name='sl-embed']").forEach(function (sl) { try { sl.contentWindow && sl.contentWindow.postMessage({ message: "storylane-cookie-consent" }, "*"); } catch (e) {} }); } // --- Consent change handler --- window.addEventListener("OneTrustGroupsUpdated", function () { restoreAllEligible(); restoreBlockedIframes(); restoreBlockedVideos(); recheckVideoButtons(); notifyStorylaneConsent(); }); document.querySelectorAll("script[src]").forEach(function (n) { try { handleScript(n); } catch (e) {} }); restoreAllEligible(); notifyStorylaneConsent(); // --- Munchkin stub --- if (!window.Munchkin) { var MK = function () {}; MK.__otStub = true; MK.__q = []; MK.init = function () { MK.__q.push(["init", Array.prototype.slice.call(arguments)]); }; window.Munchkin = MK; } })(); function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for lightyear.cloud --> Autumn Budget: A Hospitality Business Guide for 2026 | Menzies
Free trial
AP Automation Benefits

Autumn Budget: A Hospitality Business Guide for 2026

The Autumn Budget landed back in November 2025, with £26 billion in government tax-raising measures. For hospitality, the anticipated implications didn't fully materialise, but neither did some of the top items on the industry's wish list.

Now we're into 2026, with the first major changes taking effect in April, the question shifts from 'what was announced?' to 'how do we actually prepare?'. 

We sat down with Simon Armstrong, Director of Outsourcing & Systems Advisory and Declan O'Connell, Tax Director from Menzies, to clarify what really matters for hospitality operators in a post-budget analysis and, most crucially, what actions to take as these changes begin to roll out.

Kasturi Banerjee

by Kasturi Banerjee

Digital Content Writer

Posted 21/10/2025

What the Hospitality Industry Campaigned For 

Before the 2025 UK Autumn Budget, the hospitality and leisure sector made its priorities clear: 

  • VAT reduction from 20% to 15% - bringing back the temporary COVID-era relief
  • Business rates freeze and reform - Hospitality businesses pay more than their fair share. After a 6.7% increase in April 2024, the industry asked for a freeze on further rises.
  • Relief from rising employment costs - With National Living Wage increases squeezing margins and chronic staff shortages, the industry called for help through lower employer NI rates, increased Employment Allowance, or better apprenticeship incentives.
  • Capital allowances extended - Tax relief when you buy new equipment or upgrade facilities; the industry pushed to keep the full 100% write-off on investments like new kitchens or refurbishments. 

The question was: how much would the UK government actually put on the table? 

What Hospitality Businesses Actually Got: The Autumn Budget Breakdown 

VAT Relief: Denied 

The standard 20% VAT rate remains unchanged. Without VAT relief, managing margins becomes more critical than ever. Simon emphasised: "EPOS and AP automation systems give you a lot of data to drill into and understand where you're making your money or where you're not." 

Business Rates: The Mixed Bag 

Business rates reform did arrive, but the results are far from the overhaul operators hoped for. 

Here's what changed: 

  • Under £500K wins, over £500K pays more. From April 2026, hospitality properties valued under £500K get permanently lower rates - 38.2p or 43p, depending on size. This applies whether you own or rent. Cross the £500K threshold, and this jumps to 50.8p - an increase that hits larger venues hardest.
  • COVID relief ends, and valuations rise. The 40% pandemic relief disappears in April 2026. Property valuations are updating from 2023 to 2025 figures, pushing many venues - especially in London and the Southeast over that £500K. 

Simon's advice: "This isn't something most accountants handle day-to-day. If you're above £500K rateable value, in London or the Southeast, or operating from a listed building, you need specialist rates advice now, not in March when the bills arrive." 

Employment Costs: The Triple Hit 

The national living wage rises to £12.71 from April 2026, a jump from the current £12.21. 

Employers are also still dealing with the employer National Insurance threshold frozen at £5,000 - a level that was reduced from £9,100 in 2024 and will now stay frozen until 2031. This means you pay employer NI at 15% on almost all employee earnings above £5,000. 

But There's a Hidden Cost: Fiscal Drag. 

Personal tax thresholds remain frozen until 2031. As wages rise with inflation, more employees get pulled into higher tax brackets. 

How it works in practice: A manager earning £45,000 in 2020 might earn £52,000 in 2028 after inflation-matching rises. But because tax thresholds are frozen, they'll now pay a higher tax on part of their income, something they didn't face in 2020. This means their take-home pay hasn't kept pace with their salary increases. 

Declan explains that "employees may want even greater pay rises to offset against the indirect tax impact".  

Capital Allowances: A Bright Spot for Hospitality 

Capital allowances provide tax relief when you invest in equipment and facilities. Spend money improving your business, and you can reduce your tax bill. 

The 100% first-year allowances and 50% relief for qualifying items stayed intact, crucial for hospitality businesses planning significant investments. 

What can you actually claim? 

  • 100% relief: Kitchen equipment, refrigeration units, furniture, fixtures and fittings for new fit-outs
  • 50% relief: Heating and cooling systems, electrical installations, and certain structural improvements 

However, standard writing down allowances (the default tax relief for equipment) dropped from 18% to 14% annually.  

Declan's advice: "Make sure you can claim the 100% or 50% relief for your business where possible. It's a technical area, but it's worth getting right because it may be very valuable for you, especially in this economy."  

Your 2026 Action Plan 

1. Focus on Your Peak Season 

Don't panic. The changes don't all hit at once: they're phased across 2026 and 2027, with the first major impacts coming in April 2026. Declan advises thinking it through: Not everything applies to your business, and not everything needs immediate attention.

The immediate priority? Your peak trading periods. Whether that's summer season, weekend trade, or event-driven revenue, this is where the majority of hospitality income is generated. Use quieter periods strategically to implement the right systems and strategies that will support you through the changes rolling out across 2026 and 2027.

2. Build Your Technology Foundation 

Without VAT relief and already tight profit margins, you need absolute clarity on where money is coming from and where it's going.  

For Simon, this is achieved by having the right software suite working together: EPOS for sales data and margins, payroll systems for labour costs, and accounting software for cash flow forecasting.  

The missing piece for many hospitality businesses is accounts payable (AP) automation: Software that handles supplier invoices automatically. 

What is AP Automation? 

AP automation replaces the manual process of receiving invoices, chasing approvals, entering data into your accounting system... or frantically trying to find invoices for your accountant for month-end. Instead, invoices are sent digitally, approvals happen on a mobile app, and everything syncs to your accounts in real time. You get spending visibility as it happens, not weeks later when someone works through the paperwork pile. 

Lightyear is an AP automation platform built for this. It integrates with the likes of Xero, QuickBooks, Sage, NetSuite, and various EPOS systems, giving you a complete picture of your finances without manual effort.  

3. Take Control of Cash Flow 

AP automation gives you the ultimate cash flow control. You can freeze invoice approvals during low cash flow periods, and set limits on who can approve an invoice or raise a PO based on value. Crucially, you can time supplier payments around tax obligations, spot duplicate invoices before they're paid, and catch errors before they hit your bank account. 

Outside of AP automation, Menzies advises keeping on top of your tax schedule, as it can change as your business grows.  

"You don't want to get a nasty surprise that you've already missed two tax instalments", Declan warned, "And then get charged late payment interest over 6% when your cash reserves are low". 

That visibility also strengthens your supplier relationships. Simon's advice: "Everyone would rather get paid for something than not at all, so have the conversation."  

Negotiate payment terms, approach HMRC proactively if needed, and use your AP data to have conversations from a position of knowledge. 

4. Reduce Costs Without Cutting Quality 

There are practical steps you can take to manage rising costs.  

"Whether it's tweaking the menu, trimming your rota and staffing approach, negotiating with suppliers, there are lots of things you can do”,  says Simon 

AP automation supports all of this. Manual invoice processing costs £15-30 per invoice: chasing approvals, keying data, fixing errors all take time and money. Lightyear reduces this to under £3 per invoice. For a business processing 200 invoices monthly, that's £15,000-£25,000 back in your pocket annually, offsetting those NI increases and wage rises. 

Future savings are found in what you can see and forecast with AP automation. Real-spend data lets you spot supplier price rises, catch over-ordering patterns, and identify where money is leaking. 

As Simon noted: "If you're throwing away half of your products at the end of the evening, then something's going wrong”. 

5. Focus on Staff Retention 

"If you're losing staff, you need to understand why", Simon emphasised. The cost of constant recruitment far exceeds investment in retention. 

Simon highlighted: "Give staff software that reduces stress when they're on the job and improves their day-to-day to prevent churn, improve onboarding and conduct exit interviews to get feedback." 

AP automation typically handles the work of one or two full-time staff members. By removing these time-consuming tasks, you can empower your existing team to start analysing data and making strategic decisions.

6. Find New Revenue from Existing Assets 

You won't succeed just by cutting costs. Simon shared an example of a city-centre pub dead at weekends that now hosts movie screenings with themed three-course dinners. "It just made it more of an event and more of an experience", he explained. 

AP automation frees up resources for revenue-generating activities. When your back-office team isn't drowning in invoice processing, and management isn't chasing paperwork, they can focus on exploring new offerings, partnerships, and creative uses of your space during off-peak hours.  

7. Claim Capital Allowances Strategically 

If you're planning a significant investment: new fit-outs, equipment, or refurbishments, now's the time to maximise the tax relief explained earlier. 

Lightyear streamlines documentation for capital allowance claims, keeping your records audit-ready and making it easier to work with your tax adviser. 

8. Use Your Advisors Proactively 

"You want to be talking to your accountant before small concerns become proper red flags", Simon stressed. 

On the tax side, Declan emphasised the importance of real-time dialogue: "Tax advisers should be speaking to their clients in real time to actually know what's going on in the business. That way, you can pinpoint what is relevant and what isn't relevant." 

Check your business rates position: From April 2026, the Valuation Office Agency will automatically revalue all properties. Those under £500K rateable value will benefit from lower rates. Properties over £500K will pay a higher rate.

Draft valuations have been published in late November/early December 2025. Check yours immediately. Most accountants don't handle business rates, so if you are near or above £500K, get specialist advice before the changes take effect.

Lightyear's real-time reporting makes these proactive conversations possible. Share live data with your accountants and tax advisers, no data silos, no delays. When they can see what's actually happening in your business, they can provide relevant, timely advice tailored to your current situation. 

The Bottom Line: Don't Panic, Do Plan & Seek Expert Advice

Yes, costs are rising, and margins will tighten, but you still have time to respond strategically before April. There are practical steps you can take, from menu adjustments to rota optimisation and tax relief advice.

Use quieter trading periods to implement AP automation that will give you the visibility and control to navigate the changes rolling out across 2026 and beyond.

Ready to Take Action?

Talk to the experts: Discuss your specific situation with Simon Armstrong or Declan O'Connell at Menzies.

Meet The Menzies Experts

Simon Armstrong | Outsourcing Services Manager 

Simon has spent 13+ years at Menzies, leading the outsourcing team that supports businesses with their complete finance function, from bookkeeping and VAT returns to systems implementation and management accounts. He specialises in helping hospitality businesses establish the processes, controls, and systems needed to make informed decisions based on accurate, timely financial data. 

Declan O'Connell | Tax Director 

Declan works in Menzies' large corporate international tax team, advising clients with international operations and larger UK businesses. With expertise spanning private client and business tax, he specialises in tax planning and business tax strategy for the hospitality and leisure sectors, including capital allowances, corporate structures, and complex tax matters. 

See AP automation in action

Discover how Lightyear gives hospitality businesses the real-time visibility and control needed to navigate rising costs. Book your complimentary AP automation assessment today.

Kasturi Banerjee

By Kasturi Banerjee

Digital Content Writer